Comparison results for https://github.com/alexed1/approvalsOnFlow.git

pmd7_2 took 23 seconds to run and found 8980 violations

pmd7_3 took 26 seconds to run and found 8978 violations

Among the 8980 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /force-app/main/default/classes/AdminTools.cls 1 21 98 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1 /force-app/main/default/classes/AdminTools.cls 1 21 98 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /force-app/main/default/classes/AdminTools.cls 1 21 98 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
2 /force-app/main/default/classes/AdminTools.cls 1 21 98 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
3 /force-app/main/default/classes/AdminTools.cls 3 19 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3 /force-app/main/default/classes/AdminTools.cls 3 19 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /force-app/main/default/classes/AdminTools.cls 7 9 7 58 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
4 /force-app/main/default/classes/AdminTools.cls 7 9 7 58 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
5 /force-app/main/default/classes/AdminTools.cls 7 9 7 58 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.
5 /force-app/main/default/classes/AdminTools.cls 7 9 7 58 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.
6 /force-app/main/default/classes/AdminTools.cls 39 19 60 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6 /force-app/main/default/classes/AdminTools.cls 39 19 60 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7 /force-app/main/default/classes/AdminTools.cls 62 19 66 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7 /force-app/main/default/classes/AdminTools.cls 62 19 66 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8 /force-app/main/default/classes/AdminTools.cls 77 19 83 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8 /force-app/main/default/classes/AdminTools.cls 77 19 83 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9 /force-app/main/default/classes/AdminTools.cls 86 19 95 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9 /force-app/main/default/classes/AdminTools.cls 86 19 95 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
10 /force-app/main/default/classes/AdminTools.cls 87 9 87 72 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
10 /force-app/main/default/classes/AdminTools.cls 87 9 87 72 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
11 /force-app/main/default/classes/AdminTools.cls 87 9 87 72 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
11 /force-app/main/default/classes/AdminTools.cls 87 9 87 72 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
12 /force-app/main/default/classes/AdminTools.cls 89 13 89 48 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
12 /force-app/main/default/classes/AdminTools.cls 89 13 89 48 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
13 /force-app/main/default/classes/AdminTools.cls 89 13 89 48 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
13 /force-app/main/default/classes/AdminTools.cls 89 13 89 48 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
14 /force-app/main/default/classes/AdminTools.cls 92 13 92 52 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
14 /force-app/main/default/classes/AdminTools.cls 92 13 92 52 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
15 /force-app/main/default/classes/AdminTools.cls 92 13 92 52 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
15 /force-app/main/default/classes/AdminTools.cls 92 13 92 52 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
16 /force-app/main/default/classes/ApprovalProcessHelper.cls 1 21 53 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 /force-app/main/default/classes/ApprovalProcessHelper.cls 1 21 53 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 /force-app/main/default/classes/ApprovalProcessHelper.cls 1 21 53 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
17 /force-app/main/default/classes/ApprovalProcessHelper.cls 1 21 53 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
18 /force-app/main/default/classes/ApprovalProcessHelper.cls 6 19 34 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
18 /force-app/main/default/classes/ApprovalProcessHelper.cls 6 19 34 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /force-app/main/default/classes/ApprovalProcessHelper.cls 20 57 20 335 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
19 /force-app/main/default/classes/ApprovalProcessHelper.cls 20 57 20 335 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
20 /force-app/main/default/classes/ApprovalProcessHelper.cls 36 12 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /force-app/main/default/classes/ApprovalProcessHelper.cls 36 12 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /force-app/main/default/classes/ApprovalProcessHelper.cls 42 16 44 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /force-app/main/default/classes/ApprovalProcessHelper.cls 42 16 44 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
22 /force-app/main/default/classes/ApprovalProcessHelper.cls 45 16 51 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
22 /force-app/main/default/classes/ApprovalProcessHelper.cls 45 16 51 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
23 /force-app/main/default/classes/ApprovalProcessHelper.cls 45 16 51 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.
23 /force-app/main/default/classes/ApprovalProcessHelper.cls 45 16 51 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.
24 /force-app/main/default/classes/ApprovalResponseEmailHandler.cls 1 8 44 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
24 /force-app/main/default/classes/ApprovalResponseEmailHandler.cls 1 8 44 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
25 /force-app/main/default/classes/ApprovalResponseEmailHandler.cls 1 8 44 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
25 /force-app/main/default/classes/ApprovalResponseEmailHandler.cls 1 8 44 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
26 /force-app/main/default/classes/ApprovalResponseEmailHandler.cls 8 12 43 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
26 /force-app/main/default/classes/ApprovalResponseEmailHandler.cls 8 12 43 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
27 /force-app/main/default/classes/ApproveRejectEmailHandler.cls 2 8 38 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
27 /force-app/main/default/classes/ApproveRejectEmailHandler.cls 2 8 38 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
28 /force-app/main/default/classes/ApproveRejectEmailHandler.cls 2 1 2 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
28 /force-app/main/default/classes/ApproveRejectEmailHandler.cls 2 1 2 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
29 /force-app/main/default/classes/ApproveRejectEmailHandler.cls 2 8 38 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
29 /force-app/main/default/classes/ApproveRejectEmailHandler.cls 2 8 38 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
30 /force-app/main/default/classes/ApproveRejectEmailHandler.cls 10 12 37 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
30 /force-app/main/default/classes/ApproveRejectEmailHandler.cls 10 12 37 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
31 /force-app/main/default/classes/ApproveRejectEmailHandler.cls 27 13 27 144 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
31 /force-app/main/default/classes/ApproveRejectEmailHandler.cls 27 13 27 144 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
32 /force-app/main/default/classes/AutolaunchFlow.cls 1 21 93 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
32 /force-app/main/default/classes/AutolaunchFlow.cls 1 21 93 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
33 /force-app/main/default/classes/AutolaunchFlow.cls 4 19 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
33 /force-app/main/default/classes/AutolaunchFlow.cls 4 19 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
34 /force-app/main/default/classes/AutolaunchFlow.cls 4 19 35 6 pmd MethodWithSameNameAsEnclosingClass 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass Classes should not have non-constructor methods with the same name as the class
34 /force-app/main/default/classes/AutolaunchFlow.cls 4 19 35 6 pmd MethodWithSameNameAsEnclosingClass 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass Classes should not have non-constructor methods with the same name as the class
35 /force-app/main/default/classes/AutolaunchFlow.cls 5 5 5 44 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
35 /force-app/main/default/classes/AutolaunchFlow.cls 5 5 5 44 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
36 /force-app/main/default/classes/AutolaunchFlow.cls 5 5 5 44 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
36 /force-app/main/default/classes/AutolaunchFlow.cls 5 5 5 44 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
37 /force-app/main/default/classes/AutolaunchFlow.cls 12 5 12 58 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
37 /force-app/main/default/classes/AutolaunchFlow.cls 12 5 12 58 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
38 /force-app/main/default/classes/AutolaunchFlow.cls 12 5 12 58 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.
38 /force-app/main/default/classes/AutolaunchFlow.cls 12 5 12 58 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.
39 /force-app/main/default/classes/AutolaunchFlow.cls 36 11 36 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
39 /force-app/main/default/classes/AutolaunchFlow.cls 36 11 36 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
40 /force-app/main/default/classes/AutolaunchFlow.cls 38 18 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
40 /force-app/main/default/classes/AutolaunchFlow.cls 38 18 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
41 /force-app/main/default/classes/AutolaunchFlow.cls 43 11 43 166 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
41 /force-app/main/default/classes/AutolaunchFlow.cls 43 11 43 166 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
42 /force-app/main/default/classes/AutolaunchFlow.cls 43 11 43 166 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
42 /force-app/main/default/classes/AutolaunchFlow.cls 43 11 43 166 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
43 /force-app/main/default/classes/AutolaunchFlow.cls 45 11 45 33 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
43 /force-app/main/default/classes/AutolaunchFlow.cls 45 11 45 33 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
44 /force-app/main/default/classes/AutolaunchFlow.cls 45 11 45 33 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
44 /force-app/main/default/classes/AutolaunchFlow.cls 45 11 45 33 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
45 /force-app/main/default/classes/AutolaunchFlow.cls 54 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 comment
45 /force-app/main/default/classes/AutolaunchFlow.cls 54 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 comment
46 /force-app/main/default/classes/AutolaunchFlow.cls 82 13 92 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
46 /force-app/main/default/classes/AutolaunchFlow.cls 82 13 92 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
47 /force-app/main/default/classes/AutolaunchFlow.cls 83 16 85 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
47 /force-app/main/default/classes/AutolaunchFlow.cls 83 16 85 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
48 /force-app/main/default/classes/AutolaunchFlow.cls 88 22 88 31 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'isSuccess' should be before method declarations in its class
48 /force-app/main/default/classes/AutolaunchFlow.cls 88 22 88 31 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'isSuccess' should be before method declarations in its class
49 /force-app/main/default/classes/AutolaunchFlow.cls 91 21 91 33 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'errorMessage' should be before method declarations in its class
49 /force-app/main/default/classes/AutolaunchFlow.cls 91 21 91 33 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'errorMessage' should be before method declarations in its class
50 /force-app/main/default/classes/CheckMembership.cls 1 21 65 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
50 /force-app/main/default/classes/CheckMembership.cls 1 21 65 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
51 /force-app/main/default/classes/CheckMembership.cls 5 19 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
51 /force-app/main/default/classes/CheckMembership.cls 5 19 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
52 /force-app/main/default/classes/CheckMembership.cls 5 19 35 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'ExecuteMembershipCheck' doesn't match '[a-z][a-zA-Z0-9]*'
52 /force-app/main/default/classes/CheckMembership.cls 5 19 35 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'ExecuteMembershipCheck' doesn't match '[a-z][a-zA-Z0-9]*'
53 /force-app/main/default/classes/CheckMembership.cls 6 9 6 56 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
53 /force-app/main/default/classes/CheckMembership.cls 6 9 6 56 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
54 /force-app/main/default/classes/CheckMembership.cls 6 9 6 56 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
54 /force-app/main/default/classes/CheckMembership.cls 6 9 6 56 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
55 /force-app/main/default/classes/CheckMembership.cls 10 9 10 64 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 /force-app/main/default/classes/CheckMembership.cls 10 9 10 64 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 /force-app/main/default/classes/CheckMembership.cls 10 9 10 64 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 /force-app/main/default/classes/CheckMembership.cls 10 9 10 64 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 /force-app/main/default/classes/CheckMembership.cls 11 9 11 61 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
57 /force-app/main/default/classes/CheckMembership.cls 11 9 11 61 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
58 /force-app/main/default/classes/CheckMembership.cls 11 9 11 61 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
58 /force-app/main/default/classes/CheckMembership.cls 11 9 11 61 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
59 /force-app/main/default/classes/CheckMembership.cls 37 12 54 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
59 /force-app/main/default/classes/CheckMembership.cls 37 12 54 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
60 /force-app/main/default/classes/CheckMembership.cls 56 12 61 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
60 /force-app/main/default/classes/CheckMembership.cls 56 12 61 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
61 /force-app/main/default/classes/CountFieldValues.cls 1 21 51 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
61 /force-app/main/default/classes/CountFieldValues.cls 1 21 51 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
62 /force-app/main/default/classes/CountFieldValues.cls 3 19 27 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
62 /force-app/main/default/classes/CountFieldValues.cls 3 19 27 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
63 /force-app/main/default/classes/CountFieldValues.cls 3 19 27 6 pmd MethodWithSameNameAsEnclosingClass 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass Classes should not have non-constructor methods with the same name as the class
63 /force-app/main/default/classes/CountFieldValues.cls 3 19 27 6 pmd MethodWithSameNameAsEnclosingClass 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass Classes should not have non-constructor methods with the same name as the class
64 /force-app/main/default/classes/CountFieldValues.cls 29 12 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
64 /force-app/main/default/classes/CountFieldValues.cls 29 12 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
65 /force-app/main/default/classes/CountFieldValues.cls 38 12 50 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
65 /force-app/main/default/classes/CountFieldValues.cls 38 12 50 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
66 /force-app/main/default/classes/CountFieldValues.cls 39 16 43 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
66 /force-app/main/default/classes/CountFieldValues.cls 39 16 43 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
67 /force-app/main/default/classes/CountFieldValues.cls 45 24 45 37 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'matchedNumber' should be before method declarations in its class
67 /force-app/main/default/classes/CountFieldValues.cls 45 24 45 37 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'matchedNumber' should be before method declarations in its class
68 /force-app/main/default/classes/CountFieldValues.cls 47 24 47 35 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'totalNumber' should be before method declarations in its class
68 /force-app/main/default/classes/CountFieldValues.cls 47 24 47 35 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'totalNumber' should be before method declarations in its class
69 /force-app/main/default/classes/CountFieldValues.cls 49 23 49 29 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'errors' should be before method declarations in its class
69 /force-app/main/default/classes/CountFieldValues.cls 49 23 49 29 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'errors' should be before method declarations in its class
70 /force-app/main/default/classes/EvaluateFormula.cls 1 21 56 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
70 /force-app/main/default/classes/EvaluateFormula.cls 1 21 56 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
71 /force-app/main/default/classes/EvaluateFormula.cls 4 19 31 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
71 /force-app/main/default/classes/EvaluateFormula.cls 4 19 31 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
72 /force-app/main/default/classes/EvaluateFormula.cls 5 9 5 50 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
72 /force-app/main/default/classes/EvaluateFormula.cls 5 9 5 50 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
73 /force-app/main/default/classes/EvaluateFormula.cls 5 9 5 50 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
73 /force-app/main/default/classes/EvaluateFormula.cls 5 9 5 50 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
74 /force-app/main/default/classes/EvaluateFormula.cls 13 13 13 38 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
74 /force-app/main/default/classes/EvaluateFormula.cls 13 13 13 38 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
75 /force-app/main/default/classes/EvaluateFormula.cls 13 13 13 38 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
75 /force-app/main/default/classes/EvaluateFormula.cls 13 13 13 38 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
76 /force-app/main/default/classes/EvaluateFormula.cls 26 9 26 48 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
76 /force-app/main/default/classes/EvaluateFormula.cls 26 9 26 48 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
77 /force-app/main/default/classes/EvaluateFormula.cls 26 9 26 48 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
77 /force-app/main/default/classes/EvaluateFormula.cls 26 9 26 48 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
78 /force-app/main/default/classes/EvaluateFormula.cls 27 9 27 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
78 /force-app/main/default/classes/EvaluateFormula.cls 27 9 27 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
79 /force-app/main/default/classes/EvaluateFormula.cls 27 9 27 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.
79 /force-app/main/default/classes/EvaluateFormula.cls 27 9 27 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.
80 /force-app/main/default/classes/EvaluateFormula.cls 35 13 43 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
80 /force-app/main/default/classes/EvaluateFormula.cls 35 13 43 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
81 /force-app/main/default/classes/EvaluateFormula.cls 45 13 55 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
81 /force-app/main/default/classes/EvaluateFormula.cls 45 13 55 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
82 /force-app/main/default/classes/ExpressionBuilder.cls 1 21 425 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
82 /force-app/main/default/classes/ExpressionBuilder.cls 1 21 425 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
83 /force-app/main/default/classes/ExpressionBuilder.cls 1 21 425 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'ExpressionBuilder' has a total cognitive complexity of 106 (highest 39), current threshold is 50
83 /force-app/main/default/classes/ExpressionBuilder.cls 1 21 425 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'ExpressionBuilder' has a total cognitive complexity of 106 (highest 39), current threshold is 50
84 /force-app/main/default/classes/ExpressionBuilder.cls 1 21 425 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'ExpressionBuilder' has a total cyclomatic complexity of 77 (highest 25).
84 /force-app/main/default/classes/ExpressionBuilder.cls 1 21 425 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'ExpressionBuilder' has a total cyclomatic complexity of 77 (highest 25).
85 /force-app/main/default/classes/ExpressionBuilder.cls 1 21 425 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'ExpressionBuilder' has a Standard Cyclomatic Complexity of 12 (Highest = 23).
85 /force-app/main/default/classes/ExpressionBuilder.cls 1 21 425 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'ExpressionBuilder' has a Standard Cyclomatic Complexity of 12 (Highest = 23).
86 /force-app/main/default/classes/ExpressionBuilder.cls 3 19 115 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
86 /force-app/main/default/classes/ExpressionBuilder.cls 3 19 115 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
87 /force-app/main/default/classes/ExpressionBuilder.cls 3 19 115 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assembleFormulaString(String, String, String)' has a cognitive complexity of 38, current threshold is 15
87 /force-app/main/default/classes/ExpressionBuilder.cls 3 19 115 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assembleFormulaString(String, String, String)' has a cognitive complexity of 38, current threshold is 15
88 /force-app/main/default/classes/ExpressionBuilder.cls 3 19 115 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'assembleFormulaString(String, String, String)' has a cyclomatic complexity of 25.
88 /force-app/main/default/classes/ExpressionBuilder.cls 3 19 115 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'assembleFormulaString(String, String, String)' has a cyclomatic complexity of 25.
89 /force-app/main/default/classes/ExpressionBuilder.cls 3 19 115 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'assembleFormulaString()' has an NCSS line count of 87 (limit: 40)
89 /force-app/main/default/classes/ExpressionBuilder.cls 3 19 115 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'assembleFormulaString()' has an NCSS line count of 87 (limit: 40)
90 /force-app/main/default/classes/ExpressionBuilder.cls 3 19 115 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'assembleFormulaString' has a Standard Cyclomatic Complexity of 19.
90 /force-app/main/default/classes/ExpressionBuilder.cls 3 19 115 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'assembleFormulaString' has a Standard Cyclomatic Complexity of 19.
91 /force-app/main/default/classes/ExpressionBuilder.cls 7 16 7 27 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'result' defined but not used
91 /force-app/main/default/classes/ExpressionBuilder.cls 7 16 7 27 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'result' defined but not used
92 /force-app/main/default/classes/ExpressionBuilder.cls 8 16 8 30 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'resultEnd' defined but not used
92 /force-app/main/default/classes/ExpressionBuilder.cls 8 16 8 30 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'resultEnd' defined but not used
93 /force-app/main/default/classes/ExpressionBuilder.cls 134 19 296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
93 /force-app/main/default/classes/ExpressionBuilder.cls 134 19 296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
94 /force-app/main/default/classes/ExpressionBuilder.cls 134 19 296 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'disassemblyFormulaString(String)' has a cognitive complexity of 39, current threshold is 15
94 /force-app/main/default/classes/ExpressionBuilder.cls 134 19 296 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'disassemblyFormulaString(String)' has a cognitive complexity of 39, current threshold is 15
95 /force-app/main/default/classes/ExpressionBuilder.cls 134 19 296 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'disassemblyFormulaString(String)' has a cyclomatic complexity of 23.
95 /force-app/main/default/classes/ExpressionBuilder.cls 134 19 296 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'disassemblyFormulaString(String)' has a cyclomatic complexity of 23.
96 /force-app/main/default/classes/ExpressionBuilder.cls 134 19 296 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'disassemblyFormulaString()' has an NCSS line count of 121 (limit: 40)
96 /force-app/main/default/classes/ExpressionBuilder.cls 134 19 296 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'disassemblyFormulaString()' has an NCSS line count of 121 (limit: 40)
97 /force-app/main/default/classes/ExpressionBuilder.cls 134 19 296 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'disassemblyFormulaString' has a Standard Cyclomatic Complexity of 23.
97 /force-app/main/default/classes/ExpressionBuilder.cls 134 19 296 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'disassemblyFormulaString' has a Standard Cyclomatic Complexity of 23.
98 /force-app/main/default/classes/ExpressionBuilder.cls 298 19 315 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
98 /force-app/main/default/classes/ExpressionBuilder.cls 298 19 315 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
99 /force-app/main/default/classes/ExpressionBuilder.cls 317 19 373 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
99 /force-app/main/default/classes/ExpressionBuilder.cls 317 19 373 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
100 /force-app/main/default/classes/ExpressionBuilder.cls 317 19 373 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'convertExpressionLines(ExpressionLineWraper)' has a cyclomatic complexity of 13.
100 /force-app/main/default/classes/ExpressionBuilder.cls 317 19 373 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'convertExpressionLines(ExpressionLineWraper)' has a cyclomatic complexity of 13.
101 /force-app/main/default/classes/ExpressionBuilder.cls 317 19 373 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'convertExpressionLines()' has an NCSS line count of 53 (limit: 40)
101 /force-app/main/default/classes/ExpressionBuilder.cls 317 19 373 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'convertExpressionLines()' has an NCSS line count of 53 (limit: 40)
102 /force-app/main/default/classes/ExpressionBuilder.cls 317 19 373 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'convertExpressionLines' has a Standard Cyclomatic Complexity of 13.
102 /force-app/main/default/classes/ExpressionBuilder.cls 317 19 373 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'convertExpressionLines' has a Standard Cyclomatic Complexity of 13.
103 /force-app/main/default/classes/ExpressionBuilder.cls 375 19 387 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
103 /force-app/main/default/classes/ExpressionBuilder.cls 375 19 387 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
104 /force-app/main/default/classes/ExpressionBuilder.cls 389 19 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
104 /force-app/main/default/classes/ExpressionBuilder.cls 389 19 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
105 /force-app/main/default/classes/ExpressionBuilder.cls 405 12 424 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
105 /force-app/main/default/classes/ExpressionBuilder.cls 405 12 424 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
106 /force-app/main/default/classes/ExpressionBuilder.cls 417 16 423 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
106 /force-app/main/default/classes/ExpressionBuilder.cls 417 16 423 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
107 /force-app/main/default/classes/ExpressionBuilder.cls 417 16 423 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.
107 /force-app/main/default/classes/ExpressionBuilder.cls 417 16 423 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.
108 /force-app/main/default/classes/ExpressionBuilderTest.cls 21 9 21 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
108 /force-app/main/default/classes/ExpressionBuilderTest.cls 21 9 21 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
109 /force-app/main/default/classes/ExpressionBuilderTest.cls 26 9 26 90 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.
109 /force-app/main/default/classes/ExpressionBuilderTest.cls 26 9 26 90 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.
110 /force-app/main/default/classes/ExpressionBuilderTest.cls 27 9 27 94 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
110 /force-app/main/default/classes/ExpressionBuilderTest.cls 27 9 27 94 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
111 /force-app/main/default/classes/ExpressionBuilderTest.cls 28 9 28 44 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.
111 /force-app/main/default/classes/ExpressionBuilderTest.cls 28 9 28 44 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.
112 /force-app/main/default/classes/ExpressionBuilderTest.cls 36 9 36 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
112 /force-app/main/default/classes/ExpressionBuilderTest.cls 36 9 36 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
113 /force-app/main/default/classes/ExpressionBuilderTest.cls 41 9 41 87 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.
113 /force-app/main/default/classes/ExpressionBuilderTest.cls 41 9 41 87 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.
114 /force-app/main/default/classes/ExpressionBuilderTest.cls 42 9 42 86 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.
114 /force-app/main/default/classes/ExpressionBuilderTest.cls 42 9 42 86 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.
115 /force-app/main/default/classes/ExpressionBuilderTest.cls 43 9 43 44 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.
115 /force-app/main/default/classes/ExpressionBuilderTest.cls 43 9 43 44 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.
116 /force-app/main/default/classes/ExpressionBuilderTest.cls 50 9 50 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
116 /force-app/main/default/classes/ExpressionBuilderTest.cls 50 9 50 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
117 /force-app/main/default/classes/ExpressionBuilderTest.cls 55 9 55 86 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.
117 /force-app/main/default/classes/ExpressionBuilderTest.cls 55 9 55 86 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.
118 /force-app/main/default/classes/ExpressionBuilderTest.cls 56 9 56 86 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.
118 /force-app/main/default/classes/ExpressionBuilderTest.cls 56 9 56 86 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.
119 /force-app/main/default/classes/ExpressionBuilderTest.cls 57 9 57 44 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.
119 /force-app/main/default/classes/ExpressionBuilderTest.cls 57 9 57 44 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.
120 /force-app/main/default/classes/FieldDescriptor.cls 1 21 18 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
120 /force-app/main/default/classes/FieldDescriptor.cls 1 21 18 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
121 /force-app/main/default/classes/FieldDescriptor.cls 11 12 17 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
121 /force-app/main/default/classes/FieldDescriptor.cls 11 12 17 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
122 /force-app/main/default/classes/FieldDescriptor.cls 11 12 17 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.
122 /force-app/main/default/classes/FieldDescriptor.cls 11 12 17 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.
123 /force-app/main/default/classes/FieldPickerController.cls 1 21 140 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
123 /force-app/main/default/classes/FieldPickerController.cls 1 21 140 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
124 /force-app/main/default/classes/FieldPickerController.cls 1 21 140 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
124 /force-app/main/default/classes/FieldPickerController.cls 1 21 140 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
125 /force-app/main/default/classes/FieldPickerController.cls 4 19 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
125 /force-app/main/default/classes/FieldPickerController.cls 4 19 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
126 /force-app/main/default/classes/FieldPickerController.cls 37 19 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
126 /force-app/main/default/classes/FieldPickerController.cls 37 19 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
127 /force-app/main/default/classes/FieldPickerController.cls 55 12 81 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
127 /force-app/main/default/classes/FieldPickerController.cls 55 12 81 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
128 /force-app/main/default/classes/FieldPickerController.cls 62 16 65 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
128 /force-app/main/default/classes/FieldPickerController.cls 62 16 65 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
129 /force-app/main/default/classes/FieldPickerController.cls 67 16 79 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
129 /force-app/main/default/classes/FieldPickerController.cls 67 16 79 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
130 /force-app/main/default/classes/FieldPickerController.cls 83 40 139 6 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'allowedStandardObjects' should be before method declarations in its class
130 /force-app/main/default/classes/FieldPickerController.cls 83 40 139 6 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'allowedStandardObjects' should be before method declarations in its class
131 /force-app/main/default/classes/FindRecordsInCollection.cls 1 21 95 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
131 /force-app/main/default/classes/FindRecordsInCollection.cls 1 21 95 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
132 /force-app/main/default/classes/FindRecordsInCollection.cls 4 19 48 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
132 /force-app/main/default/classes/FindRecordsInCollection.cls 4 19 48 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
133 /force-app/main/default/classes/FindRecordsInCollection.cls 5 9 5 56 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
133 /force-app/main/default/classes/FindRecordsInCollection.cls 5 9 5 56 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
134 /force-app/main/default/classes/FindRecordsInCollection.cls 5 9 5 56 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
134 /force-app/main/default/classes/FindRecordsInCollection.cls 5 9 5 56 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
135 /force-app/main/default/classes/FindRecordsInCollection.cls 13 3 13 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
135 /force-app/main/default/classes/FindRecordsInCollection.cls 13 3 13 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
136 /force-app/main/default/classes/FindRecordsInCollection.cls 13 3 13 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.
136 /force-app/main/default/classes/FindRecordsInCollection.cls 13 3 13 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.
137 /force-app/main/default/classes/FindRecordsInCollection.cls 14 9 14 68 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
137 /force-app/main/default/classes/FindRecordsInCollection.cls 14 9 14 68 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
138 /force-app/main/default/classes/FindRecordsInCollection.cls 14 9 14 68 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.
138 /force-app/main/default/classes/FindRecordsInCollection.cls 14 9 14 68 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.
139 /force-app/main/default/classes/FindRecordsInCollection.cls 15 9 15 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
139 /force-app/main/default/classes/FindRecordsInCollection.cls 15 9 15 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
140 /force-app/main/default/classes/FindRecordsInCollection.cls 15 9 15 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.
140 /force-app/main/default/classes/FindRecordsInCollection.cls 15 9 15 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.
141 /force-app/main/default/classes/FindRecordsInCollection.cls 16 9 16 78 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
141 /force-app/main/default/classes/FindRecordsInCollection.cls 16 9 16 78 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
142 /force-app/main/default/classes/FindRecordsInCollection.cls 16 9 16 78 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
142 /force-app/main/default/classes/FindRecordsInCollection.cls 16 9 16 78 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
143 /force-app/main/default/classes/FindRecordsInCollection.cls 43 10 43 49 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
143 /force-app/main/default/classes/FindRecordsInCollection.cls 43 10 43 49 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
144 /force-app/main/default/classes/FindRecordsInCollection.cls 43 10 43 49 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
144 /force-app/main/default/classes/FindRecordsInCollection.cls 43 10 43 49 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
145 /force-app/main/default/classes/FindRecordsInCollection.cls 44 9 44 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
145 /force-app/main/default/classes/FindRecordsInCollection.cls 44 9 44 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
146 /force-app/main/default/classes/FindRecordsInCollection.cls 44 9 44 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.
146 /force-app/main/default/classes/FindRecordsInCollection.cls 44 9 44 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.
147 /force-app/main/default/classes/FindRecordsInCollection.cls 52 19 64 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
147 /force-app/main/default/classes/FindRecordsInCollection.cls 52 19 64 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
148 /force-app/main/default/classes/FindRecordsInCollection.cls 67 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 comment
148 /force-app/main/default/classes/FindRecordsInCollection.cls 67 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 comment
149 /force-app/main/default/classes/FindRecordsInCollection.cls 82 13 94 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
149 /force-app/main/default/classes/FindRecordsInCollection.cls 82 13 94 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
150 /force-app/main/default/classes/FindRecordsInCollection.cls 84 16 87 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
150 /force-app/main/default/classes/FindRecordsInCollection.cls 84 16 87 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
151 /force-app/main/default/classes/FindRecordsInCollection.cls 90 47 90 65 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'singleOutputMember' should be before method declarations in its class
151 /force-app/main/default/classes/FindRecordsInCollection.cls 90 47 90 65 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'singleOutputMember' should be before method declarations in its class
152 /force-app/main/default/classes/FindRecordsInCollection.cls 93 53 93 74 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'multipleOutputMembers' should be before method declarations in its class
152 /force-app/main/default/classes/FindRecordsInCollection.cls 93 53 93 74 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'multipleOutputMembers' should be before method declarations in its class
153 /force-app/main/default/classes/FlowFormulaEvaluator.cls 1 21 40 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
153 /force-app/main/default/classes/FlowFormulaEvaluator.cls 1 21 40 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
154 /force-app/main/default/classes/FlowFormulaEvaluator.cls 3 19 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
154 /force-app/main/default/classes/FlowFormulaEvaluator.cls 3 19 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
155 /force-app/main/default/classes/FlowFormulaEvaluator.cls 16 12 23 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
155 /force-app/main/default/classes/FlowFormulaEvaluator.cls 16 12 23 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
156 /force-app/main/default/classes/FlowFormulaEvaluator.cls 25 12 39 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
156 /force-app/main/default/classes/FlowFormulaEvaluator.cls 25 12 39 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
157 /force-app/main/default/classes/FlowFormulaEvaluator.cls 32 16 38 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
157 /force-app/main/default/classes/FlowFormulaEvaluator.cls 32 16 38 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
158 /force-app/main/default/classes/FlowListController.cls 1 21 41 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
158 /force-app/main/default/classes/FlowListController.cls 1 21 41 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
159 /force-app/main/default/classes/FlowListController.cls 1 21 41 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
159 /force-app/main/default/classes/FlowListController.cls 1 21 41 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
160 /force-app/main/default/classes/FlowListController.cls 4 19 25 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
160 /force-app/main/default/classes/FlowListController.cls 4 19 25 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
161 /force-app/main/default/classes/FlowListController.cls 4 19 25 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'getFlowNamesApex(String)' has a cognitive complexity of 27, current threshold is 15
161 /force-app/main/default/classes/FlowListController.cls 4 19 25 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'getFlowNamesApex(String)' has a cognitive complexity of 27, current threshold is 15
162 /force-app/main/default/classes/FlowListController.cls 24 58 24 69 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
162 /force-app/main/default/classes/FlowListController.cls 24 58 24 69 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
163 /force-app/main/default/classes/FlowListController.cls 27 19 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
163 /force-app/main/default/classes/FlowListController.cls 27 19 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
164 /force-app/main/default/classes/FlowListController.cls 31 20 31 57 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 'SESSION_ID_START' doesn't match '[a-z][a-zA-Z0-9]*'
164 /force-app/main/default/classes/FlowListController.cls 31 20 31 57 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 'SESSION_ID_START' doesn't match '[a-z][a-zA-Z0-9]*'
165 /force-app/main/default/classes/FlowListController.cls 32 20 32 53 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'SESSION_ID_END' doesn't match '[a-z][a-zA-Z0-9]*'
165 /force-app/main/default/classes/FlowListController.cls 32 20 32 53 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'SESSION_ID_END' doesn't match '[a-z][a-zA-Z0-9]*'
166 /force-app/main/default/classes/FormulaBuilderController.cls 1 21 17 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
166 /force-app/main/default/classes/FormulaBuilderController.cls 1 21 17 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
167 /force-app/main/default/classes/FormulaBuilderController.cls 4 19 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
167 /force-app/main/default/classes/FormulaBuilderController.cls 4 19 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
168 /force-app/main/default/classes/FormulaEvaluator.cls 1 21 476 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
168 /force-app/main/default/classes/FormulaEvaluator.cls 1 21 476 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
169 /force-app/main/default/classes/FormulaEvaluator.cls 1 21 476 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'FormulaEvaluator' has a total cognitive complexity of 136 (highest 49), current threshold is 50
169 /force-app/main/default/classes/FormulaEvaluator.cls 1 21 476 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'FormulaEvaluator' has a total cognitive complexity of 136 (highest 49), current threshold is 50
170 /force-app/main/default/classes/FormulaEvaluator.cls 1 21 476 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'FormulaEvaluator' has a total cyclomatic complexity of 89 (highest 34).
170 /force-app/main/default/classes/FormulaEvaluator.cls 1 21 476 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'FormulaEvaluator' has a total cyclomatic complexity of 89 (highest 34).
171 /force-app/main/default/classes/FormulaEvaluator.cls 1 21 476 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'FormulaEvaluator' has a Standard Cyclomatic Complexity of 12 (Highest = 30).
171 /force-app/main/default/classes/FormulaEvaluator.cls 1 21 476 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'FormulaEvaluator' has a Standard Cyclomatic Complexity of 12 (Highest = 30).
172 /force-app/main/default/classes/FormulaEvaluator.cls 3 19 114 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
172 /force-app/main/default/classes/FormulaEvaluator.cls 3 19 114 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
173 /force-app/main/default/classes/FormulaEvaluator.cls 3 19 114 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'parseFormula(String, String)' has a cognitive complexity of 40, current threshold is 15
173 /force-app/main/default/classes/FormulaEvaluator.cls 3 19 114 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'parseFormula(String, String)' has a cognitive complexity of 40, current threshold is 15
174 /force-app/main/default/classes/FormulaEvaluator.cls 3 19 114 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'parseFormula(String, String)' has a cyclomatic complexity of 24.
174 /force-app/main/default/classes/FormulaEvaluator.cls 3 19 114 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'parseFormula(String, String)' has a cyclomatic complexity of 24.
175 /force-app/main/default/classes/FormulaEvaluator.cls 3 19 114 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'parseFormula()' has an NCSS line count of 100 (limit: 40)
175 /force-app/main/default/classes/FormulaEvaluator.cls 3 19 114 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'parseFormula()' has an NCSS line count of 100 (limit: 40)
176 /force-app/main/default/classes/FormulaEvaluator.cls 3 19 114 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'parseFormula' has a Standard Cyclomatic Complexity of 22.
176 /force-app/main/default/classes/FormulaEvaluator.cls 3 19 114 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'parseFormula' has a Standard Cyclomatic Complexity of 22.
177 /force-app/main/default/classes/FormulaEvaluator.cls 11 47 11 73 pmd OperationWithHighCostInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop Avoid operations in loops that may impact performances
177 /force-app/main/default/classes/FormulaEvaluator.cls 11 47 11 73 pmd OperationWithHighCostInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithhighcostinloop Avoid operations in loops that may impact performances
178 /force-app/main/default/classes/FormulaEvaluator.cls 116 19 148 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
178 /force-app/main/default/classes/FormulaEvaluator.cls 116 19 148 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
179 /force-app/main/default/classes/FormulaEvaluator.cls 116 19 148 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.
179 /force-app/main/default/classes/FormulaEvaluator.cls 116 19 148 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.
180 /force-app/main/default/classes/FormulaEvaluator.cls 133 51 133 62 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
180 /force-app/main/default/classes/FormulaEvaluator.cls 133 51 133 62 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
181 /force-app/main/default/classes/FormulaEvaluator.cls 188 19 203 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
181 /force-app/main/default/classes/FormulaEvaluator.cls 188 19 203 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
182 /force-app/main/default/classes/FormulaEvaluator.cls 205 19 302 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
182 /force-app/main/default/classes/FormulaEvaluator.cls 205 19 302 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
183 /force-app/main/default/classes/FormulaEvaluator.cls 205 19 302 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluate(String, String, Integer)' has a cognitive complexity of 28, current threshold is 15
183 /force-app/main/default/classes/FormulaEvaluator.cls 205 19 302 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluate(String, String, Integer)' has a cognitive complexity of 28, current threshold is 15
184 /force-app/main/default/classes/FormulaEvaluator.cls 205 19 302 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluate(String, String, Integer)' has a cyclomatic complexity of 15.
184 /force-app/main/default/classes/FormulaEvaluator.cls 205 19 302 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluate(String, String, Integer)' has a cyclomatic complexity of 15.
185 /force-app/main/default/classes/FormulaEvaluator.cls 205 19 302 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluate()' has an NCSS line count of 69 (limit: 40)
185 /force-app/main/default/classes/FormulaEvaluator.cls 205 19 302 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluate()' has an NCSS line count of 69 (limit: 40)
186 /force-app/main/default/classes/FormulaEvaluator.cls 205 19 302 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluate' has a Standard Cyclomatic Complexity of 15.
186 /force-app/main/default/classes/FormulaEvaluator.cls 205 19 302 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluate' has a Standard Cyclomatic Complexity of 15.
187 /force-app/main/default/classes/FormulaEvaluator.cls 213 21 213 34 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'iteration' defined but not used
187 /force-app/main/default/classes/FormulaEvaluator.cls 213 21 213 34 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'iteration' defined but not used
188 /force-app/main/default/classes/FormulaEvaluator.cls 304 19 462 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
188 /force-app/main/default/classes/FormulaEvaluator.cls 304 19 462 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
189 /force-app/main/default/classes/FormulaEvaluator.cls 304 19 462 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'replaceExpressionValues(RegExps.ParserContext)' has a cognitive complexity of 49, current threshold is 15
189 /force-app/main/default/classes/FormulaEvaluator.cls 304 19 462 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'replaceExpressionValues(RegExps.ParserContext)' has a cognitive complexity of 49, current threshold is 15
190 /force-app/main/default/classes/FormulaEvaluator.cls 304 19 462 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'replaceExpressionValues(RegExps.ParserContext)' has a cyclomatic complexity of 34.
190 /force-app/main/default/classes/FormulaEvaluator.cls 304 19 462 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'replaceExpressionValues(RegExps.ParserContext)' has a cyclomatic complexity of 34.
191 /force-app/main/default/classes/FormulaEvaluator.cls 304 19 462 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'replaceExpressionValues()' has an NCSS line count of 122 (limit: 40)
191 /force-app/main/default/classes/FormulaEvaluator.cls 304 19 462 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'replaceExpressionValues()' has an NCSS line count of 122 (limit: 40)
192 /force-app/main/default/classes/FormulaEvaluator.cls 304 19 462 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'replaceExpressionValues' has a Standard Cyclomatic Complexity of 30.
192 /force-app/main/default/classes/FormulaEvaluator.cls 304 19 462 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'replaceExpressionValues' has a Standard Cyclomatic Complexity of 30.
193 /force-app/main/default/classes/FormulaEvaluator.cls 418 16 418 122 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 'EXP_VALUES_NO_STRING' doesn't match '[a-z][a-zA-Z0-9]*'
193 /force-app/main/default/classes/FormulaEvaluator.cls 418 16 418 122 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 'EXP_VALUES_NO_STRING' doesn't match '[a-z][a-zA-Z0-9]*'
194 /force-app/main/default/classes/FormulaEvaluator.cls 464 12 472 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
194 /force-app/main/default/classes/FormulaEvaluator.cls 464 12 472 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
195 /force-app/main/default/classes/FormulaEvaluator.cls 468 16 471 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
195 /force-app/main/default/classes/FormulaEvaluator.cls 468 16 471 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
196 /force-app/main/default/classes/FormulaEvaluator.cls 474 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
196 /force-app/main/default/classes/FormulaEvaluator.cls 474 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
197 /force-app/main/default/classes/FormulaEvaluatorTest.cls 4 12 56 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'parseFormulaTest()' has an NCSS line count of 41 (limit: 40)
197 /force-app/main/default/classes/FormulaEvaluatorTest.cls 4 12 56 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'parseFormulaTest()' has an NCSS line count of 41 (limit: 40)
198 /force-app/main/default/classes/FormulaEvaluatorTest.cls 58 12 66 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
198 /force-app/main/default/classes/FormulaEvaluatorTest.cls 58 12 66 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
199 /force-app/main/default/classes/FormulaEvaluatorTest.cls 62 16 65 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
199 /force-app/main/default/classes/FormulaEvaluatorTest.cls 62 16 65 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
200 /force-app/main/default/classes/GenerateFlowLink.cls 1 21 91 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
200 /force-app/main/default/classes/GenerateFlowLink.cls 1 21 91 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
201 /force-app/main/default/classes/GenerateFlowLink.cls 6 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
201 /force-app/main/default/classes/GenerateFlowLink.cls 6 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
202 /force-app/main/default/classes/GenerateFlowLink.cls 7 9 7 41 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
202 /force-app/main/default/classes/GenerateFlowLink.cls 7 9 7 41 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
203 /force-app/main/default/classes/GenerateFlowLink.cls 7 9 7 41 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
203 /force-app/main/default/classes/GenerateFlowLink.cls 7 9 7 41 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
204 /force-app/main/default/classes/GenerateFlowLink.cls 17 9 17 45 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
204 /force-app/main/default/classes/GenerateFlowLink.cls 17 9 17 45 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
205 /force-app/main/default/classes/GenerateFlowLink.cls 17 9 17 45 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.
205 /force-app/main/default/classes/GenerateFlowLink.cls 17 9 17 45 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.
206 /force-app/main/default/classes/GenerateFlowLink.cls 20 11 20 45 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
206 /force-app/main/default/classes/GenerateFlowLink.cls 20 11 20 45 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
207 /force-app/main/default/classes/GenerateFlowLink.cls 20 11 20 45 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
207 /force-app/main/default/classes/GenerateFlowLink.cls 20 11 20 45 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
208 /force-app/main/default/classes/GenerateFlowLink.cls 21 9 21 45 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
208 /force-app/main/default/classes/GenerateFlowLink.cls 21 9 21 45 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
209 /force-app/main/default/classes/GenerateFlowLink.cls 21 9 21 45 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.
209 /force-app/main/default/classes/GenerateFlowLink.cls 21 9 21 45 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.
210 /force-app/main/default/classes/GenerateFlowLink.cls 24 11 24 45 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
210 /force-app/main/default/classes/GenerateFlowLink.cls 24 11 24 45 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
211 /force-app/main/default/classes/GenerateFlowLink.cls 24 11 24 45 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
211 /force-app/main/default/classes/GenerateFlowLink.cls 24 11 24 45 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
212 /force-app/main/default/classes/GenerateFlowLink.cls 25 9 25 45 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
212 /force-app/main/default/classes/GenerateFlowLink.cls 25 9 25 45 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
213 /force-app/main/default/classes/GenerateFlowLink.cls 25 9 25 45 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.
213 /force-app/main/default/classes/GenerateFlowLink.cls 25 9 25 45 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.
214 /force-app/main/default/classes/GenerateFlowLink.cls 27 11 27 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
214 /force-app/main/default/classes/GenerateFlowLink.cls 27 11 27 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
215 /force-app/main/default/classes/GenerateFlowLink.cls 27 11 27 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
215 /force-app/main/default/classes/GenerateFlowLink.cls 27 11 27 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
216 /force-app/main/default/classes/GenerateFlowLink.cls 42 19 54 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
216 /force-app/main/default/classes/GenerateFlowLink.cls 42 19 54 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
217 /force-app/main/default/classes/GenerateFlowLink.cls 47 11 47 166 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
217 /force-app/main/default/classes/GenerateFlowLink.cls 47 11 47 166 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
218 /force-app/main/default/classes/GenerateFlowLink.cls 47 11 47 166 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
218 /force-app/main/default/classes/GenerateFlowLink.cls 47 11 47 166 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
219 /force-app/main/default/classes/GenerateFlowLink.cls 49 11 49 21 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
219 /force-app/main/default/classes/GenerateFlowLink.cls 49 11 49 21 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
220 /force-app/main/default/classes/GenerateFlowLink.cls 49 11 49 21 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
220 /force-app/main/default/classes/GenerateFlowLink.cls 49 11 49 21 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
221 /force-app/main/default/classes/GenerateFlowLink.cls 51 9 51 60 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
221 /force-app/main/default/classes/GenerateFlowLink.cls 51 9 51 60 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
222 /force-app/main/default/classes/GenerateFlowLink.cls 51 9 51 60 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
222 /force-app/main/default/classes/GenerateFlowLink.cls 51 9 51 60 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
223 /force-app/main/default/classes/GenerateFlowLink.cls 56 12 56 61 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
223 /force-app/main/default/classes/GenerateFlowLink.cls 56 12 56 61 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
224 /force-app/main/default/classes/GenerateFlowLink.cls 59 12 82 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
224 /force-app/main/default/classes/GenerateFlowLink.cls 59 12 82 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
225 /force-app/main/default/classes/GenerateFlowLink.cls 84 12 89 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
225 /force-app/main/default/classes/GenerateFlowLink.cls 84 12 89 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
226 /force-app/main/default/classes/GenerateTestRecords.cls 2 21 79 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
226 /force-app/main/default/classes/GenerateTestRecords.cls 2 21 79 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
227 /force-app/main/default/classes/GenerateTestRecords.cls 5 19 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
227 /force-app/main/default/classes/GenerateTestRecords.cls 5 19 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
228 /force-app/main/default/classes/GenerateTestRecords.cls 26 19 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
228 /force-app/main/default/classes/GenerateTestRecords.cls 26 19 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
229 /force-app/main/default/classes/GenerateTestRecords.cls 29 9 29 23 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
229 /force-app/main/default/classes/GenerateTestRecords.cls 29 9 29 23 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
230 /force-app/main/default/classes/GenerateTestRecords.cls 32 18 32 89 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
230 /force-app/main/default/classes/GenerateTestRecords.cls 32 18 32 89 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
231 /force-app/main/default/classes/GenerateTestRecords.cls 38 19 44 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
231 /force-app/main/default/classes/GenerateTestRecords.cls 38 19 44 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
232 /force-app/main/default/classes/GenerateTestRecords.cls 38 51 38 67 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 'curAPD_Id' doesn't match '[a-z][a-zA-Z0-9]*'
232 /force-app/main/default/classes/GenerateTestRecords.cls 38 51 38 67 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 'curAPD_Id' doesn't match '[a-z][a-zA-Z0-9]*'
233 /force-app/main/default/classes/GenerateTestRecords.cls 43 9 43 29 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
233 /force-app/main/default/classes/GenerateTestRecords.cls 43 9 43 29 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
234 /force-app/main/default/classes/GenerateTestRecords.cls 48 19 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
234 /force-app/main/default/classes/GenerateTestRecords.cls 48 19 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
235 /force-app/main/default/classes/GenerateTestRecords.cls 48 90 48 103 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'APD_Id' doesn't match '[a-z][a-zA-Z0-9]*'
235 /force-app/main/default/classes/GenerateTestRecords.cls 48 90 48 103 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'APD_Id' doesn't match '[a-z][a-zA-Z0-9]*'
236 /force-app/main/default/classes/GenerateTestRecords.cls 48 105 48 117 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 'Label' doesn't match '[a-z][a-zA-Z0-9]*'
236 /force-app/main/default/classes/GenerateTestRecords.cls 48 105 48 117 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 'Label' doesn't match '[a-z][a-zA-Z0-9]*'
237 /force-app/main/default/classes/GenerateTestRecords.cls 52 9 52 21 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
237 /force-app/main/default/classes/GenerateTestRecords.cls 52 9 52 21 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
238 /force-app/main/default/classes/GenerateTestRecords.cls 54 16 54 89 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
238 /force-app/main/default/classes/GenerateTestRecords.cls 54 16 54 89 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
239 /force-app/main/default/classes/GenerateTestRecords.cls 58 20 64 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
239 /force-app/main/default/classes/GenerateTestRecords.cls 58 20 64 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
240 /force-app/main/default/classes/GenerateTestRecords.cls 58 63 58 74 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 'Name' doesn't match '[a-z][a-zA-Z0-9]*'
240 /force-app/main/default/classes/GenerateTestRecords.cls 58 63 58 74 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 'Name' doesn't match '[a-z][a-zA-Z0-9]*'
241 /force-app/main/default/classes/GenerateTestRecords.cls 58 76 58 87 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'Type' doesn't match '[a-z][a-zA-Z0-9]*'
241 /force-app/main/default/classes/GenerateTestRecords.cls 58 76 58 87 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'Type' doesn't match '[a-z][a-zA-Z0-9]*'
242 /force-app/main/default/classes/GenerateTestRecords.cls 63 9 63 25 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
242 /force-app/main/default/classes/GenerateTestRecords.cls 63 9 63 25 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
243 /force-app/main/default/classes/GenerateTestRecords.cls 66 12 71 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
243 /force-app/main/default/classes/GenerateTestRecords.cls 66 12 71 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
244 /force-app/main/default/classes/GenerateTestRecords.cls 73 12 78 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
244 /force-app/main/default/classes/GenerateTestRecords.cls 73 12 78 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
245 /force-app/main/default/classes/GetFieldInformation.cls 1 21 54 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
245 /force-app/main/default/classes/GetFieldInformation.cls 1 21 54 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
246 /force-app/main/default/classes/GetFieldInformation.cls 3 19 12 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
246 /force-app/main/default/classes/GetFieldInformation.cls 3 19 12 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
247 /force-app/main/default/classes/GetFieldInformation.cls 3 19 12 6 pmd MethodWithSameNameAsEnclosingClass 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass Classes should not have non-constructor methods with the same name as the class
247 /force-app/main/default/classes/GetFieldInformation.cls 3 19 12 6 pmd MethodWithSameNameAsEnclosingClass 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass Classes should not have non-constructor methods with the same name as the class
248 /force-app/main/default/classes/GetFieldInformation.cls 15 19 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
248 /force-app/main/default/classes/GetFieldInformation.cls 15 19 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
249 /force-app/main/default/classes/GetFieldInformation.cls 16 16 18 11 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
249 /force-app/main/default/classes/GetFieldInformation.cls 16 16 18 11 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
250 /force-app/main/default/classes/GetFieldInformation.cls 21 19 41 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
250 /force-app/main/default/classes/GetFieldInformation.cls 21 19 41 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
251 /force-app/main/default/classes/GetFieldInformation.cls 28 50 28 80 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
251 /force-app/main/default/classes/GetFieldInformation.cls 28 50 28 80 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
252 /force-app/main/default/classes/GetFieldInformation.cls 43 12 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
252 /force-app/main/default/classes/GetFieldInformation.cls 43 12 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
253 /force-app/main/default/classes/GetFieldInformation.cls 49 12 53 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
253 /force-app/main/default/classes/GetFieldInformation.cls 49 12 53 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
254 /force-app/main/default/classes/GetFieldValue.cls 1 21 58 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
254 /force-app/main/default/classes/GetFieldValue.cls 1 21 58 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
255 /force-app/main/default/classes/GetFieldValue.cls 4 19 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
255 /force-app/main/default/classes/GetFieldValue.cls 4 19 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
256 /force-app/main/default/classes/GetFieldValue.cls 4 19 36 6 pmd MethodWithSameNameAsEnclosingClass 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass Classes should not have non-constructor methods with the same name as the class
256 /force-app/main/default/classes/GetFieldValue.cls 4 19 36 6 pmd MethodWithSameNameAsEnclosingClass 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass Classes should not have non-constructor methods with the same name as the class
257 /force-app/main/default/classes/GetFieldValue.cls 7 16 7 56 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'filterValue' defined but not used
0 0 0 0 0 0
258 /force-app/main/default/classes/GetFieldValue.cls 38 12 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
257 /force-app/main/default/classes/GetFieldValue.cls 38 12 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
259 /force-app/main/default/classes/GetFieldValue.cls 51 12 57 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
258 /force-app/main/default/classes/GetFieldValue.cls 51 12 57 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
260 /force-app/main/default/classes/GetFirstFromCollection.cls 1 21 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
259 /force-app/main/default/classes/GetFirstFromCollection.cls 1 21 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
261 /force-app/main/default/classes/GetFirstFromCollection.cls 5 19 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
260 /force-app/main/default/classes/GetFirstFromCollection.cls 5 19 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
262 /force-app/main/default/classes/GetFirstFromCollection.cls 6 9 6 42 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
261 /force-app/main/default/classes/GetFirstFromCollection.cls 6 9 6 42 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
263 /force-app/main/default/classes/GetFirstFromCollection.cls 6 9 6 42 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
262 /force-app/main/default/classes/GetFirstFromCollection.cls 6 9 6 42 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
264 /force-app/main/default/classes/GetFirstFromCollection.cls 8 17 8 67 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'enforceSingle' defined but not used
263 /force-app/main/default/classes/GetFirstFromCollection.cls 8 17 8 67 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'enforceSingle' defined but not used
265 /force-app/main/default/classes/GetFirstFromCollection.cls 15 13 15 47 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
264 /force-app/main/default/classes/GetFirstFromCollection.cls 15 13 15 47 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
266 /force-app/main/default/classes/GetFirstFromCollection.cls 15 13 15 47 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
265 /force-app/main/default/classes/GetFirstFromCollection.cls 15 13 15 47 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
267 /force-app/main/default/classes/GetFirstFromCollection.cls 30 12 37 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
266 /force-app/main/default/classes/GetFirstFromCollection.cls 30 12 37 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
268 /force-app/main/default/classes/GetFirstFromCollection.cls 39 12 44 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
267 /force-app/main/default/classes/GetFirstFromCollection.cls 39 12 44 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
269 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 1 21 70 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
268 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 1 21 70 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
270 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 4 19 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
269 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 4 19 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
271 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 4 19 24 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'GetName' doesn't match '[a-z][a-zA-Z0-9]*'
270 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 4 19 24 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'GetName' doesn't match '[a-z][a-zA-Z0-9]*'
272 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 5 9 5 41 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
271 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 5 9 5 41 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
273 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 5 9 5 41 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
272 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 5 9 5 41 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
274 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 26 19 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
273 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 26 19 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
275 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 43 17 43 52 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
274 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 43 17 43 52 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
276 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 43 17 43 52 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
275 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 43 17 43 52 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
277 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 48 21 48 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
276 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 48 21 48 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
278 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 48 21 48 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.
277 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 48 21 48 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.
279 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 53 13 53 28 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
278 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 53 13 53 28 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
280 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 53 13 53 28 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.
279 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 53 13 53 28 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.
281 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 58 12 61 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
280 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 58 12 61 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
282 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 63 12 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
281 /force-app/main/default/classes/GetObjectTypeFromRecordId.cls 63 12 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
283 /force-app/main/default/classes/GetPicklistValues.cls 1 21 53 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
282 /force-app/main/default/classes/GetPicklistValues.cls 1 21 53 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
284 /force-app/main/default/classes/GetPicklistValues.cls 4 19 37 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
283 /force-app/main/default/classes/GetPicklistValues.cls 4 19 37 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
285 /force-app/main/default/classes/GetPicklistValues.cls 5 9 5 49 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
284 /force-app/main/default/classes/GetPicklistValues.cls 5 9 5 49 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
286 /force-app/main/default/classes/GetPicklistValues.cls 5 9 5 49 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
285 /force-app/main/default/classes/GetPicklistValues.cls 5 9 5 49 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
287 /force-app/main/default/classes/GetPicklistValues.cls 8 9 8 83 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
286 /force-app/main/default/classes/GetPicklistValues.cls 8 9 8 83 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
288 /force-app/main/default/classes/GetPicklistValues.cls 8 9 8 83 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.
287 /force-app/main/default/classes/GetPicklistValues.cls 8 9 8 83 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.
289 /force-app/main/default/classes/GetPicklistValues.cls 39 12 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
288 /force-app/main/default/classes/GetPicklistValues.cls 39 12 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
290 /force-app/main/default/classes/GetPicklistValues.cls 48 12 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
289 /force-app/main/default/classes/GetPicklistValues.cls 48 12 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
291 /force-app/main/default/classes/GetStringsFromLists2.cls 1 21 59 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
290 /force-app/main/default/classes/GetStringsFromLists2.cls 1 21 59 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
292 /force-app/main/default/classes/GetStringsFromLists2.cls 5 19 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
291 /force-app/main/default/classes/GetStringsFromLists2.cls 5 19 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
293 /force-app/main/default/classes/GetStringsFromLists2.cls 6 9 6 44 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
292 /force-app/main/default/classes/GetStringsFromLists2.cls 6 9 6 44 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
294 /force-app/main/default/classes/GetStringsFromLists2.cls 6 9 6 44 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
293 /force-app/main/default/classes/GetStringsFromLists2.cls 6 9 6 44 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
295 /force-app/main/default/classes/GetStringsFromLists2.cls 11 9 11 36 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
294 /force-app/main/default/classes/GetStringsFromLists2.cls 11 9 11 36 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
296 /force-app/main/default/classes/GetStringsFromLists2.cls 11 9 11 36 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.
295 /force-app/main/default/classes/GetStringsFromLists2.cls 11 9 11 36 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.
297 /force-app/main/default/classes/GetStringsFromLists2.cls 13 13 13 42 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
296 /force-app/main/default/classes/GetStringsFromLists2.cls 13 13 13 42 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
298 /force-app/main/default/classes/GetStringsFromLists2.cls 13 13 13 42 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
297 /force-app/main/default/classes/GetStringsFromLists2.cls 13 13 13 42 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
299 /force-app/main/default/classes/GetStringsFromLists2.cls 38 12 50 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
298 /force-app/main/default/classes/GetStringsFromLists2.cls 38 12 50 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
300 /force-app/main/default/classes/GetStringsFromLists2.cls 40 14 42 8 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
299 /force-app/main/default/classes/GetStringsFromLists2.cls 40 14 42 8 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
301 /force-app/main/default/classes/GetStringsFromLists2.cls 45 43 45 58 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'inputCollection' should be before method declarations in its class
300 /force-app/main/default/classes/GetStringsFromLists2.cls 45 43 45 58 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'inputCollection' should be before method declarations in its class
302 /force-app/main/default/classes/GetStringsFromLists2.cls 48 21 48 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fieldName' should be before method declarations in its class
301 /force-app/main/default/classes/GetStringsFromLists2.cls 48 21 48 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fieldName' should be before method declarations in its class
303 /force-app/main/default/classes/GetStringsFromLists2.cls 52 12 57 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
302 /force-app/main/default/classes/GetStringsFromLists2.cls 52 12 57 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
304 /force-app/main/default/classes/JSON2ApexFlow.cls 6 21 82 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
303 /force-app/main/default/classes/JSON2ApexFlow.cls 6 21 82 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
305 /force-app/main/default/classes/JSON2ApexFlow.cls 7 12 7 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
304 /force-app/main/default/classes/JSON2ApexFlow.cls 7 12 7 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
306 /force-app/main/default/classes/JSON2ApexFlow.cls 9 12 23 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
305 /force-app/main/default/classes/JSON2ApexFlow.cls 9 12 23 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
307 /force-app/main/default/classes/JSON2ApexFlow.cls 14 21 19 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
306 /force-app/main/default/classes/JSON2ApexFlow.cls 14 21 19 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
308 /force-app/main/default/classes/JSON2ApexFlow.cls 17 25 17 108 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
307 /force-app/main/default/classes/JSON2ApexFlow.cls 17 25 17 108 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
309 /force-app/main/default/classes/JSON2ApexFlow.cls 25 12 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
308 /force-app/main/default/classes/JSON2ApexFlow.cls 25 12 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
310 /force-app/main/default/classes/JSON2ApexFlow.cls 26 16 26 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
309 /force-app/main/default/classes/JSON2ApexFlow.cls 26 16 26 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
311 /force-app/main/default/classes/JSON2ApexFlow.cls 27 16 27 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
310 /force-app/main/default/classes/JSON2ApexFlow.cls 27 16 27 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
312 /force-app/main/default/classes/JSON2ApexFlow.cls 28 16 28 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
311 /force-app/main/default/classes/JSON2ApexFlow.cls 28 16 28 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
313 /force-app/main/default/classes/JSON2ApexFlow.cls 28 23 28 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'type_Z' doesn't match '[a-z][a-zA-Z0-9]*'
312 /force-app/main/default/classes/JSON2ApexFlow.cls 28 23 28 29 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'type_Z' doesn't match '[a-z][a-zA-Z0-9]*'
314 /force-app/main/default/classes/JSON2ApexFlow.cls 29 16 29 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
313 /force-app/main/default/classes/JSON2ApexFlow.cls 29 16 29 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
315 /force-app/main/default/classes/JSON2ApexFlow.cls 31 16 51 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
314 /force-app/main/default/classes/JSON2ApexFlow.cls 31 16 51 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
316 /force-app/main/default/classes/JSON2ApexFlow.cls 31 16 51 10 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
315 /force-app/main/default/classes/JSON2ApexFlow.cls 31 16 51 10 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 24
317 /force-app/main/default/classes/JSON2ApexFlow.cls 36 25 47 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
316 /force-app/main/default/classes/JSON2ApexFlow.cls 36 25 47 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
318 /force-app/main/default/classes/JSON2ApexFlow.cls 38 32 47 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
317 /force-app/main/default/classes/JSON2ApexFlow.cls 38 32 47 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
319 /force-app/main/default/classes/JSON2ApexFlow.cls 40 32 47 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
318 /force-app/main/default/classes/JSON2ApexFlow.cls 40 32 47 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
320 /force-app/main/default/classes/JSON2ApexFlow.cls 42 32 47 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
319 /force-app/main/default/classes/JSON2ApexFlow.cls 42 32 47 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
321 /force-app/main/default/classes/JSON2ApexFlow.cls 45 29 45 110 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
320 /force-app/main/default/classes/JSON2ApexFlow.cls 45 29 45 110 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
322 /force-app/main/default/classes/JSON2ApexFlow.cls 55 19 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
321 /force-app/main/default/classes/JSON2ApexFlow.cls 55 19 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
323 /force-app/main/default/classes/JSON2ApexFlow.cls 60 19 72 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
322 /force-app/main/default/classes/JSON2ApexFlow.cls 60 19 72 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
324 /force-app/main/default/classes/JSON2ApexFlow.cls 76 42 76 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
323 /force-app/main/default/classes/JSON2ApexFlow.cls 76 42 76 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
325 /force-app/main/default/classes/JSON2ApexFlow.cls 76 42 76 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
324 /force-app/main/default/classes/JSON2ApexFlow.cls 76 42 76 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
326 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 1 21 71 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
325 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 1 21 71 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
327 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 1 21 71 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
326 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 1 21 71 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
328 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 4 19 16 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
327 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 4 19 16 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
329 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 19 70 23 10 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
328 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 19 70 23 10 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
330 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 29 13 29 44 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
329 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 29 13 29 44 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
331 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 40 19 42 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
330 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 40 19 42 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
332 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 46 70 50 10 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
331 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 46 70 50 10 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
333 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 65 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
332 /force-app/main/default/classes/ManageApprovalAutomatedApprover.cls 65 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
334 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 1 21 107 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
333 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 1 21 107 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
335 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 1 21 107 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
334 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 1 21 107 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
336 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 5 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
335 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 5 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
337 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 23 59 27 10 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
336 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 23 59 27 10 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
338 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 36 13 36 33 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
337 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 36 13 36 33 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
339 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 52 19 54 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
338 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 52 19 54 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
340 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 58 58 58 168 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
339 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 58 58 58 168 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
341 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 101 19 106 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 /force-app/main/default/classes/ManageApprovalInitialSubmitters.cls 101 19 106 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
342 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 29 13 29 81 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.
341 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 29 13 29 81 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.
343 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 31 9 31 86 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.
342 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 31 9 31 86 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.
344 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 42 9 42 81 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.
343 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 42 9 42 81 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.
345 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 49 9 49 77 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
344 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 49 9 49 77 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
346 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 56 55 56 247 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'supportedButtons' defined but not used
345 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 56 55 56 247 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'supportedButtons' defined but not used
347 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 58 13 58 115 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.
346 /force-app/main/default/classes/ManageApprovalInitialSubmittersTest.cls 58 13 58 115 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.
348 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 1 21 108 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
347 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 1 21 108 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
349 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 1 21 108 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
348 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 1 21 108 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
350 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 5 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
349 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 5 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
351 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 24 47 28 10 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
350 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 24 47 28 10 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
352 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 38 13 38 32 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
351 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 38 13 38 32 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
353 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 54 19 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
352 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 54 19 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
354 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 60 39 60 136 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
353 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 60 39 60 136 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
355 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 102 19 107 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
354 /force-app/main/default/classes/ManageApprovalStepApprovers.cls 102 19 107 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
356 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 23 38 23 113 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'apd' defined but not used
355 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 23 38 23 113 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'apd' defined but not used
357 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 32 13 32 81 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.
356 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 32 13 32 81 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.
358 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 34 9 34 86 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.
357 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 34 9 34 86 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.
359 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 45 9 45 81 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.
358 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 45 9 45 81 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.
360 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 52 9 52 77 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
359 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 52 9 52 77 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
361 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 59 55 59 247 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'supportedButtons' defined but not used
360 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 59 55 59 247 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'supportedButtons' defined but not used
362 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 61 13 61 115 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.
361 /force-app/main/default/classes/ManageApprovalStepApproversTest.cls 61 13 61 115 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.
363 /force-app/main/default/classes/ManageApprovalSteps.cls 1 21 32 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
362 /force-app/main/default/classes/ManageApprovalSteps.cls 1 21 32 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
364 /force-app/main/default/classes/ManageApprovalSteps.cls 1 21 32 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
363 /force-app/main/default/classes/ManageApprovalSteps.cls 1 21 32 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
365 /force-app/main/default/classes/ManageApprovalSteps.cls 4 19 12 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
364 /force-app/main/default/classes/ManageApprovalSteps.cls 4 19 12 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
366 /force-app/main/default/classes/ManageApprovalSteps.cls 5 56 5 189 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
365 /force-app/main/default/classes/ManageApprovalSteps.cls 5 56 5 189 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
367 /force-app/main/default/classes/ManageApprovalSteps.cls 15 19 22 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 /force-app/main/default/classes/ManageApprovalSteps.cls 15 19 22 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
368 /force-app/main/default/classes/ManageApprovalSteps.cls 17 13 17 29 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
367 /force-app/main/default/classes/ManageApprovalSteps.cls 17 13 17 29 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
369 /force-app/main/default/classes/ManageApprovalSteps.cls 24 12 31 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
368 /force-app/main/default/classes/ManageApprovalSteps.cls 24 12 31 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
370 /force-app/main/default/classes/ManageApprovalSteps.cls 27 16 30 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
369 /force-app/main/default/classes/ManageApprovalSteps.cls 27 16 30 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
371 /force-app/main/default/classes/MetadataService.cls 5 8 11611 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
370 /force-app/main/default/classes/MetadataService.cls 5 8 11611 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
372 /force-app/main/default/classes/MetadataService.cls 5 8 11611 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.
371 /force-app/main/default/classes/MetadataService.cls 5 8 11611 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.
373 /force-app/main/default/classes/MetadataService.cls 5 8 11611 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 10,451
372 /force-app/main/default/classes/MetadataService.cls 5 8 11611 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 10,451
374 /force-app/main/default/classes/MetadataService.cls 6 9 13 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
373 /force-app/main/default/classes/MetadataService.cls 6 9 13 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
375 /force-app/main/default/classes/MetadataService.cls 9 20 9 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
374 /force-app/main/default/classes/MetadataService.cls 9 20 9 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
376 /force-app/main/default/classes/MetadataService.cls 10 20 10 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
375 /force-app/main/default/classes/MetadataService.cls 10 20 10 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
377 /force-app/main/default/classes/MetadataService.cls 11 20 11 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
376 /force-app/main/default/classes/MetadataService.cls 11 20 11 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
378 /force-app/main/default/classes/MetadataService.cls 12 20 12 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 12 20 12 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
379 /force-app/main/default/classes/MetadataService.cls 14 9 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
378 /force-app/main/default/classes/MetadataService.cls 14 9 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
380 /force-app/main/default/classes/MetadataService.cls 16 20 16 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
379 /force-app/main/default/classes/MetadataService.cls 16 20 16 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
381 /force-app/main/default/classes/MetadataService.cls 17 20 17 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
380 /force-app/main/default/classes/MetadataService.cls 17 20 17 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
382 /force-app/main/default/classes/MetadataService.cls 18 20 18 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
381 /force-app/main/default/classes/MetadataService.cls 18 20 18 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
383 /force-app/main/default/classes/MetadataService.cls 20 9 49 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
382 /force-app/main/default/classes/MetadataService.cls 20 9 49 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
384 /force-app/main/default/classes/MetadataService.cls 20 9 49 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
383 /force-app/main/default/classes/MetadataService.cls 20 9 49 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
385 /force-app/main/default/classes/MetadataService.cls 23 20 23 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
384 /force-app/main/default/classes/MetadataService.cls 23 20 23 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
386 /force-app/main/default/classes/MetadataService.cls 35 20 35 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 'brandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
385 /force-app/main/default/classes/MetadataService.cls 35 20 35 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 'brandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
387 /force-app/main/default/classes/MetadataService.cls 36 20 36 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 'connectionTimeoutDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
386 /force-app/main/default/classes/MetadataService.cls 36 20 36 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 'connectionTimeoutDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
388 /force-app/main/default/classes/MetadataService.cls 37 20 37 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 'connectionWarningDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
387 /force-app/main/default/classes/MetadataService.cls 37 20 37 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 'connectionWarningDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
389 /force-app/main/default/classes/MetadataService.cls 38 20 38 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 'displayQueuePosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
388 /force-app/main/default/classes/MetadataService.cls 38 20 38 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 'displayQueuePosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
390 /force-app/main/default/classes/MetadataService.cls 39 20 39 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 'domainWhiteList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
389 /force-app/main/default/classes/MetadataService.cls 39 20 39 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 'domainWhiteList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
391 /force-app/main/default/classes/MetadataService.cls 40 20 40 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 'enablePrechatApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
390 /force-app/main/default/classes/MetadataService.cls 40 20 40 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 'enablePrechatApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
392 /force-app/main/default/classes/MetadataService.cls 41 20 41 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 'enableTranscriptSave_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
391 /force-app/main/default/classes/MetadataService.cls 41 20 41 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 'enableTranscriptSave_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
393 /force-app/main/default/classes/MetadataService.cls 42 20 42 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
392 /force-app/main/default/classes/MetadataService.cls 42 20 42 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
394 /force-app/main/default/classes/MetadataService.cls 43 20 43 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 'mobileBrandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
393 /force-app/main/default/classes/MetadataService.cls 43 20 43 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 'mobileBrandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
395 /force-app/main/default/classes/MetadataService.cls 44 20 44 120 pmd 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]*'
394 /force-app/main/default/classes/MetadataService.cls 44 20 44 120 pmd 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]*'
396 /force-app/main/default/classes/MetadataService.cls 45 20 45 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 'windowTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
395 /force-app/main/default/classes/MetadataService.cls 45 20 45 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 'windowTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
397 /force-app/main/default/classes/MetadataService.cls 46 20 46 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
396 /force-app/main/default/classes/MetadataService.cls 46 20 46 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
398 /force-app/main/default/classes/MetadataService.cls 47 20 47 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
397 /force-app/main/default/classes/MetadataService.cls 47 20 47 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
399 /force-app/main/default/classes/MetadataService.cls 48 20 48 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]*'
398 /force-app/main/default/classes/MetadataService.cls 48 20 48 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]*'
400 /force-app/main/default/classes/MetadataService.cls 50 9 65 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
399 /force-app/main/default/classes/MetadataService.cls 50 9 65 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
401 /force-app/main/default/classes/MetadataService.cls 57 20 57 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
400 /force-app/main/default/classes/MetadataService.cls 57 20 57 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
402 /force-app/main/default/classes/MetadataService.cls 58 20 58 140 pmd 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]*'
401 /force-app/main/default/classes/MetadataService.cls 58 20 58 140 pmd 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]*'
403 /force-app/main/default/classes/MetadataService.cls 59 20 59 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 'isUnlocked_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
402 /force-app/main/default/classes/MetadataService.cls 59 20 59 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 'isUnlocked_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
404 /force-app/main/default/classes/MetadataService.cls 60 20 60 128 pmd 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]*'
403 /force-app/main/default/classes/MetadataService.cls 60 20 60 128 pmd 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]*'
405 /force-app/main/default/classes/MetadataService.cls 61 20 61 128 pmd 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]*'
404 /force-app/main/default/classes/MetadataService.cls 61 20 61 128 pmd 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]*'
406 /force-app/main/default/classes/MetadataService.cls 62 20 62 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
405 /force-app/main/default/classes/MetadataService.cls 62 20 62 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
407 /force-app/main/default/classes/MetadataService.cls 63 20 63 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
406 /force-app/main/default/classes/MetadataService.cls 63 20 63 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
408 /force-app/main/default/classes/MetadataService.cls 64 20 64 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]*'
407 /force-app/main/default/classes/MetadataService.cls 64 20 64 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]*'
409 /force-app/main/default/classes/MetadataService.cls 66 9 81 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
408 /force-app/main/default/classes/MetadataService.cls 66 9 81 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
410 /force-app/main/default/classes/MetadataService.cls 73 20 73 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 'booleanValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
409 /force-app/main/default/classes/MetadataService.cls 73 20 73 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 'booleanValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
411 /force-app/main/default/classes/MetadataService.cls 74 20 74 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 'dateTimeValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
410 /force-app/main/default/classes/MetadataService.cls 74 20 74 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 'dateTimeValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
412 /force-app/main/default/classes/MetadataService.cls 75 20 75 130 pmd 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]*'
411 /force-app/main/default/classes/MetadataService.cls 75 20 75 130 pmd 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]*'
413 /force-app/main/default/classes/MetadataService.cls 76 20 76 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 'elementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
412 /force-app/main/default/classes/MetadataService.cls 76 20 76 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 'elementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
414 /force-app/main/default/classes/MetadataService.cls 77 20 77 133 pmd 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]*'
413 /force-app/main/default/classes/MetadataService.cls 77 20 77 133 pmd 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]*'
415 /force-app/main/default/classes/MetadataService.cls 78 20 78 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 'stringValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
414 /force-app/main/default/classes/MetadataService.cls 78 20 78 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 'stringValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
416 /force-app/main/default/classes/MetadataService.cls 79 20 79 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
415 /force-app/main/default/classes/MetadataService.cls 79 20 79 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
417 /force-app/main/default/classes/MetadataService.cls 80 20 80 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]*'
416 /force-app/main/default/classes/MetadataService.cls 80 20 80 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]*'
418 /force-app/main/default/classes/MetadataService.cls 82 9 93 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
417 /force-app/main/default/classes/MetadataService.cls 82 9 93 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
419 /force-app/main/default/classes/MetadataService.cls 85 20 85 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
418 /force-app/main/default/classes/MetadataService.cls 85 20 85 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
420 /force-app/main/default/classes/MetadataService.cls 88 20 88 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
419 /force-app/main/default/classes/MetadataService.cls 88 20 88 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
421 /force-app/main/default/classes/MetadataService.cls 89 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
420 /force-app/main/default/classes/MetadataService.cls 89 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
422 /force-app/main/default/classes/MetadataService.cls 90 20 90 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
421 /force-app/main/default/classes/MetadataService.cls 90 20 90 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
423 /force-app/main/default/classes/MetadataService.cls 91 20 91 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
422 /force-app/main/default/classes/MetadataService.cls 91 20 91 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
424 /force-app/main/default/classes/MetadataService.cls 92 20 92 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 92 20 92 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
425 /force-app/main/default/classes/MetadataService.cls 94 9 101 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
424 /force-app/main/default/classes/MetadataService.cls 94 9 101 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
426 /force-app/main/default/classes/MetadataService.cls 97 20 97 132 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'caseFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
425 /force-app/main/default/classes/MetadataService.cls 97 20 97 132 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'caseFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
427 /force-app/main/default/classes/MetadataService.cls 98 20 98 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 'useSuggestedArticlesForCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
426 /force-app/main/default/classes/MetadataService.cls 98 20 98 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 'useSuggestedArticlesForCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
428 /force-app/main/default/classes/MetadataService.cls 99 20 99 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
427 /force-app/main/default/classes/MetadataService.cls 99 20 99 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
429 /force-app/main/default/classes/MetadataService.cls 100 20 100 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]*'
428 /force-app/main/default/classes/MetadataService.cls 100 20 100 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]*'
430 /force-app/main/default/classes/MetadataService.cls 102 9 111 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
429 /force-app/main/default/classes/MetadataService.cls 102 9 111 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
431 /force-app/main/default/classes/MetadataService.cls 106 20 106 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
430 /force-app/main/default/classes/MetadataService.cls 106 20 106 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
432 /force-app/main/default/classes/MetadataService.cls 107 20 107 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
431 /force-app/main/default/classes/MetadataService.cls 107 20 107 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
433 /force-app/main/default/classes/MetadataService.cls 108 20 108 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
432 /force-app/main/default/classes/MetadataService.cls 108 20 108 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
434 /force-app/main/default/classes/MetadataService.cls 109 20 109 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
433 /force-app/main/default/classes/MetadataService.cls 109 20 109 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
435 /force-app/main/default/classes/MetadataService.cls 110 20 110 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]*'
434 /force-app/main/default/classes/MetadataService.cls 110 20 110 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]*'
436 /force-app/main/default/classes/MetadataService.cls 112 9 117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
435 /force-app/main/default/classes/MetadataService.cls 112 9 117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
437 /force-app/main/default/classes/MetadataService.cls 114 20 114 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 'extendedErrorCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
436 /force-app/main/default/classes/MetadataService.cls 114 20 114 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 'extendedErrorCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
438 /force-app/main/default/classes/MetadataService.cls 115 20 115 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
437 /force-app/main/default/classes/MetadataService.cls 115 20 115 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
439 /force-app/main/default/classes/MetadataService.cls 116 20 116 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]*'
438 /force-app/main/default/classes/MetadataService.cls 116 20 116 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]*'
440 /force-app/main/default/classes/MetadataService.cls 118 9 159 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
439 /force-app/main/default/classes/MetadataService.cls 118 9 159 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
441 /force-app/main/default/classes/MetadataService.cls 118 9 159 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
440 /force-app/main/default/classes/MetadataService.cls 118 9 159 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
442 /force-app/main/default/classes/MetadataService.cls 138 20 138 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 'disableTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
441 /force-app/main/default/classes/MetadataService.cls 138 20 138 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 'disableTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
443 /force-app/main/default/classes/MetadataService.cls 139 20 139 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 'enableCSPOnEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
442 /force-app/main/default/classes/MetadataService.cls 139 20 139 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 'enableCSPOnEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
444 /force-app/main/default/classes/MetadataService.cls 140 20 140 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 'enableCSRFOnGet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
443 /force-app/main/default/classes/MetadataService.cls 140 20 140 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 'enableCSRFOnGet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
445 /force-app/main/default/classes/MetadataService.cls 141 20 141 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 'enableCSRFOnPost_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
444 /force-app/main/default/classes/MetadataService.cls 141 20 141 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 'enableCSRFOnPost_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
446 /force-app/main/default/classes/MetadataService.cls 142 20 142 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 'enableCacheAndAutocomplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
445 /force-app/main/default/classes/MetadataService.cls 142 20 142 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 'enableCacheAndAutocomplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
447 /force-app/main/default/classes/MetadataService.cls 143 20 143 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 'enableClickjackNonsetupSFDC_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
446 /force-app/main/default/classes/MetadataService.cls 143 20 143 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 'enableClickjackNonsetupSFDC_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
448 /force-app/main/default/classes/MetadataService.cls 144 20 144 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 'enableClickjackNonsetupUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
447 /force-app/main/default/classes/MetadataService.cls 144 20 144 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 'enableClickjackNonsetupUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
449 /force-app/main/default/classes/MetadataService.cls 145 20 145 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 'enableClickjackNonsetupUserHeaderless_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
448 /force-app/main/default/classes/MetadataService.cls 145 20 145 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 'enableClickjackNonsetupUserHeaderless_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
450 /force-app/main/default/classes/MetadataService.cls 146 20 146 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 'enableClickjackSetup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
449 /force-app/main/default/classes/MetadataService.cls 146 20 146 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 'enableClickjackSetup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
451 /force-app/main/default/classes/MetadataService.cls 147 20 147 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 'enablePostForSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
450 /force-app/main/default/classes/MetadataService.cls 147 20 147 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 'enablePostForSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
452 /force-app/main/default/classes/MetadataService.cls 148 20 148 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 'enableSMSIdentity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
451 /force-app/main/default/classes/MetadataService.cls 148 20 148 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 'enableSMSIdentity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
453 /force-app/main/default/classes/MetadataService.cls 149 20 149 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 'enforceIpRangesEveryRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
452 /force-app/main/default/classes/MetadataService.cls 149 20 149 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 'enforceIpRangesEveryRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
454 /force-app/main/default/classes/MetadataService.cls 150 20 150 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 'forceLogoutOnSessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
453 /force-app/main/default/classes/MetadataService.cls 150 20 150 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 'forceLogoutOnSessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
455 /force-app/main/default/classes/MetadataService.cls 151 20 151 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 'forceRelogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
454 /force-app/main/default/classes/MetadataService.cls 151 20 151 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 'forceRelogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
456 /force-app/main/default/classes/MetadataService.cls 152 20 152 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 'lockSessionsToDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
455 /force-app/main/default/classes/MetadataService.cls 152 20 152 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 'lockSessionsToDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
457 /force-app/main/default/classes/MetadataService.cls 153 20 153 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 'lockSessionsToIp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
456 /force-app/main/default/classes/MetadataService.cls 153 20 153 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 'lockSessionsToIp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
458 /force-app/main/default/classes/MetadataService.cls 154 20 154 130 pmd 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]*'
457 /force-app/main/default/classes/MetadataService.cls 154 20 154 130 pmd 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]*'
459 /force-app/main/default/classes/MetadataService.cls 155 20 155 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 'securityCentralKillSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
458 /force-app/main/default/classes/MetadataService.cls 155 20 155 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 'securityCentralKillSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
460 /force-app/main/default/classes/MetadataService.cls 156 20 156 140 pmd 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]*'
459 /force-app/main/default/classes/MetadataService.cls 156 20 156 140 pmd 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]*'
461 /force-app/main/default/classes/MetadataService.cls 157 20 157 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
460 /force-app/main/default/classes/MetadataService.cls 157 20 157 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
462 /force-app/main/default/classes/MetadataService.cls 158 20 158 508 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
461 /force-app/main/default/classes/MetadataService.cls 158 20 158 508 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
463 /force-app/main/default/classes/MetadataService.cls 160 9 179 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
462 /force-app/main/default/classes/MetadataService.cls 160 9 179 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
464 /force-app/main/default/classes/MetadataService.cls 160 9 179 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
463 /force-app/main/default/classes/MetadataService.cls 160 9 179 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
465 /force-app/main/default/classes/MetadataService.cls 163 20 163 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
464 /force-app/main/default/classes/MetadataService.cls 163 20 163 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
466 /force-app/main/default/classes/MetadataService.cls 169 20 169 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
465 /force-app/main/default/classes/MetadataService.cls 169 20 169 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
467 /force-app/main/default/classes/MetadataService.cls 170 20 170 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
466 /force-app/main/default/classes/MetadataService.cls 170 20 170 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
468 /force-app/main/default/classes/MetadataService.cls 171 20 171 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
467 /force-app/main/default/classes/MetadataService.cls 171 20 171 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
469 /force-app/main/default/classes/MetadataService.cls 172 20 172 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
468 /force-app/main/default/classes/MetadataService.cls 172 20 172 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
470 /force-app/main/default/classes/MetadataService.cls 173 20 173 128 pmd 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]*'
469 /force-app/main/default/classes/MetadataService.cls 173 20 173 128 pmd 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]*'
471 /force-app/main/default/classes/MetadataService.cls 175 20 175 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 'sharedFrom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
470 /force-app/main/default/classes/MetadataService.cls 175 20 175 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 'sharedFrom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
472 /force-app/main/default/classes/MetadataService.cls 176 20 176 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
471 /force-app/main/default/classes/MetadataService.cls 176 20 176 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
473 /force-app/main/default/classes/MetadataService.cls 177 20 177 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
472 /force-app/main/default/classes/MetadataService.cls 177 20 177 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
474 /force-app/main/default/classes/MetadataService.cls 178 20 178 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]*'
473 /force-app/main/default/classes/MetadataService.cls 178 20 178 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]*'
475 /force-app/main/default/classes/MetadataService.cls 180 9 189 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
474 /force-app/main/default/classes/MetadataService.cls 180 9 189 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
476 /force-app/main/default/classes/MetadataService.cls 184 20 184 131 pmd 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]*'
475 /force-app/main/default/classes/MetadataService.cls 184 20 184 131 pmd 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]*'
477 /force-app/main/default/classes/MetadataService.cls 185 20 185 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
476 /force-app/main/default/classes/MetadataService.cls 185 20 185 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
478 /force-app/main/default/classes/MetadataService.cls 186 20 186 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
477 /force-app/main/default/classes/MetadataService.cls 186 20 186 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
479 /force-app/main/default/classes/MetadataService.cls 187 20 187 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
478 /force-app/main/default/classes/MetadataService.cls 187 20 187 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
480 /force-app/main/default/classes/MetadataService.cls 188 20 188 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]*'
479 /force-app/main/default/classes/MetadataService.cls 188 20 188 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]*'
481 /force-app/main/default/classes/MetadataService.cls 190 9 199 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
480 /force-app/main/default/classes/MetadataService.cls 190 9 199 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
482 /force-app/main/default/classes/MetadataService.cls 194 20 194 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 'dataServiceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
481 /force-app/main/default/classes/MetadataService.cls 194 20 194 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 'dataServiceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
483 /force-app/main/default/classes/MetadataService.cls 195 20 195 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 'dataServiceObjectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
482 /force-app/main/default/classes/MetadataService.cls 195 20 195 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 'dataServiceObjectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
484 /force-app/main/default/classes/MetadataService.cls 196 20 196 128 pmd 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]*'
483 /force-app/main/default/classes/MetadataService.cls 196 20 196 128 pmd 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]*'
485 /force-app/main/default/classes/MetadataService.cls 197 20 197 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
484 /force-app/main/default/classes/MetadataService.cls 197 20 197 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
486 /force-app/main/default/classes/MetadataService.cls 198 20 198 111 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 198 20 198 111 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
487 /force-app/main/default/classes/MetadataService.cls 200 9 261 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
486 /force-app/main/default/classes/MetadataService.cls 200 9 261 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
488 /force-app/main/default/classes/MetadataService.cls 200 9 261 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CaseSettings has 29 public methods, attributes, and properties (limit: 20)
487 /force-app/main/default/classes/MetadataService.cls 200 9 261 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CaseSettings has 29 public methods, attributes, and properties (limit: 20)
489 /force-app/main/default/classes/MetadataService.cls 200 9 261 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
488 /force-app/main/default/classes/MetadataService.cls 200 9 261 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
490 /force-app/main/default/classes/MetadataService.cls 203 20 203 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
489 /force-app/main/default/classes/MetadataService.cls 203 20 203 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
491 /force-app/main/default/classes/MetadataService.cls 231 20 231 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 'caseAssignNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
490 /force-app/main/default/classes/MetadataService.cls 231 20 231 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 'caseAssignNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
492 /force-app/main/default/classes/MetadataService.cls 232 20 232 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 'caseCloseNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
491 /force-app/main/default/classes/MetadataService.cls 232 20 232 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 'caseCloseNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
493 /force-app/main/default/classes/MetadataService.cls 233 20 233 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 'caseCommentNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
492 /force-app/main/default/classes/MetadataService.cls 233 20 233 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 'caseCommentNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
494 /force-app/main/default/classes/MetadataService.cls 234 20 234 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 'caseCreateNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
493 /force-app/main/default/classes/MetadataService.cls 234 20 234 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 'caseCreateNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
495 /force-app/main/default/classes/MetadataService.cls 235 20 235 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 'caseFeedItemSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
494 /force-app/main/default/classes/MetadataService.cls 235 20 235 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 'caseFeedItemSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
496 /force-app/main/default/classes/MetadataService.cls 236 20 236 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 'closeCaseThroughStatusChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
495 /force-app/main/default/classes/MetadataService.cls 236 20 236 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 'closeCaseThroughStatusChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
497 /force-app/main/default/classes/MetadataService.cls 237 20 237 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 'defaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
496 /force-app/main/default/classes/MetadataService.cls 237 20 237 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 'defaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
498 /force-app/main/default/classes/MetadataService.cls 238 20 238 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 'defaultCaseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
497 /force-app/main/default/classes/MetadataService.cls 238 20 238 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 'defaultCaseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
499 /force-app/main/default/classes/MetadataService.cls 239 20 239 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 'defaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
498 /force-app/main/default/classes/MetadataService.cls 239 20 239 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 'defaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
500 /force-app/main/default/classes/MetadataService.cls 240 20 240 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 'emailActionDefaultsHandlerClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
499 /force-app/main/default/classes/MetadataService.cls 240 20 240 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 'emailActionDefaultsHandlerClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
501 /force-app/main/default/classes/MetadataService.cls 241 20 241 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 'emailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
500 /force-app/main/default/classes/MetadataService.cls 241 20 241 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 'emailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
502 /force-app/main/default/classes/MetadataService.cls 242 20 242 140 pmd 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]*'
501 /force-app/main/default/classes/MetadataService.cls 242 20 242 140 pmd 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]*'
503 /force-app/main/default/classes/MetadataService.cls 243 20 243 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 'enableDraftEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
502 /force-app/main/default/classes/MetadataService.cls 243 20 243 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 'enableDraftEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
504 /force-app/main/default/classes/MetadataService.cls 244 20 244 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 'enableEarlyEscalationRuleTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
503 /force-app/main/default/classes/MetadataService.cls 244 20 244 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 'enableEarlyEscalationRuleTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
505 /force-app/main/default/classes/MetadataService.cls 245 20 245 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 'enableEmailActionDefaultsHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
504 /force-app/main/default/classes/MetadataService.cls 245 20 245 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 'enableEmailActionDefaultsHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
506 /force-app/main/default/classes/MetadataService.cls 246 20 246 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 'enableSuggestedArticlesApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
505 /force-app/main/default/classes/MetadataService.cls 246 20 246 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 'enableSuggestedArticlesApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
507 /force-app/main/default/classes/MetadataService.cls 247 20 247 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 'enableSuggestedArticlesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
506 /force-app/main/default/classes/MetadataService.cls 247 20 247 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 'enableSuggestedArticlesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
508 /force-app/main/default/classes/MetadataService.cls 248 20 248 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 'enableSuggestedArticlesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
507 /force-app/main/default/classes/MetadataService.cls 248 20 248 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 'enableSuggestedArticlesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
509 /force-app/main/default/classes/MetadataService.cls 249 20 249 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 'enableSuggestedSolutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
508 /force-app/main/default/classes/MetadataService.cls 249 20 249 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 'enableSuggestedSolutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
510 /force-app/main/default/classes/MetadataService.cls 250 20 250 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 'keepRecordTypeOnAssignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
509 /force-app/main/default/classes/MetadataService.cls 250 20 250 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 'keepRecordTypeOnAssignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
511 /force-app/main/default/classes/MetadataService.cls 251 20 251 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 'notifyContactOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
510 /force-app/main/default/classes/MetadataService.cls 251 20 251 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 'notifyContactOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
512 /force-app/main/default/classes/MetadataService.cls 252 20 252 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 'notifyDefaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
511 /force-app/main/default/classes/MetadataService.cls 252 20 252 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 'notifyDefaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
513 /force-app/main/default/classes/MetadataService.cls 253 20 253 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 'notifyOwnerOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
512 /force-app/main/default/classes/MetadataService.cls 253 20 253 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 'notifyOwnerOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
514 /force-app/main/default/classes/MetadataService.cls 254 20 254 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 'notifyOwnerOnCaseOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
513 /force-app/main/default/classes/MetadataService.cls 254 20 254 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 'notifyOwnerOnCaseOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
515 /force-app/main/default/classes/MetadataService.cls 255 20 255 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 'showFewerCloseActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
514 /force-app/main/default/classes/MetadataService.cls 255 20 255 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 'showFewerCloseActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
516 /force-app/main/default/classes/MetadataService.cls 256 20 256 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 'useSystemEmailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
515 /force-app/main/default/classes/MetadataService.cls 256 20 256 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 'useSystemEmailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
517 /force-app/main/default/classes/MetadataService.cls 257 20 257 130 pmd 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]*'
516 /force-app/main/default/classes/MetadataService.cls 257 20 257 130 pmd 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]*'
518 /force-app/main/default/classes/MetadataService.cls 258 20 258 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
517 /force-app/main/default/classes/MetadataService.cls 258 20 258 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
519 /force-app/main/default/classes/MetadataService.cls 259 20 259 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
518 /force-app/main/default/classes/MetadataService.cls 259 20 259 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
520 /force-app/main/default/classes/MetadataService.cls 260 20 260 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]*'
519 /force-app/main/default/classes/MetadataService.cls 260 20 260 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]*'
521 /force-app/main/default/classes/MetadataService.cls 262 9 267 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
520 /force-app/main/default/classes/MetadataService.cls 262 9 267 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
522 /force-app/main/default/classes/MetadataService.cls 262 9 267 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
521 /force-app/main/default/classes/MetadataService.cls 262 9 267 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
523 /force-app/main/default/classes/MetadataService.cls 264 20 264 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
522 /force-app/main/default/classes/MetadataService.cls 264 20 264 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
524 /force-app/main/default/classes/MetadataService.cls 265 20 265 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
523 /force-app/main/default/classes/MetadataService.cls 265 20 265 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
525 /force-app/main/default/classes/MetadataService.cls 266 20 266 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
524 /force-app/main/default/classes/MetadataService.cls 266 20 266 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
526 /force-app/main/default/classes/MetadataService.cls 268 9 275 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
525 /force-app/main/default/classes/MetadataService.cls 268 9 275 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
527 /force-app/main/default/classes/MetadataService.cls 271 20 271 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
526 /force-app/main/default/classes/MetadataService.cls 271 20 271 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
528 /force-app/main/default/classes/MetadataService.cls 272 20 272 137 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
527 /force-app/main/default/classes/MetadataService.cls 272 20 272 137 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
529 /force-app/main/default/classes/MetadataService.cls 273 20 273 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
528 /force-app/main/default/classes/MetadataService.cls 273 20 273 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
530 /force-app/main/default/classes/MetadataService.cls 274 20 274 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]*'
529 /force-app/main/default/classes/MetadataService.cls 274 20 274 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]*'
531 /force-app/main/default/classes/MetadataService.cls 276 9 283 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
530 /force-app/main/default/classes/MetadataService.cls 276 9 283 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
532 /force-app/main/default/classes/MetadataService.cls 279 20 279 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
531 /force-app/main/default/classes/MetadataService.cls 279 20 279 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.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 /force-app/main/default/classes/MetadataService.cls 280 20 280 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
532 /force-app/main/default/classes/MetadataService.cls 280 20 280 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
534 /force-app/main/default/classes/MetadataService.cls 281 20 281 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
533 /force-app/main/default/classes/MetadataService.cls 281 20 281 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
535 /force-app/main/default/classes/MetadataService.cls 282 20 282 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
534 /force-app/main/default/classes/MetadataService.cls 282 20 282 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 284 9 291 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
535 /force-app/main/default/classes/MetadataService.cls 284 9 291 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
537 /force-app/main/default/classes/MetadataService.cls 287 20 287 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
536 /force-app/main/default/classes/MetadataService.cls 287 20 287 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
538 /force-app/main/default/classes/MetadataService.cls 288 20 288 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 'licenseDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
537 /force-app/main/default/classes/MetadataService.cls 288 20 288 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 'licenseDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
539 /force-app/main/default/classes/MetadataService.cls 289 20 289 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
538 /force-app/main/default/classes/MetadataService.cls 289 20 289 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
540 /force-app/main/default/classes/MetadataService.cls 290 20 290 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]*'
539 /force-app/main/default/classes/MetadataService.cls 290 20 290 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]*'
541 /force-app/main/default/classes/MetadataService.cls 292 9 303 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
540 /force-app/main/default/classes/MetadataService.cls 292 9 303 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
542 /force-app/main/default/classes/MetadataService.cls 297 20 297 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
541 /force-app/main/default/classes/MetadataService.cls 297 20 297 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
543 /force-app/main/default/classes/MetadataService.cls 298 20 298 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
542 /force-app/main/default/classes/MetadataService.cls 298 20 298 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
544 /force-app/main/default/classes/MetadataService.cls 299 20 299 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
543 /force-app/main/default/classes/MetadataService.cls 299 20 299 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
545 /force-app/main/default/classes/MetadataService.cls 300 20 300 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
544 /force-app/main/default/classes/MetadataService.cls 300 20 300 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
546 /force-app/main/default/classes/MetadataService.cls 301 20 301 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
545 /force-app/main/default/classes/MetadataService.cls 301 20 301 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
547 /force-app/main/default/classes/MetadataService.cls 302 20 302 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
546 /force-app/main/default/classes/MetadataService.cls 302 20 302 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
548 /force-app/main/default/classes/MetadataService.cls 304 9 311 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
547 /force-app/main/default/classes/MetadataService.cls 304 9 311 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
549 /force-app/main/default/classes/MetadataService.cls 307 20 307 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
548 /force-app/main/default/classes/MetadataService.cls 307 20 307 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
550 /force-app/main/default/classes/MetadataService.cls 308 20 308 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 'key_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
549 /force-app/main/default/classes/MetadataService.cls 308 20 308 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 'key_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
551 /force-app/main/default/classes/MetadataService.cls 309 20 309 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
550 /force-app/main/default/classes/MetadataService.cls 309 20 309 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
552 /force-app/main/default/classes/MetadataService.cls 310 20 310 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
551 /force-app/main/default/classes/MetadataService.cls 310 20 310 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
553 /force-app/main/default/classes/MetadataService.cls 312 9 343 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
552 /force-app/main/default/classes/MetadataService.cls 312 9 343 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
554 /force-app/main/default/classes/MetadataService.cls 312 9 343 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
553 /force-app/main/default/classes/MetadataService.cls 312 9 343 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
555 /force-app/main/default/classes/MetadataService.cls 315 20 315 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
554 /force-app/main/default/classes/MetadataService.cls 315 20 315 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
556 /force-app/main/default/classes/MetadataService.cls 325 18 325 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
555 /force-app/main/default/classes/MetadataService.cls 325 18 325 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
557 /force-app/main/default/classes/MetadataService.cls 328 20 328 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
556 /force-app/main/default/classes/MetadataService.cls 328 20 328 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
558 /force-app/main/default/classes/MetadataService.cls 329 20 329 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
557 /force-app/main/default/classes/MetadataService.cls 329 20 329 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
559 /force-app/main/default/classes/MetadataService.cls 330 20 330 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
558 /force-app/main/default/classes/MetadataService.cls 330 20 330 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
560 /force-app/main/default/classes/MetadataService.cls 331 20 331 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
559 /force-app/main/default/classes/MetadataService.cls 331 20 331 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
561 /force-app/main/default/classes/MetadataService.cls 332 20 332 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 'lookupValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
560 /force-app/main/default/classes/MetadataService.cls 332 20 332 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 'lookupValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
562 /force-app/main/default/classes/MetadataService.cls 333 20 333 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 'lookupValueType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
561 /force-app/main/default/classes/MetadataService.cls 333 20 333 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 'lookupValueType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
563 /force-app/main/default/classes/MetadataService.cls 334 20 334 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
562 /force-app/main/default/classes/MetadataService.cls 334 20 334 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
564 /force-app/main/default/classes/MetadataService.cls 335 20 335 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
563 /force-app/main/default/classes/MetadataService.cls 335 20 335 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
565 /force-app/main/default/classes/MetadataService.cls 336 20 336 130 pmd 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]*'
564 /force-app/main/default/classes/MetadataService.cls 336 20 336 130 pmd 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]*'
566 /force-app/main/default/classes/MetadataService.cls 337 20 337 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
565 /force-app/main/default/classes/MetadataService.cls 337 20 337 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
567 /force-app/main/default/classes/MetadataService.cls 338 20 338 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 'reevaluateOnChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
566 /force-app/main/default/classes/MetadataService.cls 338 20 338 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 'reevaluateOnChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
568 /force-app/main/default/classes/MetadataService.cls 339 20 339 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
567 /force-app/main/default/classes/MetadataService.cls 339 20 339 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
569 /force-app/main/default/classes/MetadataService.cls 340 20 340 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
568 /force-app/main/default/classes/MetadataService.cls 340 20 340 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
570 /force-app/main/default/classes/MetadataService.cls 341 20 341 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
569 /force-app/main/default/classes/MetadataService.cls 341 20 341 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
571 /force-app/main/default/classes/MetadataService.cls 342 20 342 234 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
570 /force-app/main/default/classes/MetadataService.cls 342 20 342 234 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
572 /force-app/main/default/classes/MetadataService.cls 344 9 355 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
571 /force-app/main/default/classes/MetadataService.cls 344 9 355 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
573 /force-app/main/default/classes/MetadataService.cls 347 20 347 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.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 /force-app/main/default/classes/MetadataService.cls 347 20 347 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
574 /force-app/main/default/classes/MetadataService.cls 350 20 350 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
573 /force-app/main/default/classes/MetadataService.cls 350 20 350 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
575 /force-app/main/default/classes/MetadataService.cls 351 20 351 131 pmd 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]*'
574 /force-app/main/default/classes/MetadataService.cls 351 20 351 131 pmd 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]*'
576 /force-app/main/default/classes/MetadataService.cls 352 20 352 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
575 /force-app/main/default/classes/MetadataService.cls 352 20 352 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
577 /force-app/main/default/classes/MetadataService.cls 353 20 353 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
576 /force-app/main/default/classes/MetadataService.cls 353 20 353 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
578 /force-app/main/default/classes/MetadataService.cls 354 20 354 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]*'
577 /force-app/main/default/classes/MetadataService.cls 354 20 354 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]*'
579 /force-app/main/default/classes/MetadataService.cls 356 9 363 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
578 /force-app/main/default/classes/MetadataService.cls 356 9 363 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
580 /force-app/main/default/classes/MetadataService.cls 359 20 359 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 'controllingFieldValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
579 /force-app/main/default/classes/MetadataService.cls 359 20 359 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 'controllingFieldValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
581 /force-app/main/default/classes/MetadataService.cls 360 20 360 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'valueName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
580 /force-app/main/default/classes/MetadataService.cls 360 20 360 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'valueName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
582 /force-app/main/default/classes/MetadataService.cls 361 20 361 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
581 /force-app/main/default/classes/MetadataService.cls 361 20 361 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
583 /force-app/main/default/classes/MetadataService.cls 362 20 362 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
582 /force-app/main/default/classes/MetadataService.cls 362 20 362 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 364 9 369 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
583 /force-app/main/default/classes/MetadataService.cls 364 9 369 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
585 /force-app/main/default/classes/MetadataService.cls 366 20 366 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 'pushNotification_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
584 /force-app/main/default/classes/MetadataService.cls 366 20 366 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 'pushNotification_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
586 /force-app/main/default/classes/MetadataService.cls 367 20 367 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
585 /force-app/main/default/classes/MetadataService.cls 367 20 367 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
587 /force-app/main/default/classes/MetadataService.cls 368 20 368 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]*'
586 /force-app/main/default/classes/MetadataService.cls 368 20 368 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]*'
588 /force-app/main/default/classes/MetadataService.cls 370 9 375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
587 /force-app/main/default/classes/MetadataService.cls 370 9 375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
589 /force-app/main/default/classes/MetadataService.cls 372 20 372 133 pmd 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]*'
588 /force-app/main/default/classes/MetadataService.cls 372 20 372 133 pmd 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]*'
590 /force-app/main/default/classes/MetadataService.cls 373 20 373 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
589 /force-app/main/default/classes/MetadataService.cls 373 20 373 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
591 /force-app/main/default/classes/MetadataService.cls 374 20 374 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]*'
590 /force-app/main/default/classes/MetadataService.cls 374 20 374 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]*'
592 /force-app/main/default/classes/MetadataService.cls 376 9 393 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
591 /force-app/main/default/classes/MetadataService.cls 376 9 393 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
593 /force-app/main/default/classes/MetadataService.cls 376 9 393 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
592 /force-app/main/default/classes/MetadataService.cls 376 9 393 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
594 /force-app/main/default/classes/MetadataService.cls 379 20 379 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
593 /force-app/main/default/classes/MetadataService.cls 379 20 379 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
595 /force-app/main/default/classes/MetadataService.cls 385 20 385 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
594 /force-app/main/default/classes/MetadataService.cls 385 20 385 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
596 /force-app/main/default/classes/MetadataService.cls 386 20 386 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
595 /force-app/main/default/classes/MetadataService.cls 386 20 386 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
597 /force-app/main/default/classes/MetadataService.cls 387 20 387 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
596 /force-app/main/default/classes/MetadataService.cls 387 20 387 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
598 /force-app/main/default/classes/MetadataService.cls 388 20 388 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
597 /force-app/main/default/classes/MetadataService.cls 388 20 388 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
599 /force-app/main/default/classes/MetadataService.cls 389 20 389 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 'objectUsage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
598 /force-app/main/default/classes/MetadataService.cls 389 20 389 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 'objectUsage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
600 /force-app/main/default/classes/MetadataService.cls 390 20 390 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
599 /force-app/main/default/classes/MetadataService.cls 390 20 390 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
601 /force-app/main/default/classes/MetadataService.cls 391 20 391 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
600 /force-app/main/default/classes/MetadataService.cls 391 20 391 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
602 /force-app/main/default/classes/MetadataService.cls 392 20 392 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]*'
601 /force-app/main/default/classes/MetadataService.cls 392 20 392 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]*'
603 /force-app/main/default/classes/MetadataService.cls 394 9 407 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
602 /force-app/main/default/classes/MetadataService.cls 394 9 407 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
604 /force-app/main/default/classes/MetadataService.cls 400 20 400 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 'colSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
603 /force-app/main/default/classes/MetadataService.cls 400 20 400 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 'colSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
605 /force-app/main/default/classes/MetadataService.cls 401 20 401 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 'columnIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
604 /force-app/main/default/classes/MetadataService.cls 401 20 401 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 'columnIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
606 /force-app/main/default/classes/MetadataService.cls 402 20 402 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 'dashboardComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
605 /force-app/main/default/classes/MetadataService.cls 402 20 402 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 'dashboardComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
607 /force-app/main/default/classes/MetadataService.cls 403 20 403 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'rowIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
606 /force-app/main/default/classes/MetadataService.cls 403 20 403 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'rowIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
608 /force-app/main/default/classes/MetadataService.cls 404 20 404 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 'rowSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
607 /force-app/main/default/classes/MetadataService.cls 404 20 404 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 'rowSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
609 /force-app/main/default/classes/MetadataService.cls 405 20 405 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
608 /force-app/main/default/classes/MetadataService.cls 405 20 405 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
610 /force-app/main/default/classes/MetadataService.cls 406 20 406 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
609 /force-app/main/default/classes/MetadataService.cls 406 20 406 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
611 /force-app/main/default/classes/MetadataService.cls 408 9 429 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
610 /force-app/main/default/classes/MetadataService.cls 408 9 429 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
612 /force-app/main/default/classes/MetadataService.cls 408 9 429 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
611 /force-app/main/default/classes/MetadataService.cls 408 9 429 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
613 /force-app/main/default/classes/MetadataService.cls 417 17 417 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
612 /force-app/main/default/classes/MetadataService.cls 417 17 417 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
614 /force-app/main/default/classes/MetadataService.cls 418 20 418 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
613 /force-app/main/default/classes/MetadataService.cls 418 20 418 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
615 /force-app/main/default/classes/MetadataService.cls 419 20 419 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 'enforceFieldRequiredness_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
614 /force-app/main/default/classes/MetadataService.cls 419 20 419 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 'enforceFieldRequiredness_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
616 /force-app/main/default/classes/MetadataService.cls 420 20 420 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
615 /force-app/main/default/classes/MetadataService.cls 420 20 420 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
617 /force-app/main/default/classes/MetadataService.cls 421 20 421 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
616 /force-app/main/default/classes/MetadataService.cls 421 20 421 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
618 /force-app/main/default/classes/MetadataService.cls 422 20 422 130 pmd 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]*'
617 /force-app/main/default/classes/MetadataService.cls 422 20 422 130 pmd 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]*'
619 /force-app/main/default/classes/MetadataService.cls 423 20 423 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
618 /force-app/main/default/classes/MetadataService.cls 423 20 423 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
620 /force-app/main/default/classes/MetadataService.cls 424 20 424 130 pmd 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]*'
619 /force-app/main/default/classes/MetadataService.cls 424 20 424 130 pmd 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]*'
621 /force-app/main/default/classes/MetadataService.cls 425 20 425 136 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sortPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
620 /force-app/main/default/classes/MetadataService.cls 425 20 425 136 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sortPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
622 /force-app/main/default/classes/MetadataService.cls 426 20 426 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
621 /force-app/main/default/classes/MetadataService.cls 426 20 426 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
623 /force-app/main/default/classes/MetadataService.cls 427 20 427 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
622 /force-app/main/default/classes/MetadataService.cls 427 20 427 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
624 /force-app/main/default/classes/MetadataService.cls 428 20 428 175 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
623 /force-app/main/default/classes/MetadataService.cls 428 20 428 175 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
625 /force-app/main/default/classes/MetadataService.cls 430 9 435 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
624 /force-app/main/default/classes/MetadataService.cls 430 9 435 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
626 /force-app/main/default/classes/MetadataService.cls 432 20 432 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
625 /force-app/main/default/classes/MetadataService.cls 432 20 432 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
627 /force-app/main/default/classes/MetadataService.cls 433 20 433 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
626 /force-app/main/default/classes/MetadataService.cls 433 20 433 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
628 /force-app/main/default/classes/MetadataService.cls 434 20 434 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]*'
627 /force-app/main/default/classes/MetadataService.cls 434 20 434 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]*'
629 /force-app/main/default/classes/MetadataService.cls 436 9 457 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
628 /force-app/main/default/classes/MetadataService.cls 436 9 457 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
630 /force-app/main/default/classes/MetadataService.cls 436 9 457 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
629 /force-app/main/default/classes/MetadataService.cls 436 9 457 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
631 /force-app/main/default/classes/MetadataService.cls 446 20 446 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 'customTabListAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
630 /force-app/main/default/classes/MetadataService.cls 446 20 446 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 'customTabListAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
632 /force-app/main/default/classes/MetadataService.cls 447 20 447 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 'excludedStandardButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
631 /force-app/main/default/classes/MetadataService.cls 447 20 447 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 'excludedStandardButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
633 /force-app/main/default/classes/MetadataService.cls 448 20 448 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 'listViewButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
632 /force-app/main/default/classes/MetadataService.cls 448 20 448 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 'listViewButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
634 /force-app/main/default/classes/MetadataService.cls 449 20 449 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 'lookupDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
633 /force-app/main/default/classes/MetadataService.cls 449 20 449 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 'lookupDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
635 /force-app/main/default/classes/MetadataService.cls 450 20 450 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 'lookupFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
634 /force-app/main/default/classes/MetadataService.cls 450 20 450 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 'lookupFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
636 /force-app/main/default/classes/MetadataService.cls 451 20 451 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 'lookupPhoneDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
635 /force-app/main/default/classes/MetadataService.cls 451 20 451 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 'lookupPhoneDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
637 /force-app/main/default/classes/MetadataService.cls 452 20 452 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 'searchFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
636 /force-app/main/default/classes/MetadataService.cls 452 20 452 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 'searchFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
638 /force-app/main/default/classes/MetadataService.cls 453 20 453 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 'searchResultsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
637 /force-app/main/default/classes/MetadataService.cls 453 20 453 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 'searchResultsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
639 /force-app/main/default/classes/MetadataService.cls 454 20 454 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 'searchResultsCustomButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
638 /force-app/main/default/classes/MetadataService.cls 454 20 454 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 'searchResultsCustomButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
640 /force-app/main/default/classes/MetadataService.cls 455 20 455 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
639 /force-app/main/default/classes/MetadataService.cls 455 20 455 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
641 /force-app/main/default/classes/MetadataService.cls 456 20 456 305 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
640 /force-app/main/default/classes/MetadataService.cls 456 20 456 305 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
642 /force-app/main/default/classes/MetadataService.cls 458 9 463 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
641 /force-app/main/default/classes/MetadataService.cls 458 9 463 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
643 /force-app/main/default/classes/MetadataService.cls 458 9 463 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'retrieve_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
642 /force-app/main/default/classes/MetadataService.cls 458 9 463 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'retrieve_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
644 /force-app/main/default/classes/MetadataService.cls 460 20 460 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 'retrieveRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
643 /force-app/main/default/classes/MetadataService.cls 460 20 460 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 'retrieveRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
645 /force-app/main/default/classes/MetadataService.cls 461 20 461 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
644 /force-app/main/default/classes/MetadataService.cls 461 20 461 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
646 /force-app/main/default/classes/MetadataService.cls 462 20 462 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]*'
645 /force-app/main/default/classes/MetadataService.cls 462 20 462 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]*'
647 /force-app/main/default/classes/MetadataService.cls 464 9 473 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
646 /force-app/main/default/classes/MetadataService.cls 464 9 473 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
648 /force-app/main/default/classes/MetadataService.cls 467 20 467 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
647 /force-app/main/default/classes/MetadataService.cls 467 20 467 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
649 /force-app/main/default/classes/MetadataService.cls 469 20 469 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 'assignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
648 /force-app/main/default/classes/MetadataService.cls 469 20 469 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 'assignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
650 /force-app/main/default/classes/MetadataService.cls 470 20 470 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
649 /force-app/main/default/classes/MetadataService.cls 470 20 470 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
651 /force-app/main/default/classes/MetadataService.cls 471 20 471 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
650 /force-app/main/default/classes/MetadataService.cls 471 20 471 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
652 /force-app/main/default/classes/MetadataService.cls 472 20 472 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]*'
651 /force-app/main/default/classes/MetadataService.cls 472 20 472 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]*'
653 /force-app/main/default/classes/MetadataService.cls 474 9 483 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
652 /force-app/main/default/classes/MetadataService.cls 474 9 483 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
654 /force-app/main/default/classes/MetadataService.cls 478 20 478 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
653 /force-app/main/default/classes/MetadataService.cls 478 20 478 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
655 /force-app/main/default/classes/MetadataService.cls 479 20 479 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
654 /force-app/main/default/classes/MetadataService.cls 479 20 479 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
656 /force-app/main/default/classes/MetadataService.cls 480 20 480 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
655 /force-app/main/default/classes/MetadataService.cls 480 20 480 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
657 /force-app/main/default/classes/MetadataService.cls 481 20 481 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
656 /force-app/main/default/classes/MetadataService.cls 481 20 481 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
658 /force-app/main/default/classes/MetadataService.cls 482 20 482 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]*'
657 /force-app/main/default/classes/MetadataService.cls 482 20 482 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]*'
659 /force-app/main/default/classes/MetadataService.cls 484 9 491 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
658 /force-app/main/default/classes/MetadataService.cls 484 9 491 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
660 /force-app/main/default/classes/MetadataService.cls 487 20 487 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
659 /force-app/main/default/classes/MetadataService.cls 487 20 487 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
661 /force-app/main/default/classes/MetadataService.cls 488 20 488 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
660 /force-app/main/default/classes/MetadataService.cls 488 20 488 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
662 /force-app/main/default/classes/MetadataService.cls 489 20 489 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
661 /force-app/main/default/classes/MetadataService.cls 489 20 489 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
663 /force-app/main/default/classes/MetadataService.cls 490 20 490 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]*'
662 /force-app/main/default/classes/MetadataService.cls 490 20 490 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]*'
664 /force-app/main/default/classes/MetadataService.cls 492 9 499 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
663 /force-app/main/default/classes/MetadataService.cls 492 9 499 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
665 /force-app/main/default/classes/MetadataService.cls 495 20 495 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 'dashboardFilterOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
664 /force-app/main/default/classes/MetadataService.cls 495 20 495 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 'dashboardFilterOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
666 /force-app/main/default/classes/MetadataService.cls 496 20 496 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
665 /force-app/main/default/classes/MetadataService.cls 496 20 496 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
667 /force-app/main/default/classes/MetadataService.cls 497 20 497 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
666 /force-app/main/default/classes/MetadataService.cls 497 20 497 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
668 /force-app/main/default/classes/MetadataService.cls 498 20 498 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 498 20 498 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
669 /force-app/main/default/classes/MetadataService.cls 500 9 509 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
668 /force-app/main/default/classes/MetadataService.cls 500 9 509 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
670 /force-app/main/default/classes/MetadataService.cls 502 18 502 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
669 /force-app/main/default/classes/MetadataService.cls 502 18 502 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
671 /force-app/main/default/classes/MetadataService.cls 504 20 504 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
670 /force-app/main/default/classes/MetadataService.cls 504 20 504 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
672 /force-app/main/default/classes/MetadataService.cls 505 20 505 128 pmd 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]*'
671 /force-app/main/default/classes/MetadataService.cls 505 20 505 128 pmd 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]*'
673 /force-app/main/default/classes/MetadataService.cls 506 20 506 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
672 /force-app/main/default/classes/MetadataService.cls 506 20 506 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
674 /force-app/main/default/classes/MetadataService.cls 507 20 507 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
673 /force-app/main/default/classes/MetadataService.cls 507 20 507 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
675 /force-app/main/default/classes/MetadataService.cls 508 20 508 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
674 /force-app/main/default/classes/MetadataService.cls 508 20 508 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
676 /force-app/main/default/classes/MetadataService.cls 510 9 517 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
675 /force-app/main/default/classes/MetadataService.cls 510 9 517 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
677 /force-app/main/default/classes/MetadataService.cls 513 20 513 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
676 /force-app/main/default/classes/MetadataService.cls 513 20 513 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
678 /force-app/main/default/classes/MetadataService.cls 514 20 514 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
677 /force-app/main/default/classes/MetadataService.cls 514 20 514 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
679 /force-app/main/default/classes/MetadataService.cls 515 20 515 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
678 /force-app/main/default/classes/MetadataService.cls 515 20 515 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
680 /force-app/main/default/classes/MetadataService.cls 516 20 516 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 516 20 516 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
681 /force-app/main/default/classes/MetadataService.cls 518 9 533 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
680 /force-app/main/default/classes/MetadataService.cls 518 9 533 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
682 /force-app/main/default/classes/MetadataService.cls 525 20 525 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
681 /force-app/main/default/classes/MetadataService.cls 525 20 525 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
683 /force-app/main/default/classes/MetadataService.cls 526 20 526 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
682 /force-app/main/default/classes/MetadataService.cls 526 20 526 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
684 /force-app/main/default/classes/MetadataService.cls 527 20 527 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
683 /force-app/main/default/classes/MetadataService.cls 527 20 527 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
685 /force-app/main/default/classes/MetadataService.cls 528 20 528 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 'relatedList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
684 /force-app/main/default/classes/MetadataService.cls 528 20 528 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 'relatedList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
686 /force-app/main/default/classes/MetadataService.cls 529 20 529 130 pmd 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]*'
685 /force-app/main/default/classes/MetadataService.cls 529 20 529 130 pmd 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]*'
687 /force-app/main/default/classes/MetadataService.cls 530 20 530 130 pmd 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]*'
686 /force-app/main/default/classes/MetadataService.cls 530 20 530 130 pmd 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]*'
688 /force-app/main/default/classes/MetadataService.cls 531 20 531 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
687 /force-app/main/default/classes/MetadataService.cls 531 20 531 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
689 /force-app/main/default/classes/MetadataService.cls 532 20 532 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]*'
688 /force-app/main/default/classes/MetadataService.cls 532 20 532 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]*'
690 /force-app/main/default/classes/MetadataService.cls 534 9 547 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
689 /force-app/main/default/classes/MetadataService.cls 534 9 547 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
691 /force-app/main/default/classes/MetadataService.cls 537 20 537 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
690 /force-app/main/default/classes/MetadataService.cls 537 20 537 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
692 /force-app/main/default/classes/MetadataService.cls 541 20 541 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
691 /force-app/main/default/classes/MetadataService.cls 541 20 541 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
693 /force-app/main/default/classes/MetadataService.cls 542 20 542 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
692 /force-app/main/default/classes/MetadataService.cls 542 20 542 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
694 /force-app/main/default/classes/MetadataService.cls 543 20 543 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
693 /force-app/main/default/classes/MetadataService.cls 543 20 543 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
695 /force-app/main/default/classes/MetadataService.cls 544 20 544 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
694 /force-app/main/default/classes/MetadataService.cls 544 20 544 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
696 /force-app/main/default/classes/MetadataService.cls 545 20 545 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
695 /force-app/main/default/classes/MetadataService.cls 545 20 545 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
697 /force-app/main/default/classes/MetadataService.cls 546 20 546 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]*'
696 /force-app/main/default/classes/MetadataService.cls 546 20 546 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]*'
698 /force-app/main/default/classes/MetadataService.cls 548 9 555 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
697 /force-app/main/default/classes/MetadataService.cls 548 9 555 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
699 /force-app/main/default/classes/MetadataService.cls 551 20 551 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
698 /force-app/main/default/classes/MetadataService.cls 551 20 551 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
700 /force-app/main/default/classes/MetadataService.cls 552 20 552 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
699 /force-app/main/default/classes/MetadataService.cls 552 20 552 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
701 /force-app/main/default/classes/MetadataService.cls 553 20 553 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
700 /force-app/main/default/classes/MetadataService.cls 553 20 553 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
702 /force-app/main/default/classes/MetadataService.cls 554 20 554 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
701 /force-app/main/default/classes/MetadataService.cls 554 20 554 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
703 /force-app/main/default/classes/MetadataService.cls 556 9 563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
702 /force-app/main/default/classes/MetadataService.cls 556 9 563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
704 /force-app/main/default/classes/MetadataService.cls 559 20 559 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
703 /force-app/main/default/classes/MetadataService.cls 559 20 559 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
705 /force-app/main/default/classes/MetadataService.cls 560 20 560 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
704 /force-app/main/default/classes/MetadataService.cls 560 20 560 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
706 /force-app/main/default/classes/MetadataService.cls 561 20 561 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
705 /force-app/main/default/classes/MetadataService.cls 561 20 561 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
707 /force-app/main/default/classes/MetadataService.cls 562 20 562 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
706 /force-app/main/default/classes/MetadataService.cls 562 20 562 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 564 9 573 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
707 /force-app/main/default/classes/MetadataService.cls 564 9 573 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
709 /force-app/main/default/classes/MetadataService.cls 568 20 568 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'majorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
708 /force-app/main/default/classes/MetadataService.cls 568 20 568 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'majorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
710 /force-app/main/default/classes/MetadataService.cls 569 20 569 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'minorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
709 /force-app/main/default/classes/MetadataService.cls 569 20 569 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'minorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
711 /force-app/main/default/classes/MetadataService.cls 570 20 570 130 pmd 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]*'
710 /force-app/main/default/classes/MetadataService.cls 570 20 570 130 pmd 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]*'
712 /force-app/main/default/classes/MetadataService.cls 571 20 571 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
711 /force-app/main/default/classes/MetadataService.cls 571 20 571 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
713 /force-app/main/default/classes/MetadataService.cls 572 20 572 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 572 20 572 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
714 /force-app/main/default/classes/MetadataService.cls 574 9 589 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
713 /force-app/main/default/classes/MetadataService.cls 574 9 589 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
715 /force-app/main/default/classes/MetadataService.cls 581 20 581 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 'childXmlNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
714 /force-app/main/default/classes/MetadataService.cls 581 20 581 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 'childXmlNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
716 /force-app/main/default/classes/MetadataService.cls 582 20 582 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 'directoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
715 /force-app/main/default/classes/MetadataService.cls 582 20 582 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 'directoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
717 /force-app/main/default/classes/MetadataService.cls 583 20 583 128 pmd 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]*'
716 /force-app/main/default/classes/MetadataService.cls 583 20 583 128 pmd 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]*'
718 /force-app/main/default/classes/MetadataService.cls 584 20 584 128 pmd 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]*'
717 /force-app/main/default/classes/MetadataService.cls 584 20 584 128 pmd 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]*'
719 /force-app/main/default/classes/MetadataService.cls 585 20 585 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 'suffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
718 /force-app/main/default/classes/MetadataService.cls 585 20 585 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 'suffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
720 /force-app/main/default/classes/MetadataService.cls 586 20 586 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 'xmlName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
719 /force-app/main/default/classes/MetadataService.cls 586 20 586 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 'xmlName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
721 /force-app/main/default/classes/MetadataService.cls 587 20 587 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
720 /force-app/main/default/classes/MetadataService.cls 587 20 587 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
722 /force-app/main/default/classes/MetadataService.cls 588 20 588 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
721 /force-app/main/default/classes/MetadataService.cls 588 20 588 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
723 /force-app/main/default/classes/MetadataService.cls 590 9 599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
722 /force-app/main/default/classes/MetadataService.cls 590 9 599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
724 /force-app/main/default/classes/MetadataService.cls 593 20 593 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
723 /force-app/main/default/classes/MetadataService.cls 593 20 593 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
725 /force-app/main/default/classes/MetadataService.cls 595 20 595 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 'enableLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
724 /force-app/main/default/classes/MetadataService.cls 595 20 595 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 'enableLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
726 /force-app/main/default/classes/MetadataService.cls 596 20 596 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
725 /force-app/main/default/classes/MetadataService.cls 596 20 596 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
727 /force-app/main/default/classes/MetadataService.cls 597 20 597 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
726 /force-app/main/default/classes/MetadataService.cls 597 20 597 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
728 /force-app/main/default/classes/MetadataService.cls 598 20 598 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]*'
727 /force-app/main/default/classes/MetadataService.cls 598 20 598 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]*'
729 /force-app/main/default/classes/MetadataService.cls 600 9 615 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
728 /force-app/main/default/classes/MetadataService.cls 600 9 615 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
730 /force-app/main/default/classes/MetadataService.cls 606 18 606 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
729 /force-app/main/default/classes/MetadataService.cls 606 18 606 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
731 /force-app/main/default/classes/MetadataService.cls 607 20 607 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
730 /force-app/main/default/classes/MetadataService.cls 607 20 607 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
732 /force-app/main/default/classes/MetadataService.cls 608 20 608 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'flow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
731 /force-app/main/default/classes/MetadataService.cls 608 20 608 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'flow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
733 /force-app/main/default/classes/MetadataService.cls 609 20 609 133 pmd 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]*'
732 /force-app/main/default/classes/MetadataService.cls 609 20 609 133 pmd 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]*'
734 /force-app/main/default/classes/MetadataService.cls 610 20 610 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
733 /force-app/main/default/classes/MetadataService.cls 610 20 610 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
735 /force-app/main/default/classes/MetadataService.cls 611 20 611 128 pmd 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]*'
734 /force-app/main/default/classes/MetadataService.cls 611 20 611 128 pmd 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]*'
736 /force-app/main/default/classes/MetadataService.cls 612 20 612 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
735 /force-app/main/default/classes/MetadataService.cls 612 20 612 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
737 /force-app/main/default/classes/MetadataService.cls 613 20 613 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
736 /force-app/main/default/classes/MetadataService.cls 613 20 613 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
738 /force-app/main/default/classes/MetadataService.cls 614 20 614 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]*'
737 /force-app/main/default/classes/MetadataService.cls 614 20 614 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]*'
739 /force-app/main/default/classes/MetadataService.cls 616 9 637 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
738 /force-app/main/default/classes/MetadataService.cls 616 9 637 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
740 /force-app/main/default/classes/MetadataService.cls 616 9 637 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
739 /force-app/main/default/classes/MetadataService.cls 616 9 637 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
741 /force-app/main/default/classes/MetadataService.cls 619 20 619 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
740 /force-app/main/default/classes/MetadataService.cls 619 20 619 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
742 /force-app/main/default/classes/MetadataService.cls 627 20 627 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
741 /force-app/main/default/classes/MetadataService.cls 627 20 627 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
743 /force-app/main/default/classes/MetadataService.cls 628 20 628 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
742 /force-app/main/default/classes/MetadataService.cls 628 20 628 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
744 /force-app/main/default/classes/MetadataService.cls 629 20 629 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
743 /force-app/main/default/classes/MetadataService.cls 629 20 629 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
745 /force-app/main/default/classes/MetadataService.cls 630 20 630 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
744 /force-app/main/default/classes/MetadataService.cls 630 20 630 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
746 /force-app/main/default/classes/MetadataService.cls 631 20 631 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 'shares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
745 /force-app/main/default/classes/MetadataService.cls 631 20 631 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 'shares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
747 /force-app/main/default/classes/MetadataService.cls 632 20 632 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'templateOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
746 /force-app/main/default/classes/MetadataService.cls 632 20 632 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'templateOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
748 /force-app/main/default/classes/MetadataService.cls 633 20 633 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 'templateVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
747 /force-app/main/default/classes/MetadataService.cls 633 20 633 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 'templateVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
749 /force-app/main/default/classes/MetadataService.cls 634 20 634 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
748 /force-app/main/default/classes/MetadataService.cls 634 20 634 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
750 /force-app/main/default/classes/MetadataService.cls 635 20 635 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
749 /force-app/main/default/classes/MetadataService.cls 635 20 635 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
751 /force-app/main/default/classes/MetadataService.cls 636 20 636 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]*'
750 /force-app/main/default/classes/MetadataService.cls 636 20 636 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]*'
752 /force-app/main/default/classes/MetadataService.cls 638 9 643 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
751 /force-app/main/default/classes/MetadataService.cls 638 9 643 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
753 /force-app/main/default/classes/MetadataService.cls 640 20 640 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'allOrNone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
752 /force-app/main/default/classes/MetadataService.cls 640 20 640 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'allOrNone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
754 /force-app/main/default/classes/MetadataService.cls 641 20 641 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
753 /force-app/main/default/classes/MetadataService.cls 641 20 641 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
755 /force-app/main/default/classes/MetadataService.cls 642 20 642 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
754 /force-app/main/default/classes/MetadataService.cls 642 20 642 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
756 /force-app/main/default/classes/MetadataService.cls 644 9 653 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
755 /force-app/main/default/classes/MetadataService.cls 644 9 653 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
757 /force-app/main/default/classes/MetadataService.cls 648 20 648 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
756 /force-app/main/default/classes/MetadataService.cls 648 20 648 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
758 /force-app/main/default/classes/MetadataService.cls 649 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
757 /force-app/main/default/classes/MetadataService.cls 649 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
759 /force-app/main/default/classes/MetadataService.cls 650 20 650 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
758 /force-app/main/default/classes/MetadataService.cls 650 20 650 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
760 /force-app/main/default/classes/MetadataService.cls 651 20 651 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
759 /force-app/main/default/classes/MetadataService.cls 651 20 651 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
761 /force-app/main/default/classes/MetadataService.cls 652 20 652 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]*'
760 /force-app/main/default/classes/MetadataService.cls 652 20 652 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]*'
762 /force-app/main/default/classes/MetadataService.cls 654 9 679 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
761 /force-app/main/default/classes/MetadataService.cls 654 9 679 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
763 /force-app/main/default/classes/MetadataService.cls 654 9 679 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
762 /force-app/main/default/classes/MetadataService.cls 654 9 679 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
764 /force-app/main/default/classes/MetadataService.cls 657 20 657 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
763 /force-app/main/default/classes/MetadataService.cls 657 20 657 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
765 /force-app/main/default/classes/MetadataService.cls 667 20 667 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 'documentContentSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
764 /force-app/main/default/classes/MetadataService.cls 667 20 667 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 'documentContentSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
766 /force-app/main/default/classes/MetadataService.cls 668 20 668 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 'optimizeSearchForCJKEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
765 /force-app/main/default/classes/MetadataService.cls 668 20 668 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 'optimizeSearchForCJKEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
767 /force-app/main/default/classes/MetadataService.cls 669 20 669 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 'recentlyViewedUsersForBlankLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
766 /force-app/main/default/classes/MetadataService.cls 669 20 669 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 'recentlyViewedUsersForBlankLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
768 /force-app/main/default/classes/MetadataService.cls 670 20 670 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
767 /force-app/main/default/classes/MetadataService.cls 670 20 670 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
769 /force-app/main/default/classes/MetadataService.cls 671 20 671 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 'sidebarAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
768 /force-app/main/default/classes/MetadataService.cls 671 20 671 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 'sidebarAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
770 /force-app/main/default/classes/MetadataService.cls 672 20 672 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 'sidebarDropDownListEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
769 /force-app/main/default/classes/MetadataService.cls 672 20 672 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 'sidebarDropDownListEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
771 /force-app/main/default/classes/MetadataService.cls 673 20 673 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 'sidebarLimitToItemsIOwnCheckboxEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
770 /force-app/main/default/classes/MetadataService.cls 673 20 673 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 'sidebarLimitToItemsIOwnCheckboxEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
772 /force-app/main/default/classes/MetadataService.cls 674 20 674 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 'singleSearchResultShortcutEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
771 /force-app/main/default/classes/MetadataService.cls 674 20 674 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 'singleSearchResultShortcutEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
773 /force-app/main/default/classes/MetadataService.cls 675 20 675 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 'spellCorrectKnowledgeSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
772 /force-app/main/default/classes/MetadataService.cls 675 20 675 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 'spellCorrectKnowledgeSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
774 /force-app/main/default/classes/MetadataService.cls 676 20 676 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
773 /force-app/main/default/classes/MetadataService.cls 676 20 676 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
775 /force-app/main/default/classes/MetadataService.cls 677 20 677 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
774 /force-app/main/default/classes/MetadataService.cls 677 20 677 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
776 /force-app/main/default/classes/MetadataService.cls 678 20 678 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]*'
775 /force-app/main/default/classes/MetadataService.cls 678 20 678 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]*'
777 /force-app/main/default/classes/MetadataService.cls 680 9 687 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
776 /force-app/main/default/classes/MetadataService.cls 680 9 687 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
778 /force-app/main/default/classes/MetadataService.cls 680 9 687 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'listMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
777 /force-app/main/default/classes/MetadataService.cls 680 9 687 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'listMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
779 /force-app/main/default/classes/MetadataService.cls 683 20 683 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 'queries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
778 /force-app/main/default/classes/MetadataService.cls 683 20 683 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 'queries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
780 /force-app/main/default/classes/MetadataService.cls 684 20 684 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
779 /force-app/main/default/classes/MetadataService.cls 684 20 684 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
781 /force-app/main/default/classes/MetadataService.cls 685 20 685 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
780 /force-app/main/default/classes/MetadataService.cls 685 20 685 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
782 /force-app/main/default/classes/MetadataService.cls 686 20 686 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]*'
781 /force-app/main/default/classes/MetadataService.cls 686 20 686 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]*'
783 /force-app/main/default/classes/MetadataService.cls 688 9 723 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
782 /force-app/main/default/classes/MetadataService.cls 688 9 723 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
784 /force-app/main/default/classes/MetadataService.cls 688 9 723 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
783 /force-app/main/default/classes/MetadataService.cls 688 9 723 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
785 /force-app/main/default/classes/MetadataService.cls 691 20 691 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
784 /force-app/main/default/classes/MetadataService.cls 691 20 691 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
786 /force-app/main/default/classes/MetadataService.cls 692 17 692 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SVGContent' doesn't match '[a-z][a-zA-Z0-9]*'
785 /force-app/main/default/classes/MetadataService.cls 692 17 692 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SVGContent' doesn't match '[a-z][a-zA-Z0-9]*'
787 /force-app/main/default/classes/MetadataService.cls 705 17 705 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
786 /force-app/main/default/classes/MetadataService.cls 705 17 705 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
788 /force-app/main/default/classes/MetadataService.cls 706 20 706 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 'SVGContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
787 /force-app/main/default/classes/MetadataService.cls 706 20 706 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 'SVGContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
789 /force-app/main/default/classes/MetadataService.cls 707 20 707 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
788 /force-app/main/default/classes/MetadataService.cls 707 20 707 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
790 /force-app/main/default/classes/MetadataService.cls 708 20 708 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 'controllerContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
789 /force-app/main/default/classes/MetadataService.cls 708 20 708 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 'controllerContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
791 /force-app/main/default/classes/MetadataService.cls 709 20 709 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
790 /force-app/main/default/classes/MetadataService.cls 709 20 709 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
792 /force-app/main/default/classes/MetadataService.cls 710 20 710 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 'designContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
791 /force-app/main/default/classes/MetadataService.cls 710 20 710 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 'designContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
793 /force-app/main/default/classes/MetadataService.cls 711 20 711 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 'documentationContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
792 /force-app/main/default/classes/MetadataService.cls 711 20 711 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 'documentationContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
794 /force-app/main/default/classes/MetadataService.cls 712 20 712 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 'helperContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
793 /force-app/main/default/classes/MetadataService.cls 712 20 712 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 'helperContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
795 /force-app/main/default/classes/MetadataService.cls 713 20 713 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 'markup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
794 /force-app/main/default/classes/MetadataService.cls 713 20 713 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 'markup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
796 /force-app/main/default/classes/MetadataService.cls 714 20 714 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 'modelContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
795 /force-app/main/default/classes/MetadataService.cls 714 20 714 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 'modelContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
797 /force-app/main/default/classes/MetadataService.cls 715 20 715 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
796 /force-app/main/default/classes/MetadataService.cls 715 20 715 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
798 /force-app/main/default/classes/MetadataService.cls 716 20 716 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 'rendererContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
797 /force-app/main/default/classes/MetadataService.cls 716 20 716 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 'rendererContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
799 /force-app/main/default/classes/MetadataService.cls 717 20 717 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 'styleContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
798 /force-app/main/default/classes/MetadataService.cls 717 20 717 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 'styleContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
800 /force-app/main/default/classes/MetadataService.cls 718 20 718 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 'testsuiteContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
799 /force-app/main/default/classes/MetadataService.cls 718 20 718 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 'testsuiteContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
801 /force-app/main/default/classes/MetadataService.cls 719 20 719 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
800 /force-app/main/default/classes/MetadataService.cls 719 20 719 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
802 /force-app/main/default/classes/MetadataService.cls 720 20 720 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
801 /force-app/main/default/classes/MetadataService.cls 720 20 720 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
803 /force-app/main/default/classes/MetadataService.cls 721 20 721 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
802 /force-app/main/default/classes/MetadataService.cls 721 20 721 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
804 /force-app/main/default/classes/MetadataService.cls 722 20 722 287 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
803 /force-app/main/default/classes/MetadataService.cls 722 20 722 287 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
805 /force-app/main/default/classes/MetadataService.cls 724 9 739 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
804 /force-app/main/default/classes/MetadataService.cls 724 9 739 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
806 /force-app/main/default/classes/MetadataService.cls 727 20 727 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
805 /force-app/main/default/classes/MetadataService.cls 727 20 727 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
807 /force-app/main/default/classes/MetadataService.cls 732 20 732 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 'doesSendEmailToMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
806 /force-app/main/default/classes/MetadataService.cls 732 20 732 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 'doesSendEmailToMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
808 /force-app/main/default/classes/MetadataService.cls 733 20 733 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
807 /force-app/main/default/classes/MetadataService.cls 733 20 733 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
809 /force-app/main/default/classes/MetadataService.cls 734 20 734 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
808 /force-app/main/default/classes/MetadataService.cls 734 20 734 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
810 /force-app/main/default/classes/MetadataService.cls 735 20 735 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 'queueSobject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
809 /force-app/main/default/classes/MetadataService.cls 735 20 735 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 'queueSobject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
811 /force-app/main/default/classes/MetadataService.cls 736 20 736 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
810 /force-app/main/default/classes/MetadataService.cls 736 20 736 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
812 /force-app/main/default/classes/MetadataService.cls 737 20 737 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
811 /force-app/main/default/classes/MetadataService.cls 737 20 737 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
813 /force-app/main/default/classes/MetadataService.cls 738 20 738 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]*'
812 /force-app/main/default/classes/MetadataService.cls 738 20 738 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]*'
814 /force-app/main/default/classes/MetadataService.cls 740 9 751 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
813 /force-app/main/default/classes/MetadataService.cls 740 9 751 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
815 /force-app/main/default/classes/MetadataService.cls 743 20 743 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
814 /force-app/main/default/classes/MetadataService.cls 743 20 743 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
816 /force-app/main/default/classes/MetadataService.cls 746 20 746 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 'narrowComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
815 /force-app/main/default/classes/MetadataService.cls 746 20 746 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 'narrowComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
817 /force-app/main/default/classes/MetadataService.cls 747 20 747 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 'wideComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
816 /force-app/main/default/classes/MetadataService.cls 747 20 747 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 'wideComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
818 /force-app/main/default/classes/MetadataService.cls 748 20 748 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
817 /force-app/main/default/classes/MetadataService.cls 748 20 748 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
819 /force-app/main/default/classes/MetadataService.cls 749 20 749 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
818 /force-app/main/default/classes/MetadataService.cls 749 20 749 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
820 /force-app/main/default/classes/MetadataService.cls 750 20 750 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
819 /force-app/main/default/classes/MetadataService.cls 750 20 750 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
821 /force-app/main/default/classes/MetadataService.cls 752 9 773 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
820 /force-app/main/default/classes/MetadataService.cls 752 9 773 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
822 /force-app/main/default/classes/MetadataService.cls 752 9 773 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
821 /force-app/main/default/classes/MetadataService.cls 752 9 773 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
823 /force-app/main/default/classes/MetadataService.cls 755 20 755 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
822 /force-app/main/default/classes/MetadataService.cls 755 20 755 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
824 /force-app/main/default/classes/MetadataService.cls 757 20 757 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
823 /force-app/main/default/classes/MetadataService.cls 757 20 757 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
825 /force-app/main/default/classes/MetadataService.cls 764 20 764 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
824 /force-app/main/default/classes/MetadataService.cls 764 20 764 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
826 /force-app/main/default/classes/MetadataService.cls 765 20 765 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 'datasets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
825 /force-app/main/default/classes/MetadataService.cls 765 20 765 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 'datasets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
827 /force-app/main/default/classes/MetadataService.cls 766 20 766 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
826 /force-app/main/default/classes/MetadataService.cls 766 20 766 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
828 /force-app/main/default/classes/MetadataService.cls 767 20 767 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
827 /force-app/main/default/classes/MetadataService.cls 767 20 767 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
829 /force-app/main/default/classes/MetadataService.cls 768 20 768 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
828 /force-app/main/default/classes/MetadataService.cls 768 20 768 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
830 /force-app/main/default/classes/MetadataService.cls 769 20 769 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 'visualizationType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
829 /force-app/main/default/classes/MetadataService.cls 769 20 769 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 'visualizationType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
831 /force-app/main/default/classes/MetadataService.cls 770 20 770 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
830 /force-app/main/default/classes/MetadataService.cls 770 20 770 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
832 /force-app/main/default/classes/MetadataService.cls 771 20 771 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
831 /force-app/main/default/classes/MetadataService.cls 771 20 771 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
833 /force-app/main/default/classes/MetadataService.cls 772 20 772 178 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
832 /force-app/main/default/classes/MetadataService.cls 772 20 772 178 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
834 /force-app/main/default/classes/MetadataService.cls 774 9 781 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
833 /force-app/main/default/classes/MetadataService.cls 774 9 781 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
835 /force-app/main/default/classes/MetadataService.cls 777 20 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 'defaultEmailTemplateName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
834 /force-app/main/default/classes/MetadataService.cls 777 20 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 'defaultEmailTemplateName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
836 /force-app/main/default/classes/MetadataService.cls 778 20 778 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 'ignoreDefaultEmailTemplateSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
835 /force-app/main/default/classes/MetadataService.cls 778 20 778 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 'ignoreDefaultEmailTemplateSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
837 /force-app/main/default/classes/MetadataService.cls 779 20 779 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
836 /force-app/main/default/classes/MetadataService.cls 779 20 779 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
838 /force-app/main/default/classes/MetadataService.cls 780 20 780 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
837 /force-app/main/default/classes/MetadataService.cls 780 20 780 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
839 /force-app/main/default/classes/MetadataService.cls 782 9 793 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
838 /force-app/main/default/classes/MetadataService.cls 782 9 793 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
840 /force-app/main/default/classes/MetadataService.cls 785 20 785 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
839 /force-app/main/default/classes/MetadataService.cls 785 20 785 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
841 /force-app/main/default/classes/MetadataService.cls 788 20 788 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
840 /force-app/main/default/classes/MetadataService.cls 788 20 788 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
842 /force-app/main/default/classes/MetadataService.cls 789 20 789 140 pmd 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]*'
841 /force-app/main/default/classes/MetadataService.cls 789 20 789 140 pmd 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]*'
843 /force-app/main/default/classes/MetadataService.cls 790 20 790 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
842 /force-app/main/default/classes/MetadataService.cls 790 20 790 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
844 /force-app/main/default/classes/MetadataService.cls 791 20 791 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
843 /force-app/main/default/classes/MetadataService.cls 791 20 791 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
845 /force-app/main/default/classes/MetadataService.cls 792 20 792 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]*'
844 /force-app/main/default/classes/MetadataService.cls 792 20 792 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]*'
846 /force-app/main/default/classes/MetadataService.cls 794 9 801 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
845 /force-app/main/default/classes/MetadataService.cls 794 9 801 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
847 /force-app/main/default/classes/MetadataService.cls 797 20 797 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 'sourceCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
846 /force-app/main/default/classes/MetadataService.cls 797 20 797 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 'sourceCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
848 /force-app/main/default/classes/MetadataService.cls 798 20 798 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 'weight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
847 /force-app/main/default/classes/MetadataService.cls 798 20 798 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 'weight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
849 /force-app/main/default/classes/MetadataService.cls 799 20 799 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
848 /force-app/main/default/classes/MetadataService.cls 799 20 799 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
850 /force-app/main/default/classes/MetadataService.cls 800 20 800 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]*'
849 /force-app/main/default/classes/MetadataService.cls 800 20 800 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]*'
851 /force-app/main/default/classes/MetadataService.cls 802 9 849 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
850 /force-app/main/default/classes/MetadataService.cls 802 9 849 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
852 /force-app/main/default/classes/MetadataService.cls 802 9 849 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class ApprovalProcess has 22 public methods, attributes, and properties (limit: 20)
851 /force-app/main/default/classes/MetadataService.cls 802 9 849 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class ApprovalProcess has 22 public methods, attributes, and properties (limit: 20)
853 /force-app/main/default/classes/MetadataService.cls 802 9 849 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
852 /force-app/main/default/classes/MetadataService.cls 802 9 849 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
854 /force-app/main/default/classes/MetadataService.cls 805 20 805 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
853 /force-app/main/default/classes/MetadataService.cls 805 20 805 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
855 /force-app/main/default/classes/MetadataService.cls 826 20 826 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
854 /force-app/main/default/classes/MetadataService.cls 826 20 826 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
856 /force-app/main/default/classes/MetadataService.cls 827 20 827 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 'allowRecall_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
855 /force-app/main/default/classes/MetadataService.cls 827 20 827 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 'allowRecall_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
857 /force-app/main/default/classes/MetadataService.cls 828 20 828 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 'allowedSubmitters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
856 /force-app/main/default/classes/MetadataService.cls 828 20 828 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 'allowedSubmitters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
858 /force-app/main/default/classes/MetadataService.cls 829 20 829 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 'approvalPageFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
857 /force-app/main/default/classes/MetadataService.cls 829 20 829 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 'approvalPageFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
859 /force-app/main/default/classes/MetadataService.cls 830 20 830 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 'approvalStep_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
858 /force-app/main/default/classes/MetadataService.cls 830 20 830 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 'approvalStep_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
860 /force-app/main/default/classes/MetadataService.cls 831 20 831 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
859 /force-app/main/default/classes/MetadataService.cls 831 20 831 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
861 /force-app/main/default/classes/MetadataService.cls 832 20 832 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 'emailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
860 /force-app/main/default/classes/MetadataService.cls 832 20 832 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 'emailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
862 /force-app/main/default/classes/MetadataService.cls 833 20 833 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 'enableMobileDeviceAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
861 /force-app/main/default/classes/MetadataService.cls 833 20 833 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 'enableMobileDeviceAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
863 /force-app/main/default/classes/MetadataService.cls 834 20 834 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
862 /force-app/main/default/classes/MetadataService.cls 834 20 834 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
864 /force-app/main/default/classes/MetadataService.cls 835 20 835 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 'finalApprovalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
863 /force-app/main/default/classes/MetadataService.cls 835 20 835 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 'finalApprovalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
865 /force-app/main/default/classes/MetadataService.cls 836 20 836 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 'finalApprovalRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
864 /force-app/main/default/classes/MetadataService.cls 836 20 836 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 'finalApprovalRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
866 /force-app/main/default/classes/MetadataService.cls 837 20 837 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 'finalRejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
865 /force-app/main/default/classes/MetadataService.cls 837 20 837 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 'finalRejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
867 /force-app/main/default/classes/MetadataService.cls 838 20 838 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 'finalRejectionRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
866 /force-app/main/default/classes/MetadataService.cls 838 20 838 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 'finalRejectionRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
868 /force-app/main/default/classes/MetadataService.cls 839 20 839 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 'initialSubmissionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
867 /force-app/main/default/classes/MetadataService.cls 839 20 839 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 'initialSubmissionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
869 /force-app/main/default/classes/MetadataService.cls 840 20 840 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
868 /force-app/main/default/classes/MetadataService.cls 840 20 840 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
870 /force-app/main/default/classes/MetadataService.cls 841 20 841 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 'nextAutomatedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
869 /force-app/main/default/classes/MetadataService.cls 841 20 841 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 'nextAutomatedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
871 /force-app/main/default/classes/MetadataService.cls 842 20 842 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 'postTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
870 /force-app/main/default/classes/MetadataService.cls 842 20 842 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 'postTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
872 /force-app/main/default/classes/MetadataService.cls 843 20 843 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 'recallActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
871 /force-app/main/default/classes/MetadataService.cls 843 20 843 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 'recallActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
873 /force-app/main/default/classes/MetadataService.cls 844 20 844 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 'recordEditability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
872 /force-app/main/default/classes/MetadataService.cls 844 20 844 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 'recordEditability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
874 /force-app/main/default/classes/MetadataService.cls 845 20 845 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 'showApprovalHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
873 /force-app/main/default/classes/MetadataService.cls 845 20 845 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 'showApprovalHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
875 /force-app/main/default/classes/MetadataService.cls 846 20 846 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
874 /force-app/main/default/classes/MetadataService.cls 846 20 846 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
876 /force-app/main/default/classes/MetadataService.cls 847 20 847 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
875 /force-app/main/default/classes/MetadataService.cls 847 20 847 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
877 /force-app/main/default/classes/MetadataService.cls 848 20 848 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]*'
876 /force-app/main/default/classes/MetadataService.cls 848 20 848 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]*'
878 /force-app/main/default/classes/MetadataService.cls 850 9 885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
877 /force-app/main/default/classes/MetadataService.cls 850 9 885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
879 /force-app/main/default/classes/MetadataService.cls 850 9 885 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
878 /force-app/main/default/classes/MetadataService.cls 850 9 885 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
880 /force-app/main/default/classes/MetadataService.cls 853 20 853 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
879 /force-app/main/default/classes/MetadataService.cls 853 20 853 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
881 /force-app/main/default/classes/MetadataService.cls 854 17 854 28 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
880 /force-app/main/default/classes/MetadataService.cls 854 17 854 28 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
882 /force-app/main/default/classes/MetadataService.cls 868 20 868 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 'SObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
881 /force-app/main/default/classes/MetadataService.cls 868 20 868 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 'SObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
883 /force-app/main/default/classes/MetadataService.cls 869 20 869 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
882 /force-app/main/default/classes/MetadataService.cls 869 20 869 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
884 /force-app/main/default/classes/MetadataService.cls 870 20 870 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
883 /force-app/main/default/classes/MetadataService.cls 870 20 870 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
885 /force-app/main/default/classes/MetadataService.cls 871 20 871 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
884 /force-app/main/default/classes/MetadataService.cls 871 20 871 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
886 /force-app/main/default/classes/MetadataService.cls 872 20 872 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 'entryStartDateField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
885 /force-app/main/default/classes/MetadataService.cls 872 20 872 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 'entryStartDateField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
887 /force-app/main/default/classes/MetadataService.cls 873 20 873 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 'exitCriteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
886 /force-app/main/default/classes/MetadataService.cls 873 20 873 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 'exitCriteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
888 /force-app/main/default/classes/MetadataService.cls 874 20 874 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 'exitCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
887 /force-app/main/default/classes/MetadataService.cls 874 20 874 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 'exitCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
889 /force-app/main/default/classes/MetadataService.cls 875 20 875 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 'exitCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
888 /force-app/main/default/classes/MetadataService.cls 875 20 875 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 'exitCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
890 /force-app/main/default/classes/MetadataService.cls 876 20 876 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 'isVersionDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
889 /force-app/main/default/classes/MetadataService.cls 876 20 876 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 'isVersionDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
891 /force-app/main/default/classes/MetadataService.cls 877 20 877 133 pmd 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]*'
890 /force-app/main/default/classes/MetadataService.cls 877 20 877 133 pmd 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]*'
892 /force-app/main/default/classes/MetadataService.cls 878 20 878 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
891 /force-app/main/default/classes/MetadataService.cls 878 20 878 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
893 /force-app/main/default/classes/MetadataService.cls 879 20 879 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 'versionMaster_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
892 /force-app/main/default/classes/MetadataService.cls 879 20 879 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 'versionMaster_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
894 /force-app/main/default/classes/MetadataService.cls 880 20 880 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 'versionNotes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
893 /force-app/main/default/classes/MetadataService.cls 880 20 880 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 'versionNotes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
895 /force-app/main/default/classes/MetadataService.cls 881 20 881 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
894 /force-app/main/default/classes/MetadataService.cls 881 20 881 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
896 /force-app/main/default/classes/MetadataService.cls 882 20 882 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
895 /force-app/main/default/classes/MetadataService.cls 882 20 882 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
897 /force-app/main/default/classes/MetadataService.cls 883 20 883 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
896 /force-app/main/default/classes/MetadataService.cls 883 20 883 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
898 /force-app/main/default/classes/MetadataService.cls 884 20 884 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]*'
897 /force-app/main/default/classes/MetadataService.cls 884 20 884 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]*'
899 /force-app/main/default/classes/MetadataService.cls 886 9 913 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
898 /force-app/main/default/classes/MetadataService.cls 886 9 913 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
900 /force-app/main/default/classes/MetadataService.cls 886 9 913 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
899 /force-app/main/default/classes/MetadataService.cls 886 9 913 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
901 /force-app/main/default/classes/MetadataService.cls 889 20 889 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
900 /force-app/main/default/classes/MetadataService.cls 889 20 889 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
902 /force-app/main/default/classes/MetadataService.cls 892 20 892 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
901 /force-app/main/default/classes/MetadataService.cls 892 20 892 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
903 /force-app/main/default/classes/MetadataService.cls 893 20 893 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
902 /force-app/main/default/classes/MetadataService.cls 893 20 893 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
904 /force-app/main/default/classes/MetadataService.cls 897 20 897 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
903 /force-app/main/default/classes/MetadataService.cls 897 20 897 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
905 /force-app/main/default/classes/MetadataService.cls 898 20 898 130 pmd 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]*'
904 /force-app/main/default/classes/MetadataService.cls 898 20 898 130 pmd 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]*'
906 /force-app/main/default/classes/MetadataService.cls 899 20 899 130 pmd 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]*'
905 /force-app/main/default/classes/MetadataService.cls 899 20 899 130 pmd 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]*'
907 /force-app/main/default/classes/MetadataService.cls 904 17 904 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
906 /force-app/main/default/classes/MetadataService.cls 904 17 904 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
908 /force-app/main/default/classes/MetadataService.cls 905 20 905 130 pmd 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]*'
907 /force-app/main/default/classes/MetadataService.cls 905 20 905 130 pmd 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]*'
909 /force-app/main/default/classes/MetadataService.cls 906 20 906 140 pmd 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]*'
908 /force-app/main/default/classes/MetadataService.cls 906 20 906 140 pmd 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]*'
910 /force-app/main/default/classes/MetadataService.cls 907 20 907 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
909 /force-app/main/default/classes/MetadataService.cls 907 20 907 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
911 /force-app/main/default/classes/MetadataService.cls 908 20 908 140 pmd 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]*'
910 /force-app/main/default/classes/MetadataService.cls 908 20 908 140 pmd 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]*'
912 /force-app/main/default/classes/MetadataService.cls 909 20 909 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
911 /force-app/main/default/classes/MetadataService.cls 909 20 909 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
913 /force-app/main/default/classes/MetadataService.cls 910 20 910 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
912 /force-app/main/default/classes/MetadataService.cls 910 20 910 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
914 /force-app/main/default/classes/MetadataService.cls 911 20 911 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
913 /force-app/main/default/classes/MetadataService.cls 911 20 911 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
915 /force-app/main/default/classes/MetadataService.cls 912 20 912 202 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
914 /force-app/main/default/classes/MetadataService.cls 912 20 912 202 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
916 /force-app/main/default/classes/MetadataService.cls 914 9 921 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
915 /force-app/main/default/classes/MetadataService.cls 914 9 921 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
917 /force-app/main/default/classes/MetadataService.cls 917 20 917 130 pmd 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]*'
916 /force-app/main/default/classes/MetadataService.cls 917 20 917 130 pmd 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]*'
918 /force-app/main/default/classes/MetadataService.cls 918 20 918 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 'customApplicationComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
917 /force-app/main/default/classes/MetadataService.cls 918 20 918 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 'customApplicationComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
919 /force-app/main/default/classes/MetadataService.cls 919 20 919 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
918 /force-app/main/default/classes/MetadataService.cls 919 20 919 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
920 /force-app/main/default/classes/MetadataService.cls 920 20 920 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]*'
919 /force-app/main/default/classes/MetadataService.cls 920 20 920 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]*'
921 /force-app/main/default/classes/MetadataService.cls 922 9 931 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
920 /force-app/main/default/classes/MetadataService.cls 922 9 931 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
922 /force-app/main/default/classes/MetadataService.cls 925 20 925 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
921 /force-app/main/default/classes/MetadataService.cls 925 20 925 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
923 /force-app/main/default/classes/MetadataService.cls 927 20 927 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 'testClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
922 /force-app/main/default/classes/MetadataService.cls 927 20 927 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 'testClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
924 /force-app/main/default/classes/MetadataService.cls 928 20 928 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
923 /force-app/main/default/classes/MetadataService.cls 928 20 928 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
925 /force-app/main/default/classes/MetadataService.cls 929 20 929 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
924 /force-app/main/default/classes/MetadataService.cls 929 20 929 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
926 /force-app/main/default/classes/MetadataService.cls 930 20 930 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]*'
925 /force-app/main/default/classes/MetadataService.cls 930 20 930 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]*'
927 /force-app/main/default/classes/MetadataService.cls 932 9 939 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
926 /force-app/main/default/classes/MetadataService.cls 932 9 939 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
928 /force-app/main/default/classes/MetadataService.cls 935 20 935 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
927 /force-app/main/default/classes/MetadataService.cls 935 20 935 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
929 /force-app/main/default/classes/MetadataService.cls 936 20 936 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
928 /force-app/main/default/classes/MetadataService.cls 936 20 936 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.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 /force-app/main/default/classes/MetadataService.cls 937 20 937 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
929 /force-app/main/default/classes/MetadataService.cls 937 20 937 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
931 /force-app/main/default/classes/MetadataService.cls 938 20 938 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
930 /force-app/main/default/classes/MetadataService.cls 938 20 938 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
932 /force-app/main/default/classes/MetadataService.cls 940 9 975 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
931 /force-app/main/default/classes/MetadataService.cls 940 9 975 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
933 /force-app/main/default/classes/MetadataService.cls 940 9 975 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
932 /force-app/main/default/classes/MetadataService.cls 940 9 975 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
934 /force-app/main/default/classes/MetadataService.cls 957 20 957 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 'activityDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
933 /force-app/main/default/classes/MetadataService.cls 957 20 957 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 'activityDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
935 /force-app/main/default/classes/MetadataService.cls 958 20 958 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
934 /force-app/main/default/classes/MetadataService.cls 958 20 958 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
936 /force-app/main/default/classes/MetadataService.cls 959 20 959 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
935 /force-app/main/default/classes/MetadataService.cls 959 20 959 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
937 /force-app/main/default/classes/MetadataService.cls 960 20 960 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 'endTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
936 /force-app/main/default/classes/MetadataService.cls 960 20 960 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 'endTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
938 /force-app/main/default/classes/MetadataService.cls 961 20 961 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 'isRecurring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
937 /force-app/main/default/classes/MetadataService.cls 961 20 961 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 'isRecurring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
939 /force-app/main/default/classes/MetadataService.cls 962 20 962 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
938 /force-app/main/default/classes/MetadataService.cls 962 20 962 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
940 /force-app/main/default/classes/MetadataService.cls 963 20 963 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 'recurrenceDayOfMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
939 /force-app/main/default/classes/MetadataService.cls 963 20 963 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 'recurrenceDayOfMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
941 /force-app/main/default/classes/MetadataService.cls 964 20 964 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 'recurrenceDayOfWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
940 /force-app/main/default/classes/MetadataService.cls 964 20 964 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 'recurrenceDayOfWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
942 /force-app/main/default/classes/MetadataService.cls 965 20 965 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 'recurrenceDayOfWeekMask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
941 /force-app/main/default/classes/MetadataService.cls 965 20 965 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 'recurrenceDayOfWeekMask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
943 /force-app/main/default/classes/MetadataService.cls 966 20 966 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 'recurrenceEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
942 /force-app/main/default/classes/MetadataService.cls 966 20 966 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 'recurrenceEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
944 /force-app/main/default/classes/MetadataService.cls 967 20 967 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 'recurrenceInstance_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
943 /force-app/main/default/classes/MetadataService.cls 967 20 967 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 'recurrenceInstance_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
945 /force-app/main/default/classes/MetadataService.cls 968 20 968 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 'recurrenceInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
944 /force-app/main/default/classes/MetadataService.cls 968 20 968 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 'recurrenceInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
946 /force-app/main/default/classes/MetadataService.cls 969 20 969 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 'recurrenceMonthOfYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
945 /force-app/main/default/classes/MetadataService.cls 969 20 969 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 'recurrenceMonthOfYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
947 /force-app/main/default/classes/MetadataService.cls 970 20 970 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 'recurrenceStartDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
946 /force-app/main/default/classes/MetadataService.cls 970 20 970 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 'recurrenceStartDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
948 /force-app/main/default/classes/MetadataService.cls 971 20 971 140 pmd 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]*'
947 /force-app/main/default/classes/MetadataService.cls 971 20 971 140 pmd 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]*'
949 /force-app/main/default/classes/MetadataService.cls 972 20 972 130 pmd 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]*'
948 /force-app/main/default/classes/MetadataService.cls 972 20 972 130 pmd 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]*'
950 /force-app/main/default/classes/MetadataService.cls 973 20 973 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
949 /force-app/main/default/classes/MetadataService.cls 973 20 973 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
951 /force-app/main/default/classes/MetadataService.cls 974 20 974 341 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
950 /force-app/main/default/classes/MetadataService.cls 974 20 974 341 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
952 /force-app/main/default/classes/MetadataService.cls 976 9 1029 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
951 /force-app/main/default/classes/MetadataService.cls 976 9 1029 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
953 /force-app/main/default/classes/MetadataService.cls 976 9 1029 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Layout has 25 public methods, attributes, and properties (limit: 20)
952 /force-app/main/default/classes/MetadataService.cls 976 9 1029 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Layout has 25 public methods, attributes, and properties (limit: 20)
954 /force-app/main/default/classes/MetadataService.cls 976 9 1029 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
953 /force-app/main/default/classes/MetadataService.cls 976 9 1029 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
955 /force-app/main/default/classes/MetadataService.cls 979 20 979 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
954 /force-app/main/default/classes/MetadataService.cls 979 20 979 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
956 /force-app/main/default/classes/MetadataService.cls 1003 20 1003 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
955 /force-app/main/default/classes/MetadataService.cls 1003 20 1003 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
957 /force-app/main/default/classes/MetadataService.cls 1004 20 1004 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 'customConsoleComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
956 /force-app/main/default/classes/MetadataService.cls 1004 20 1004 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 'customConsoleComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
958 /force-app/main/default/classes/MetadataService.cls 1005 20 1005 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 'emailDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
957 /force-app/main/default/classes/MetadataService.cls 1005 20 1005 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 'emailDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
959 /force-app/main/default/classes/MetadataService.cls 1006 20 1006 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
958 /force-app/main/default/classes/MetadataService.cls 1006 20 1006 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
960 /force-app/main/default/classes/MetadataService.cls 1007 20 1007 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 'feedLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
959 /force-app/main/default/classes/MetadataService.cls 1007 20 1007 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 'feedLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
961 /force-app/main/default/classes/MetadataService.cls 1008 20 1008 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
960 /force-app/main/default/classes/MetadataService.cls 1008 20 1008 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
962 /force-app/main/default/classes/MetadataService.cls 1009 20 1009 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 'layoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
961 /force-app/main/default/classes/MetadataService.cls 1009 20 1009 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 'layoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
963 /force-app/main/default/classes/MetadataService.cls 1010 20 1010 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 'miniLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
962 /force-app/main/default/classes/MetadataService.cls 1010 20 1010 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 'miniLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
964 /force-app/main/default/classes/MetadataService.cls 1011 20 1011 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 'multilineLayoutFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
963 /force-app/main/default/classes/MetadataService.cls 1011 20 1011 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 'multilineLayoutFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
965 /force-app/main/default/classes/MetadataService.cls 1012 20 1012 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 'platformActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
964 /force-app/main/default/classes/MetadataService.cls 1012 20 1012 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 'platformActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
966 /force-app/main/default/classes/MetadataService.cls 1013 20 1013 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
965 /force-app/main/default/classes/MetadataService.cls 1013 20 1013 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
967 /force-app/main/default/classes/MetadataService.cls 1014 20 1014 140 pmd 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]*'
966 /force-app/main/default/classes/MetadataService.cls 1014 20 1014 140 pmd 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]*'
968 /force-app/main/default/classes/MetadataService.cls 1015 20 1015 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
967 /force-app/main/default/classes/MetadataService.cls 1015 20 1015 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
969 /force-app/main/default/classes/MetadataService.cls 1016 20 1016 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 'relatedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
968 /force-app/main/default/classes/MetadataService.cls 1016 20 1016 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 'relatedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
970 /force-app/main/default/classes/MetadataService.cls 1017 20 1017 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 'runAssignmentRulesDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
969 /force-app/main/default/classes/MetadataService.cls 1017 20 1017 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 'runAssignmentRulesDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
971 /force-app/main/default/classes/MetadataService.cls 1018 20 1018 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 'showEmailCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
970 /force-app/main/default/classes/MetadataService.cls 1018 20 1018 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 'showEmailCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
972 /force-app/main/default/classes/MetadataService.cls 1019 20 1019 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 'showHighlightsPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
971 /force-app/main/default/classes/MetadataService.cls 1019 20 1019 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 'showHighlightsPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
973 /force-app/main/default/classes/MetadataService.cls 1020 20 1020 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 'showInteractionLogPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
972 /force-app/main/default/classes/MetadataService.cls 1020 20 1020 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 'showInteractionLogPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
974 /force-app/main/default/classes/MetadataService.cls 1021 20 1021 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 'showKnowledgeComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
973 /force-app/main/default/classes/MetadataService.cls 1021 20 1021 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 'showKnowledgeComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
975 /force-app/main/default/classes/MetadataService.cls 1022 20 1022 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 'showRunAssignmentRulesCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
974 /force-app/main/default/classes/MetadataService.cls 1022 20 1022 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 'showRunAssignmentRulesCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
976 /force-app/main/default/classes/MetadataService.cls 1023 20 1023 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 'showSolutionSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
975 /force-app/main/default/classes/MetadataService.cls 1023 20 1023 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 'showSolutionSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
977 /force-app/main/default/classes/MetadataService.cls 1024 20 1024 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 'showSubmitAndAttachButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
976 /force-app/main/default/classes/MetadataService.cls 1024 20 1024 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 'showSubmitAndAttachButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
978 /force-app/main/default/classes/MetadataService.cls 1025 20 1025 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 'summaryLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
977 /force-app/main/default/classes/MetadataService.cls 1025 20 1025 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 'summaryLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
979 /force-app/main/default/classes/MetadataService.cls 1026 20 1026 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
978 /force-app/main/default/classes/MetadataService.cls 1026 20 1026 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
980 /force-app/main/default/classes/MetadataService.cls 1027 20 1027 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
979 /force-app/main/default/classes/MetadataService.cls 1027 20 1027 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
981 /force-app/main/default/classes/MetadataService.cls 1028 20 1028 528 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
980 /force-app/main/default/classes/MetadataService.cls 1028 20 1028 528 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
982 /force-app/main/default/classes/MetadataService.cls 1030 9 1109 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
981 /force-app/main/default/classes/MetadataService.cls 1030 9 1109 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
983 /force-app/main/default/classes/MetadataService.cls 1030 9 1109 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatButton has 38 public methods, attributes, and properties (limit: 20)
982 /force-app/main/default/classes/MetadataService.cls 1030 9 1109 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatButton has 38 public methods, attributes, and properties (limit: 20)
984 /force-app/main/default/classes/MetadataService.cls 1030 9 1109 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
983 /force-app/main/default/classes/MetadataService.cls 1030 9 1109 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
985 /force-app/main/default/classes/MetadataService.cls 1033 20 1033 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
984 /force-app/main/default/classes/MetadataService.cls 1033 20 1033 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
986 /force-app/main/default/classes/MetadataService.cls 1068 17 1068 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
985 /force-app/main/default/classes/MetadataService.cls 1068 17 1068 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
987 /force-app/main/default/classes/MetadataService.cls 1070 20 1070 130 pmd 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]*'
986 /force-app/main/default/classes/MetadataService.cls 1070 20 1070 130 pmd 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]*'
988 /force-app/main/default/classes/MetadataService.cls 1071 20 1071 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
987 /force-app/main/default/classes/MetadataService.cls 1071 20 1071 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
989 /force-app/main/default/classes/MetadataService.cls 1072 20 1072 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 'chasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
988 /force-app/main/default/classes/MetadataService.cls 1072 20 1072 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 'chasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
990 /force-app/main/default/classes/MetadataService.cls 1073 20 1073 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 'chasitorIdleTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
989 /force-app/main/default/classes/MetadataService.cls 1073 20 1073 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 'chasitorIdleTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
991 /force-app/main/default/classes/MetadataService.cls 1074 20 1074 128 pmd 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]*'
990 /force-app/main/default/classes/MetadataService.cls 1074 20 1074 128 pmd 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]*'
992 /force-app/main/default/classes/MetadataService.cls 1075 20 1075 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
991 /force-app/main/default/classes/MetadataService.cls 1075 20 1075 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
993 /force-app/main/default/classes/MetadataService.cls 1076 20 1076 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 'deployments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
992 /force-app/main/default/classes/MetadataService.cls 1076 20 1076 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 'deployments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
994 /force-app/main/default/classes/MetadataService.cls 1077 20 1077 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 'enableQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
993 /force-app/main/default/classes/MetadataService.cls 1077 20 1077 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 'enableQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
995 /force-app/main/default/classes/MetadataService.cls 1078 20 1078 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 'inviteEndPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
994 /force-app/main/default/classes/MetadataService.cls 1078 20 1078 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 'inviteEndPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
996 /force-app/main/default/classes/MetadataService.cls 1079 20 1079 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 'inviteImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
995 /force-app/main/default/classes/MetadataService.cls 1079 20 1079 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 'inviteImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
997 /force-app/main/default/classes/MetadataService.cls 1080 20 1080 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 'inviteStartPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
996 /force-app/main/default/classes/MetadataService.cls 1080 20 1080 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 'inviteStartPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
998 /force-app/main/default/classes/MetadataService.cls 1081 20 1081 128 pmd 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]*'
997 /force-app/main/default/classes/MetadataService.cls 1081 20 1081 128 pmd 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]*'
999 /force-app/main/default/classes/MetadataService.cls 1082 20 1082 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
998 /force-app/main/default/classes/MetadataService.cls 1082 20 1082 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1000 /force-app/main/default/classes/MetadataService.cls 1083 20 1083 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 'numberOfReroutingAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
999 /force-app/main/default/classes/MetadataService.cls 1083 20 1083 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 'numberOfReroutingAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1001 /force-app/main/default/classes/MetadataService.cls 1084 20 1084 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 'offlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1000 /force-app/main/default/classes/MetadataService.cls 1084 20 1084 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 'offlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1002 /force-app/main/default/classes/MetadataService.cls 1085 20 1085 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 'onlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1001 /force-app/main/default/classes/MetadataService.cls 1085 20 1085 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 'onlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1003 /force-app/main/default/classes/MetadataService.cls 1086 20 1086 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 'optionsCustomRoutingIsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1002 /force-app/main/default/classes/MetadataService.cls 1086 20 1086 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 'optionsCustomRoutingIsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1004 /force-app/main/default/classes/MetadataService.cls 1087 20 1087 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 'optionsHasChasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1003 /force-app/main/default/classes/MetadataService.cls 1087 20 1087 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 'optionsHasChasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1005 /force-app/main/default/classes/MetadataService.cls 1088 20 1088 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 'optionsHasInviteAfterAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1004 /force-app/main/default/classes/MetadataService.cls 1088 20 1088 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 'optionsHasInviteAfterAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1006 /force-app/main/default/classes/MetadataService.cls 1089 20 1089 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 'optionsHasInviteAfterReject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1005 /force-app/main/default/classes/MetadataService.cls 1089 20 1089 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 'optionsHasInviteAfterReject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1007 /force-app/main/default/classes/MetadataService.cls 1090 20 1090 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 'optionsHasRerouteDeclinedRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1006 /force-app/main/default/classes/MetadataService.cls 1090 20 1090 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 'optionsHasRerouteDeclinedRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1008 /force-app/main/default/classes/MetadataService.cls 1091 20 1091 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 'optionsIsAutoAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1007 /force-app/main/default/classes/MetadataService.cls 1091 20 1091 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 'optionsIsAutoAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1009 /force-app/main/default/classes/MetadataService.cls 1092 20 1092 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 'optionsIsInviteAutoRemove_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1008 /force-app/main/default/classes/MetadataService.cls 1092 20 1092 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 'optionsIsInviteAutoRemove_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1010 /force-app/main/default/classes/MetadataService.cls 1093 20 1093 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 'overallQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1009 /force-app/main/default/classes/MetadataService.cls 1093 20 1093 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 'overallQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1011 /force-app/main/default/classes/MetadataService.cls 1094 20 1094 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 'perAgentQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1010 /force-app/main/default/classes/MetadataService.cls 1094 20 1094 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 'perAgentQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1012 /force-app/main/default/classes/MetadataService.cls 1095 20 1095 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 'postChatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1011 /force-app/main/default/classes/MetadataService.cls 1095 20 1095 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 'postChatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1013 /force-app/main/default/classes/MetadataService.cls 1096 20 1096 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 'postChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1012 /force-app/main/default/classes/MetadataService.cls 1096 20 1096 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 'postChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1014 /force-app/main/default/classes/MetadataService.cls 1097 20 1097 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 'preChatFormPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1013 /force-app/main/default/classes/MetadataService.cls 1097 20 1097 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 'preChatFormPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1015 /force-app/main/default/classes/MetadataService.cls 1098 20 1098 140 pmd 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]*'
1014 /force-app/main/default/classes/MetadataService.cls 1098 20 1098 140 pmd 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]*'
1016 /force-app/main/default/classes/MetadataService.cls 1099 20 1099 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 'pushTimeOut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1015 /force-app/main/default/classes/MetadataService.cls 1099 20 1099 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 'pushTimeOut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1017 /force-app/main/default/classes/MetadataService.cls 1100 20 1100 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 'routingType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1016 /force-app/main/default/classes/MetadataService.cls 1100 20 1100 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 'routingType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1018 /force-app/main/default/classes/MetadataService.cls 1101 20 1101 120 pmd 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]*'
1017 /force-app/main/default/classes/MetadataService.cls 1101 20 1101 120 pmd 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]*'
1019 /force-app/main/default/classes/MetadataService.cls 1102 20 1102 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 'skills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1018 /force-app/main/default/classes/MetadataService.cls 1102 20 1102 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 'skills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1020 /force-app/main/default/classes/MetadataService.cls 1103 20 1103 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 'timeToRemoveInvite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1019 /force-app/main/default/classes/MetadataService.cls 1103 20 1103 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 'timeToRemoveInvite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1021 /force-app/main/default/classes/MetadataService.cls 1104 20 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1020 /force-app/main/default/classes/MetadataService.cls 1104 20 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1022 /force-app/main/default/classes/MetadataService.cls 1105 20 1105 140 pmd 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]*'
1021 /force-app/main/default/classes/MetadataService.cls 1105 20 1105 140 pmd 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]*'
1023 /force-app/main/default/classes/MetadataService.cls 1106 20 1106 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1022 /force-app/main/default/classes/MetadataService.cls 1106 20 1106 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1024 /force-app/main/default/classes/MetadataService.cls 1107 20 1107 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1023 /force-app/main/default/classes/MetadataService.cls 1107 20 1107 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1025 /force-app/main/default/classes/MetadataService.cls 1108 20 1108 743 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1024 /force-app/main/default/classes/MetadataService.cls 1108 20 1108 743 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1026 /force-app/main/default/classes/MetadataService.cls 1110 9 1119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1025 /force-app/main/default/classes/MetadataService.cls 1110 9 1119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1027 /force-app/main/default/classes/MetadataService.cls 1114 20 1114 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 'apexClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1026 /force-app/main/default/classes/MetadataService.cls 1114 20 1114 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 'apexClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1028 /force-app/main/default/classes/MetadataService.cls 1115 20 1115 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 'enableFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1027 /force-app/main/default/classes/MetadataService.cls 1115 20 1115 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 'enableFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1029 /force-app/main/default/classes/MetadataService.cls 1116 20 1116 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 'runOnCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1028 /force-app/main/default/classes/MetadataService.cls 1116 20 1116 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 'runOnCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1030 /force-app/main/default/classes/MetadataService.cls 1117 20 1117 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1029 /force-app/main/default/classes/MetadataService.cls 1117 20 1117 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1031 /force-app/main/default/classes/MetadataService.cls 1118 20 1118 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1030 /force-app/main/default/classes/MetadataService.cls 1118 20 1118 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 1120 9 1167 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1031 /force-app/main/default/classes/MetadataService.cls 1120 9 1167 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1033 /force-app/main/default/classes/MetadataService.cls 1120 9 1167 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class ActivitiesSettings has 22 public methods, attributes, and properties (limit: 20)
1032 /force-app/main/default/classes/MetadataService.cls 1120 9 1167 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class ActivitiesSettings has 22 public methods, attributes, and properties (limit: 20)
1034 /force-app/main/default/classes/MetadataService.cls 1120 9 1167 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1033 /force-app/main/default/classes/MetadataService.cls 1120 9 1167 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1035 /force-app/main/default/classes/MetadataService.cls 1123 20 1123 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1034 /force-app/main/default/classes/MetadataService.cls 1123 20 1123 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1036 /force-app/main/default/classes/MetadataService.cls 1144 20 1144 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 'allowUsersToRelateMultipleContactsToTasksAndEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1035 /force-app/main/default/classes/MetadataService.cls 1144 20 1144 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 'allowUsersToRelateMultipleContactsToTasksAndEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1037 /force-app/main/default/classes/MetadataService.cls 1145 20 1145 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 'enableActivityReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1036 /force-app/main/default/classes/MetadataService.cls 1145 20 1145 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 'enableActivityReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1038 /force-app/main/default/classes/MetadataService.cls 1146 20 1146 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 'enableClickCreateEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1037 /force-app/main/default/classes/MetadataService.cls 1146 20 1146 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 'enableClickCreateEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1039 /force-app/main/default/classes/MetadataService.cls 1147 20 1147 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 'enableDragAndDropScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1038 /force-app/main/default/classes/MetadataService.cls 1147 20 1147 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 'enableDragAndDropScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1040 /force-app/main/default/classes/MetadataService.cls 1148 20 1148 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 'enableEmailTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1039 /force-app/main/default/classes/MetadataService.cls 1148 20 1148 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 'enableEmailTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1041 /force-app/main/default/classes/MetadataService.cls 1149 20 1149 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 'enableGroupTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1040 /force-app/main/default/classes/MetadataService.cls 1149 20 1149 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 'enableGroupTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1042 /force-app/main/default/classes/MetadataService.cls 1150 20 1150 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 'enableListViewScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1041 /force-app/main/default/classes/MetadataService.cls 1150 20 1150 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 'enableListViewScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1043 /force-app/main/default/classes/MetadataService.cls 1151 20 1151 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 'enableLogNote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1042 /force-app/main/default/classes/MetadataService.cls 1151 20 1151 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 'enableLogNote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1044 /force-app/main/default/classes/MetadataService.cls 1152 20 1152 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 'enableMultidayEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1043 /force-app/main/default/classes/MetadataService.cls 1152 20 1152 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 'enableMultidayEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1045 /force-app/main/default/classes/MetadataService.cls 1153 20 1153 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 'enableRecurringEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1044 /force-app/main/default/classes/MetadataService.cls 1153 20 1153 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 'enableRecurringEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1046 /force-app/main/default/classes/MetadataService.cls 1154 20 1154 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 'enableRecurringTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1045 /force-app/main/default/classes/MetadataService.cls 1154 20 1154 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 'enableRecurringTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1047 /force-app/main/default/classes/MetadataService.cls 1155 20 1155 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 'enableSidebarCalendarShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1046 /force-app/main/default/classes/MetadataService.cls 1155 20 1155 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 'enableSidebarCalendarShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1048 /force-app/main/default/classes/MetadataService.cls 1156 20 1156 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 'enableSimpleTaskCreateUI_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1047 /force-app/main/default/classes/MetadataService.cls 1156 20 1156 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 'enableSimpleTaskCreateUI_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1049 /force-app/main/default/classes/MetadataService.cls 1157 20 1157 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 'enableUNSTaskDelegatedToNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1048 /force-app/main/default/classes/MetadataService.cls 1157 20 1157 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 'enableUNSTaskDelegatedToNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1050 /force-app/main/default/classes/MetadataService.cls 1158 20 1158 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 'meetingRequestsLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1049 /force-app/main/default/classes/MetadataService.cls 1158 20 1158 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 'meetingRequestsLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1051 /force-app/main/default/classes/MetadataService.cls 1159 20 1159 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 'showCustomLogoMeetingRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1050 /force-app/main/default/classes/MetadataService.cls 1159 20 1159 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 'showCustomLogoMeetingRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1052 /force-app/main/default/classes/MetadataService.cls 1160 20 1160 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 'showEventDetailsMultiUserCalendar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1051 /force-app/main/default/classes/MetadataService.cls 1160 20 1160 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 'showEventDetailsMultiUserCalendar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1053 /force-app/main/default/classes/MetadataService.cls 1161 20 1161 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 'showHomePageHoverLinksForEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1052 /force-app/main/default/classes/MetadataService.cls 1161 20 1161 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 'showHomePageHoverLinksForEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1054 /force-app/main/default/classes/MetadataService.cls 1162 20 1162 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 'showMyTasksHoverLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1053 /force-app/main/default/classes/MetadataService.cls 1162 20 1162 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 'showMyTasksHoverLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1055 /force-app/main/default/classes/MetadataService.cls 1163 20 1163 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 'showRequestedMeetingsOnHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1054 /force-app/main/default/classes/MetadataService.cls 1163 20 1163 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 'showRequestedMeetingsOnHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1056 /force-app/main/default/classes/MetadataService.cls 1164 20 1164 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1055 /force-app/main/default/classes/MetadataService.cls 1164 20 1164 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1057 /force-app/main/default/classes/MetadataService.cls 1165 20 1165 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1056 /force-app/main/default/classes/MetadataService.cls 1165 20 1165 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1058 /force-app/main/default/classes/MetadataService.cls 1166 20 1166 639 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1057 /force-app/main/default/classes/MetadataService.cls 1166 20 1166 639 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1059 /force-app/main/default/classes/MetadataService.cls 1168 9 1193 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1058 /force-app/main/default/classes/MetadataService.cls 1168 9 1193 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1060 /force-app/main/default/classes/MetadataService.cls 1168 9 1193 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1059 /force-app/main/default/classes/MetadataService.cls 1168 9 1193 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1061 /force-app/main/default/classes/MetadataService.cls 1171 20 1171 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1060 /force-app/main/default/classes/MetadataService.cls 1171 20 1171 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1062 /force-app/main/default/classes/MetadataService.cls 1174 20 1174 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1061 /force-app/main/default/classes/MetadataService.cls 1174 20 1174 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1063 /force-app/main/default/classes/MetadataService.cls 1175 20 1175 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1062 /force-app/main/default/classes/MetadataService.cls 1175 20 1175 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1064 /force-app/main/default/classes/MetadataService.cls 1183 20 1183 140 pmd 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]*'
1063 /force-app/main/default/classes/MetadataService.cls 1183 20 1183 140 pmd 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]*'
1065 /force-app/main/default/classes/MetadataService.cls 1184 20 1184 133 pmd 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]*'
1064 /force-app/main/default/classes/MetadataService.cls 1184 20 1184 133 pmd 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]*'
1066 /force-app/main/default/classes/MetadataService.cls 1185 20 1185 130 pmd 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]*'
1065 /force-app/main/default/classes/MetadataService.cls 1185 20 1185 130 pmd 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]*'
1067 /force-app/main/default/classes/MetadataService.cls 1186 20 1186 130 pmd 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]*'
1066 /force-app/main/default/classes/MetadataService.cls 1186 20 1186 130 pmd 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]*'
1068 /force-app/main/default/classes/MetadataService.cls 1187 20 1187 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1067 /force-app/main/default/classes/MetadataService.cls 1187 20 1187 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1069 /force-app/main/default/classes/MetadataService.cls 1188 20 1188 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1068 /force-app/main/default/classes/MetadataService.cls 1188 20 1188 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1070 /force-app/main/default/classes/MetadataService.cls 1189 20 1189 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1069 /force-app/main/default/classes/MetadataService.cls 1189 20 1189 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1071 /force-app/main/default/classes/MetadataService.cls 1190 20 1190 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1070 /force-app/main/default/classes/MetadataService.cls 1190 20 1190 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1072 /force-app/main/default/classes/MetadataService.cls 1191 20 1191 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1071 /force-app/main/default/classes/MetadataService.cls 1191 20 1191 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1073 /force-app/main/default/classes/MetadataService.cls 1192 20 1192 202 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1072 /force-app/main/default/classes/MetadataService.cls 1192 20 1192 202 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1074 /force-app/main/default/classes/MetadataService.cls 1194 9 1211 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1073 /force-app/main/default/classes/MetadataService.cls 1194 9 1211 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1075 /force-app/main/default/classes/MetadataService.cls 1194 9 1211 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1074 /force-app/main/default/classes/MetadataService.cls 1194 9 1211 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1076 /force-app/main/default/classes/MetadataService.cls 1197 20 1197 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1075 /force-app/main/default/classes/MetadataService.cls 1197 20 1197 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1077 /force-app/main/default/classes/MetadataService.cls 1199 20 1199 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1076 /force-app/main/default/classes/MetadataService.cls 1199 20 1199 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1078 /force-app/main/default/classes/MetadataService.cls 1204 20 1204 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1077 /force-app/main/default/classes/MetadataService.cls 1204 20 1204 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1079 /force-app/main/default/classes/MetadataService.cls 1205 20 1205 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1078 /force-app/main/default/classes/MetadataService.cls 1205 20 1205 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1080 /force-app/main/default/classes/MetadataService.cls 1206 20 1206 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1079 /force-app/main/default/classes/MetadataService.cls 1206 20 1206 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1081 /force-app/main/default/classes/MetadataService.cls 1207 20 1207 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1080 /force-app/main/default/classes/MetadataService.cls 1207 20 1207 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1082 /force-app/main/default/classes/MetadataService.cls 1208 20 1208 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1081 /force-app/main/default/classes/MetadataService.cls 1208 20 1208 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1083 /force-app/main/default/classes/MetadataService.cls 1209 20 1209 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1082 /force-app/main/default/classes/MetadataService.cls 1209 20 1209 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1084 /force-app/main/default/classes/MetadataService.cls 1210 20 1210 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]*'
1083 /force-app/main/default/classes/MetadataService.cls 1210 20 1210 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]*'
1085 /force-app/main/default/classes/MetadataService.cls 1212 9 1223 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1084 /force-app/main/default/classes/MetadataService.cls 1212 9 1223 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1086 /force-app/main/default/classes/MetadataService.cls 1215 20 1215 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1085 /force-app/main/default/classes/MetadataService.cls 1215 20 1215 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1087 /force-app/main/default/classes/MetadataService.cls 1218 20 1218 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1086 /force-app/main/default/classes/MetadataService.cls 1218 20 1218 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1088 /force-app/main/default/classes/MetadataService.cls 1219 20 1219 131 pmd 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]*'
1087 /force-app/main/default/classes/MetadataService.cls 1219 20 1219 131 pmd 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]*'
1089 /force-app/main/default/classes/MetadataService.cls 1220 20 1220 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1088 /force-app/main/default/classes/MetadataService.cls 1220 20 1220 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1090 /force-app/main/default/classes/MetadataService.cls 1221 20 1221 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1089 /force-app/main/default/classes/MetadataService.cls 1221 20 1221 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1091 /force-app/main/default/classes/MetadataService.cls 1222 20 1222 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]*'
1090 /force-app/main/default/classes/MetadataService.cls 1222 20 1222 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]*'
1092 /force-app/main/default/classes/MetadataService.cls 1224 9 1253 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1091 /force-app/main/default/classes/MetadataService.cls 1224 9 1253 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1093 /force-app/main/default/classes/MetadataService.cls 1224 9 1253 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1092 /force-app/main/default/classes/MetadataService.cls 1224 9 1253 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1094 /force-app/main/default/classes/MetadataService.cls 1227 20 1227 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1093 /force-app/main/default/classes/MetadataService.cls 1227 20 1227 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1095 /force-app/main/default/classes/MetadataService.cls 1239 20 1239 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1094 /force-app/main/default/classes/MetadataService.cls 1239 20 1239 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1096 /force-app/main/default/classes/MetadataService.cls 1240 20 1240 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1095 /force-app/main/default/classes/MetadataService.cls 1240 20 1240 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1097 /force-app/main/default/classes/MetadataService.cls 1241 20 1241 128 pmd 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]*'
1096 /force-app/main/default/classes/MetadataService.cls 1241 20 1241 128 pmd 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]*'
1098 /force-app/main/default/classes/MetadataService.cls 1242 20 1242 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1097 /force-app/main/default/classes/MetadataService.cls 1242 20 1242 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1099 /force-app/main/default/classes/MetadataService.cls 1243 20 1243 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1098 /force-app/main/default/classes/MetadataService.cls 1243 20 1243 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1100 /force-app/main/default/classes/MetadataService.cls 1244 20 1244 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1099 /force-app/main/default/classes/MetadataService.cls 1244 20 1244 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1101 /force-app/main/default/classes/MetadataService.cls 1245 20 1245 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1100 /force-app/main/default/classes/MetadataService.cls 1245 20 1245 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1102 /force-app/main/default/classes/MetadataService.cls 1246 20 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1101 /force-app/main/default/classes/MetadataService.cls 1246 20 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1103 /force-app/main/default/classes/MetadataService.cls 1247 20 1247 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1102 /force-app/main/default/classes/MetadataService.cls 1247 20 1247 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1104 /force-app/main/default/classes/MetadataService.cls 1248 20 1248 128 pmd 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]*'
1103 /force-app/main/default/classes/MetadataService.cls 1248 20 1248 128 pmd 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]*'
1105 /force-app/main/default/classes/MetadataService.cls 1249 20 1249 128 pmd 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]*'
1104 /force-app/main/default/classes/MetadataService.cls 1249 20 1249 128 pmd 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]*'
1106 /force-app/main/default/classes/MetadataService.cls 1250 20 1250 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1105 /force-app/main/default/classes/MetadataService.cls 1250 20 1250 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1107 /force-app/main/default/classes/MetadataService.cls 1251 20 1251 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1106 /force-app/main/default/classes/MetadataService.cls 1251 20 1251 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1108 /force-app/main/default/classes/MetadataService.cls 1252 20 1252 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]*'
1107 /force-app/main/default/classes/MetadataService.cls 1252 20 1252 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]*'
1109 /force-app/main/default/classes/MetadataService.cls 1254 9 1299 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1108 /force-app/main/default/classes/MetadataService.cls 1254 9 1299 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1110 /force-app/main/default/classes/MetadataService.cls 1254 9 1299 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class QuickAction has 21 public methods, attributes, and properties (limit: 20)
1109 /force-app/main/default/classes/MetadataService.cls 1254 9 1299 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class QuickAction has 21 public methods, attributes, and properties (limit: 20)
1111 /force-app/main/default/classes/MetadataService.cls 1254 9 1299 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1110 /force-app/main/default/classes/MetadataService.cls 1254 9 1299 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1112 /force-app/main/default/classes/MetadataService.cls 1257 20 1257 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1111 /force-app/main/default/classes/MetadataService.cls 1257 20 1257 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1113 /force-app/main/default/classes/MetadataService.cls 1267 17 1267 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
1112 /force-app/main/default/classes/MetadataService.cls 1267 17 1267 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
1114 /force-app/main/default/classes/MetadataService.cls 1275 17 1275 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1113 /force-app/main/default/classes/MetadataService.cls 1275 17 1275 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1115 /force-app/main/default/classes/MetadataService.cls 1277 20 1277 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1114 /force-app/main/default/classes/MetadataService.cls 1277 20 1277 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1116 /force-app/main/default/classes/MetadataService.cls 1278 20 1278 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1115 /force-app/main/default/classes/MetadataService.cls 1278 20 1278 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1117 /force-app/main/default/classes/MetadataService.cls 1279 20 1279 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 'fieldOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1116 /force-app/main/default/classes/MetadataService.cls 1279 20 1279 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 'fieldOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1118 /force-app/main/default/classes/MetadataService.cls 1280 20 1280 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1117 /force-app/main/default/classes/MetadataService.cls 1280 20 1280 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1119 /force-app/main/default/classes/MetadataService.cls 1281 20 1281 120 pmd 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]*'
1118 /force-app/main/default/classes/MetadataService.cls 1281 20 1281 120 pmd 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]*'
1120 /force-app/main/default/classes/MetadataService.cls 1282 20 1282 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1119 /force-app/main/default/classes/MetadataService.cls 1282 20 1282 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1121 /force-app/main/default/classes/MetadataService.cls 1283 20 1283 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1120 /force-app/main/default/classes/MetadataService.cls 1283 20 1283 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1122 /force-app/main/default/classes/MetadataService.cls 1284 20 1284 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 'lightningComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1121 /force-app/main/default/classes/MetadataService.cls 1284 20 1284 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 'lightningComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1123 /force-app/main/default/classes/MetadataService.cls 1285 20 1285 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 'optionsCreateFeedItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1122 /force-app/main/default/classes/MetadataService.cls 1285 20 1285 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 'optionsCreateFeedItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1124 /force-app/main/default/classes/MetadataService.cls 1286 20 1286 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1123 /force-app/main/default/classes/MetadataService.cls 1286 20 1286 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1125 /force-app/main/default/classes/MetadataService.cls 1287 20 1287 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 'quickActionLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1124 /force-app/main/default/classes/MetadataService.cls 1287 20 1287 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 'quickActionLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1126 /force-app/main/default/classes/MetadataService.cls 1288 20 1288 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 'quickActionSendEmailOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1125 /force-app/main/default/classes/MetadataService.cls 1288 20 1288 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 'quickActionSendEmailOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1127 /force-app/main/default/classes/MetadataService.cls 1289 20 1289 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 'standardLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1126 /force-app/main/default/classes/MetadataService.cls 1289 20 1289 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 'standardLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1128 /force-app/main/default/classes/MetadataService.cls 1290 20 1290 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'successMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1127 /force-app/main/default/classes/MetadataService.cls 1290 20 1290 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'successMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1129 /force-app/main/default/classes/MetadataService.cls 1291 20 1291 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1128 /force-app/main/default/classes/MetadataService.cls 1291 20 1291 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1130 /force-app/main/default/classes/MetadataService.cls 1292 20 1292 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 'targetParentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1129 /force-app/main/default/classes/MetadataService.cls 1292 20 1292 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 'targetParentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1131 /force-app/main/default/classes/MetadataService.cls 1293 20 1293 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 'targetRecordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1130 /force-app/main/default/classes/MetadataService.cls 1293 20 1293 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 'targetRecordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1132 /force-app/main/default/classes/MetadataService.cls 1294 20 1294 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1131 /force-app/main/default/classes/MetadataService.cls 1294 20 1294 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1133 /force-app/main/default/classes/MetadataService.cls 1295 20 1295 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1132 /force-app/main/default/classes/MetadataService.cls 1295 20 1295 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1134 /force-app/main/default/classes/MetadataService.cls 1296 20 1296 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1133 /force-app/main/default/classes/MetadataService.cls 1296 20 1296 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1135 /force-app/main/default/classes/MetadataService.cls 1297 20 1297 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1134 /force-app/main/default/classes/MetadataService.cls 1297 20 1297 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1136 /force-app/main/default/classes/MetadataService.cls 1298 20 1298 355 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1135 /force-app/main/default/classes/MetadataService.cls 1298 20 1298 355 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 1300 9 1321 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1136 /force-app/main/default/classes/MetadataService.cls 1300 9 1321 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1138 /force-app/main/default/classes/MetadataService.cls 1300 9 1321 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1137 /force-app/main/default/classes/MetadataService.cls 1300 9 1321 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1139 /force-app/main/default/classes/MetadataService.cls 1303 20 1303 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1138 /force-app/main/default/classes/MetadataService.cls 1303 20 1303 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1140 /force-app/main/default/classes/MetadataService.cls 1309 20 1309 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1139 /force-app/main/default/classes/MetadataService.cls 1309 20 1309 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1141 /force-app/main/default/classes/MetadataService.cls 1310 20 1310 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1140 /force-app/main/default/classes/MetadataService.cls 1310 20 1310 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1142 /force-app/main/default/classes/MetadataService.cls 1311 20 1311 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1141 /force-app/main/default/classes/MetadataService.cls 1311 20 1311 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1143 /force-app/main/default/classes/MetadataService.cls 1312 20 1312 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1142 /force-app/main/default/classes/MetadataService.cls 1312 20 1312 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1144 /force-app/main/default/classes/MetadataService.cls 1313 20 1313 128 pmd 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]*'
1143 /force-app/main/default/classes/MetadataService.cls 1313 20 1313 128 pmd 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]*'
1145 /force-app/main/default/classes/MetadataService.cls 1316 20 1316 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1144 /force-app/main/default/classes/MetadataService.cls 1316 20 1316 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1146 /force-app/main/default/classes/MetadataService.cls 1317 20 1317 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1145 /force-app/main/default/classes/MetadataService.cls 1317 20 1317 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1147 /force-app/main/default/classes/MetadataService.cls 1318 20 1318 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1146 /force-app/main/default/classes/MetadataService.cls 1318 20 1318 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1148 /force-app/main/default/classes/MetadataService.cls 1319 20 1319 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1147 /force-app/main/default/classes/MetadataService.cls 1319 20 1319 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1149 /force-app/main/default/classes/MetadataService.cls 1320 20 1320 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]*'
1148 /force-app/main/default/classes/MetadataService.cls 1320 20 1320 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]*'
1150 /force-app/main/default/classes/MetadataService.cls 1322 9 1343 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1149 /force-app/main/default/classes/MetadataService.cls 1322 9 1343 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1151 /force-app/main/default/classes/MetadataService.cls 1322 9 1343 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1150 /force-app/main/default/classes/MetadataService.cls 1322 9 1343 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1152 /force-app/main/default/classes/MetadataService.cls 1325 20 1325 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1151 /force-app/main/default/classes/MetadataService.cls 1325 20 1325 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1153 /force-app/main/default/classes/MetadataService.cls 1328 20 1328 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1152 /force-app/main/default/classes/MetadataService.cls 1328 20 1328 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1154 /force-app/main/default/classes/MetadataService.cls 1329 20 1329 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1153 /force-app/main/default/classes/MetadataService.cls 1329 20 1329 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1155 /force-app/main/default/classes/MetadataService.cls 1333 20 1333 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1154 /force-app/main/default/classes/MetadataService.cls 1333 20 1333 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1156 /force-app/main/default/classes/MetadataService.cls 1334 20 1334 130 pmd 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]*'
1155 /force-app/main/default/classes/MetadataService.cls 1334 20 1334 130 pmd 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]*'
1157 /force-app/main/default/classes/MetadataService.cls 1335 20 1335 130 pmd 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]*'
1156 /force-app/main/default/classes/MetadataService.cls 1335 20 1335 130 pmd 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]*'
1158 /force-app/main/default/classes/MetadataService.cls 1338 20 1338 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 'assignmentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1157 /force-app/main/default/classes/MetadataService.cls 1338 20 1338 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 'assignmentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1159 /force-app/main/default/classes/MetadataService.cls 1339 20 1339 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1158 /force-app/main/default/classes/MetadataService.cls 1339 20 1339 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1160 /force-app/main/default/classes/MetadataService.cls 1340 20 1340 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1159 /force-app/main/default/classes/MetadataService.cls 1340 20 1340 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1161 /force-app/main/default/classes/MetadataService.cls 1341 20 1341 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1160 /force-app/main/default/classes/MetadataService.cls 1341 20 1341 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1162 /force-app/main/default/classes/MetadataService.cls 1342 20 1342 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]*'
1161 /force-app/main/default/classes/MetadataService.cls 1342 20 1342 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]*'
1163 /force-app/main/default/classes/MetadataService.cls 1344 9 1353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1162 /force-app/main/default/classes/MetadataService.cls 1344 9 1353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1164 /force-app/main/default/classes/MetadataService.cls 1347 20 1347 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1163 /force-app/main/default/classes/MetadataService.cls 1347 20 1347 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1165 /force-app/main/default/classes/MetadataService.cls 1349 20 1349 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 'matchingRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1164 /force-app/main/default/classes/MetadataService.cls 1349 20 1349 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 'matchingRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1166 /force-app/main/default/classes/MetadataService.cls 1350 20 1350 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1165 /force-app/main/default/classes/MetadataService.cls 1350 20 1350 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1167 /force-app/main/default/classes/MetadataService.cls 1351 20 1351 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1166 /force-app/main/default/classes/MetadataService.cls 1351 20 1351 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1168 /force-app/main/default/classes/MetadataService.cls 1352 20 1352 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]*'
1167 /force-app/main/default/classes/MetadataService.cls 1352 20 1352 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]*'
1169 /force-app/main/default/classes/MetadataService.cls 1354 9 1361 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1168 /force-app/main/default/classes/MetadataService.cls 1354 9 1361 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1170 /force-app/main/default/classes/MetadataService.cls 1357 20 1357 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1169 /force-app/main/default/classes/MetadataService.cls 1357 20 1357 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1171 /force-app/main/default/classes/MetadataService.cls 1358 20 1358 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1170 /force-app/main/default/classes/MetadataService.cls 1358 20 1358 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1172 /force-app/main/default/classes/MetadataService.cls 1359 20 1359 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1171 /force-app/main/default/classes/MetadataService.cls 1359 20 1359 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1173 /force-app/main/default/classes/MetadataService.cls 1360 20 1360 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]*'
1172 /force-app/main/default/classes/MetadataService.cls 1360 20 1360 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]*'
1174 /force-app/main/default/classes/MetadataService.cls 1362 9 1371 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1173 /force-app/main/default/classes/MetadataService.cls 1362 9 1371 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1175 /force-app/main/default/classes/MetadataService.cls 1366 20 1366 133 pmd 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]*'
1174 /force-app/main/default/classes/MetadataService.cls 1366 20 1366 133 pmd 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]*'
1176 /force-app/main/default/classes/MetadataService.cls 1367 20 1367 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'info_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1175 /force-app/main/default/classes/MetadataService.cls 1367 20 1367 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'info_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1177 /force-app/main/default/classes/MetadataService.cls 1368 20 1368 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 'picklistValueName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1176 /force-app/main/default/classes/MetadataService.cls 1368 20 1368 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 'picklistValueName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1178 /force-app/main/default/classes/MetadataService.cls 1369 20 1369 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1177 /force-app/main/default/classes/MetadataService.cls 1369 20 1369 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1179 /force-app/main/default/classes/MetadataService.cls 1370 20 1370 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1178 /force-app/main/default/classes/MetadataService.cls 1370 20 1370 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1180 /force-app/main/default/classes/MetadataService.cls 1372 9 1377 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1179 /force-app/main/default/classes/MetadataService.cls 1372 9 1377 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1181 /force-app/main/default/classes/MetadataService.cls 1374 20 1374 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1180 /force-app/main/default/classes/MetadataService.cls 1374 20 1374 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1182 /force-app/main/default/classes/MetadataService.cls 1375 20 1375 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1181 /force-app/main/default/classes/MetadataService.cls 1375 20 1375 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1183 /force-app/main/default/classes/MetadataService.cls 1376 20 1376 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1182 /force-app/main/default/classes/MetadataService.cls 1376 20 1376 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1184 /force-app/main/default/classes/MetadataService.cls 1378 17 1391 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1183 /force-app/main/default/classes/MetadataService.cls 1378 17 1391 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1185 /force-app/main/default/classes/MetadataService.cls 1380 18 1380 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1184 /force-app/main/default/classes/MetadataService.cls 1380 18 1380 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1186 /force-app/main/default/classes/MetadataService.cls 1384 20 1384 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1185 /force-app/main/default/classes/MetadataService.cls 1384 20 1384 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1187 /force-app/main/default/classes/MetadataService.cls 1385 20 1385 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1186 /force-app/main/default/classes/MetadataService.cls 1385 20 1385 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1188 /force-app/main/default/classes/MetadataService.cls 1386 20 1386 128 pmd 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]*'
1187 /force-app/main/default/classes/MetadataService.cls 1386 20 1386 128 pmd 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]*'
1189 /force-app/main/default/classes/MetadataService.cls 1387 20 1387 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1188 /force-app/main/default/classes/MetadataService.cls 1387 20 1387 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1190 /force-app/main/default/classes/MetadataService.cls 1388 20 1388 128 pmd 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]*'
1189 /force-app/main/default/classes/MetadataService.cls 1388 20 1388 128 pmd 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]*'
1191 /force-app/main/default/classes/MetadataService.cls 1389 20 1389 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1190 /force-app/main/default/classes/MetadataService.cls 1389 20 1389 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1192 /force-app/main/default/classes/MetadataService.cls 1390 20 1390 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1191 /force-app/main/default/classes/MetadataService.cls 1390 20 1390 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1193 /force-app/main/default/classes/MetadataService.cls 1392 9 1417 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1192 /force-app/main/default/classes/MetadataService.cls 1392 9 1417 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1194 /force-app/main/default/classes/MetadataService.cls 1392 9 1417 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1193 /force-app/main/default/classes/MetadataService.cls 1392 9 1417 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1195 /force-app/main/default/classes/MetadataService.cls 1395 20 1395 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1194 /force-app/main/default/classes/MetadataService.cls 1395 20 1395 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1196 /force-app/main/default/classes/MetadataService.cls 1405 20 1405 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1195 /force-app/main/default/classes/MetadataService.cls 1405 20 1405 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1197 /force-app/main/default/classes/MetadataService.cls 1406 20 1406 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1196 /force-app/main/default/classes/MetadataService.cls 1406 20 1406 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1198 /force-app/main/default/classes/MetadataService.cls 1407 20 1407 128 pmd 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]*'
1197 /force-app/main/default/classes/MetadataService.cls 1407 20 1407 128 pmd 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]*'
1199 /force-app/main/default/classes/MetadataService.cls 1408 20 1408 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 'filterScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1198 /force-app/main/default/classes/MetadataService.cls 1408 20 1408 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 'filterScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1200 /force-app/main/default/classes/MetadataService.cls 1409 20 1409 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1199 /force-app/main/default/classes/MetadataService.cls 1409 20 1409 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1201 /force-app/main/default/classes/MetadataService.cls 1410 20 1410 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1200 /force-app/main/default/classes/MetadataService.cls 1410 20 1410 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1202 /force-app/main/default/classes/MetadataService.cls 1411 20 1411 128 pmd 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]*'
1201 /force-app/main/default/classes/MetadataService.cls 1411 20 1411 128 pmd 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]*'
1203 /force-app/main/default/classes/MetadataService.cls 1412 20 1412 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1202 /force-app/main/default/classes/MetadataService.cls 1412 20 1412 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1204 /force-app/main/default/classes/MetadataService.cls 1413 20 1413 128 pmd 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]*'
1203 /force-app/main/default/classes/MetadataService.cls 1413 20 1413 128 pmd 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]*'
1205 /force-app/main/default/classes/MetadataService.cls 1414 20 1414 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1204 /force-app/main/default/classes/MetadataService.cls 1414 20 1414 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1206 /force-app/main/default/classes/MetadataService.cls 1415 20 1415 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1205 /force-app/main/default/classes/MetadataService.cls 1415 20 1415 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1207 /force-app/main/default/classes/MetadataService.cls 1416 20 1416 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]*'
1206 /force-app/main/default/classes/MetadataService.cls 1416 20 1416 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]*'
1208 /force-app/main/default/classes/MetadataService.cls 1418 9 1425 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1207 /force-app/main/default/classes/MetadataService.cls 1418 9 1425 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1209 /force-app/main/default/classes/MetadataService.cls 1421 20 1421 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1208 /force-app/main/default/classes/MetadataService.cls 1421 20 1421 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1210 /force-app/main/default/classes/MetadataService.cls 1422 20 1422 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1209 /force-app/main/default/classes/MetadataService.cls 1422 20 1422 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1211 /force-app/main/default/classes/MetadataService.cls 1423 20 1423 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1210 /force-app/main/default/classes/MetadataService.cls 1423 20 1423 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1212 /force-app/main/default/classes/MetadataService.cls 1424 20 1424 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1211 /force-app/main/default/classes/MetadataService.cls 1424 20 1424 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 1426 9 1451 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1212 /force-app/main/default/classes/MetadataService.cls 1426 9 1451 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1214 /force-app/main/default/classes/MetadataService.cls 1426 9 1451 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1213 /force-app/main/default/classes/MetadataService.cls 1426 9 1451 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1215 /force-app/main/default/classes/MetadataService.cls 1438 20 1438 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 'articlePDFCreationProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1214 /force-app/main/default/classes/MetadataService.cls 1438 20 1438 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 'articlePDFCreationProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1216 /force-app/main/default/classes/MetadataService.cls 1439 20 1439 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 'articlePublicSharingCommunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1215 /force-app/main/default/classes/MetadataService.cls 1439 20 1439 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 'articlePublicSharingCommunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1217 /force-app/main/default/classes/MetadataService.cls 1440 20 1440 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 'articlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1216 /force-app/main/default/classes/MetadataService.cls 1440 20 1440 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 'articlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1218 /force-app/main/default/classes/MetadataService.cls 1441 20 1441 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 'articlePublicSharingSitesChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1217 /force-app/main/default/classes/MetadataService.cls 1441 20 1441 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 'articlePublicSharingSitesChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1219 /force-app/main/default/classes/MetadataService.cls 1442 20 1442 128 pmd 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]*'
1218 /force-app/main/default/classes/MetadataService.cls 1442 20 1442 128 pmd 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]*'
1220 /force-app/main/default/classes/MetadataService.cls 1443 20 1443 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 'customizationClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1219 /force-app/main/default/classes/MetadataService.cls 1443 20 1443 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 'customizationClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1221 /force-app/main/default/classes/MetadataService.cls 1444 20 1444 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 'defaultContributionArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1220 /force-app/main/default/classes/MetadataService.cls 1444 20 1444 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 'defaultContributionArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1222 /force-app/main/default/classes/MetadataService.cls 1445 20 1445 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 'editor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1221 /force-app/main/default/classes/MetadataService.cls 1445 20 1445 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 'editor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1223 /force-app/main/default/classes/MetadataService.cls 1446 20 1446 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1222 /force-app/main/default/classes/MetadataService.cls 1446 20 1446 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1224 /force-app/main/default/classes/MetadataService.cls 1447 20 1447 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 'enableArticlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1223 /force-app/main/default/classes/MetadataService.cls 1447 20 1447 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 'enableArticlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1225 /force-app/main/default/classes/MetadataService.cls 1448 20 1448 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 'useProfileForPDFCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1224 /force-app/main/default/classes/MetadataService.cls 1448 20 1448 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 'useProfileForPDFCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1226 /force-app/main/default/classes/MetadataService.cls 1449 20 1449 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1225 /force-app/main/default/classes/MetadataService.cls 1449 20 1449 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1227 /force-app/main/default/classes/MetadataService.cls 1450 20 1450 348 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1226 /force-app/main/default/classes/MetadataService.cls 1450 20 1450 348 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1228 /force-app/main/default/classes/MetadataService.cls 1452 9 1459 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1227 /force-app/main/default/classes/MetadataService.cls 1452 9 1459 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1229 /force-app/main/default/classes/MetadataService.cls 1455 20 1455 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 'fiscalYearNameBasedOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1228 /force-app/main/default/classes/MetadataService.cls 1455 20 1455 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 'fiscalYearNameBasedOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1230 /force-app/main/default/classes/MetadataService.cls 1456 20 1456 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 'startMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1229 /force-app/main/default/classes/MetadataService.cls 1456 20 1456 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 'startMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1231 /force-app/main/default/classes/MetadataService.cls 1457 20 1457 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1230 /force-app/main/default/classes/MetadataService.cls 1457 20 1457 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1232 /force-app/main/default/classes/MetadataService.cls 1458 20 1458 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]*'
1231 /force-app/main/default/classes/MetadataService.cls 1458 20 1458 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]*'
1233 /force-app/main/default/classes/MetadataService.cls 1460 9 1467 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1232 /force-app/main/default/classes/MetadataService.cls 1460 9 1467 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1234 /force-app/main/default/classes/MetadataService.cls 1462 17 1462 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1233 /force-app/main/default/classes/MetadataService.cls 1462 17 1462 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1235 /force-app/main/default/classes/MetadataService.cls 1463 20 1463 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1234 /force-app/main/default/classes/MetadataService.cls 1463 20 1463 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1236 /force-app/main/default/classes/MetadataService.cls 1464 20 1464 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1235 /force-app/main/default/classes/MetadataService.cls 1464 20 1464 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1237 /force-app/main/default/classes/MetadataService.cls 1465 20 1465 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1236 /force-app/main/default/classes/MetadataService.cls 1465 20 1465 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1238 /force-app/main/default/classes/MetadataService.cls 1466 20 1466 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1237 /force-app/main/default/classes/MetadataService.cls 1466 20 1466 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1239 /force-app/main/default/classes/MetadataService.cls 1468 9 1481 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1238 /force-app/main/default/classes/MetadataService.cls 1468 9 1481 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1240 /force-app/main/default/classes/MetadataService.cls 1474 20 1474 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 'article_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1239 /force-app/main/default/classes/MetadataService.cls 1474 20 1474 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 'article_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1241 /force-app/main/default/classes/MetadataService.cls 1475 20 1475 128 pmd 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]*'
1240 /force-app/main/default/classes/MetadataService.cls 1475 20 1475 128 pmd 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]*'
1242 /force-app/main/default/classes/MetadataService.cls 1476 20 1476 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 'plural_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1241 /force-app/main/default/classes/MetadataService.cls 1476 20 1476 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 'plural_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1243 /force-app/main/default/classes/MetadataService.cls 1477 20 1477 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 'possessive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1242 /force-app/main/default/classes/MetadataService.cls 1477 20 1477 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 'possessive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1244 /force-app/main/default/classes/MetadataService.cls 1478 20 1478 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1243 /force-app/main/default/classes/MetadataService.cls 1478 20 1478 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1245 /force-app/main/default/classes/MetadataService.cls 1479 20 1479 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1244 /force-app/main/default/classes/MetadataService.cls 1479 20 1479 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1246 /force-app/main/default/classes/MetadataService.cls 1480 20 1480 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]*'
1245 /force-app/main/default/classes/MetadataService.cls 1480 20 1480 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]*'
1247 /force-app/main/default/classes/MetadataService.cls 1482 9 1491 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1246 /force-app/main/default/classes/MetadataService.cls 1482 9 1491 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1248 /force-app/main/default/classes/MetadataService.cls 1486 20 1486 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1247 /force-app/main/default/classes/MetadataService.cls 1486 20 1486 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1249 /force-app/main/default/classes/MetadataService.cls 1487 20 1487 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 'domainName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1248 /force-app/main/default/classes/MetadataService.cls 1487 20 1487 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 'domainName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1250 /force-app/main/default/classes/MetadataService.cls 1488 20 1488 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 'primary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1249 /force-app/main/default/classes/MetadataService.cls 1488 20 1488 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 'primary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1251 /force-app/main/default/classes/MetadataService.cls 1489 20 1489 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1250 /force-app/main/default/classes/MetadataService.cls 1489 20 1489 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1252 /force-app/main/default/classes/MetadataService.cls 1490 20 1490 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]*'
1251 /force-app/main/default/classes/MetadataService.cls 1490 20 1490 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]*'
1253 /force-app/main/default/classes/MetadataService.cls 1492 9 1499 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1252 /force-app/main/default/classes/MetadataService.cls 1492 9 1499 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1254 /force-app/main/default/classes/MetadataService.cls 1495 20 1495 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1253 /force-app/main/default/classes/MetadataService.cls 1495 20 1495 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1255 /force-app/main/default/classes/MetadataService.cls 1496 20 1496 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 'formulaExpression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1254 /force-app/main/default/classes/MetadataService.cls 1496 20 1496 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 'formulaExpression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1256 /force-app/main/default/classes/MetadataService.cls 1497 20 1497 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1255 /force-app/main/default/classes/MetadataService.cls 1497 20 1497 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1257 /force-app/main/default/classes/MetadataService.cls 1498 20 1498 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]*'
1256 /force-app/main/default/classes/MetadataService.cls 1498 20 1498 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]*'
1258 /force-app/main/default/classes/MetadataService.cls 1500 9 1509 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1257 /force-app/main/default/classes/MetadataService.cls 1500 9 1509 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1259 /force-app/main/default/classes/MetadataService.cls 1503 20 1503 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1258 /force-app/main/default/classes/MetadataService.cls 1503 20 1503 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1260 /force-app/main/default/classes/MetadataService.cls 1505 20 1505 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 'fiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1259 /force-app/main/default/classes/MetadataService.cls 1505 20 1505 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 'fiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1261 /force-app/main/default/classes/MetadataService.cls 1506 20 1506 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1260 /force-app/main/default/classes/MetadataService.cls 1506 20 1506 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1262 /force-app/main/default/classes/MetadataService.cls 1507 20 1507 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1261 /force-app/main/default/classes/MetadataService.cls 1507 20 1507 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1263 /force-app/main/default/classes/MetadataService.cls 1508 20 1508 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]*'
1262 /force-app/main/default/classes/MetadataService.cls 1508 20 1508 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]*'
1264 /force-app/main/default/classes/MetadataService.cls 1510 9 1541 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1263 /force-app/main/default/classes/MetadataService.cls 1510 9 1541 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1265 /force-app/main/default/classes/MetadataService.cls 1510 9 1541 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1264 /force-app/main/default/classes/MetadataService.cls 1510 9 1541 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1266 /force-app/main/default/classes/MetadataService.cls 1513 20 1513 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1265 /force-app/main/default/classes/MetadataService.cls 1513 20 1513 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1267 /force-app/main/default/classes/MetadataService.cls 1516 20 1516 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1266 /force-app/main/default/classes/MetadataService.cls 1516 20 1516 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1268 /force-app/main/default/classes/MetadataService.cls 1517 20 1517 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1267 /force-app/main/default/classes/MetadataService.cls 1517 20 1517 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1269 /force-app/main/default/classes/MetadataService.cls 1528 20 1528 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 'choiceReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1268 /force-app/main/default/classes/MetadataService.cls 1528 20 1528 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 'choiceReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1270 /force-app/main/default/classes/MetadataService.cls 1529 20 1529 128 pmd 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]*'
1269 /force-app/main/default/classes/MetadataService.cls 1529 20 1529 128 pmd 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]*'
1271 /force-app/main/default/classes/MetadataService.cls 1530 20 1530 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 'defaultSelectedChoiceReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1270 /force-app/main/default/classes/MetadataService.cls 1530 20 1530 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 'defaultSelectedChoiceReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1272 /force-app/main/default/classes/MetadataService.cls 1531 20 1531 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1271 /force-app/main/default/classes/MetadataService.cls 1531 20 1531 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1273 /force-app/main/default/classes/MetadataService.cls 1532 20 1532 130 pmd 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]*'
1272 /force-app/main/default/classes/MetadataService.cls 1532 20 1532 130 pmd 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]*'
1274 /force-app/main/default/classes/MetadataService.cls 1533 20 1533 130 pmd 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]*'
1273 /force-app/main/default/classes/MetadataService.cls 1533 20 1533 130 pmd 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]*'
1275 /force-app/main/default/classes/MetadataService.cls 1534 20 1534 128 pmd 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]*'
1274 /force-app/main/default/classes/MetadataService.cls 1534 20 1534 128 pmd 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]*'
1276 /force-app/main/default/classes/MetadataService.cls 1535 20 1535 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1275 /force-app/main/default/classes/MetadataService.cls 1535 20 1535 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1277 /force-app/main/default/classes/MetadataService.cls 1536 20 1536 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1276 /force-app/main/default/classes/MetadataService.cls 1536 20 1536 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1278 /force-app/main/default/classes/MetadataService.cls 1537 20 1537 140 pmd 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]*'
1277 /force-app/main/default/classes/MetadataService.cls 1537 20 1537 140 pmd 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]*'
1279 /force-app/main/default/classes/MetadataService.cls 1538 20 1538 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1278 /force-app/main/default/classes/MetadataService.cls 1538 20 1538 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1280 /force-app/main/default/classes/MetadataService.cls 1539 20 1539 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1279 /force-app/main/default/classes/MetadataService.cls 1539 20 1539 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1281 /force-app/main/default/classes/MetadataService.cls 1540 20 1540 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]*'
1280 /force-app/main/default/classes/MetadataService.cls 1540 20 1540 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]*'
1282 /force-app/main/default/classes/MetadataService.cls 1542 9 1549 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1281 /force-app/main/default/classes/MetadataService.cls 1542 9 1549 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1283 /force-app/main/default/classes/MetadataService.cls 1545 20 1545 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1282 /force-app/main/default/classes/MetadataService.cls 1545 20 1545 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1284 /force-app/main/default/classes/MetadataService.cls 1546 20 1546 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 'informationalMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1283 /force-app/main/default/classes/MetadataService.cls 1546 20 1546 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 'informationalMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1285 /force-app/main/default/classes/MetadataService.cls 1547 20 1547 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1284 /force-app/main/default/classes/MetadataService.cls 1547 20 1547 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1286 /force-app/main/default/classes/MetadataService.cls 1548 20 1548 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 1548 20 1548 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1287 /force-app/main/default/classes/MetadataService.cls 1550 9 1557 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1286 /force-app/main/default/classes/MetadataService.cls 1550 9 1557 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1288 /force-app/main/default/classes/MetadataService.cls 1553 20 1553 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1287 /force-app/main/default/classes/MetadataService.cls 1553 20 1553 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1289 /force-app/main/default/classes/MetadataService.cls 1554 20 1554 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1288 /force-app/main/default/classes/MetadataService.cls 1554 20 1554 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1290 /force-app/main/default/classes/MetadataService.cls 1555 20 1555 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1289 /force-app/main/default/classes/MetadataService.cls 1555 20 1555 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1291 /force-app/main/default/classes/MetadataService.cls 1556 20 1556 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]*'
1290 /force-app/main/default/classes/MetadataService.cls 1556 20 1556 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]*'
1292 /force-app/main/default/classes/MetadataService.cls 1558 9 1575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1291 /force-app/main/default/classes/MetadataService.cls 1558 9 1575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1293 /force-app/main/default/classes/MetadataService.cls 1558 9 1575 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1292 /force-app/main/default/classes/MetadataService.cls 1558 9 1575 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1294 /force-app/main/default/classes/MetadataService.cls 1561 20 1561 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1293 /force-app/main/default/classes/MetadataService.cls 1561 20 1561 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1295 /force-app/main/default/classes/MetadataService.cls 1567 20 1567 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1294 /force-app/main/default/classes/MetadataService.cls 1567 20 1567 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1296 /force-app/main/default/classes/MetadataService.cls 1568 20 1568 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1295 /force-app/main/default/classes/MetadataService.cls 1568 20 1568 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1297 /force-app/main/default/classes/MetadataService.cls 1569 20 1569 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 'errorConditionFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1296 /force-app/main/default/classes/MetadataService.cls 1569 20 1569 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 'errorConditionFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1298 /force-app/main/default/classes/MetadataService.cls 1570 20 1570 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 'errorDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1297 /force-app/main/default/classes/MetadataService.cls 1570 20 1570 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 'errorDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1299 /force-app/main/default/classes/MetadataService.cls 1571 20 1571 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1298 /force-app/main/default/classes/MetadataService.cls 1571 20 1571 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1300 /force-app/main/default/classes/MetadataService.cls 1572 20 1572 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1299 /force-app/main/default/classes/MetadataService.cls 1572 20 1572 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1301 /force-app/main/default/classes/MetadataService.cls 1573 20 1573 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1300 /force-app/main/default/classes/MetadataService.cls 1573 20 1573 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1302 /force-app/main/default/classes/MetadataService.cls 1574 20 1574 151 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1301 /force-app/main/default/classes/MetadataService.cls 1574 20 1574 151 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1303 /force-app/main/default/classes/MetadataService.cls 1576 9 1583 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1302 /force-app/main/default/classes/MetadataService.cls 1576 9 1583 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1304 /force-app/main/default/classes/MetadataService.cls 1579 20 1579 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1303 /force-app/main/default/classes/MetadataService.cls 1579 20 1579 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1305 /force-app/main/default/classes/MetadataService.cls 1580 20 1580 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1304 /force-app/main/default/classes/MetadataService.cls 1580 20 1580 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1306 /force-app/main/default/classes/MetadataService.cls 1581 20 1581 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1305 /force-app/main/default/classes/MetadataService.cls 1581 20 1581 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1307 /force-app/main/default/classes/MetadataService.cls 1582 20 1582 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1306 /force-app/main/default/classes/MetadataService.cls 1582 20 1582 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1308 /force-app/main/default/classes/MetadataService.cls 1584 9 1589 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1307 /force-app/main/default/classes/MetadataService.cls 1584 9 1589 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1309 /force-app/main/default/classes/MetadataService.cls 1586 20 1586 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 'parentRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1308 /force-app/main/default/classes/MetadataService.cls 1586 20 1586 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 'parentRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1310 /force-app/main/default/classes/MetadataService.cls 1587 20 1587 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1309 /force-app/main/default/classes/MetadataService.cls 1587 20 1587 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1311 /force-app/main/default/classes/MetadataService.cls 1588 20 1588 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]*'
1310 /force-app/main/default/classes/MetadataService.cls 1588 20 1588 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]*'
1312 /force-app/main/default/classes/MetadataService.cls 1590 9 1599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1311 /force-app/main/default/classes/MetadataService.cls 1590 9 1599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1313 /force-app/main/default/classes/MetadataService.cls 1594 20 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 'feedFilterName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1312 /force-app/main/default/classes/MetadataService.cls 1594 20 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 'feedFilterName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1314 /force-app/main/default/classes/MetadataService.cls 1595 20 1595 140 pmd 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]*'
1313 /force-app/main/default/classes/MetadataService.cls 1595 20 1595 140 pmd 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]*'
1315 /force-app/main/default/classes/MetadataService.cls 1596 20 1596 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1314 /force-app/main/default/classes/MetadataService.cls 1596 20 1596 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1316 /force-app/main/default/classes/MetadataService.cls 1597 20 1597 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1315 /force-app/main/default/classes/MetadataService.cls 1597 20 1597 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1317 /force-app/main/default/classes/MetadataService.cls 1598 20 1598 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]*'
1316 /force-app/main/default/classes/MetadataService.cls 1598 20 1598 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]*'
1318 /force-app/main/default/classes/MetadataService.cls 1600 17 1601 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1317 /force-app/main/default/classes/MetadataService.cls 1600 17 1601 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1319 /force-app/main/default/classes/MetadataService.cls 1602 9 1617 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1318 /force-app/main/default/classes/MetadataService.cls 1602 9 1617 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1320 /force-app/main/default/classes/MetadataService.cls 1609 20 1609 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1319 /force-app/main/default/classes/MetadataService.cls 1609 20 1609 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1321 /force-app/main/default/classes/MetadataService.cls 1610 20 1610 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1320 /force-app/main/default/classes/MetadataService.cls 1610 20 1610 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1322 /force-app/main/default/classes/MetadataService.cls 1611 20 1611 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1321 /force-app/main/default/classes/MetadataService.cls 1611 20 1611 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1323 /force-app/main/default/classes/MetadataService.cls 1612 20 1612 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1322 /force-app/main/default/classes/MetadataService.cls 1612 20 1612 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1324 /force-app/main/default/classes/MetadataService.cls 1613 20 1613 128 pmd 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]*'
1323 /force-app/main/default/classes/MetadataService.cls 1613 20 1613 128 pmd 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]*'
1325 /force-app/main/default/classes/MetadataService.cls 1614 20 1614 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1324 /force-app/main/default/classes/MetadataService.cls 1614 20 1614 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1326 /force-app/main/default/classes/MetadataService.cls 1615 20 1615 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1325 /force-app/main/default/classes/MetadataService.cls 1615 20 1615 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1327 /force-app/main/default/classes/MetadataService.cls 1616 20 1616 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]*'
1326 /force-app/main/default/classes/MetadataService.cls 1616 20 1616 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]*'
1328 /force-app/main/default/classes/MetadataService.cls 1618 9 1623 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1327 /force-app/main/default/classes/MetadataService.cls 1618 9 1623 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1329 /force-app/main/default/classes/MetadataService.cls 1620 20 1620 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1328 /force-app/main/default/classes/MetadataService.cls 1620 20 1620 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1330 /force-app/main/default/classes/MetadataService.cls 1621 20 1621 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1329 /force-app/main/default/classes/MetadataService.cls 1621 20 1621 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1331 /force-app/main/default/classes/MetadataService.cls 1622 20 1622 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1330 /force-app/main/default/classes/MetadataService.cls 1622 20 1622 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1332 /force-app/main/default/classes/MetadataService.cls 1624 9 1629 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1331 /force-app/main/default/classes/MetadataService.cls 1624 9 1629 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1333 /force-app/main/default/classes/MetadataService.cls 1624 9 1629 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeValueTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1332 /force-app/main/default/classes/MetadataService.cls 1624 9 1629 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeValueTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1334 /force-app/main/default/classes/MetadataService.cls 1626 20 1626 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1333 /force-app/main/default/classes/MetadataService.cls 1626 20 1626 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1335 /force-app/main/default/classes/MetadataService.cls 1627 20 1627 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1334 /force-app/main/default/classes/MetadataService.cls 1627 20 1627 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1336 /force-app/main/default/classes/MetadataService.cls 1628 20 1628 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1335 /force-app/main/default/classes/MetadataService.cls 1628 20 1628 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1337 /force-app/main/default/classes/MetadataService.cls 1630 9 1645 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1336 /force-app/main/default/classes/MetadataService.cls 1630 9 1645 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1338 /force-app/main/default/classes/MetadataService.cls 1636 17 1636 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1337 /force-app/main/default/classes/MetadataService.cls 1636 17 1636 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1339 /force-app/main/default/classes/MetadataService.cls 1637 20 1637 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1338 /force-app/main/default/classes/MetadataService.cls 1637 20 1637 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1340 /force-app/main/default/classes/MetadataService.cls 1638 20 1638 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 'comment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1339 /force-app/main/default/classes/MetadataService.cls 1638 20 1638 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 'comment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1341 /force-app/main/default/classes/MetadataService.cls 1639 20 1639 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1340 /force-app/main/default/classes/MetadataService.cls 1639 20 1639 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1342 /force-app/main/default/classes/MetadataService.cls 1640 20 1640 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1341 /force-app/main/default/classes/MetadataService.cls 1640 20 1640 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1343 /force-app/main/default/classes/MetadataService.cls 1641 20 1641 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 'skipRecordTypeSelect_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1342 /force-app/main/default/classes/MetadataService.cls 1641 20 1641 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 'skipRecordTypeSelect_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1344 /force-app/main/default/classes/MetadataService.cls 1642 20 1642 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1343 /force-app/main/default/classes/MetadataService.cls 1642 20 1642 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1345 /force-app/main/default/classes/MetadataService.cls 1643 20 1643 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1344 /force-app/main/default/classes/MetadataService.cls 1643 20 1643 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1346 /force-app/main/default/classes/MetadataService.cls 1644 20 1644 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]*'
1345 /force-app/main/default/classes/MetadataService.cls 1644 20 1644 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]*'
1347 /force-app/main/default/classes/MetadataService.cls 1646 9 1669 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1346 /force-app/main/default/classes/MetadataService.cls 1646 9 1669 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1348 /force-app/main/default/classes/MetadataService.cls 1646 9 1669 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1347 /force-app/main/default/classes/MetadataService.cls 1646 9 1669 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1349 /force-app/main/default/classes/MetadataService.cls 1649 20 1649 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1348 /force-app/main/default/classes/MetadataService.cls 1649 20 1649 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1350 /force-app/main/default/classes/MetadataService.cls 1658 20 1658 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 'customApplications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1349 /force-app/main/default/classes/MetadataService.cls 1658 20 1658 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 'customApplications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1351 /force-app/main/default/classes/MetadataService.cls 1659 20 1659 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 'customDataTypeTranslations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1350 /force-app/main/default/classes/MetadataService.cls 1659 20 1659 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 'customDataTypeTranslations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1352 /force-app/main/default/classes/MetadataService.cls 1660 20 1660 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 'customLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1351 /force-app/main/default/classes/MetadataService.cls 1660 20 1660 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 'customLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1353 /force-app/main/default/classes/MetadataService.cls 1661 20 1661 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 'customPageWebLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1352 /force-app/main/default/classes/MetadataService.cls 1661 20 1661 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 'customPageWebLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1354 /force-app/main/default/classes/MetadataService.cls 1662 20 1662 133 pmd 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]*'
1353 /force-app/main/default/classes/MetadataService.cls 1662 20 1662 133 pmd 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]*'
1355 /force-app/main/default/classes/MetadataService.cls 1663 20 1663 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1354 /force-app/main/default/classes/MetadataService.cls 1663 20 1663 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1356 /force-app/main/default/classes/MetadataService.cls 1664 20 1664 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 'reportTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1355 /force-app/main/default/classes/MetadataService.cls 1664 20 1664 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 'reportTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1357 /force-app/main/default/classes/MetadataService.cls 1665 20 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 'scontrols_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1356 /force-app/main/default/classes/MetadataService.cls 1665 20 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 'scontrols_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1358 /force-app/main/default/classes/MetadataService.cls 1666 20 1666 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1357 /force-app/main/default/classes/MetadataService.cls 1666 20 1666 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1359 /force-app/main/default/classes/MetadataService.cls 1667 20 1667 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1358 /force-app/main/default/classes/MetadataService.cls 1667 20 1667 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1360 /force-app/main/default/classes/MetadataService.cls 1668 20 1668 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]*'
1359 /force-app/main/default/classes/MetadataService.cls 1668 20 1668 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]*'
1361 /force-app/main/default/classes/MetadataService.cls 1670 9 1679 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1360 /force-app/main/default/classes/MetadataService.cls 1670 9 1679 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1362 /force-app/main/default/classes/MetadataService.cls 1674 20 1674 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1361 /force-app/main/default/classes/MetadataService.cls 1674 20 1674 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1363 /force-app/main/default/classes/MetadataService.cls 1675 20 1675 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 'defaultResponseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1362 /force-app/main/default/classes/MetadataService.cls 1675 20 1675 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 'defaultResponseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1364 /force-app/main/default/classes/MetadataService.cls 1676 20 1676 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 'enableWebToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1363 /force-app/main/default/classes/MetadataService.cls 1676 20 1676 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 'enableWebToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1365 /force-app/main/default/classes/MetadataService.cls 1677 20 1677 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1364 /force-app/main/default/classes/MetadataService.cls 1677 20 1677 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1366 /force-app/main/default/classes/MetadataService.cls 1678 20 1678 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]*'
1365 /force-app/main/default/classes/MetadataService.cls 1678 20 1678 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]*'
1367 /force-app/main/default/classes/MetadataService.cls 1680 9 1695 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1366 /force-app/main/default/classes/MetadataService.cls 1680 9 1695 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1368 /force-app/main/default/classes/MetadataService.cls 1683 20 1683 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1367 /force-app/main/default/classes/MetadataService.cls 1683 20 1683 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1369 /force-app/main/default/classes/MetadataService.cls 1686 18 1686 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1368 /force-app/main/default/classes/MetadataService.cls 1686 18 1686 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1370 /force-app/main/default/classes/MetadataService.cls 1688 20 1688 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1369 /force-app/main/default/classes/MetadataService.cls 1688 20 1688 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1371 /force-app/main/default/classes/MetadataService.cls 1689 20 1689 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1370 /force-app/main/default/classes/MetadataService.cls 1689 20 1689 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1372 /force-app/main/default/classes/MetadataService.cls 1690 20 1690 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1371 /force-app/main/default/classes/MetadataService.cls 1690 20 1690 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1373 /force-app/main/default/classes/MetadataService.cls 1691 20 1691 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1372 /force-app/main/default/classes/MetadataService.cls 1691 20 1691 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1374 /force-app/main/default/classes/MetadataService.cls 1692 20 1692 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1373 /force-app/main/default/classes/MetadataService.cls 1692 20 1692 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1375 /force-app/main/default/classes/MetadataService.cls 1693 20 1693 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1374 /force-app/main/default/classes/MetadataService.cls 1693 20 1693 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1376 /force-app/main/default/classes/MetadataService.cls 1694 20 1694 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]*'
1375 /force-app/main/default/classes/MetadataService.cls 1694 20 1694 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]*'
1377 /force-app/main/default/classes/MetadataService.cls 1696 17 1700 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1376 /force-app/main/default/classes/MetadataService.cls 1696 17 1700 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1378 /force-app/main/default/classes/MetadataService.cls 1701 9 1728 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1377 /force-app/main/default/classes/MetadataService.cls 1701 9 1728 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1379 /force-app/main/default/classes/MetadataService.cls 1701 9 1728 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1378 /force-app/main/default/classes/MetadataService.cls 1701 9 1728 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1380 /force-app/main/default/classes/MetadataService.cls 1713 17 1713 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1379 /force-app/main/default/classes/MetadataService.cls 1713 17 1713 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1381 /force-app/main/default/classes/MetadataService.cls 1714 20 1714 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 'createdById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1380 /force-app/main/default/classes/MetadataService.cls 1714 20 1714 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 'createdById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1382 /force-app/main/default/classes/MetadataService.cls 1715 20 1715 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1381 /force-app/main/default/classes/MetadataService.cls 1715 20 1715 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1383 /force-app/main/default/classes/MetadataService.cls 1716 20 1716 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1382 /force-app/main/default/classes/MetadataService.cls 1716 20 1716 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1384 /force-app/main/default/classes/MetadataService.cls 1717 20 1717 128 pmd 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]*'
1383 /force-app/main/default/classes/MetadataService.cls 1717 20 1717 128 pmd 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]*'
1385 /force-app/main/default/classes/MetadataService.cls 1718 20 1718 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1384 /force-app/main/default/classes/MetadataService.cls 1718 20 1718 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1386 /force-app/main/default/classes/MetadataService.cls 1719 20 1719 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1385 /force-app/main/default/classes/MetadataService.cls 1719 20 1719 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1387 /force-app/main/default/classes/MetadataService.cls 1720 20 1720 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 'lastModifiedById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1386 /force-app/main/default/classes/MetadataService.cls 1720 20 1720 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 'lastModifiedById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1388 /force-app/main/default/classes/MetadataService.cls 1721 20 1721 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 'lastModifiedByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1387 /force-app/main/default/classes/MetadataService.cls 1721 20 1721 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 'lastModifiedByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1389 /force-app/main/default/classes/MetadataService.cls 1722 20 1722 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1388 /force-app/main/default/classes/MetadataService.cls 1722 20 1722 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1390 /force-app/main/default/classes/MetadataService.cls 1723 20 1723 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 'manageableState_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1389 /force-app/main/default/classes/MetadataService.cls 1723 20 1723 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 'manageableState_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1391 /force-app/main/default/classes/MetadataService.cls 1724 20 1724 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1390 /force-app/main/default/classes/MetadataService.cls 1724 20 1724 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1392 /force-app/main/default/classes/MetadataService.cls 1725 20 1725 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1391 /force-app/main/default/classes/MetadataService.cls 1725 20 1725 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1393 /force-app/main/default/classes/MetadataService.cls 1726 20 1726 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1392 /force-app/main/default/classes/MetadataService.cls 1726 20 1726 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1394 /force-app/main/default/classes/MetadataService.cls 1727 20 1727 232 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1393 /force-app/main/default/classes/MetadataService.cls 1727 20 1727 232 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1395 /force-app/main/default/classes/MetadataService.cls 1729 9 1742 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1394 /force-app/main/default/classes/MetadataService.cls 1729 9 1742 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1396 /force-app/main/default/classes/MetadataService.cls 1732 20 1732 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1395 /force-app/main/default/classes/MetadataService.cls 1732 20 1732 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1397 /force-app/main/default/classes/MetadataService.cls 1736 20 1736 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 'enableNegativeQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1396 /force-app/main/default/classes/MetadataService.cls 1736 20 1736 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 'enableNegativeQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1398 /force-app/main/default/classes/MetadataService.cls 1737 20 1737 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 'enableOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1397 /force-app/main/default/classes/MetadataService.cls 1737 20 1737 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 'enableOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1399 /force-app/main/default/classes/MetadataService.cls 1738 20 1738 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 'enableReductionOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1398 /force-app/main/default/classes/MetadataService.cls 1738 20 1738 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 'enableReductionOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1400 /force-app/main/default/classes/MetadataService.cls 1739 20 1739 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1399 /force-app/main/default/classes/MetadataService.cls 1739 20 1739 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1401 /force-app/main/default/classes/MetadataService.cls 1740 20 1740 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1400 /force-app/main/default/classes/MetadataService.cls 1740 20 1740 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1402 /force-app/main/default/classes/MetadataService.cls 1741 20 1741 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1401 /force-app/main/default/classes/MetadataService.cls 1741 20 1741 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1403 /force-app/main/default/classes/MetadataService.cls 1743 9 1754 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1402 /force-app/main/default/classes/MetadataService.cls 1743 9 1754 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1404 /force-app/main/default/classes/MetadataService.cls 1748 20 1748 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 'dateColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1403 /force-app/main/default/classes/MetadataService.cls 1748 20 1748 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 'dateColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1405 /force-app/main/default/classes/MetadataService.cls 1749 20 1749 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 'endDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1404 /force-app/main/default/classes/MetadataService.cls 1749 20 1749 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 'endDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1406 /force-app/main/default/classes/MetadataService.cls 1750 20 1750 128 pmd 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]*'
1405 /force-app/main/default/classes/MetadataService.cls 1750 20 1750 128 pmd 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]*'
1407 /force-app/main/default/classes/MetadataService.cls 1751 20 1751 130 pmd 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]*'
1406 /force-app/main/default/classes/MetadataService.cls 1751 20 1751 130 pmd 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]*'
1408 /force-app/main/default/classes/MetadataService.cls 1752 20 1752 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1407 /force-app/main/default/classes/MetadataService.cls 1752 20 1752 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1409 /force-app/main/default/classes/MetadataService.cls 1753 20 1753 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 1753 20 1753 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1410 /force-app/main/default/classes/MetadataService.cls 1755 9 1762 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1409 /force-app/main/default/classes/MetadataService.cls 1755 9 1762 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1411 /force-app/main/default/classes/MetadataService.cls 1758 20 1758 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 'access_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1410 /force-app/main/default/classes/MetadataService.cls 1758 20 1758 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 'access_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1412 /force-app/main/default/classes/MetadataService.cls 1759 20 1759 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1411 /force-app/main/default/classes/MetadataService.cls 1759 20 1759 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1413 /force-app/main/default/classes/MetadataService.cls 1760 20 1760 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1412 /force-app/main/default/classes/MetadataService.cls 1760 20 1760 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1414 /force-app/main/default/classes/MetadataService.cls 1761 20 1761 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1413 /force-app/main/default/classes/MetadataService.cls 1761 20 1761 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1415 /force-app/main/default/classes/MetadataService.cls 1763 9 1798 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1414 /force-app/main/default/classes/MetadataService.cls 1763 9 1798 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1416 /force-app/main/default/classes/MetadataService.cls 1763 9 1798 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1415 /force-app/main/default/classes/MetadataService.cls 1763 9 1798 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1417 /force-app/main/default/classes/MetadataService.cls 1766 20 1766 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.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 /force-app/main/default/classes/MetadataService.cls 1766 20 1766 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1418 /force-app/main/default/classes/MetadataService.cls 1768 18 1768 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1417 /force-app/main/default/classes/MetadataService.cls 1768 18 1768 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1419 /force-app/main/default/classes/MetadataService.cls 1771 20 1771 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1418 /force-app/main/default/classes/MetadataService.cls 1771 20 1771 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1420 /force-app/main/default/classes/MetadataService.cls 1772 20 1772 128 pmd 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]*'
1419 /force-app/main/default/classes/MetadataService.cls 1772 20 1772 128 pmd 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]*'
1421 /force-app/main/default/classes/MetadataService.cls 1773 20 1773 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1420 /force-app/main/default/classes/MetadataService.cls 1773 20 1773 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1422 /force-app/main/default/classes/MetadataService.cls 1774 20 1774 128 pmd 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]*'
1421 /force-app/main/default/classes/MetadataService.cls 1774 20 1774 128 pmd 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]*'
1423 /force-app/main/default/classes/MetadataService.cls 1785 20 1785 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1422 /force-app/main/default/classes/MetadataService.cls 1785 20 1785 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1424 /force-app/main/default/classes/MetadataService.cls 1786 20 1786 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1423 /force-app/main/default/classes/MetadataService.cls 1786 20 1786 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1425 /force-app/main/default/classes/MetadataService.cls 1787 20 1787 130 pmd 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]*'
1424 /force-app/main/default/classes/MetadataService.cls 1787 20 1787 130 pmd 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]*'
1426 /force-app/main/default/classes/MetadataService.cls 1788 20 1788 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1425 /force-app/main/default/classes/MetadataService.cls 1788 20 1788 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1427 /force-app/main/default/classes/MetadataService.cls 1789 20 1789 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1426 /force-app/main/default/classes/MetadataService.cls 1789 20 1789 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1428 /force-app/main/default/classes/MetadataService.cls 1790 20 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1427 /force-app/main/default/classes/MetadataService.cls 1790 20 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1429 /force-app/main/default/classes/MetadataService.cls 1791 20 1791 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1428 /force-app/main/default/classes/MetadataService.cls 1791 20 1791 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1430 /force-app/main/default/classes/MetadataService.cls 1792 20 1792 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1429 /force-app/main/default/classes/MetadataService.cls 1792 20 1792 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1431 /force-app/main/default/classes/MetadataService.cls 1793 20 1793 128 pmd 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]*'
1430 /force-app/main/default/classes/MetadataService.cls 1793 20 1793 128 pmd 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]*'
1432 /force-app/main/default/classes/MetadataService.cls 1794 20 1794 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1431 /force-app/main/default/classes/MetadataService.cls 1794 20 1794 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1433 /force-app/main/default/classes/MetadataService.cls 1795 20 1795 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1432 /force-app/main/default/classes/MetadataService.cls 1795 20 1795 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1434 /force-app/main/default/classes/MetadataService.cls 1796 20 1796 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1433 /force-app/main/default/classes/MetadataService.cls 1796 20 1796 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1435 /force-app/main/default/classes/MetadataService.cls 1797 20 1797 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]*'
1434 /force-app/main/default/classes/MetadataService.cls 1797 20 1797 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]*'
1436 /force-app/main/default/classes/MetadataService.cls 1799 9 1812 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1435 /force-app/main/default/classes/MetadataService.cls 1799 9 1812 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1437 /force-app/main/default/classes/MetadataService.cls 1802 20 1802 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1436 /force-app/main/default/classes/MetadataService.cls 1802 20 1802 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1438 /force-app/main/default/classes/MetadataService.cls 1806 20 1806 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 'enableCascadeActivateToRelatedPrices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1437 /force-app/main/default/classes/MetadataService.cls 1806 20 1806 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 'enableCascadeActivateToRelatedPrices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1439 /force-app/main/default/classes/MetadataService.cls 1807 20 1807 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 'enableQuantitySchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1438 /force-app/main/default/classes/MetadataService.cls 1807 20 1807 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 'enableQuantitySchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1440 /force-app/main/default/classes/MetadataService.cls 1808 20 1808 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 'enableRevenueSchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1439 /force-app/main/default/classes/MetadataService.cls 1808 20 1808 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 'enableRevenueSchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1441 /force-app/main/default/classes/MetadataService.cls 1809 20 1809 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1440 /force-app/main/default/classes/MetadataService.cls 1809 20 1809 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1442 /force-app/main/default/classes/MetadataService.cls 1810 20 1810 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1441 /force-app/main/default/classes/MetadataService.cls 1810 20 1810 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1443 /force-app/main/default/classes/MetadataService.cls 1811 20 1811 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]*'
1442 /force-app/main/default/classes/MetadataService.cls 1811 20 1811 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]*'
1444 /force-app/main/default/classes/MetadataService.cls 1813 9 1840 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1443 /force-app/main/default/classes/MetadataService.cls 1813 9 1840 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1445 /force-app/main/default/classes/MetadataService.cls 1813 9 1840 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1444 /force-app/main/default/classes/MetadataService.cls 1813 9 1840 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1446 /force-app/main/default/classes/MetadataService.cls 1816 20 1816 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1445 /force-app/main/default/classes/MetadataService.cls 1816 20 1816 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1447 /force-app/main/default/classes/MetadataService.cls 1824 18 1824 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1446 /force-app/main/default/classes/MetadataService.cls 1824 18 1824 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1448 /force-app/main/default/classes/MetadataService.cls 1827 20 1827 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1447 /force-app/main/default/classes/MetadataService.cls 1827 20 1827 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1449 /force-app/main/default/classes/MetadataService.cls 1828 20 1828 140 pmd 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]*'
1448 /force-app/main/default/classes/MetadataService.cls 1828 20 1828 140 pmd 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]*'
1450 /force-app/main/default/classes/MetadataService.cls 1829 20 1829 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1449 /force-app/main/default/classes/MetadataService.cls 1829 20 1829 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1451 /force-app/main/default/classes/MetadataService.cls 1830 20 1830 138 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'dueDateOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1450 /force-app/main/default/classes/MetadataService.cls 1830 20 1830 138 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'dueDateOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1452 /force-app/main/default/classes/MetadataService.cls 1831 20 1831 140 pmd 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]*'
1451 /force-app/main/default/classes/MetadataService.cls 1831 20 1831 140 pmd 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]*'
1453 /force-app/main/default/classes/MetadataService.cls 1832 20 1832 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1452 /force-app/main/default/classes/MetadataService.cls 1832 20 1832 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1454 /force-app/main/default/classes/MetadataService.cls 1833 20 1833 128 pmd 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]*'
1453 /force-app/main/default/classes/MetadataService.cls 1833 20 1833 128 pmd 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]*'
1455 /force-app/main/default/classes/MetadataService.cls 1834 20 1834 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1454 /force-app/main/default/classes/MetadataService.cls 1834 20 1834 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1456 /force-app/main/default/classes/MetadataService.cls 1835 20 1835 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1455 /force-app/main/default/classes/MetadataService.cls 1835 20 1835 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1457 /force-app/main/default/classes/MetadataService.cls 1836 20 1836 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1456 /force-app/main/default/classes/MetadataService.cls 1836 20 1836 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1458 /force-app/main/default/classes/MetadataService.cls 1837 20 1837 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1457 /force-app/main/default/classes/MetadataService.cls 1837 20 1837 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1459 /force-app/main/default/classes/MetadataService.cls 1838 20 1838 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1458 /force-app/main/default/classes/MetadataService.cls 1838 20 1838 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1460 /force-app/main/default/classes/MetadataService.cls 1839 20 1839 208 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1459 /force-app/main/default/classes/MetadataService.cls 1839 20 1839 208 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1461 /force-app/main/default/classes/MetadataService.cls 1841 9 1846 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1460 /force-app/main/default/classes/MetadataService.cls 1841 9 1846 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1462 /force-app/main/default/classes/MetadataService.cls 1843 20 1843 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1461 /force-app/main/default/classes/MetadataService.cls 1843 20 1843 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1463 /force-app/main/default/classes/MetadataService.cls 1844 20 1844 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1462 /force-app/main/default/classes/MetadataService.cls 1844 20 1844 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1464 /force-app/main/default/classes/MetadataService.cls 1845 20 1845 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]*'
1463 /force-app/main/default/classes/MetadataService.cls 1845 20 1845 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]*'
1465 /force-app/main/default/classes/MetadataService.cls 1847 9 1852 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1464 /force-app/main/default/classes/MetadataService.cls 1847 9 1852 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1466 /force-app/main/default/classes/MetadataService.cls 1847 9 1852 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1465 /force-app/main/default/classes/MetadataService.cls 1847 9 1852 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1467 /force-app/main/default/classes/MetadataService.cls 1849 20 1849 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1466 /force-app/main/default/classes/MetadataService.cls 1849 20 1849 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1468 /force-app/main/default/classes/MetadataService.cls 1850 20 1850 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1467 /force-app/main/default/classes/MetadataService.cls 1850 20 1850 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1469 /force-app/main/default/classes/MetadataService.cls 1851 20 1851 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1468 /force-app/main/default/classes/MetadataService.cls 1851 20 1851 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1470 /force-app/main/default/classes/MetadataService.cls 1853 9 1864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1469 /force-app/main/default/classes/MetadataService.cls 1853 9 1864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1471 /force-app/main/default/classes/MetadataService.cls 1858 20 1858 140 pmd 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]*'
1470 /force-app/main/default/classes/MetadataService.cls 1858 20 1858 140 pmd 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]*'
1472 /force-app/main/default/classes/MetadataService.cls 1859 20 1859 140 pmd 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]*'
1471 /force-app/main/default/classes/MetadataService.cls 1859 20 1859 140 pmd 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]*'
1473 /force-app/main/default/classes/MetadataService.cls 1860 20 1860 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1472 /force-app/main/default/classes/MetadataService.cls 1860 20 1860 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1474 /force-app/main/default/classes/MetadataService.cls 1861 20 1861 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1473 /force-app/main/default/classes/MetadataService.cls 1861 20 1861 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1475 /force-app/main/default/classes/MetadataService.cls 1862 20 1862 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1474 /force-app/main/default/classes/MetadataService.cls 1862 20 1862 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1476 /force-app/main/default/classes/MetadataService.cls 1863 20 1863 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1475 /force-app/main/default/classes/MetadataService.cls 1863 20 1863 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]*'
1477 /force-app/main/default/classes/MetadataService.cls 1865 9 1872 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1476 /force-app/main/default/classes/MetadataService.cls 1865 9 1872 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1478 /force-app/main/default/classes/MetadataService.cls 1868 20 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1477 /force-app/main/default/classes/MetadataService.cls 1868 20 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1479 /force-app/main/default/classes/MetadataService.cls 1869 20 1869 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1478 /force-app/main/default/classes/MetadataService.cls 1869 20 1869 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1480 /force-app/main/default/classes/MetadataService.cls 1870 20 1870 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1479 /force-app/main/default/classes/MetadataService.cls 1870 20 1870 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1481 /force-app/main/default/classes/MetadataService.cls 1871 20 1871 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]*'
1480 /force-app/main/default/classes/MetadataService.cls 1871 20 1871 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]*'
1482 /force-app/main/default/classes/MetadataService.cls 1873 9 1880 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1481 /force-app/main/default/classes/MetadataService.cls 1873 9 1880 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1483 /force-app/main/default/classes/MetadataService.cls 1876 20 1876 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 'approver_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1482 /force-app/main/default/classes/MetadataService.cls 1876 20 1876 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 'approver_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1484 /force-app/main/default/classes/MetadataService.cls 1877 20 1877 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 'whenMultipleApprovers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1483 /force-app/main/default/classes/MetadataService.cls 1877 20 1877 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 'whenMultipleApprovers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1485 /force-app/main/default/classes/MetadataService.cls 1878 20 1878 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1484 /force-app/main/default/classes/MetadataService.cls 1878 20 1878 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1486 /force-app/main/default/classes/MetadataService.cls 1879 20 1879 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]*'
1485 /force-app/main/default/classes/MetadataService.cls 1879 20 1879 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]*'
1487 /force-app/main/default/classes/MetadataService.cls 1881 9 1896 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1486 /force-app/main/default/classes/MetadataService.cls 1881 9 1896 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1488 /force-app/main/default/classes/MetadataService.cls 1884 20 1884 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1487 /force-app/main/default/classes/MetadataService.cls 1884 20 1884 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1489 /force-app/main/default/classes/MetadataService.cls 1886 20 1886 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1488 /force-app/main/default/classes/MetadataService.cls 1886 20 1886 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1490 /force-app/main/default/classes/MetadataService.cls 1890 20 1890 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1489 /force-app/main/default/classes/MetadataService.cls 1890 20 1890 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1491 /force-app/main/default/classes/MetadataService.cls 1891 20 1891 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1490 /force-app/main/default/classes/MetadataService.cls 1891 20 1891 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1492 /force-app/main/default/classes/MetadataService.cls 1892 20 1892 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1491 /force-app/main/default/classes/MetadataService.cls 1892 20 1892 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1493 /force-app/main/default/classes/MetadataService.cls 1893 20 1893 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1492 /force-app/main/default/classes/MetadataService.cls 1893 20 1893 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1494 /force-app/main/default/classes/MetadataService.cls 1894 20 1894 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1493 /force-app/main/default/classes/MetadataService.cls 1894 20 1894 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1495 /force-app/main/default/classes/MetadataService.cls 1895 20 1895 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]*'
1494 /force-app/main/default/classes/MetadataService.cls 1895 20 1895 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]*'
1496 /force-app/main/default/classes/MetadataService.cls 1897 9 1904 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1495 /force-app/main/default/classes/MetadataService.cls 1897 9 1904 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1497 /force-app/main/default/classes/MetadataService.cls 1900 20 1900 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 'primaryTabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1496 /force-app/main/default/classes/MetadataService.cls 1900 20 1900 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 'primaryTabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1498 /force-app/main/default/classes/MetadataService.cls 1901 20 1901 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 'subtabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1497 /force-app/main/default/classes/MetadataService.cls 1901 20 1901 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 'subtabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1499 /force-app/main/default/classes/MetadataService.cls 1902 20 1902 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1498 /force-app/main/default/classes/MetadataService.cls 1902 20 1902 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1500 /force-app/main/default/classes/MetadataService.cls 1903 20 1903 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1499 /force-app/main/default/classes/MetadataService.cls 1903 20 1903 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1501 /force-app/main/default/classes/MetadataService.cls 1905 9 1918 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1500 /force-app/main/default/classes/MetadataService.cls 1905 9 1918 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1502 /force-app/main/default/classes/MetadataService.cls 1911 20 1911 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 'enableTouchAppIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1501 /force-app/main/default/classes/MetadataService.cls 1911 20 1911 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 'enableTouchAppIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1503 /force-app/main/default/classes/MetadataService.cls 1912 20 1912 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 'enableTouchAppIPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1502 /force-app/main/default/classes/MetadataService.cls 1912 20 1912 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 'enableTouchAppIPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1504 /force-app/main/default/classes/MetadataService.cls 1913 20 1913 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 'enableTouchBrowserIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1503 /force-app/main/default/classes/MetadataService.cls 1913 20 1913 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 'enableTouchBrowserIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1505 /force-app/main/default/classes/MetadataService.cls 1914 20 1914 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 'enableTouchIosPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1504 /force-app/main/default/classes/MetadataService.cls 1914 20 1914 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 'enableTouchIosPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1506 /force-app/main/default/classes/MetadataService.cls 1915 20 1915 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 'enableVisualforceInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1505 /force-app/main/default/classes/MetadataService.cls 1915 20 1915 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 'enableVisualforceInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1507 /force-app/main/default/classes/MetadataService.cls 1916 20 1916 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1506 /force-app/main/default/classes/MetadataService.cls 1916 20 1916 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1508 /force-app/main/default/classes/MetadataService.cls 1917 20 1917 175 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1507 /force-app/main/default/classes/MetadataService.cls 1917 20 1917 175 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1509 /force-app/main/default/classes/MetadataService.cls 1919 9 1928 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1508 /force-app/main/default/classes/MetadataService.cls 1919 9 1928 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1510 /force-app/main/default/classes/MetadataService.cls 1922 20 1922 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1509 /force-app/main/default/classes/MetadataService.cls 1922 20 1922 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1511 /force-app/main/default/classes/MetadataService.cls 1924 20 1924 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 'appMenuItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1510 /force-app/main/default/classes/MetadataService.cls 1924 20 1924 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 'appMenuItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1512 /force-app/main/default/classes/MetadataService.cls 1925 20 1925 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1511 /force-app/main/default/classes/MetadataService.cls 1925 20 1925 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1513 /force-app/main/default/classes/MetadataService.cls 1926 20 1926 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1512 /force-app/main/default/classes/MetadataService.cls 1926 20 1926 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1514 /force-app/main/default/classes/MetadataService.cls 1927 20 1927 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]*'
1513 /force-app/main/default/classes/MetadataService.cls 1927 20 1927 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]*'
1515 /force-app/main/default/classes/MetadataService.cls 1929 9 1934 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1514 /force-app/main/default/classes/MetadataService.cls 1929 9 1934 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1516 /force-app/main/default/classes/MetadataService.cls 1931 20 1931 128 pmd 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]*'
1515 /force-app/main/default/classes/MetadataService.cls 1931 20 1931 128 pmd 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]*'
1517 /force-app/main/default/classes/MetadataService.cls 1932 20 1932 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1516 /force-app/main/default/classes/MetadataService.cls 1932 20 1932 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1518 /force-app/main/default/classes/MetadataService.cls 1933 20 1933 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1517 /force-app/main/default/classes/MetadataService.cls 1933 20 1933 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1519 /force-app/main/default/classes/MetadataService.cls 1935 9 2006 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1518 /force-app/main/default/classes/MetadataService.cls 1935 9 2006 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1520 /force-app/main/default/classes/MetadataService.cls 1935 9 2006 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Report has 34 public methods, attributes, and properties (limit: 20)
1519 /force-app/main/default/classes/MetadataService.cls 1935 9 2006 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Report has 34 public methods, attributes, and properties (limit: 20)
1521 /force-app/main/default/classes/MetadataService.cls 1935 9 2006 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1520 /force-app/main/default/classes/MetadataService.cls 1935 9 2006 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1522 /force-app/main/default/classes/MetadataService.cls 1938 20 1938 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1521 /force-app/main/default/classes/MetadataService.cls 1938 20 1938 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.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 /force-app/main/default/classes/MetadataService.cls 1947 17 1947 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'currency_x' doesn't match '[a-z][a-zA-Z0-9]*'
1522 /force-app/main/default/classes/MetadataService.cls 1947 17 1947 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'currency_x' doesn't match '[a-z][a-zA-Z0-9]*'
1524 /force-app/main/default/classes/MetadataService.cls 1971 20 1971 133 pmd 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]*'
1523 /force-app/main/default/classes/MetadataService.cls 1971 20 1971 133 pmd 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]*'
1525 /force-app/main/default/classes/MetadataService.cls 1972 20 1972 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1524 /force-app/main/default/classes/MetadataService.cls 1972 20 1972 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1526 /force-app/main/default/classes/MetadataService.cls 1973 20 1973 130 pmd 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]*'
1525 /force-app/main/default/classes/MetadataService.cls 1973 20 1973 130 pmd 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]*'
1527 /force-app/main/default/classes/MetadataService.cls 1974 20 1974 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 'buckets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1526 /force-app/main/default/classes/MetadataService.cls 1974 20 1974 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 'buckets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1528 /force-app/main/default/classes/MetadataService.cls 1975 20 1975 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 'chart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1527 /force-app/main/default/classes/MetadataService.cls 1975 20 1975 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 'chart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1529 /force-app/main/default/classes/MetadataService.cls 1976 20 1976 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 'colorRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1528 /force-app/main/default/classes/MetadataService.cls 1976 20 1976 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 'colorRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1530 /force-app/main/default/classes/MetadataService.cls 1977 20 1977 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1529 /force-app/main/default/classes/MetadataService.cls 1977 20 1977 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1531 /force-app/main/default/classes/MetadataService.cls 1978 20 1978 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 'crossFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1530 /force-app/main/default/classes/MetadataService.cls 1978 20 1978 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 'crossFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1532 /force-app/main/default/classes/MetadataService.cls 1979 20 1979 130 pmd 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]*'
1531 /force-app/main/default/classes/MetadataService.cls 1979 20 1979 130 pmd 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]*'
1533 /force-app/main/default/classes/MetadataService.cls 1980 20 1980 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 'dataCategoryFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1532 /force-app/main/default/classes/MetadataService.cls 1980 20 1980 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 'dataCategoryFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1534 /force-app/main/default/classes/MetadataService.cls 1981 20 1981 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1533 /force-app/main/default/classes/MetadataService.cls 1981 20 1981 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1535 /force-app/main/default/classes/MetadataService.cls 1982 20 1982 128 pmd 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]*'
1534 /force-app/main/default/classes/MetadataService.cls 1982 20 1982 128 pmd 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]*'
1536 /force-app/main/default/classes/MetadataService.cls 1983 20 1983 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1535 /force-app/main/default/classes/MetadataService.cls 1983 20 1983 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1537 /force-app/main/default/classes/MetadataService.cls 1984 20 1984 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1536 /force-app/main/default/classes/MetadataService.cls 1984 20 1984 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1538 /force-app/main/default/classes/MetadataService.cls 1985 20 1985 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1537 /force-app/main/default/classes/MetadataService.cls 1985 20 1985 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1539 /force-app/main/default/classes/MetadataService.cls 1986 20 1986 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 'groupingsAcross_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1538 /force-app/main/default/classes/MetadataService.cls 1986 20 1986 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 'groupingsAcross_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1540 /force-app/main/default/classes/MetadataService.cls 1987 20 1987 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 'groupingsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1539 /force-app/main/default/classes/MetadataService.cls 1987 20 1987 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 'groupingsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1541 /force-app/main/default/classes/MetadataService.cls 1988 20 1988 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 'historicalSelector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1540 /force-app/main/default/classes/MetadataService.cls 1988 20 1988 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 'historicalSelector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1542 /force-app/main/default/classes/MetadataService.cls 1989 20 1989 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1541 /force-app/main/default/classes/MetadataService.cls 1989 20 1989 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1543 /force-app/main/default/classes/MetadataService.cls 1990 20 1990 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 'numSubscriptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1542 /force-app/main/default/classes/MetadataService.cls 1990 20 1990 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 'numSubscriptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1544 /force-app/main/default/classes/MetadataService.cls 1991 20 1991 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 'params_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1543 /force-app/main/default/classes/MetadataService.cls 1991 20 1991 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 'params_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1545 /force-app/main/default/classes/MetadataService.cls 1992 20 1992 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1544 /force-app/main/default/classes/MetadataService.cls 1992 20 1992 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1546 /force-app/main/default/classes/MetadataService.cls 1993 20 1993 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 'roleHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1545 /force-app/main/default/classes/MetadataService.cls 1993 20 1993 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 'roleHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1547 /force-app/main/default/classes/MetadataService.cls 1994 20 1994 128 pmd 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]*'
1546 /force-app/main/default/classes/MetadataService.cls 1994 20 1994 128 pmd 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]*'
1548 /force-app/main/default/classes/MetadataService.cls 1995 20 1995 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 'scope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1547 /force-app/main/default/classes/MetadataService.cls 1995 20 1995 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 'scope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1549 /force-app/main/default/classes/MetadataService.cls 1996 20 1996 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 'showCurrentDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1548 /force-app/main/default/classes/MetadataService.cls 1996 20 1996 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 'showCurrentDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1550 /force-app/main/default/classes/MetadataService.cls 1997 20 1997 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 'showDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1549 /force-app/main/default/classes/MetadataService.cls 1997 20 1997 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 'showDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1551 /force-app/main/default/classes/MetadataService.cls 1998 20 1998 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1550 /force-app/main/default/classes/MetadataService.cls 1998 20 1998 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1552 /force-app/main/default/classes/MetadataService.cls 1999 20 1999 130 pmd 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]*'
1551 /force-app/main/default/classes/MetadataService.cls 1999 20 1999 130 pmd 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]*'
1553 /force-app/main/default/classes/MetadataService.cls 2000 20 2000 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 'territoryHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1552 /force-app/main/default/classes/MetadataService.cls 2000 20 2000 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 'territoryHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1554 /force-app/main/default/classes/MetadataService.cls 2001 20 2001 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 'timeFrameFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1553 /force-app/main/default/classes/MetadataService.cls 2001 20 2001 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 'timeFrameFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1555 /force-app/main/default/classes/MetadataService.cls 2002 20 2002 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 'userFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1554 /force-app/main/default/classes/MetadataService.cls 2002 20 2002 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 'userFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1556 /force-app/main/default/classes/MetadataService.cls 2003 20 2003 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1555 /force-app/main/default/classes/MetadataService.cls 2003 20 2003 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1557 /force-app/main/default/classes/MetadataService.cls 2004 20 2004 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1556 /force-app/main/default/classes/MetadataService.cls 2004 20 2004 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1558 /force-app/main/default/classes/MetadataService.cls 2005 20 2005 509 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1557 /force-app/main/default/classes/MetadataService.cls 2005 20 2005 509 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1559 /force-app/main/default/classes/MetadataService.cls 2007 9 2040 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1558 /force-app/main/default/classes/MetadataService.cls 2007 9 2040 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1560 /force-app/main/default/classes/MetadataService.cls 2007 9 2040 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1559 /force-app/main/default/classes/MetadataService.cls 2007 9 2040 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1561 /force-app/main/default/classes/MetadataService.cls 2010 20 2010 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1560 /force-app/main/default/classes/MetadataService.cls 2010 20 2010 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1562 /force-app/main/default/classes/MetadataService.cls 2024 20 2024 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 'answers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1561 /force-app/main/default/classes/MetadataService.cls 2024 20 2024 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 'answers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1563 /force-app/main/default/classes/MetadataService.cls 2025 20 2025 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 'cases_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1562 /force-app/main/default/classes/MetadataService.cls 2025 20 2025 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 'cases_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1564 /force-app/main/default/classes/MetadataService.cls 2026 20 2026 142 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1563 /force-app/main/default/classes/MetadataService.cls 2026 20 2026 142 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1565 /force-app/main/default/classes/MetadataService.cls 2027 20 2027 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 'enableChatterQuestionKBDeflection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1564 /force-app/main/default/classes/MetadataService.cls 2027 20 2027 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 'enableChatterQuestionKBDeflection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1566 /force-app/main/default/classes/MetadataService.cls 2028 20 2028 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 'enableCreateEditOnArticlesTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1565 /force-app/main/default/classes/MetadataService.cls 2028 20 2028 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 'enableCreateEditOnArticlesTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1567 /force-app/main/default/classes/MetadataService.cls 2029 20 2029 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 'enableExternalMediaContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1566 /force-app/main/default/classes/MetadataService.cls 2029 20 2029 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 'enableExternalMediaContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1568 /force-app/main/default/classes/MetadataService.cls 2030 20 2030 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 'enableKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1567 /force-app/main/default/classes/MetadataService.cls 2030 20 2030 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 'enableKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1569 /force-app/main/default/classes/MetadataService.cls 2031 20 2031 130 pmd 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]*'
1568 /force-app/main/default/classes/MetadataService.cls 2031 20 2031 130 pmd 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]*'
1570 /force-app/main/default/classes/MetadataService.cls 2032 20 2032 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 'showArticleSummariesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1569 /force-app/main/default/classes/MetadataService.cls 2032 20 2032 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 'showArticleSummariesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1571 /force-app/main/default/classes/MetadataService.cls 2033 20 2033 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 'showArticleSummariesInternalApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1570 /force-app/main/default/classes/MetadataService.cls 2033 20 2033 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 'showArticleSummariesInternalApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1572 /force-app/main/default/classes/MetadataService.cls 2034 20 2034 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 'showArticleSummariesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1571 /force-app/main/default/classes/MetadataService.cls 2034 20 2034 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 'showArticleSummariesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1573 /force-app/main/default/classes/MetadataService.cls 2035 20 2035 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 'showValidationStatusField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1572 /force-app/main/default/classes/MetadataService.cls 2035 20 2035 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 'showValidationStatusField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1574 /force-app/main/default/classes/MetadataService.cls 2036 20 2036 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 'suggestedArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1573 /force-app/main/default/classes/MetadataService.cls 2036 20 2036 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 'suggestedArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1575 /force-app/main/default/classes/MetadataService.cls 2037 20 2037 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1574 /force-app/main/default/classes/MetadataService.cls 2037 20 2037 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1576 /force-app/main/default/classes/MetadataService.cls 2038 20 2038 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1575 /force-app/main/default/classes/MetadataService.cls 2038 20 2038 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1577 /force-app/main/default/classes/MetadataService.cls 2039 20 2039 387 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1576 /force-app/main/default/classes/MetadataService.cls 2039 20 2039 387 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1578 /force-app/main/default/classes/MetadataService.cls 2041 9 2056 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1577 /force-app/main/default/classes/MetadataService.cls 2041 9 2056 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1579 /force-app/main/default/classes/MetadataService.cls 2044 20 2044 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1578 /force-app/main/default/classes/MetadataService.cls 2044 20 2044 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1580 /force-app/main/default/classes/MetadataService.cls 2046 20 2046 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1579 /force-app/main/default/classes/MetadataService.cls 2046 20 2046 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1581 /force-app/main/default/classes/MetadataService.cls 2050 20 2050 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 'cacheControl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1580 /force-app/main/default/classes/MetadataService.cls 2050 20 2050 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 'cacheControl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1582 /force-app/main/default/classes/MetadataService.cls 2051 20 2051 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 'contentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1581 /force-app/main/default/classes/MetadataService.cls 2051 20 2051 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 'contentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1583 /force-app/main/default/classes/MetadataService.cls 2052 20 2052 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1582 /force-app/main/default/classes/MetadataService.cls 2052 20 2052 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1584 /force-app/main/default/classes/MetadataService.cls 2053 20 2053 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1583 /force-app/main/default/classes/MetadataService.cls 2053 20 2053 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1585 /force-app/main/default/classes/MetadataService.cls 2054 20 2054 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1584 /force-app/main/default/classes/MetadataService.cls 2054 20 2054 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1586 /force-app/main/default/classes/MetadataService.cls 2055 20 2055 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]*'
1585 /force-app/main/default/classes/MetadataService.cls 2055 20 2055 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]*'
1587 /force-app/main/default/classes/MetadataService.cls 2057 9 2068 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1586 /force-app/main/default/classes/MetadataService.cls 2057 9 2068 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1588 /force-app/main/default/classes/MetadataService.cls 2062 20 2062 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 'checkedByDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1587 /force-app/main/default/classes/MetadataService.cls 2062 20 2062 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 'checkedByDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1589 /force-app/main/default/classes/MetadataService.cls 2063 20 2063 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 'displayNameOverride_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1588 /force-app/main/default/classes/MetadataService.cls 2063 20 2063 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 'displayNameOverride_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1590 /force-app/main/default/classes/MetadataService.cls 2064 20 2064 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1589 /force-app/main/default/classes/MetadataService.cls 2064 20 2064 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1591 /force-app/main/default/classes/MetadataService.cls 2065 20 2065 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1590 /force-app/main/default/classes/MetadataService.cls 2065 20 2065 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1592 /force-app/main/default/classes/MetadataService.cls 2066 20 2066 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1591 /force-app/main/default/classes/MetadataService.cls 2066 20 2066 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1593 /force-app/main/default/classes/MetadataService.cls 2067 20 2067 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]*'
1592 /force-app/main/default/classes/MetadataService.cls 2067 20 2067 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]*'
1594 /force-app/main/default/classes/MetadataService.cls 2069 9 2092 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1593 /force-app/main/default/classes/MetadataService.cls 2069 9 2092 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1595 /force-app/main/default/classes/MetadataService.cls 2069 9 2092 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1594 /force-app/main/default/classes/MetadataService.cls 2069 9 2092 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1596 /force-app/main/default/classes/MetadataService.cls 2080 20 2080 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 'allowDelegate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1595 /force-app/main/default/classes/MetadataService.cls 2080 20 2080 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 'allowDelegate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1597 /force-app/main/default/classes/MetadataService.cls 2081 20 2081 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 'approvalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1596 /force-app/main/default/classes/MetadataService.cls 2081 20 2081 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 'approvalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1598 /force-app/main/default/classes/MetadataService.cls 2082 20 2082 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 'assignedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1597 /force-app/main/default/classes/MetadataService.cls 2082 20 2082 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 'assignedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1599 /force-app/main/default/classes/MetadataService.cls 2083 20 2083 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1598 /force-app/main/default/classes/MetadataService.cls 2083 20 2083 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1600 /force-app/main/default/classes/MetadataService.cls 2084 20 2084 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1599 /force-app/main/default/classes/MetadataService.cls 2084 20 2084 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1601 /force-app/main/default/classes/MetadataService.cls 2085 20 2085 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 'ifCriteriaNotMet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1600 /force-app/main/default/classes/MetadataService.cls 2085 20 2085 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 'ifCriteriaNotMet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1602 /force-app/main/default/classes/MetadataService.cls 2086 20 2086 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1601 /force-app/main/default/classes/MetadataService.cls 2086 20 2086 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1603 /force-app/main/default/classes/MetadataService.cls 2087 20 2087 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1602 /force-app/main/default/classes/MetadataService.cls 2087 20 2087 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1604 /force-app/main/default/classes/MetadataService.cls 2088 20 2088 140 pmd 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]*'
1603 /force-app/main/default/classes/MetadataService.cls 2088 20 2088 140 pmd 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]*'
1605 /force-app/main/default/classes/MetadataService.cls 2089 20 2089 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 'rejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1604 /force-app/main/default/classes/MetadataService.cls 2089 20 2089 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 'rejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1606 /force-app/main/default/classes/MetadataService.cls 2090 20 2090 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1605 /force-app/main/default/classes/MetadataService.cls 2090 20 2090 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1607 /force-app/main/default/classes/MetadataService.cls 2091 20 2091 210 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1606 /force-app/main/default/classes/MetadataService.cls 2091 20 2091 210 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1608 /force-app/main/default/classes/MetadataService.cls 2093 9 2100 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1607 /force-app/main/default/classes/MetadataService.cls 2093 9 2100 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1609 /force-app/main/default/classes/MetadataService.cls 2096 20 2096 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1608 /force-app/main/default/classes/MetadataService.cls 2096 20 2096 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1610 /force-app/main/default/classes/MetadataService.cls 2097 20 2097 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1609 /force-app/main/default/classes/MetadataService.cls 2097 20 2097 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1611 /force-app/main/default/classes/MetadataService.cls 2098 20 2098 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1610 /force-app/main/default/classes/MetadataService.cls 2098 20 2098 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1612 /force-app/main/default/classes/MetadataService.cls 2099 20 2099 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1611 /force-app/main/default/classes/MetadataService.cls 2099 20 2099 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1613 /force-app/main/default/classes/MetadataService.cls 2101 9 2112 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1612 /force-app/main/default/classes/MetadataService.cls 2101 9 2112 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1614 /force-app/main/default/classes/MetadataService.cls 2104 20 2104 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1613 /force-app/main/default/classes/MetadataService.cls 2104 20 2104 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1615 /force-app/main/default/classes/MetadataService.cls 2107 20 2107 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1614 /force-app/main/default/classes/MetadataService.cls 2107 20 2107 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1616 /force-app/main/default/classes/MetadataService.cls 2108 20 2108 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1615 /force-app/main/default/classes/MetadataService.cls 2108 20 2108 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1617 /force-app/main/default/classes/MetadataService.cls 2109 20 2109 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1616 /force-app/main/default/classes/MetadataService.cls 2109 20 2109 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1618 /force-app/main/default/classes/MetadataService.cls 2110 20 2110 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1617 /force-app/main/default/classes/MetadataService.cls 2110 20 2110 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1619 /force-app/main/default/classes/MetadataService.cls 2111 20 2111 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]*'
1618 /force-app/main/default/classes/MetadataService.cls 2111 20 2111 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]*'
1620 /force-app/main/default/classes/MetadataService.cls 2113 9 2120 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1619 /force-app/main/default/classes/MetadataService.cls 2113 9 2120 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1621 /force-app/main/default/classes/MetadataService.cls 2115 17 2115 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1620 /force-app/main/default/classes/MetadataService.cls 2115 17 2115 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1622 /force-app/main/default/classes/MetadataService.cls 2116 20 2116 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1621 /force-app/main/default/classes/MetadataService.cls 2116 20 2116 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1623 /force-app/main/default/classes/MetadataService.cls 2117 20 2117 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1622 /force-app/main/default/classes/MetadataService.cls 2117 20 2117 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1624 /force-app/main/default/classes/MetadataService.cls 2118 20 2118 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1623 /force-app/main/default/classes/MetadataService.cls 2118 20 2118 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1625 /force-app/main/default/classes/MetadataService.cls 2119 20 2119 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1624 /force-app/main/default/classes/MetadataService.cls 2119 20 2119 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 2121 9 2132 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1625 /force-app/main/default/classes/MetadataService.cls 2121 9 2132 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1627 /force-app/main/default/classes/MetadataService.cls 2126 20 2126 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1626 /force-app/main/default/classes/MetadataService.cls 2126 20 2126 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1628 /force-app/main/default/classes/MetadataService.cls 2127 20 2127 130 pmd 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]*'
1627 /force-app/main/default/classes/MetadataService.cls 2127 20 2127 130 pmd 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]*'
1629 /force-app/main/default/classes/MetadataService.cls 2128 20 2128 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1628 /force-app/main/default/classes/MetadataService.cls 2128 20 2128 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1630 /force-app/main/default/classes/MetadataService.cls 2129 20 2129 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1629 /force-app/main/default/classes/MetadataService.cls 2129 20 2129 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1631 /force-app/main/default/classes/MetadataService.cls 2130 20 2130 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1630 /force-app/main/default/classes/MetadataService.cls 2130 20 2130 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1632 /force-app/main/default/classes/MetadataService.cls 2131 20 2131 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]*'
1631 /force-app/main/default/classes/MetadataService.cls 2131 20 2131 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]*'
1633 /force-app/main/default/classes/MetadataService.cls 2133 9 2138 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1632 /force-app/main/default/classes/MetadataService.cls 2133 9 2138 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1634 /force-app/main/default/classes/MetadataService.cls 2135 20 2135 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1633 /force-app/main/default/classes/MetadataService.cls 2135 20 2135 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1635 /force-app/main/default/classes/MetadataService.cls 2136 20 2136 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1634 /force-app/main/default/classes/MetadataService.cls 2136 20 2136 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1636 /force-app/main/default/classes/MetadataService.cls 2137 20 2137 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1635 /force-app/main/default/classes/MetadataService.cls 2137 20 2137 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1637 /force-app/main/default/classes/MetadataService.cls 2139 9 2158 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1636 /force-app/main/default/classes/MetadataService.cls 2139 9 2158 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1638 /force-app/main/default/classes/MetadataService.cls 2139 9 2158 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1637 /force-app/main/default/classes/MetadataService.cls 2139 9 2158 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1639 /force-app/main/default/classes/MetadataService.cls 2148 20 2148 130 pmd 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]*'
1638 /force-app/main/default/classes/MetadataService.cls 2148 20 2148 130 pmd 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]*'
1640 /force-app/main/default/classes/MetadataService.cls 2149 20 2149 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 'contextFilterableField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1639 /force-app/main/default/classes/MetadataService.cls 2149 20 2149 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 'contextFilterableField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1641 /force-app/main/default/classes/MetadataService.cls 2150 20 2150 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1640 /force-app/main/default/classes/MetadataService.cls 2150 20 2150 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1642 /force-app/main/default/classes/MetadataService.cls 2151 20 2151 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 'hideOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1641 /force-app/main/default/classes/MetadataService.cls 2151 20 2151 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 'hideOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1643 /force-app/main/default/classes/MetadataService.cls 2152 20 2152 140 pmd 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]*'
1642 /force-app/main/default/classes/MetadataService.cls 2152 20 2152 140 pmd 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]*'
1644 /force-app/main/default/classes/MetadataService.cls 2153 20 2153 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 'reportName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1643 /force-app/main/default/classes/MetadataService.cls 2153 20 2153 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 'reportName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1645 /force-app/main/default/classes/MetadataService.cls 2154 20 2154 130 pmd 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]*'
1644 /force-app/main/default/classes/MetadataService.cls 2154 20 2154 130 pmd 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]*'
1646 /force-app/main/default/classes/MetadataService.cls 2155 20 2155 120 pmd 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]*'
1645 /force-app/main/default/classes/MetadataService.cls 2155 20 2155 120 pmd 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]*'
1647 /force-app/main/default/classes/MetadataService.cls 2156 20 2156 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1646 /force-app/main/default/classes/MetadataService.cls 2156 20 2156 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1648 /force-app/main/default/classes/MetadataService.cls 2157 20 2157 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]*'
1647 /force-app/main/default/classes/MetadataService.cls 2157 20 2157 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]*'
1649 /force-app/main/default/classes/MetadataService.cls 2159 9 2164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1648 /force-app/main/default/classes/MetadataService.cls 2159 9 2164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1650 /force-app/main/default/classes/MetadataService.cls 2161 20 2161 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1649 /force-app/main/default/classes/MetadataService.cls 2161 20 2161 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1651 /force-app/main/default/classes/MetadataService.cls 2162 20 2162 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1650 /force-app/main/default/classes/MetadataService.cls 2162 20 2162 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1652 /force-app/main/default/classes/MetadataService.cls 2163 20 2163 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]*'
1651 /force-app/main/default/classes/MetadataService.cls 2163 20 2163 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]*'
1653 /force-app/main/default/classes/MetadataService.cls 2165 9 2196 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1652 /force-app/main/default/classes/MetadataService.cls 2165 9 2196 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1654 /force-app/main/default/classes/MetadataService.cls 2165 9 2196 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1653 /force-app/main/default/classes/MetadataService.cls 2165 9 2196 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1655 /force-app/main/default/classes/MetadataService.cls 2168 20 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1654 /force-app/main/default/classes/MetadataService.cls 2168 20 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1656 /force-app/main/default/classes/MetadataService.cls 2181 20 2181 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 'emailFollowersOnBestAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1655 /force-app/main/default/classes/MetadataService.cls 2181 20 2181 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 'emailFollowersOnBestAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1657 /force-app/main/default/classes/MetadataService.cls 2182 20 2182 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 'emailFollowersOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1656 /force-app/main/default/classes/MetadataService.cls 2182 20 2182 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 'emailFollowersOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1658 /force-app/main/default/classes/MetadataService.cls 2183 20 2183 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 'emailOwnerOnPrivateReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1657 /force-app/main/default/classes/MetadataService.cls 2183 20 2183 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 'emailOwnerOnPrivateReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1659 /force-app/main/default/classes/MetadataService.cls 2184 20 2184 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 'emailOwnerOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1658 /force-app/main/default/classes/MetadataService.cls 2184 20 2184 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 'emailOwnerOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1660 /force-app/main/default/classes/MetadataService.cls 2185 20 2185 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 'enableAnswerViaEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1659 /force-app/main/default/classes/MetadataService.cls 2185 20 2185 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 'enableAnswerViaEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1661 /force-app/main/default/classes/MetadataService.cls 2186 20 2186 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1660 /force-app/main/default/classes/MetadataService.cls 2186 20 2186 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1662 /force-app/main/default/classes/MetadataService.cls 2187 20 2187 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 'enableFacebookSSO_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1661 /force-app/main/default/classes/MetadataService.cls 2187 20 2187 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 'enableFacebookSSO_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1663 /force-app/main/default/classes/MetadataService.cls 2188 20 2188 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 'enableInlinePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1662 /force-app/main/default/classes/MetadataService.cls 2188 20 2188 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 'enableInlinePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1664 /force-app/main/default/classes/MetadataService.cls 2189 20 2189 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1663 /force-app/main/default/classes/MetadataService.cls 2189 20 2189 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1665 /force-app/main/default/classes/MetadataService.cls 2190 20 2190 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 'enableRichTextEditor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1664 /force-app/main/default/classes/MetadataService.cls 2190 20 2190 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 'enableRichTextEditor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1666 /force-app/main/default/classes/MetadataService.cls 2191 20 2191 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 'facebookAuthProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1665 /force-app/main/default/classes/MetadataService.cls 2191 20 2191 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 'facebookAuthProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1667 /force-app/main/default/classes/MetadataService.cls 2192 20 2192 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 'showInPortals_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1666 /force-app/main/default/classes/MetadataService.cls 2192 20 2192 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 'showInPortals_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1668 /force-app/main/default/classes/MetadataService.cls 2193 20 2193 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1667 /force-app/main/default/classes/MetadataService.cls 2193 20 2193 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1669 /force-app/main/default/classes/MetadataService.cls 2194 20 2194 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1668 /force-app/main/default/classes/MetadataService.cls 2194 20 2194 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1670 /force-app/main/default/classes/MetadataService.cls 2195 20 2195 340 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1669 /force-app/main/default/classes/MetadataService.cls 2195 20 2195 340 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1671 /force-app/main/default/classes/MetadataService.cls 2197 9 2212 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1670 /force-app/main/default/classes/MetadataService.cls 2197 9 2212 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1672 /force-app/main/default/classes/MetadataService.cls 2204 20 2204 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 'accessMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1671 /force-app/main/default/classes/MetadataService.cls 2204 20 2204 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 'accessMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1673 /force-app/main/default/classes/MetadataService.cls 2205 20 2205 130 pmd 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]*'
1672 /force-app/main/default/classes/MetadataService.cls 2205 20 2205 130 pmd 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]*'
1674 /force-app/main/default/classes/MetadataService.cls 2206 20 2206 140 pmd 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]*'
1673 /force-app/main/default/classes/MetadataService.cls 2206 20 2206 140 pmd 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]*'
1675 /force-app/main/default/classes/MetadataService.cls 2207 20 2207 131 pmd 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]*'
1674 /force-app/main/default/classes/MetadataService.cls 2207 20 2207 131 pmd 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]*'
1676 /force-app/main/default/classes/MetadataService.cls 2208 20 2208 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 'options_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1675 /force-app/main/default/classes/MetadataService.cls 2208 20 2208 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 'options_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1677 /force-app/main/default/classes/MetadataService.cls 2209 20 2209 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 'samlInitiationMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1676 /force-app/main/default/classes/MetadataService.cls 2209 20 2209 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 'samlInitiationMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1678 /force-app/main/default/classes/MetadataService.cls 2210 20 2210 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1677 /force-app/main/default/classes/MetadataService.cls 2210 20 2210 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1679 /force-app/main/default/classes/MetadataService.cls 2211 20 2211 146 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1678 /force-app/main/default/classes/MetadataService.cls 2211 20 2211 146 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1680 /force-app/main/default/classes/MetadataService.cls 2213 9 2218 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1679 /force-app/main/default/classes/MetadataService.cls 2213 9 2218 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1681 /force-app/main/default/classes/MetadataService.cls 2215 20 2215 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 'showQuotas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1680 /force-app/main/default/classes/MetadataService.cls 2215 20 2215 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 'showQuotas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1682 /force-app/main/default/classes/MetadataService.cls 2216 20 2216 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1681 /force-app/main/default/classes/MetadataService.cls 2216 20 2216 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1683 /force-app/main/default/classes/MetadataService.cls 2217 20 2217 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]*'
1682 /force-app/main/default/classes/MetadataService.cls 2217 20 2217 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]*'
1684 /force-app/main/default/classes/MetadataService.cls 2219 9 2228 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1683 /force-app/main/default/classes/MetadataService.cls 2219 9 2228 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1685 /force-app/main/default/classes/MetadataService.cls 2222 20 2222 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1684 /force-app/main/default/classes/MetadataService.cls 2222 20 2222 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1686 /force-app/main/default/classes/MetadataService.cls 2224 20 2224 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 'preferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1685 /force-app/main/default/classes/MetadataService.cls 2224 20 2224 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 'preferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1687 /force-app/main/default/classes/MetadataService.cls 2225 20 2225 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1686 /force-app/main/default/classes/MetadataService.cls 2225 20 2225 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1688 /force-app/main/default/classes/MetadataService.cls 2226 20 2226 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1687 /force-app/main/default/classes/MetadataService.cls 2226 20 2226 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1689 /force-app/main/default/classes/MetadataService.cls 2227 20 2227 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1688 /force-app/main/default/classes/MetadataService.cls 2227 20 2227 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1690 /force-app/main/default/classes/MetadataService.cls 2229 9 2266 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1689 /force-app/main/default/classes/MetadataService.cls 2229 9 2266 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1691 /force-app/main/default/classes/MetadataService.cls 2229 9 2266 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1690 /force-app/main/default/classes/MetadataService.cls 2229 9 2266 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1692 /force-app/main/default/classes/MetadataService.cls 2232 20 2232 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1691 /force-app/main/default/classes/MetadataService.cls 2232 20 2232 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1693 /force-app/main/default/classes/MetadataService.cls 2248 20 2248 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1692 /force-app/main/default/classes/MetadataService.cls 2248 20 2248 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1694 /force-app/main/default/classes/MetadataService.cls 2249 20 2249 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 'chatterAnswersFacebookSsoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1693 /force-app/main/default/classes/MetadataService.cls 2249 20 2249 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 'chatterAnswersFacebookSsoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1695 /force-app/main/default/classes/MetadataService.cls 2250 20 2250 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 'communityFeedPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1694 /force-app/main/default/classes/MetadataService.cls 2250 20 2250 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 'communityFeedPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1696 /force-app/main/default/classes/MetadataService.cls 2251 20 2251 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 'dataCategoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1695 /force-app/main/default/classes/MetadataService.cls 2251 20 2251 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 'dataCategoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1697 /force-app/main/default/classes/MetadataService.cls 2252 20 2252 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1696 /force-app/main/default/classes/MetadataService.cls 2252 20 2252 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1698 /force-app/main/default/classes/MetadataService.cls 2253 20 2253 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 'emailFooterDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1697 /force-app/main/default/classes/MetadataService.cls 2253 20 2253 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 'emailFooterDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1699 /force-app/main/default/classes/MetadataService.cls 2254 20 2254 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 'emailHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1698 /force-app/main/default/classes/MetadataService.cls 2254 20 2254 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 'emailHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1700 /force-app/main/default/classes/MetadataService.cls 2255 20 2255 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 'emailNotificationUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1699 /force-app/main/default/classes/MetadataService.cls 2255 20 2255 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 'emailNotificationUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1701 /force-app/main/default/classes/MetadataService.cls 2256 20 2256 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1700 /force-app/main/default/classes/MetadataService.cls 2256 20 2256 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1702 /force-app/main/default/classes/MetadataService.cls 2257 20 2257 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 'enablePrivateQuestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1701 /force-app/main/default/classes/MetadataService.cls 2257 20 2257 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 'enablePrivateQuestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1703 /force-app/main/default/classes/MetadataService.cls 2258 20 2258 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 'expertsGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1702 /force-app/main/default/classes/MetadataService.cls 2258 20 2258 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 'expertsGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1704 /force-app/main/default/classes/MetadataService.cls 2259 20 2259 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1703 /force-app/main/default/classes/MetadataService.cls 2259 20 2259 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1705 /force-app/main/default/classes/MetadataService.cls 2260 20 2260 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1704 /force-app/main/default/classes/MetadataService.cls 2260 20 2260 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1706 /force-app/main/default/classes/MetadataService.cls 2261 20 2261 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 'showInPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1705 /force-app/main/default/classes/MetadataService.cls 2261 20 2261 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 'showInPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1707 /force-app/main/default/classes/MetadataService.cls 2262 20 2262 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1706 /force-app/main/default/classes/MetadataService.cls 2262 20 2262 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1708 /force-app/main/default/classes/MetadataService.cls 2263 20 2263 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1707 /force-app/main/default/classes/MetadataService.cls 2263 20 2263 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1709 /force-app/main/default/classes/MetadataService.cls 2264 20 2264 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1708 /force-app/main/default/classes/MetadataService.cls 2264 20 2264 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1710 /force-app/main/default/classes/MetadataService.cls 2265 20 2265 342 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1709 /force-app/main/default/classes/MetadataService.cls 2265 20 2265 342 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1711 /force-app/main/default/classes/MetadataService.cls 2267 9 2280 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1710 /force-app/main/default/classes/MetadataService.cls 2267 9 2280 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1712 /force-app/main/default/classes/MetadataService.cls 2270 20 2270 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1711 /force-app/main/default/classes/MetadataService.cls 2270 20 2270 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1713 /force-app/main/default/classes/MetadataService.cls 2274 20 2274 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1712 /force-app/main/default/classes/MetadataService.cls 2274 20 2274 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1714 /force-app/main/default/classes/MetadataService.cls 2275 20 2275 128 pmd 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]*'
1713 /force-app/main/default/classes/MetadataService.cls 2275 20 2275 128 pmd 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]*'
1715 /force-app/main/default/classes/MetadataService.cls 2276 20 2276 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1714 /force-app/main/default/classes/MetadataService.cls 2276 20 2276 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1716 /force-app/main/default/classes/MetadataService.cls 2277 20 2277 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1715 /force-app/main/default/classes/MetadataService.cls 2277 20 2277 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1717 /force-app/main/default/classes/MetadataService.cls 2278 20 2278 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1716 /force-app/main/default/classes/MetadataService.cls 2278 20 2278 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1718 /force-app/main/default/classes/MetadataService.cls 2279 20 2279 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1717 /force-app/main/default/classes/MetadataService.cls 2279 20 2279 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1719 /force-app/main/default/classes/MetadataService.cls 2281 9 2310 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1718 /force-app/main/default/classes/MetadataService.cls 2281 9 2310 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1720 /force-app/main/default/classes/MetadataService.cls 2281 9 2310 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1719 /force-app/main/default/classes/MetadataService.cls 2281 9 2310 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1721 /force-app/main/default/classes/MetadataService.cls 2295 20 2295 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 'addressType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1720 /force-app/main/default/classes/MetadataService.cls 2295 20 2295 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 'addressType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1722 /force-app/main/default/classes/MetadataService.cls 2296 20 2296 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1721 /force-app/main/default/classes/MetadataService.cls 2296 20 2296 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1723 /force-app/main/default/classes/MetadataService.cls 2297 20 2297 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1722 /force-app/main/default/classes/MetadataService.cls 2297 20 2297 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1724 /force-app/main/default/classes/MetadataService.cls 2298 20 2298 130 pmd 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]*'
1723 /force-app/main/default/classes/MetadataService.cls 2298 20 2298 130 pmd 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]*'
1725 /force-app/main/default/classes/MetadataService.cls 2299 20 2299 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 'caseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1724 /force-app/main/default/classes/MetadataService.cls 2299 20 2299 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 'caseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1726 /force-app/main/default/classes/MetadataService.cls 2300 20 2300 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 'casePriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1725 /force-app/main/default/classes/MetadataService.cls 2300 20 2300 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 'casePriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1727 /force-app/main/default/classes/MetadataService.cls 2301 20 2301 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 'createTask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1726 /force-app/main/default/classes/MetadataService.cls 2301 20 2301 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 'createTask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1728 /force-app/main/default/classes/MetadataService.cls 2302 20 2302 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 'emailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1727 /force-app/main/default/classes/MetadataService.cls 2302 20 2302 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 'emailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1729 /force-app/main/default/classes/MetadataService.cls 2303 20 2303 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 'emailServicesAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1728 /force-app/main/default/classes/MetadataService.cls 2303 20 2303 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 'emailServicesAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1730 /force-app/main/default/classes/MetadataService.cls 2304 20 2304 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 'isVerified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1729 /force-app/main/default/classes/MetadataService.cls 2304 20 2304 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 'isVerified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1731 /force-app/main/default/classes/MetadataService.cls 2305 20 2305 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 'routingName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1730 /force-app/main/default/classes/MetadataService.cls 2305 20 2305 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 'routingName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1732 /force-app/main/default/classes/MetadataService.cls 2306 20 2306 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 'saveEmailHeaders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1731 /force-app/main/default/classes/MetadataService.cls 2306 20 2306 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 'saveEmailHeaders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1733 /force-app/main/default/classes/MetadataService.cls 2307 20 2307 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 'taskStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1732 /force-app/main/default/classes/MetadataService.cls 2307 20 2307 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 'taskStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1734 /force-app/main/default/classes/MetadataService.cls 2308 20 2308 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1733 /force-app/main/default/classes/MetadataService.cls 2308 20 2308 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1735 /force-app/main/default/classes/MetadataService.cls 2309 20 2309 257 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1734 /force-app/main/default/classes/MetadataService.cls 2309 20 2309 257 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1736 /force-app/main/default/classes/MetadataService.cls 2311 9 2320 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1735 /force-app/main/default/classes/MetadataService.cls 2311 9 2320 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1737 /force-app/main/default/classes/MetadataService.cls 2315 20 2315 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1736 /force-app/main/default/classes/MetadataService.cls 2315 20 2315 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1738 /force-app/main/default/classes/MetadataService.cls 2316 20 2316 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1737 /force-app/main/default/classes/MetadataService.cls 2316 20 2316 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1739 /force-app/main/default/classes/MetadataService.cls 2317 20 2317 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1738 /force-app/main/default/classes/MetadataService.cls 2317 20 2317 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1740 /force-app/main/default/classes/MetadataService.cls 2318 20 2318 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1739 /force-app/main/default/classes/MetadataService.cls 2318 20 2318 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1741 /force-app/main/default/classes/MetadataService.cls 2319 20 2319 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]*'
1740 /force-app/main/default/classes/MetadataService.cls 2319 20 2319 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]*'
1742 /force-app/main/default/classes/MetadataService.cls 2321 9 2328 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1741 /force-app/main/default/classes/MetadataService.cls 2321 9 2328 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1743 /force-app/main/default/classes/MetadataService.cls 2324 20 2324 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1742 /force-app/main/default/classes/MetadataService.cls 2324 20 2324 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1744 /force-app/main/default/classes/MetadataService.cls 2325 20 2325 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1743 /force-app/main/default/classes/MetadataService.cls 2325 20 2325 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1745 /force-app/main/default/classes/MetadataService.cls 2326 20 2326 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1744 /force-app/main/default/classes/MetadataService.cls 2326 20 2326 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1746 /force-app/main/default/classes/MetadataService.cls 2327 20 2327 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]*'
1745 /force-app/main/default/classes/MetadataService.cls 2327 20 2327 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]*'
1747 /force-app/main/default/classes/MetadataService.cls 2329 9 2334 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1746 /force-app/main/default/classes/MetadataService.cls 2329 9 2334 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1748 /force-app/main/default/classes/MetadataService.cls 2331 20 2331 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1747 /force-app/main/default/classes/MetadataService.cls 2331 20 2331 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1749 /force-app/main/default/classes/MetadataService.cls 2332 20 2332 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1748 /force-app/main/default/classes/MetadataService.cls 2332 20 2332 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1750 /force-app/main/default/classes/MetadataService.cls 2333 20 2333 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1749 /force-app/main/default/classes/MetadataService.cls 2333 20 2333 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1751 /force-app/main/default/classes/MetadataService.cls 2335 9 2342 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1750 /force-app/main/default/classes/MetadataService.cls 2335 9 2342 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1752 /force-app/main/default/classes/MetadataService.cls 2338 20 2338 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1751 /force-app/main/default/classes/MetadataService.cls 2338 20 2338 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1753 /force-app/main/default/classes/MetadataService.cls 2339 20 2339 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1752 /force-app/main/default/classes/MetadataService.cls 2339 20 2339 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1754 /force-app/main/default/classes/MetadataService.cls 2340 20 2340 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1753 /force-app/main/default/classes/MetadataService.cls 2340 20 2340 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1755 /force-app/main/default/classes/MetadataService.cls 2341 20 2341 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]*'
1754 /force-app/main/default/classes/MetadataService.cls 2341 20 2341 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]*'
1756 /force-app/main/default/classes/MetadataService.cls 2343 9 2356 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1755 /force-app/main/default/classes/MetadataService.cls 2343 9 2356 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1757 /force-app/main/default/classes/MetadataService.cls 2346 20 2346 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1756 /force-app/main/default/classes/MetadataService.cls 2346 20 2346 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1758 /force-app/main/default/classes/MetadataService.cls 2350 20 2350 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 'sharingCriteriaRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1757 /force-app/main/default/classes/MetadataService.cls 2350 20 2350 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 'sharingCriteriaRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1759 /force-app/main/default/classes/MetadataService.cls 2351 20 2351 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 'sharingOwnerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1758 /force-app/main/default/classes/MetadataService.cls 2351 20 2351 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 'sharingOwnerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1760 /force-app/main/default/classes/MetadataService.cls 2352 20 2352 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 'sharingTerritoryRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1759 /force-app/main/default/classes/MetadataService.cls 2352 20 2352 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 'sharingTerritoryRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1761 /force-app/main/default/classes/MetadataService.cls 2353 20 2353 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1760 /force-app/main/default/classes/MetadataService.cls 2353 20 2353 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1762 /force-app/main/default/classes/MetadataService.cls 2354 20 2354 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1761 /force-app/main/default/classes/MetadataService.cls 2354 20 2354 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1763 /force-app/main/default/classes/MetadataService.cls 2355 20 2355 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]*'
1762 /force-app/main/default/classes/MetadataService.cls 2355 20 2355 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]*'
1764 /force-app/main/default/classes/MetadataService.cls 2357 9 2362 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1763 /force-app/main/default/classes/MetadataService.cls 2357 9 2362 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1765 /force-app/main/default/classes/MetadataService.cls 2359 20 2359 130 pmd 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]*'
1764 /force-app/main/default/classes/MetadataService.cls 2359 20 2359 130 pmd 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]*'
1766 /force-app/main/default/classes/MetadataService.cls 2360 20 2360 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1765 /force-app/main/default/classes/MetadataService.cls 2360 20 2360 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1767 /force-app/main/default/classes/MetadataService.cls 2361 20 2361 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1766 /force-app/main/default/classes/MetadataService.cls 2361 20 2361 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1768 /force-app/main/default/classes/MetadataService.cls 2363 9 2372 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1767 /force-app/main/default/classes/MetadataService.cls 2363 9 2372 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1769 /force-app/main/default/classes/MetadataService.cls 2366 20 2366 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1768 /force-app/main/default/classes/MetadataService.cls 2366 20 2366 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1770 /force-app/main/default/classes/MetadataService.cls 2368 20 2368 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 'labels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1769 /force-app/main/default/classes/MetadataService.cls 2368 20 2368 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 'labels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1771 /force-app/main/default/classes/MetadataService.cls 2369 20 2369 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1770 /force-app/main/default/classes/MetadataService.cls 2369 20 2369 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1772 /force-app/main/default/classes/MetadataService.cls 2370 20 2370 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1771 /force-app/main/default/classes/MetadataService.cls 2370 20 2370 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1773 /force-app/main/default/classes/MetadataService.cls 2371 20 2371 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]*'
1772 /force-app/main/default/classes/MetadataService.cls 2371 20 2371 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]*'
1774 /force-app/main/default/classes/MetadataService.cls 2373 9 2378 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1773 /force-app/main/default/classes/MetadataService.cls 2373 9 2378 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1775 /force-app/main/default/classes/MetadataService.cls 2375 20 2375 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 'layoutItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1774 /force-app/main/default/classes/MetadataService.cls 2375 20 2375 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 'layoutItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1776 /force-app/main/default/classes/MetadataService.cls 2376 20 2376 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1775 /force-app/main/default/classes/MetadataService.cls 2376 20 2376 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1777 /force-app/main/default/classes/MetadataService.cls 2377 20 2377 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]*'
1776 /force-app/main/default/classes/MetadataService.cls 2377 20 2377 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]*'
1778 /force-app/main/default/classes/MetadataService.cls 2379 9 2398 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1777 /force-app/main/default/classes/MetadataService.cls 2379 9 2398 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1779 /force-app/main/default/classes/MetadataService.cls 2379 9 2398 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1778 /force-app/main/default/classes/MetadataService.cls 2379 9 2398 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1780 /force-app/main/default/classes/MetadataService.cls 2388 20 2388 140 pmd 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]*'
1779 /force-app/main/default/classes/MetadataService.cls 2388 20 2388 140 pmd 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]*'
1781 /force-app/main/default/classes/MetadataService.cls 2389 20 2389 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 'openNewAccountSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1780 /force-app/main/default/classes/MetadataService.cls 2389 20 2389 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 'openNewAccountSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1782 /force-app/main/default/classes/MetadataService.cls 2390 20 2390 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 'openNewCaseSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1781 /force-app/main/default/classes/MetadataService.cls 2390 20 2390 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 'openNewCaseSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1783 /force-app/main/default/classes/MetadataService.cls 2391 20 2391 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 'openNewContactSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1782 /force-app/main/default/classes/MetadataService.cls 2391 20 2391 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 'openNewContactSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1784 /force-app/main/default/classes/MetadataService.cls 2392 20 2392 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 'openNewLeadSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1783 /force-app/main/default/classes/MetadataService.cls 2392 20 2392 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 'openNewLeadSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1785 /force-app/main/default/classes/MetadataService.cls 2393 20 2393 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 'openNewVFPageSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1784 /force-app/main/default/classes/MetadataService.cls 2393 20 2393 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 'openNewVFPageSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1786 /force-app/main/default/classes/MetadataService.cls 2394 20 2394 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 'pagesToOpen_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1785 /force-app/main/default/classes/MetadataService.cls 2394 20 2394 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 'pagesToOpen_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1787 /force-app/main/default/classes/MetadataService.cls 2395 20 2395 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 'showKnowledgeArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1786 /force-app/main/default/classes/MetadataService.cls 2395 20 2395 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 'showKnowledgeArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1788 /force-app/main/default/classes/MetadataService.cls 2396 20 2396 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1787 /force-app/main/default/classes/MetadataService.cls 2396 20 2396 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1789 /force-app/main/default/classes/MetadataService.cls 2397 20 2397 220 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1788 /force-app/main/default/classes/MetadataService.cls 2397 20 2397 220 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1790 /force-app/main/default/classes/MetadataService.cls 2399 9 2418 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1789 /force-app/main/default/classes/MetadataService.cls 2399 9 2418 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1791 /force-app/main/default/classes/MetadataService.cls 2399 9 2418 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1790 /force-app/main/default/classes/MetadataService.cls 2399 9 2418 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1792 /force-app/main/default/classes/MetadataService.cls 2408 20 2408 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apexLogId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1791 /force-app/main/default/classes/MetadataService.cls 2408 20 2408 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apexLogId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1793 /force-app/main/default/classes/MetadataService.cls 2409 20 2409 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 'codeCoverage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1792 /force-app/main/default/classes/MetadataService.cls 2409 20 2409 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 'codeCoverage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1794 /force-app/main/default/classes/MetadataService.cls 2410 20 2410 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 'codeCoverageWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1793 /force-app/main/default/classes/MetadataService.cls 2410 20 2410 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 'codeCoverageWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1795 /force-app/main/default/classes/MetadataService.cls 2411 20 2411 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 'failures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1794 /force-app/main/default/classes/MetadataService.cls 2411 20 2411 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 'failures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1796 /force-app/main/default/classes/MetadataService.cls 2412 20 2412 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1795 /force-app/main/default/classes/MetadataService.cls 2412 20 2412 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1797 /force-app/main/default/classes/MetadataService.cls 2413 20 2413 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numTestsRun_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1796 /force-app/main/default/classes/MetadataService.cls 2413 20 2413 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numTestsRun_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1798 /force-app/main/default/classes/MetadataService.cls 2414 20 2414 131 pmd 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]*'
1797 /force-app/main/default/classes/MetadataService.cls 2414 20 2414 131 pmd 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]*'
1799 /force-app/main/default/classes/MetadataService.cls 2415 20 2415 130 pmd 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]*'
1798 /force-app/main/default/classes/MetadataService.cls 2415 20 2415 130 pmd 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]*'
1800 /force-app/main/default/classes/MetadataService.cls 2416 20 2416 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1799 /force-app/main/default/classes/MetadataService.cls 2416 20 2416 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1801 /force-app/main/default/classes/MetadataService.cls 2417 20 2417 170 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1800 /force-app/main/default/classes/MetadataService.cls 2417 20 2417 170 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1802 /force-app/main/default/classes/MetadataService.cls 2419 9 2450 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1801 /force-app/main/default/classes/MetadataService.cls 2419 9 2450 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1803 /force-app/main/default/classes/MetadataService.cls 2419 9 2450 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1802 /force-app/main/default/classes/MetadataService.cls 2419 9 2450 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1804 /force-app/main/default/classes/MetadataService.cls 2422 20 2422 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1803 /force-app/main/default/classes/MetadataService.cls 2422 20 2422 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1805 /force-app/main/default/classes/MetadataService.cls 2435 20 2435 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 'aggregationGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1804 /force-app/main/default/classes/MetadataService.cls 2435 20 2435 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 'aggregationGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1806 /force-app/main/default/classes/MetadataService.cls 2436 20 2436 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1805 /force-app/main/default/classes/MetadataService.cls 2436 20 2436 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1807 /force-app/main/default/classes/MetadataService.cls 2437 20 2437 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 'isPublished_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1806 /force-app/main/default/classes/MetadataService.cls 2437 20 2437 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 'isPublished_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1808 /force-app/main/default/classes/MetadataService.cls 2438 20 2438 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1807 /force-app/main/default/classes/MetadataService.cls 2438 20 2438 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1809 /force-app/main/default/classes/MetadataService.cls 2439 20 2439 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 'licensedCustomPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1808 /force-app/main/default/classes/MetadataService.cls 2439 20 2439 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 'licensedCustomPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1810 /force-app/main/default/classes/MetadataService.cls 2440 20 2440 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 'licensingAuthority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1809 /force-app/main/default/classes/MetadataService.cls 2440 20 2440 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 'licensingAuthority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1811 /force-app/main/default/classes/MetadataService.cls 2441 20 2441 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 'licensingAuthorityProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1810 /force-app/main/default/classes/MetadataService.cls 2441 20 2441 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 'licensingAuthorityProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1812 /force-app/main/default/classes/MetadataService.cls 2442 20 2442 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 'minPlatformVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1811 /force-app/main/default/classes/MetadataService.cls 2442 20 2442 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 'minPlatformVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1813 /force-app/main/default/classes/MetadataService.cls 2443 20 2443 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1812 /force-app/main/default/classes/MetadataService.cls 2443 20 2443 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1814 /force-app/main/default/classes/MetadataService.cls 2444 20 2444 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'revision_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1813 /force-app/main/default/classes/MetadataService.cls 2444 20 2444 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'revision_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1815 /force-app/main/default/classes/MetadataService.cls 2445 20 2445 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 'trialLicenseDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1814 /force-app/main/default/classes/MetadataService.cls 2445 20 2445 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 'trialLicenseDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1816 /force-app/main/default/classes/MetadataService.cls 2446 20 2446 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 'trialLicenseQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1815 /force-app/main/default/classes/MetadataService.cls 2446 20 2446 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 'trialLicenseQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1817 /force-app/main/default/classes/MetadataService.cls 2447 20 2447 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1816 /force-app/main/default/classes/MetadataService.cls 2447 20 2447 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1818 /force-app/main/default/classes/MetadataService.cls 2448 20 2448 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1817 /force-app/main/default/classes/MetadataService.cls 2448 20 2448 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1819 /force-app/main/default/classes/MetadataService.cls 2449 20 2449 289 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1818 /force-app/main/default/classes/MetadataService.cls 2449 20 2449 289 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1820 /force-app/main/default/classes/MetadataService.cls 2451 9 2462 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1819 /force-app/main/default/classes/MetadataService.cls 2451 9 2462 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1821 /force-app/main/default/classes/MetadataService.cls 2454 20 2454 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1820 /force-app/main/default/classes/MetadataService.cls 2454 20 2454 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1822 /force-app/main/default/classes/MetadataService.cls 2457 20 2457 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1821 /force-app/main/default/classes/MetadataService.cls 2457 20 2457 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1823 /force-app/main/default/classes/MetadataService.cls 2458 20 2458 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1822 /force-app/main/default/classes/MetadataService.cls 2458 20 2458 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1824 /force-app/main/default/classes/MetadataService.cls 2459 20 2459 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1823 /force-app/main/default/classes/MetadataService.cls 2459 20 2459 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1825 /force-app/main/default/classes/MetadataService.cls 2460 20 2460 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1824 /force-app/main/default/classes/MetadataService.cls 2460 20 2460 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1826 /force-app/main/default/classes/MetadataService.cls 2461 20 2461 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]*'
1825 /force-app/main/default/classes/MetadataService.cls 2461 20 2461 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]*'
1827 /force-app/main/default/classes/MetadataService.cls 2463 9 2474 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1826 /force-app/main/default/classes/MetadataService.cls 2463 9 2474 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1828 /force-app/main/default/classes/MetadataService.cls 2466 20 2466 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1827 /force-app/main/default/classes/MetadataService.cls 2466 20 2466 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1829 /force-app/main/default/classes/MetadataService.cls 2469 20 2469 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1828 /force-app/main/default/classes/MetadataService.cls 2469 20 2469 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1830 /force-app/main/default/classes/MetadataService.cls 2470 20 2470 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1829 /force-app/main/default/classes/MetadataService.cls 2470 20 2470 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1831 /force-app/main/default/classes/MetadataService.cls 2471 20 2471 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1830 /force-app/main/default/classes/MetadataService.cls 2471 20 2471 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1832 /force-app/main/default/classes/MetadataService.cls 2472 20 2472 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1831 /force-app/main/default/classes/MetadataService.cls 2472 20 2472 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1833 /force-app/main/default/classes/MetadataService.cls 2473 20 2473 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1832 /force-app/main/default/classes/MetadataService.cls 2473 20 2473 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1834 /force-app/main/default/classes/MetadataService.cls 2475 9 2484 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1833 /force-app/main/default/classes/MetadataService.cls 2475 9 2484 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1835 /force-app/main/default/classes/MetadataService.cls 2479 20 2479 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 'dashboardGridComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1834 /force-app/main/default/classes/MetadataService.cls 2479 20 2479 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 'dashboardGridComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1836 /force-app/main/default/classes/MetadataService.cls 2480 20 2480 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 'numberOfColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1835 /force-app/main/default/classes/MetadataService.cls 2480 20 2480 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 'numberOfColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1837 /force-app/main/default/classes/MetadataService.cls 2481 20 2481 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'rowHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1836 /force-app/main/default/classes/MetadataService.cls 2481 20 2481 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'rowHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1838 /force-app/main/default/classes/MetadataService.cls 2482 20 2482 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1837 /force-app/main/default/classes/MetadataService.cls 2482 20 2482 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1839 /force-app/main/default/classes/MetadataService.cls 2483 20 2483 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 2483 20 2483 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1840 /force-app/main/default/classes/MetadataService.cls 2485 9 2492 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1839 /force-app/main/default/classes/MetadataService.cls 2485 9 2492 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1841 /force-app/main/default/classes/MetadataService.cls 2488 20 2488 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 'enableAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1840 /force-app/main/default/classes/MetadataService.cls 2488 20 2488 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 'enableAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1842 /force-app/main/default/classes/MetadataService.cls 2489 20 2489 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 'enableOwnerAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1841 /force-app/main/default/classes/MetadataService.cls 2489 20 2489 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 'enableOwnerAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1843 /force-app/main/default/classes/MetadataService.cls 2490 20 2490 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1842 /force-app/main/default/classes/MetadataService.cls 2490 20 2490 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1844 /force-app/main/default/classes/MetadataService.cls 2491 20 2491 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1843 /force-app/main/default/classes/MetadataService.cls 2491 20 2491 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1845 /force-app/main/default/classes/MetadataService.cls 2493 9 2506 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1844 /force-app/main/default/classes/MetadataService.cls 2493 9 2506 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1846 /force-app/main/default/classes/MetadataService.cls 2499 20 2499 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1845 /force-app/main/default/classes/MetadataService.cls 2499 20 2499 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1847 /force-app/main/default/classes/MetadataService.cls 2500 20 2500 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1846 /force-app/main/default/classes/MetadataService.cls 2500 20 2500 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1848 /force-app/main/default/classes/MetadataService.cls 2501 20 2501 120 pmd 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]*'
1847 /force-app/main/default/classes/MetadataService.cls 2501 20 2501 120 pmd 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]*'
1849 /force-app/main/default/classes/MetadataService.cls 2502 20 2502 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'posY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1848 /force-app/main/default/classes/MetadataService.cls 2502 20 2502 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'posY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1850 /force-app/main/default/classes/MetadataService.cls 2503 20 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 'posZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1849 /force-app/main/default/classes/MetadataService.cls 2503 20 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 'posZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1851 /force-app/main/default/classes/MetadataService.cls 2504 20 2504 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1850 /force-app/main/default/classes/MetadataService.cls 2504 20 2504 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1852 /force-app/main/default/classes/MetadataService.cls 2505 20 2505 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 2505 20 2505 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1853 /force-app/main/default/classes/MetadataService.cls 2507 9 2516 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1852 /force-app/main/default/classes/MetadataService.cls 2507 9 2516 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1854 /force-app/main/default/classes/MetadataService.cls 2511 20 2511 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1853 /force-app/main/default/classes/MetadataService.cls 2511 20 2511 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1855 /force-app/main/default/classes/MetadataService.cls 2512 20 2512 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1854 /force-app/main/default/classes/MetadataService.cls 2512 20 2512 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1856 /force-app/main/default/classes/MetadataService.cls 2513 20 2513 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 'uiBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1855 /force-app/main/default/classes/MetadataService.cls 2513 20 2513 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 'uiBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1857 /force-app/main/default/classes/MetadataService.cls 2514 20 2514 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1856 /force-app/main/default/classes/MetadataService.cls 2514 20 2514 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1858 /force-app/main/default/classes/MetadataService.cls 2515 20 2515 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1857 /force-app/main/default/classes/MetadataService.cls 2515 20 2515 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 2517 9 2528 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1858 /force-app/main/default/classes/MetadataService.cls 2517 9 2528 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1860 /force-app/main/default/classes/MetadataService.cls 2522 20 2522 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 'componentFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1859 /force-app/main/default/classes/MetadataService.cls 2522 20 2522 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 'componentFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1861 /force-app/main/default/classes/MetadataService.cls 2523 20 2523 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 'componentSuccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1860 /force-app/main/default/classes/MetadataService.cls 2523 20 2523 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 'componentSuccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1862 /force-app/main/default/classes/MetadataService.cls 2524 20 2524 140 pmd 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]*'
1861 /force-app/main/default/classes/MetadataService.cls 2524 20 2524 140 pmd 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]*'
1863 /force-app/main/default/classes/MetadataService.cls 2525 20 2525 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 'runTestResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1862 /force-app/main/default/classes/MetadataService.cls 2525 20 2525 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 'runTestResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1864 /force-app/main/default/classes/MetadataService.cls 2526 20 2526 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1863 /force-app/main/default/classes/MetadataService.cls 2526 20 2526 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1865 /force-app/main/default/classes/MetadataService.cls 2527 20 2527 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1864 /force-app/main/default/classes/MetadataService.cls 2527 20 2527 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 2529 9 2554 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1865 /force-app/main/default/classes/MetadataService.cls 2529 9 2554 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1867 /force-app/main/default/classes/MetadataService.cls 2529 9 2554 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1866 /force-app/main/default/classes/MetadataService.cls 2529 9 2554 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1868 /force-app/main/default/classes/MetadataService.cls 2532 20 2532 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1867 /force-app/main/default/classes/MetadataService.cls 2532 20 2532 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1869 /force-app/main/default/classes/MetadataService.cls 2541 17 2541 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1868 /force-app/main/default/classes/MetadataService.cls 2541 17 2541 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
1870 /force-app/main/default/classes/MetadataService.cls 2542 20 2542 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1869 /force-app/main/default/classes/MetadataService.cls 2542 20 2542 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1871 /force-app/main/default/classes/MetadataService.cls 2543 20 2543 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 'flexiPageRegions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1870 /force-app/main/default/classes/MetadataService.cls 2543 20 2543 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 'flexiPageRegions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1872 /force-app/main/default/classes/MetadataService.cls 2544 20 2544 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1871 /force-app/main/default/classes/MetadataService.cls 2544 20 2544 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1873 /force-app/main/default/classes/MetadataService.cls 2545 20 2545 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 'pageTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1872 /force-app/main/default/classes/MetadataService.cls 2545 20 2545 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 'pageTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1874 /force-app/main/default/classes/MetadataService.cls 2546 20 2546 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 'parentFlexiPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1873 /force-app/main/default/classes/MetadataService.cls 2546 20 2546 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 'parentFlexiPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1875 /force-app/main/default/classes/MetadataService.cls 2547 20 2547 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 'platformActionlist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1874 /force-app/main/default/classes/MetadataService.cls 2547 20 2547 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 'platformActionlist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1876 /force-app/main/default/classes/MetadataService.cls 2548 20 2548 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1875 /force-app/main/default/classes/MetadataService.cls 2548 20 2548 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1877 /force-app/main/default/classes/MetadataService.cls 2549 20 2549 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 'sobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1876 /force-app/main/default/classes/MetadataService.cls 2549 20 2549 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 'sobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1878 /force-app/main/default/classes/MetadataService.cls 2550 20 2550 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1877 /force-app/main/default/classes/MetadataService.cls 2550 20 2550 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1879 /force-app/main/default/classes/MetadataService.cls 2551 20 2551 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1878 /force-app/main/default/classes/MetadataService.cls 2551 20 2551 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1880 /force-app/main/default/classes/MetadataService.cls 2552 20 2552 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1879 /force-app/main/default/classes/MetadataService.cls 2552 20 2552 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1881 /force-app/main/default/classes/MetadataService.cls 2553 20 2553 211 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1880 /force-app/main/default/classes/MetadataService.cls 2553 20 2553 211 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1882 /force-app/main/default/classes/MetadataService.cls 2555 9 2564 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1881 /force-app/main/default/classes/MetadataService.cls 2555 9 2564 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1883 /force-app/main/default/classes/MetadataService.cls 2559 20 2559 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1882 /force-app/main/default/classes/MetadataService.cls 2559 20 2559 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1884 /force-app/main/default/classes/MetadataService.cls 2560 20 2560 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1883 /force-app/main/default/classes/MetadataService.cls 2560 20 2560 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1885 /force-app/main/default/classes/MetadataService.cls 2561 20 2561 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1884 /force-app/main/default/classes/MetadataService.cls 2561 20 2561 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1886 /force-app/main/default/classes/MetadataService.cls 2562 20 2562 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1885 /force-app/main/default/classes/MetadataService.cls 2562 20 2562 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1887 /force-app/main/default/classes/MetadataService.cls 2563 20 2563 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]*'
1886 /force-app/main/default/classes/MetadataService.cls 2563 20 2563 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]*'
1888 /force-app/main/default/classes/MetadataService.cls 2565 9 2570 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1887 /force-app/main/default/classes/MetadataService.cls 2565 9 2570 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1889 /force-app/main/default/classes/MetadataService.cls 2567 20 2567 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 'navigationMenuItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1888 /force-app/main/default/classes/MetadataService.cls 2567 20 2567 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 'navigationMenuItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1890 /force-app/main/default/classes/MetadataService.cls 2568 20 2568 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1889 /force-app/main/default/classes/MetadataService.cls 2568 20 2568 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1891 /force-app/main/default/classes/MetadataService.cls 2569 20 2569 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]*'
1890 /force-app/main/default/classes/MetadataService.cls 2569 20 2569 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]*'
1892 /force-app/main/default/classes/MetadataService.cls 2571 9 2580 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1891 /force-app/main/default/classes/MetadataService.cls 2571 9 2580 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1893 /force-app/main/default/classes/MetadataService.cls 2575 20 2575 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 'actionListContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1892 /force-app/main/default/classes/MetadataService.cls 2575 20 2575 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 'actionListContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1894 /force-app/main/default/classes/MetadataService.cls 2576 20 2576 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 'platformActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1893 /force-app/main/default/classes/MetadataService.cls 2576 20 2576 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 'platformActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1895 /force-app/main/default/classes/MetadataService.cls 2577 20 2577 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 'relatedSourceEntity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1894 /force-app/main/default/classes/MetadataService.cls 2577 20 2577 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 'relatedSourceEntity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1896 /force-app/main/default/classes/MetadataService.cls 2578 20 2578 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1895 /force-app/main/default/classes/MetadataService.cls 2578 20 2578 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1897 /force-app/main/default/classes/MetadataService.cls 2579 20 2579 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]*'
1896 /force-app/main/default/classes/MetadataService.cls 2579 20 2579 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]*'
1898 /force-app/main/default/classes/MetadataService.cls 2581 9 2602 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1897 /force-app/main/default/classes/MetadataService.cls 2581 9 2602 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1899 /force-app/main/default/classes/MetadataService.cls 2581 9 2602 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1898 /force-app/main/default/classes/MetadataService.cls 2581 9 2602 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1900 /force-app/main/default/classes/MetadataService.cls 2584 20 2584 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1899 /force-app/main/default/classes/MetadataService.cls 2584 20 2584 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1901 /force-app/main/default/classes/MetadataService.cls 2592 20 2592 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 'adapterUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1900 /force-app/main/default/classes/MetadataService.cls 2592 20 2592 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 'adapterUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1902 /force-app/main/default/classes/MetadataService.cls 2593 20 2593 140 pmd 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]*'
1901 /force-app/main/default/classes/MetadataService.cls 2593 20 2593 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'customSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1903 /force-app/main/default/classes/MetadataService.cls 2594 20 2594 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 'displayName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1902 /force-app/main/default/classes/MetadataService.cls 2594 20 2594 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 'displayName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1904 /force-app/main/default/classes/MetadataService.cls 2595 20 2595 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 'displayNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1903 /force-app/main/default/classes/MetadataService.cls 2595 20 2595 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 'displayNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1905 /force-app/main/default/classes/MetadataService.cls 2596 20 2596 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 'internalNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1904 /force-app/main/default/classes/MetadataService.cls 2596 20 2596 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 'internalNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1906 /force-app/main/default/classes/MetadataService.cls 2597 20 2597 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1905 /force-app/main/default/classes/MetadataService.cls 2597 20 2597 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1907 /force-app/main/default/classes/MetadataService.cls 2598 20 2598 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1906 /force-app/main/default/classes/MetadataService.cls 2598 20 2598 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1908 /force-app/main/default/classes/MetadataService.cls 2599 20 2599 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1907 /force-app/main/default/classes/MetadataService.cls 2599 20 2599 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1909 /force-app/main/default/classes/MetadataService.cls 2600 20 2600 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1908 /force-app/main/default/classes/MetadataService.cls 2600 20 2600 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1910 /force-app/main/default/classes/MetadataService.cls 2601 20 2601 173 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1909 /force-app/main/default/classes/MetadataService.cls 2601 20 2601 173 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1911 /force-app/main/default/classes/MetadataService.cls 2603 9 2612 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1910 /force-app/main/default/classes/MetadataService.cls 2603 9 2612 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1912 /force-app/main/default/classes/MetadataService.cls 2606 20 2606 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1911 /force-app/main/default/classes/MetadataService.cls 2606 20 2606 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1913 /force-app/main/default/classes/MetadataService.cls 2608 20 2608 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 'enableMarketingAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1912 /force-app/main/default/classes/MetadataService.cls 2608 20 2608 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 'enableMarketingAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1914 /force-app/main/default/classes/MetadataService.cls 2609 20 2609 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1913 /force-app/main/default/classes/MetadataService.cls 2609 20 2609 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1915 /force-app/main/default/classes/MetadataService.cls 2610 20 2610 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1914 /force-app/main/default/classes/MetadataService.cls 2610 20 2610 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1916 /force-app/main/default/classes/MetadataService.cls 2611 20 2611 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1915 /force-app/main/default/classes/MetadataService.cls 2611 20 2611 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1917 /force-app/main/default/classes/MetadataService.cls 2613 9 2622 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1916 /force-app/main/default/classes/MetadataService.cls 2613 9 2622 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1918 /force-app/main/default/classes/MetadataService.cls 2617 20 2617 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1917 /force-app/main/default/classes/MetadataService.cls 2617 20 2617 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1919 /force-app/main/default/classes/MetadataService.cls 2618 20 2618 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1918 /force-app/main/default/classes/MetadataService.cls 2618 20 2618 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1920 /force-app/main/default/classes/MetadataService.cls 2619 20 2619 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1919 /force-app/main/default/classes/MetadataService.cls 2619 20 2619 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1921 /force-app/main/default/classes/MetadataService.cls 2620 20 2620 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1920 /force-app/main/default/classes/MetadataService.cls 2620 20 2620 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1922 /force-app/main/default/classes/MetadataService.cls 2621 20 2621 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]*'
1921 /force-app/main/default/classes/MetadataService.cls 2621 20 2621 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]*'
1923 /force-app/main/default/classes/MetadataService.cls 2623 9 2628 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1922 /force-app/main/default/classes/MetadataService.cls 2623 9 2628 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1924 /force-app/main/default/classes/MetadataService.cls 2625 20 2625 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 'button_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1923 /force-app/main/default/classes/MetadataService.cls 2625 20 2625 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 'button_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1925 /force-app/main/default/classes/MetadataService.cls 2626 20 2626 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1924 /force-app/main/default/classes/MetadataService.cls 2626 20 2626 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1926 /force-app/main/default/classes/MetadataService.cls 2627 20 2627 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1925 /force-app/main/default/classes/MetadataService.cls 2627 20 2627 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1927 /force-app/main/default/classes/MetadataService.cls 2629 9 2636 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1926 /force-app/main/default/classes/MetadataService.cls 2629 9 2636 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1928 /force-app/main/default/classes/MetadataService.cls 2632 20 2632 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1927 /force-app/main/default/classes/MetadataService.cls 2632 20 2632 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1929 /force-app/main/default/classes/MetadataService.cls 2633 20 2633 130 pmd 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]*'
1928 /force-app/main/default/classes/MetadataService.cls 2633 20 2633 130 pmd 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]*'
1930 /force-app/main/default/classes/MetadataService.cls 2634 20 2634 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1929 /force-app/main/default/classes/MetadataService.cls 2634 20 2634 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1931 /force-app/main/default/classes/MetadataService.cls 2635 20 2635 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1930 /force-app/main/default/classes/MetadataService.cls 2635 20 2635 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1932 /force-app/main/default/classes/MetadataService.cls 2637 9 2642 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1931 /force-app/main/default/classes/MetadataService.cls 2637 9 2642 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1933 /force-app/main/default/classes/MetadataService.cls 2639 20 2639 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 'articleTypeTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1932 /force-app/main/default/classes/MetadataService.cls 2639 20 2639 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 'articleTypeTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1934 /force-app/main/default/classes/MetadataService.cls 2640 20 2640 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1933 /force-app/main/default/classes/MetadataService.cls 2640 20 2640 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1935 /force-app/main/default/classes/MetadataService.cls 2641 20 2641 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]*'
1934 /force-app/main/default/classes/MetadataService.cls 2641 20 2641 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]*'
1936 /force-app/main/default/classes/MetadataService.cls 2643 9 2654 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1935 /force-app/main/default/classes/MetadataService.cls 2643 9 2654 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1937 /force-app/main/default/classes/MetadataService.cls 2646 20 2646 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1936 /force-app/main/default/classes/MetadataService.cls 2646 20 2646 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1938 /force-app/main/default/classes/MetadataService.cls 2649 20 2649 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1937 /force-app/main/default/classes/MetadataService.cls 2649 20 2649 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1939 /force-app/main/default/classes/MetadataService.cls 2650 20 2650 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1938 /force-app/main/default/classes/MetadataService.cls 2650 20 2650 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1940 /force-app/main/default/classes/MetadataService.cls 2651 20 2651 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1939 /force-app/main/default/classes/MetadataService.cls 2651 20 2651 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1941 /force-app/main/default/classes/MetadataService.cls 2652 20 2652 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1940 /force-app/main/default/classes/MetadataService.cls 2652 20 2652 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1942 /force-app/main/default/classes/MetadataService.cls 2653 20 2653 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1941 /force-app/main/default/classes/MetadataService.cls 2653 20 2653 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1943 /force-app/main/default/classes/MetadataService.cls 2655 9 2680 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1942 /force-app/main/default/classes/MetadataService.cls 2655 9 2680 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1944 /force-app/main/default/classes/MetadataService.cls 2655 9 2680 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1943 /force-app/main/default/classes/MetadataService.cls 2655 9 2680 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1945 /force-app/main/default/classes/MetadataService.cls 2658 20 2658 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1944 /force-app/main/default/classes/MetadataService.cls 2658 20 2658 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.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 /force-app/main/default/classes/MetadataService.cls 2666 18 2666 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1945 /force-app/main/default/classes/MetadataService.cls 2666 18 2666 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1947 /force-app/main/default/classes/MetadataService.cls 2668 20 2668 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1946 /force-app/main/default/classes/MetadataService.cls 2668 20 2668 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1948 /force-app/main/default/classes/MetadataService.cls 2669 20 2669 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1947 /force-app/main/default/classes/MetadataService.cls 2669 20 2669 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1949 /force-app/main/default/classes/MetadataService.cls 2670 20 2670 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 'endpointUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1948 /force-app/main/default/classes/MetadataService.cls 2670 20 2670 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 'endpointUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1950 /force-app/main/default/classes/MetadataService.cls 2671 20 2671 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1949 /force-app/main/default/classes/MetadataService.cls 2671 20 2671 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1951 /force-app/main/default/classes/MetadataService.cls 2672 20 2672 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 'includeSessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1950 /force-app/main/default/classes/MetadataService.cls 2672 20 2672 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 'includeSessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1952 /force-app/main/default/classes/MetadataService.cls 2673 20 2673 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 'integrationUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1951 /force-app/main/default/classes/MetadataService.cls 2673 20 2673 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 'integrationUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1953 /force-app/main/default/classes/MetadataService.cls 2674 20 2674 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1952 /force-app/main/default/classes/MetadataService.cls 2674 20 2674 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1954 /force-app/main/default/classes/MetadataService.cls 2675 20 2675 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1953 /force-app/main/default/classes/MetadataService.cls 2675 20 2675 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1955 /force-app/main/default/classes/MetadataService.cls 2676 20 2676 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 'useDeadLetterQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1954 /force-app/main/default/classes/MetadataService.cls 2676 20 2676 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 'useDeadLetterQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1956 /force-app/main/default/classes/MetadataService.cls 2677 20 2677 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1955 /force-app/main/default/classes/MetadataService.cls 2677 20 2677 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1957 /force-app/main/default/classes/MetadataService.cls 2678 20 2678 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1956 /force-app/main/default/classes/MetadataService.cls 2678 20 2678 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1958 /force-app/main/default/classes/MetadataService.cls 2679 20 2679 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]*'
1957 /force-app/main/default/classes/MetadataService.cls 2679 20 2679 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]*'
1959 /force-app/main/default/classes/MetadataService.cls 2681 9 2696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1958 /force-app/main/default/classes/MetadataService.cls 2681 9 2696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1960 /force-app/main/default/classes/MetadataService.cls 2684 20 2684 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1959 /force-app/main/default/classes/MetadataService.cls 2684 20 2684 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1961 /force-app/main/default/classes/MetadataService.cls 2689 20 2689 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1960 /force-app/main/default/classes/MetadataService.cls 2689 20 2689 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1962 /force-app/main/default/classes/MetadataService.cls 2690 20 2690 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1961 /force-app/main/default/classes/MetadataService.cls 2690 20 2690 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1963 /force-app/main/default/classes/MetadataService.cls 2691 20 2691 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1962 /force-app/main/default/classes/MetadataService.cls 2691 20 2691 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1964 /force-app/main/default/classes/MetadataService.cls 2692 20 2692 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1963 /force-app/main/default/classes/MetadataService.cls 2692 20 2692 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1965 /force-app/main/default/classes/MetadataService.cls 2693 20 2693 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1964 /force-app/main/default/classes/MetadataService.cls 2693 20 2693 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1966 /force-app/main/default/classes/MetadataService.cls 2694 20 2694 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1965 /force-app/main/default/classes/MetadataService.cls 2694 20 2694 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1967 /force-app/main/default/classes/MetadataService.cls 2695 20 2695 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]*'
1966 /force-app/main/default/classes/MetadataService.cls 2695 20 2695 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]*'
1968 /force-app/main/default/classes/MetadataService.cls 2697 9 2706 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1967 /force-app/main/default/classes/MetadataService.cls 2697 9 2706 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1969 /force-app/main/default/classes/MetadataService.cls 2700 20 2700 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1968 /force-app/main/default/classes/MetadataService.cls 2700 20 2700 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1970 /force-app/main/default/classes/MetadataService.cls 2702 20 2702 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 'urlPattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1969 /force-app/main/default/classes/MetadataService.cls 2702 20 2702 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 'urlPattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1971 /force-app/main/default/classes/MetadataService.cls 2703 20 2703 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1970 /force-app/main/default/classes/MetadataService.cls 2703 20 2703 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1972 /force-app/main/default/classes/MetadataService.cls 2704 20 2704 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1971 /force-app/main/default/classes/MetadataService.cls 2704 20 2704 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1973 /force-app/main/default/classes/MetadataService.cls 2705 20 2705 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]*'
1972 /force-app/main/default/classes/MetadataService.cls 2705 20 2705 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]*'
1974 /force-app/main/default/classes/MetadataService.cls 2707 9 2712 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1973 /force-app/main/default/classes/MetadataService.cls 2707 9 2712 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1975 /force-app/main/default/classes/MetadataService.cls 2709 20 2709 130 pmd 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]*'
1974 /force-app/main/default/classes/MetadataService.cls 2709 20 2709 130 pmd 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]*'
1976 /force-app/main/default/classes/MetadataService.cls 2710 20 2710 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1975 /force-app/main/default/classes/MetadataService.cls 2710 20 2710 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1977 /force-app/main/default/classes/MetadataService.cls 2711 20 2711 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1976 /force-app/main/default/classes/MetadataService.cls 2711 20 2711 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1978 /force-app/main/default/classes/MetadataService.cls 2713 9 2734 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1977 /force-app/main/default/classes/MetadataService.cls 2713 9 2734 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1979 /force-app/main/default/classes/MetadataService.cls 2713 9 2734 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1978 /force-app/main/default/classes/MetadataService.cls 2713 9 2734 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1980 /force-app/main/default/classes/MetadataService.cls 2716 20 2716 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1979 /force-app/main/default/classes/MetadataService.cls 2716 20 2716 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1981 /force-app/main/default/classes/MetadataService.cls 2724 20 2724 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1980 /force-app/main/default/classes/MetadataService.cls 2724 20 2724 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1982 /force-app/main/default/classes/MetadataService.cls 2725 20 2725 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 'groupColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1981 /force-app/main/default/classes/MetadataService.cls 2725 20 2725 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 'groupColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1983 /force-app/main/default/classes/MetadataService.cls 2726 20 2726 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1982 /force-app/main/default/classes/MetadataService.cls 2726 20 2726 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1984 /force-app/main/default/classes/MetadataService.cls 2727 20 2727 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1983 /force-app/main/default/classes/MetadataService.cls 2727 20 2727 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1985 /force-app/main/default/classes/MetadataService.cls 2728 20 2728 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1984 /force-app/main/default/classes/MetadataService.cls 2728 20 2728 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1986 /force-app/main/default/classes/MetadataService.cls 2729 20 2729 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 'sourceReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1985 /force-app/main/default/classes/MetadataService.cls 2729 20 2729 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 'sourceReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1987 /force-app/main/default/classes/MetadataService.cls 2730 20 2730 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1986 /force-app/main/default/classes/MetadataService.cls 2730 20 2730 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1988 /force-app/main/default/classes/MetadataService.cls 2731 20 2731 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1987 /force-app/main/default/classes/MetadataService.cls 2731 20 2731 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1989 /force-app/main/default/classes/MetadataService.cls 2732 20 2732 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1988 /force-app/main/default/classes/MetadataService.cls 2732 20 2732 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1990 /force-app/main/default/classes/MetadataService.cls 2733 20 2733 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]*'
1989 /force-app/main/default/classes/MetadataService.cls 2733 20 2733 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]*'
1991 /force-app/main/default/classes/MetadataService.cls 2735 17 2738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1990 /force-app/main/default/classes/MetadataService.cls 2735 17 2738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1992 /force-app/main/default/classes/MetadataService.cls 2739 9 2744 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1991 /force-app/main/default/classes/MetadataService.cls 2739 9 2744 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1993 /force-app/main/default/classes/MetadataService.cls 2741 20 2741 133 pmd 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]*'
1992 /force-app/main/default/classes/MetadataService.cls 2741 20 2741 133 pmd 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]*'
1994 /force-app/main/default/classes/MetadataService.cls 2742 20 2742 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1993 /force-app/main/default/classes/MetadataService.cls 2742 20 2742 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1995 /force-app/main/default/classes/MetadataService.cls 2743 20 2743 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]*'
1994 /force-app/main/default/classes/MetadataService.cls 2743 20 2743 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]*'
1996 /force-app/main/default/classes/MetadataService.cls 2745 9 2752 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1995 /force-app/main/default/classes/MetadataService.cls 2745 9 2752 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1997 /force-app/main/default/classes/MetadataService.cls 2748 20 2748 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1996 /force-app/main/default/classes/MetadataService.cls 2748 20 2748 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1998 /force-app/main/default/classes/MetadataService.cls 2749 20 2749 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1997 /force-app/main/default/classes/MetadataService.cls 2749 20 2749 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1999 /force-app/main/default/classes/MetadataService.cls 2750 20 2750 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1998 /force-app/main/default/classes/MetadataService.cls 2750 20 2750 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2000 /force-app/main/default/classes/MetadataService.cls 2751 20 2751 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]*'
1999 /force-app/main/default/classes/MetadataService.cls 2751 20 2751 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]*'
2001 /force-app/main/default/classes/MetadataService.cls 2753 9 2758 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2000 /force-app/main/default/classes/MetadataService.cls 2753 9 2758 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2002 /force-app/main/default/classes/MetadataService.cls 2753 9 2758 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployRecentValidationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2001 /force-app/main/default/classes/MetadataService.cls 2753 9 2758 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployRecentValidationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2003 /force-app/main/default/classes/MetadataService.cls 2755 20 2755 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2002 /force-app/main/default/classes/MetadataService.cls 2755 20 2755 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2004 /force-app/main/default/classes/MetadataService.cls 2756 20 2756 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2003 /force-app/main/default/classes/MetadataService.cls 2756 20 2756 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2005 /force-app/main/default/classes/MetadataService.cls 2757 20 2757 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2004 /force-app/main/default/classes/MetadataService.cls 2757 20 2757 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 2759 9 2768 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2005 /force-app/main/default/classes/MetadataService.cls 2759 9 2768 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2007 /force-app/main/default/classes/MetadataService.cls 2761 17 2761 22 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
2006 /force-app/main/default/classes/MetadataService.cls 2761 17 2761 22 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
2008 /force-app/main/default/classes/MetadataService.cls 2763 20 2763 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2007 /force-app/main/default/classes/MetadataService.cls 2763 20 2763 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2009 /force-app/main/default/classes/MetadataService.cls 2764 20 2764 120 pmd 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]*'
2008 /force-app/main/default/classes/MetadataService.cls 2764 20 2764 120 pmd 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]*'
2010 /force-app/main/default/classes/MetadataService.cls 2765 20 2765 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2009 /force-app/main/default/classes/MetadataService.cls 2765 20 2765 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2011 /force-app/main/default/classes/MetadataService.cls 2766 20 2766 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2010 /force-app/main/default/classes/MetadataService.cls 2766 20 2766 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2012 /force-app/main/default/classes/MetadataService.cls 2767 20 2767 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]*'
2011 /force-app/main/default/classes/MetadataService.cls 2767 20 2767 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]*'
2013 /force-app/main/default/classes/MetadataService.cls 2769 9 2774 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2012 /force-app/main/default/classes/MetadataService.cls 2769 9 2774 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2014 /force-app/main/default/classes/MetadataService.cls 2769 9 2774 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployRecentValidation_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2013 /force-app/main/default/classes/MetadataService.cls 2769 9 2774 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployRecentValidation_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2015 /force-app/main/default/classes/MetadataService.cls 2771 20 2771 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 'validationId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2014 /force-app/main/default/classes/MetadataService.cls 2771 20 2771 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 'validationId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2016 /force-app/main/default/classes/MetadataService.cls 2772 20 2772 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2015 /force-app/main/default/classes/MetadataService.cls 2772 20 2772 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2017 /force-app/main/default/classes/MetadataService.cls 2773 20 2773 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2016 /force-app/main/default/classes/MetadataService.cls 2773 20 2773 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2018 /force-app/main/default/classes/MetadataService.cls 2775 9 2786 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2017 /force-app/main/default/classes/MetadataService.cls 2775 9 2786 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2019 /force-app/main/default/classes/MetadataService.cls 2780 20 2780 140 pmd 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]*'
2018 /force-app/main/default/classes/MetadataService.cls 2780 20 2780 140 pmd 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]*'
2020 /force-app/main/default/classes/MetadataService.cls 2781 20 2781 133 pmd 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]*'
2019 /force-app/main/default/classes/MetadataService.cls 2781 20 2781 133 pmd 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]*'
2021 /force-app/main/default/classes/MetadataService.cls 2782 20 2782 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2020 /force-app/main/default/classes/MetadataService.cls 2782 20 2782 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2022 /force-app/main/default/classes/MetadataService.cls 2783 20 2783 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 'ruleActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2021 /force-app/main/default/classes/MetadataService.cls 2783 20 2783 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 'ruleActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2023 /force-app/main/default/classes/MetadataService.cls 2784 20 2784 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2022 /force-app/main/default/classes/MetadataService.cls 2784 20 2784 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2024 /force-app/main/default/classes/MetadataService.cls 2785 20 2785 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2023 /force-app/main/default/classes/MetadataService.cls 2785 20 2785 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 2787 9 2796 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2024 /force-app/main/default/classes/MetadataService.cls 2787 9 2796 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2026 /force-app/main/default/classes/MetadataService.cls 2790 20 2790 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2025 /force-app/main/default/classes/MetadataService.cls 2790 20 2790 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2027 /force-app/main/default/classes/MetadataService.cls 2792 20 2792 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 'managedTopic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2026 /force-app/main/default/classes/MetadataService.cls 2792 20 2792 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 'managedTopic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2028 /force-app/main/default/classes/MetadataService.cls 2793 20 2793 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2027 /force-app/main/default/classes/MetadataService.cls 2793 20 2793 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2029 /force-app/main/default/classes/MetadataService.cls 2794 20 2794 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2028 /force-app/main/default/classes/MetadataService.cls 2794 20 2794 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2030 /force-app/main/default/classes/MetadataService.cls 2795 20 2795 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]*'
2029 /force-app/main/default/classes/MetadataService.cls 2795 20 2795 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]*'
2031 /force-app/main/default/classes/MetadataService.cls 2797 9 2806 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2030 /force-app/main/default/classes/MetadataService.cls 2797 9 2806 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2032 /force-app/main/default/classes/MetadataService.cls 2801 20 2801 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2031 /force-app/main/default/classes/MetadataService.cls 2801 20 2801 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2033 /force-app/main/default/classes/MetadataService.cls 2802 20 2802 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 'feedItemVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2032 /force-app/main/default/classes/MetadataService.cls 2802 20 2802 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 'feedItemVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2034 /force-app/main/default/classes/MetadataService.cls 2803 20 2803 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 'relatedSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2033 /force-app/main/default/classes/MetadataService.cls 2803 20 2803 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 'relatedSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2035 /force-app/main/default/classes/MetadataService.cls 2804 20 2804 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2034 /force-app/main/default/classes/MetadataService.cls 2804 20 2804 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2036 /force-app/main/default/classes/MetadataService.cls 2805 20 2805 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]*'
2035 /force-app/main/default/classes/MetadataService.cls 2805 20 2805 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]*'
2037 /force-app/main/default/classes/MetadataService.cls 2807 9 2816 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2036 /force-app/main/default/classes/MetadataService.cls 2807 9 2816 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2038 /force-app/main/default/classes/MetadataService.cls 2811 20 2811 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 'aggregateReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2037 /force-app/main/default/classes/MetadataService.cls 2811 20 2811 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 'aggregateReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2039 /force-app/main/default/classes/MetadataService.cls 2812 20 2812 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 'blockId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2038 /force-app/main/default/classes/MetadataService.cls 2812 20 2812 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 'blockId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2040 /force-app/main/default/classes/MetadataService.cls 2813 20 2813 130 pmd 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]*'
2039 /force-app/main/default/classes/MetadataService.cls 2813 20 2813 130 pmd 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]*'
2041 /force-app/main/default/classes/MetadataService.cls 2814 20 2814 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2040 /force-app/main/default/classes/MetadataService.cls 2814 20 2814 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2042 /force-app/main/default/classes/MetadataService.cls 2815 20 2815 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2041 /force-app/main/default/classes/MetadataService.cls 2815 20 2815 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2043 /force-app/main/default/classes/MetadataService.cls 2817 17 2823 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2042 /force-app/main/default/classes/MetadataService.cls 2817 17 2823 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2044 /force-app/main/default/classes/MetadataService.cls 2824 9 2853 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2043 /force-app/main/default/classes/MetadataService.cls 2824 9 2853 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2045 /force-app/main/default/classes/MetadataService.cls 2824 9 2853 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2044 /force-app/main/default/classes/MetadataService.cls 2824 9 2853 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2046 /force-app/main/default/classes/MetadataService.cls 2838 20 2838 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2045 /force-app/main/default/classes/MetadataService.cls 2838 20 2838 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2047 /force-app/main/default/classes/MetadataService.cls 2839 20 2839 130 pmd 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]*'
2046 /force-app/main/default/classes/MetadataService.cls 2839 20 2839 130 pmd 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]*'
2048 /force-app/main/default/classes/MetadataService.cls 2840 20 2840 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2047 /force-app/main/default/classes/MetadataService.cls 2840 20 2840 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2049 /force-app/main/default/classes/MetadataService.cls 2841 20 2841 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2048 /force-app/main/default/classes/MetadataService.cls 2841 20 2841 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2050 /force-app/main/default/classes/MetadataService.cls 2842 20 2842 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2049 /force-app/main/default/classes/MetadataService.cls 2842 20 2842 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2051 /force-app/main/default/classes/MetadataService.cls 2843 20 2843 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2050 /force-app/main/default/classes/MetadataService.cls 2843 20 2843 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2052 /force-app/main/default/classes/MetadataService.cls 2844 20 2844 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2051 /force-app/main/default/classes/MetadataService.cls 2844 20 2844 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2053 /force-app/main/default/classes/MetadataService.cls 2845 20 2845 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2052 /force-app/main/default/classes/MetadataService.cls 2845 20 2845 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2054 /force-app/main/default/classes/MetadataService.cls 2846 20 2846 140 pmd 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]*'
2053 /force-app/main/default/classes/MetadataService.cls 2846 20 2846 140 pmd 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]*'
2055 /force-app/main/default/classes/MetadataService.cls 2847 20 2847 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2054 /force-app/main/default/classes/MetadataService.cls 2847 20 2847 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2056 /force-app/main/default/classes/MetadataService.cls 2848 20 2848 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2055 /force-app/main/default/classes/MetadataService.cls 2848 20 2848 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2057 /force-app/main/default/classes/MetadataService.cls 2849 20 2849 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2056 /force-app/main/default/classes/MetadataService.cls 2849 20 2849 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2058 /force-app/main/default/classes/MetadataService.cls 2850 20 2850 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2057 /force-app/main/default/classes/MetadataService.cls 2850 20 2850 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2059 /force-app/main/default/classes/MetadataService.cls 2851 20 2851 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2058 /force-app/main/default/classes/MetadataService.cls 2851 20 2851 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2060 /force-app/main/default/classes/MetadataService.cls 2852 20 2852 300 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2059 /force-app/main/default/classes/MetadataService.cls 2852 20 2852 300 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2061 /force-app/main/default/classes/MetadataService.cls 2854 9 2895 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2060 /force-app/main/default/classes/MetadataService.cls 2854 9 2895 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2062 /force-app/main/default/classes/MetadataService.cls 2854 9 2895 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2061 /force-app/main/default/classes/MetadataService.cls 2854 9 2895 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2063 /force-app/main/default/classes/MetadataService.cls 2857 20 2857 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2062 /force-app/main/default/classes/MetadataService.cls 2857 20 2857 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2064 /force-app/main/default/classes/MetadataService.cls 2875 20 2875 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2063 /force-app/main/default/classes/MetadataService.cls 2875 20 2875 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2065 /force-app/main/default/classes/MetadataService.cls 2876 20 2876 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2064 /force-app/main/default/classes/MetadataService.cls 2876 20 2876 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2066 /force-app/main/default/classes/MetadataService.cls 2877 20 2877 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2065 /force-app/main/default/classes/MetadataService.cls 2877 20 2877 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2067 /force-app/main/default/classes/MetadataService.cls 2878 20 2878 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2066 /force-app/main/default/classes/MetadataService.cls 2878 20 2878 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2068 /force-app/main/default/classes/MetadataService.cls 2879 20 2879 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2067 /force-app/main/default/classes/MetadataService.cls 2879 20 2879 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2069 /force-app/main/default/classes/MetadataService.cls 2880 20 2880 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2068 /force-app/main/default/classes/MetadataService.cls 2880 20 2880 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2070 /force-app/main/default/classes/MetadataService.cls 2881 20 2881 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2069 /force-app/main/default/classes/MetadataService.cls 2881 20 2881 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2071 /force-app/main/default/classes/MetadataService.cls 2882 20 2882 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 'layoutAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2070 /force-app/main/default/classes/MetadataService.cls 2882 20 2882 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 'layoutAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2072 /force-app/main/default/classes/MetadataService.cls 2883 20 2883 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 'loginHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2071 /force-app/main/default/classes/MetadataService.cls 2883 20 2883 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 'loginHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2073 /force-app/main/default/classes/MetadataService.cls 2884 20 2884 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 'loginIpRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2072 /force-app/main/default/classes/MetadataService.cls 2884 20 2884 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 'loginIpRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2074 /force-app/main/default/classes/MetadataService.cls 2885 20 2885 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2073 /force-app/main/default/classes/MetadataService.cls 2885 20 2885 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2075 /force-app/main/default/classes/MetadataService.cls 2886 20 2886 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2074 /force-app/main/default/classes/MetadataService.cls 2886 20 2886 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2076 /force-app/main/default/classes/MetadataService.cls 2887 20 2887 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 'profileActionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2075 /force-app/main/default/classes/MetadataService.cls 2887 20 2887 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 'profileActionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2077 /force-app/main/default/classes/MetadataService.cls 2888 20 2888 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2076 /force-app/main/default/classes/MetadataService.cls 2888 20 2888 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2078 /force-app/main/default/classes/MetadataService.cls 2889 20 2889 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 'tabVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2077 /force-app/main/default/classes/MetadataService.cls 2889 20 2889 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 'tabVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2079 /force-app/main/default/classes/MetadataService.cls 2890 20 2890 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2078 /force-app/main/default/classes/MetadataService.cls 2890 20 2890 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2080 /force-app/main/default/classes/MetadataService.cls 2891 20 2891 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2079 /force-app/main/default/classes/MetadataService.cls 2891 20 2891 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2081 /force-app/main/default/classes/MetadataService.cls 2892 20 2892 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2080 /force-app/main/default/classes/MetadataService.cls 2892 20 2892 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2082 /force-app/main/default/classes/MetadataService.cls 2893 20 2893 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2081 /force-app/main/default/classes/MetadataService.cls 2893 20 2893 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2083 /force-app/main/default/classes/MetadataService.cls 2894 20 2894 386 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2082 /force-app/main/default/classes/MetadataService.cls 2894 20 2894 386 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2084 /force-app/main/default/classes/MetadataService.cls 2896 9 2911 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2083 /force-app/main/default/classes/MetadataService.cls 2896 9 2911 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2085 /force-app/main/default/classes/MetadataService.cls 2903 20 2903 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2084 /force-app/main/default/classes/MetadataService.cls 2903 20 2903 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2086 /force-app/main/default/classes/MetadataService.cls 2904 20 2904 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 'defaultAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2085 /force-app/main/default/classes/MetadataService.cls 2904 20 2904 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 'defaultAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2087 /force-app/main/default/classes/MetadataService.cls 2905 20 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 'defaultAssigneeType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2086 /force-app/main/default/classes/MetadataService.cls 2905 20 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 'defaultAssigneeType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2088 /force-app/main/default/classes/MetadataService.cls 2906 20 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 'defaultReviewer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2087 /force-app/main/default/classes/MetadataService.cls 2906 20 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 'defaultReviewer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2089 /force-app/main/default/classes/MetadataService.cls 2907 20 2907 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 'defaultReviewerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2088 /force-app/main/default/classes/MetadataService.cls 2907 20 2907 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 'defaultReviewerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2090 /force-app/main/default/classes/MetadataService.cls 2908 20 2908 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2089 /force-app/main/default/classes/MetadataService.cls 2908 20 2908 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2091 /force-app/main/default/classes/MetadataService.cls 2909 20 2909 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2090 /force-app/main/default/classes/MetadataService.cls 2909 20 2909 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2092 /force-app/main/default/classes/MetadataService.cls 2910 20 2910 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]*'
2091 /force-app/main/default/classes/MetadataService.cls 2910 20 2910 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]*'
2093 /force-app/main/default/classes/MetadataService.cls 2912 9 2935 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2092 /force-app/main/default/classes/MetadataService.cls 2912 9 2935 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2094 /force-app/main/default/classes/MetadataService.cls 2912 9 2935 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2093 /force-app/main/default/classes/MetadataService.cls 2912 9 2935 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2095 /force-app/main/default/classes/MetadataService.cls 2923 20 2923 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 'allowMissingFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2094 /force-app/main/default/classes/MetadataService.cls 2923 20 2923 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 'allowMissingFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2096 /force-app/main/default/classes/MetadataService.cls 2924 20 2924 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 'autoUpdatePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2095 /force-app/main/default/classes/MetadataService.cls 2924 20 2924 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 'autoUpdatePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2097 /force-app/main/default/classes/MetadataService.cls 2925 20 2925 130 pmd 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]*'
2096 /force-app/main/default/classes/MetadataService.cls 2925 20 2925 130 pmd 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]*'
2098 /force-app/main/default/classes/MetadataService.cls 2926 20 2926 140 pmd 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]*'
2097 /force-app/main/default/classes/MetadataService.cls 2926 20 2926 140 pmd 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]*'
2099 /force-app/main/default/classes/MetadataService.cls 2927 20 2927 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 'performRetrieve_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2098 /force-app/main/default/classes/MetadataService.cls 2927 20 2927 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 'performRetrieve_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2100 /force-app/main/default/classes/MetadataService.cls 2928 20 2928 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 'purgeOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2099 /force-app/main/default/classes/MetadataService.cls 2928 20 2928 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 'purgeOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2101 /force-app/main/default/classes/MetadataService.cls 2929 20 2929 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2100 /force-app/main/default/classes/MetadataService.cls 2929 20 2929 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2102 /force-app/main/default/classes/MetadataService.cls 2930 20 2930 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 'runTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2101 /force-app/main/default/classes/MetadataService.cls 2930 20 2930 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 'runTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2103 /force-app/main/default/classes/MetadataService.cls 2931 20 2931 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2102 /force-app/main/default/classes/MetadataService.cls 2931 20 2931 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2104 /force-app/main/default/classes/MetadataService.cls 2932 20 2932 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'testLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2103 /force-app/main/default/classes/MetadataService.cls 2932 20 2932 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'testLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2105 /force-app/main/default/classes/MetadataService.cls 2933 20 2933 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2104 /force-app/main/default/classes/MetadataService.cls 2933 20 2933 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2106 /force-app/main/default/classes/MetadataService.cls 2934 20 2934 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]*'
2105 /force-app/main/default/classes/MetadataService.cls 2934 20 2934 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]*'
2107 /force-app/main/default/classes/MetadataService.cls 2936 9 2951 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2106 /force-app/main/default/classes/MetadataService.cls 2936 9 2951 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2108 /force-app/main/default/classes/MetadataService.cls 2939 20 2939 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2107 /force-app/main/default/classes/MetadataService.cls 2939 20 2939 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2109 /force-app/main/default/classes/MetadataService.cls 2944 20 2944 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 'availableFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2108 /force-app/main/default/classes/MetadataService.cls 2944 20 2944 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 'availableFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2110 /force-app/main/default/classes/MetadataService.cls 2945 20 2945 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2109 /force-app/main/default/classes/MetadataService.cls 2945 20 2945 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2111 /force-app/main/default/classes/MetadataService.cls 2946 20 2946 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 'displayedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2110 /force-app/main/default/classes/MetadataService.cls 2946 20 2946 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 'displayedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2112 /force-app/main/default/classes/MetadataService.cls 2947 20 2947 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2111 /force-app/main/default/classes/MetadataService.cls 2947 20 2947 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2113 /force-app/main/default/classes/MetadataService.cls 2948 20 2948 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2112 /force-app/main/default/classes/MetadataService.cls 2948 20 2948 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2114 /force-app/main/default/classes/MetadataService.cls 2949 20 2949 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2113 /force-app/main/default/classes/MetadataService.cls 2949 20 2949 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2115 /force-app/main/default/classes/MetadataService.cls 2950 20 2950 127 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2114 /force-app/main/default/classes/MetadataService.cls 2950 20 2950 127 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2116 /force-app/main/default/classes/MetadataService.cls 2952 9 2983 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2115 /force-app/main/default/classes/MetadataService.cls 2952 9 2983 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2117 /force-app/main/default/classes/MetadataService.cls 2952 9 2983 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2116 /force-app/main/default/classes/MetadataService.cls 2952 9 2983 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2118 /force-app/main/default/classes/MetadataService.cls 2967 20 2967 130 pmd 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]*'
2117 /force-app/main/default/classes/MetadataService.cls 2967 20 2967 130 pmd 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]*'
2119 /force-app/main/default/classes/MetadataService.cls 2968 20 2968 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 'fridayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2118 /force-app/main/default/classes/MetadataService.cls 2968 20 2968 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 'fridayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2120 /force-app/main/default/classes/MetadataService.cls 2969 20 2969 130 pmd 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]*'
2119 /force-app/main/default/classes/MetadataService.cls 2969 20 2969 130 pmd 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]*'
2121 /force-app/main/default/classes/MetadataService.cls 2970 20 2970 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 'mondayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2120 /force-app/main/default/classes/MetadataService.cls 2970 20 2970 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 'mondayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2122 /force-app/main/default/classes/MetadataService.cls 2971 20 2971 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 'saturdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2121 /force-app/main/default/classes/MetadataService.cls 2971 20 2971 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 'saturdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2123 /force-app/main/default/classes/MetadataService.cls 2972 20 2972 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 'saturdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2122 /force-app/main/default/classes/MetadataService.cls 2972 20 2972 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 'saturdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2124 /force-app/main/default/classes/MetadataService.cls 2973 20 2973 130 pmd 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]*'
2123 /force-app/main/default/classes/MetadataService.cls 2973 20 2973 130 pmd 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]*'
2125 /force-app/main/default/classes/MetadataService.cls 2974 20 2974 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 'sundayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2124 /force-app/main/default/classes/MetadataService.cls 2974 20 2974 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 'sundayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2126 /force-app/main/default/classes/MetadataService.cls 2975 20 2975 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 'thursdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2125 /force-app/main/default/classes/MetadataService.cls 2975 20 2975 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 'thursdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2127 /force-app/main/default/classes/MetadataService.cls 2976 20 2976 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 'thursdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2126 /force-app/main/default/classes/MetadataService.cls 2976 20 2976 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 'thursdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2128 /force-app/main/default/classes/MetadataService.cls 2977 20 2977 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 'tuesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2127 /force-app/main/default/classes/MetadataService.cls 2977 20 2977 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 'tuesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2129 /force-app/main/default/classes/MetadataService.cls 2978 20 2978 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 'tuesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2128 /force-app/main/default/classes/MetadataService.cls 2978 20 2978 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 'tuesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2130 /force-app/main/default/classes/MetadataService.cls 2979 20 2979 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 'wednesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2129 /force-app/main/default/classes/MetadataService.cls 2979 20 2979 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 'wednesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2131 /force-app/main/default/classes/MetadataService.cls 2980 20 2980 140 pmd 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]*'
2130 /force-app/main/default/classes/MetadataService.cls 2980 20 2980 140 pmd 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]*'
2132 /force-app/main/default/classes/MetadataService.cls 2981 20 2981 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2131 /force-app/main/default/classes/MetadataService.cls 2981 20 2981 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2133 /force-app/main/default/classes/MetadataService.cls 2982 20 2982 255 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2132 /force-app/main/default/classes/MetadataService.cls 2982 20 2982 255 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2134 /force-app/main/default/classes/MetadataService.cls 2984 9 2997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2133 /force-app/main/default/classes/MetadataService.cls 2984 9 2997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2135 /force-app/main/default/classes/MetadataService.cls 2987 20 2987 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2134 /force-app/main/default/classes/MetadataService.cls 2987 20 2987 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2136 /force-app/main/default/classes/MetadataService.cls 2991 20 2991 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2135 /force-app/main/default/classes/MetadataService.cls 2991 20 2991 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2137 /force-app/main/default/classes/MetadataService.cls 2992 20 2992 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2136 /force-app/main/default/classes/MetadataService.cls 2992 20 2992 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2138 /force-app/main/default/classes/MetadataService.cls 2993 20 2993 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2137 /force-app/main/default/classes/MetadataService.cls 2993 20 2993 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2139 /force-app/main/default/classes/MetadataService.cls 2994 20 2994 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2138 /force-app/main/default/classes/MetadataService.cls 2994 20 2994 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2140 /force-app/main/default/classes/MetadataService.cls 2995 20 2995 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2139 /force-app/main/default/classes/MetadataService.cls 2995 20 2995 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2141 /force-app/main/default/classes/MetadataService.cls 2996 20 2996 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2140 /force-app/main/default/classes/MetadataService.cls 2996 20 2996 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2142 /force-app/main/default/classes/MetadataService.cls 2998 9 3021 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2141 /force-app/main/default/classes/MetadataService.cls 2998 9 3021 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2143 /force-app/main/default/classes/MetadataService.cls 2998 9 3021 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2142 /force-app/main/default/classes/MetadataService.cls 2998 9 3021 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2144 /force-app/main/default/classes/MetadataService.cls 3001 20 3001 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2143 /force-app/main/default/classes/MetadataService.cls 3001 20 3001 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2145 /force-app/main/default/classes/MetadataService.cls 3005 17 3005 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2144 /force-app/main/default/classes/MetadataService.cls 3005 17 3005 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2146 /force-app/main/default/classes/MetadataService.cls 3010 20 3010 120 pmd 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]*'
2145 /force-app/main/default/classes/MetadataService.cls 3010 20 3010 120 pmd 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]*'
2147 /force-app/main/default/classes/MetadataService.cls 3011 20 3011 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2146 /force-app/main/default/classes/MetadataService.cls 3011 20 3011 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2148 /force-app/main/default/classes/MetadataService.cls 3012 20 3012 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'links_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2147 /force-app/main/default/classes/MetadataService.cls 3012 20 3012 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'links_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2149 /force-app/main/default/classes/MetadataService.cls 3013 20 3013 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2148 /force-app/main/default/classes/MetadataService.cls 3013 20 3013 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2150 /force-app/main/default/classes/MetadataService.cls 3014 20 3014 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 'pageComponentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2149 /force-app/main/default/classes/MetadataService.cls 3014 20 3014 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 'pageComponentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2151 /force-app/main/default/classes/MetadataService.cls 3015 20 3015 130 pmd 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]*'
2150 /force-app/main/default/classes/MetadataService.cls 3015 20 3015 130 pmd 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]*'
2152 /force-app/main/default/classes/MetadataService.cls 3016 20 3016 140 pmd 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]*'
2151 /force-app/main/default/classes/MetadataService.cls 3016 20 3016 140 pmd 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]*'
2153 /force-app/main/default/classes/MetadataService.cls 3017 20 3017 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2152 /force-app/main/default/classes/MetadataService.cls 3017 20 3017 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2154 /force-app/main/default/classes/MetadataService.cls 3018 20 3018 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2153 /force-app/main/default/classes/MetadataService.cls 3018 20 3018 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2155 /force-app/main/default/classes/MetadataService.cls 3019 20 3019 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2154 /force-app/main/default/classes/MetadataService.cls 3019 20 3019 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2156 /force-app/main/default/classes/MetadataService.cls 3020 20 3020 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]*'
2155 /force-app/main/default/classes/MetadataService.cls 3020 20 3020 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]*'
2157 /force-app/main/default/classes/MetadataService.cls 3022 9 3031 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2156 /force-app/main/default/classes/MetadataService.cls 3022 9 3031 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2158 /force-app/main/default/classes/MetadataService.cls 3026 20 3026 128 pmd 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]*'
2157 /force-app/main/default/classes/MetadataService.cls 3026 20 3026 128 pmd 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]*'
2159 /force-app/main/default/classes/MetadataService.cls 3027 20 3027 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2158 /force-app/main/default/classes/MetadataService.cls 3027 20 3027 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2160 /force-app/main/default/classes/MetadataService.cls 3028 20 3028 128 pmd 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]*'
2159 /force-app/main/default/classes/MetadataService.cls 3028 20 3028 128 pmd 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]*'
2161 /force-app/main/default/classes/MetadataService.cls 3029 20 3029 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2160 /force-app/main/default/classes/MetadataService.cls 3029 20 3029 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2162 /force-app/main/default/classes/MetadataService.cls 3030 20 3030 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]*'
2161 /force-app/main/default/classes/MetadataService.cls 3030 20 3030 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]*'
2163 /force-app/main/default/classes/MetadataService.cls 3032 9 3045 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2162 /force-app/main/default/classes/MetadataService.cls 3032 9 3045 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2164 /force-app/main/default/classes/MetadataService.cls 3038 20 3038 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2163 /force-app/main/default/classes/MetadataService.cls 3038 20 3038 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2165 /force-app/main/default/classes/MetadataService.cls 3039 20 3039 137 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'packageNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2164 /force-app/main/default/classes/MetadataService.cls 3039 20 3039 137 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'packageNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2166 /force-app/main/default/classes/MetadataService.cls 3040 20 3040 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2165 /force-app/main/default/classes/MetadataService.cls 3040 20 3040 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2167 /force-app/main/default/classes/MetadataService.cls 3041 20 3041 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 'specificFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2166 /force-app/main/default/classes/MetadataService.cls 3041 20 3041 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 'specificFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2168 /force-app/main/default/classes/MetadataService.cls 3042 20 3042 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 'unpackaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2167 /force-app/main/default/classes/MetadataService.cls 3042 20 3042 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 'unpackaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2169 /force-app/main/default/classes/MetadataService.cls 3043 20 3043 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2168 /force-app/main/default/classes/MetadataService.cls 3043 20 3043 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2170 /force-app/main/default/classes/MetadataService.cls 3044 20 3044 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2169 /force-app/main/default/classes/MetadataService.cls 3044 20 3044 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2171 /force-app/main/default/classes/MetadataService.cls 3046 9 3055 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2170 /force-app/main/default/classes/MetadataService.cls 3046 9 3055 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2172 /force-app/main/default/classes/MetadataService.cls 3047 45 3047 51 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'join_x' doesn't match '[a-z][a-zA-Z0-9]*'
2171 /force-app/main/default/classes/MetadataService.cls 3047 45 3047 51 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'join_x' doesn't match '[a-z][a-zA-Z0-9]*'
2173 /force-app/main/default/classes/MetadataService.cls 3050 20 3050 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2172 /force-app/main/default/classes/MetadataService.cls 3050 20 3050 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2174 /force-app/main/default/classes/MetadataService.cls 3051 20 3051 130 pmd 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]*'
2173 /force-app/main/default/classes/MetadataService.cls 3051 20 3051 130 pmd 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]*'
2175 /force-app/main/default/classes/MetadataService.cls 3052 20 3052 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 'relationship_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2174 /force-app/main/default/classes/MetadataService.cls 3052 20 3052 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 'relationship_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2176 /force-app/main/default/classes/MetadataService.cls 3053 20 3053 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2175 /force-app/main/default/classes/MetadataService.cls 3053 20 3053 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2177 /force-app/main/default/classes/MetadataService.cls 3054 20 3054 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2176 /force-app/main/default/classes/MetadataService.cls 3054 20 3054 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2178 /force-app/main/default/classes/MetadataService.cls 3056 9 3063 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2177 /force-app/main/default/classes/MetadataService.cls 3056 9 3063 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2179 /force-app/main/default/classes/MetadataService.cls 3059 20 3059 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2178 /force-app/main/default/classes/MetadataService.cls 3059 20 3059 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2180 /force-app/main/default/classes/MetadataService.cls 3060 20 3060 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2179 /force-app/main/default/classes/MetadataService.cls 3060 20 3060 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2181 /force-app/main/default/classes/MetadataService.cls 3061 20 3061 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2180 /force-app/main/default/classes/MetadataService.cls 3061 20 3061 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2182 /force-app/main/default/classes/MetadataService.cls 3062 20 3062 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]*'
2181 /force-app/main/default/classes/MetadataService.cls 3062 20 3062 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]*'
2183 /force-app/main/default/classes/MetadataService.cls 3064 9 3075 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2182 /force-app/main/default/classes/MetadataService.cls 3064 9 3075 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2184 /force-app/main/default/classes/MetadataService.cls 3067 20 3067 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2183 /force-app/main/default/classes/MetadataService.cls 3067 20 3067 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2185 /force-app/main/default/classes/MetadataService.cls 3070 20 3070 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2184 /force-app/main/default/classes/MetadataService.cls 3070 20 3070 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2186 /force-app/main/default/classes/MetadataService.cls 3071 20 3071 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2185 /force-app/main/default/classes/MetadataService.cls 3071 20 3071 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2187 /force-app/main/default/classes/MetadataService.cls 3072 20 3072 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2186 /force-app/main/default/classes/MetadataService.cls 3072 20 3072 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2188 /force-app/main/default/classes/MetadataService.cls 3073 20 3073 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2187 /force-app/main/default/classes/MetadataService.cls 3073 20 3073 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2189 /force-app/main/default/classes/MetadataService.cls 3074 20 3074 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]*'
2188 /force-app/main/default/classes/MetadataService.cls 3074 20 3074 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]*'
2190 /force-app/main/default/classes/MetadataService.cls 3076 9 3089 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2189 /force-app/main/default/classes/MetadataService.cls 3076 9 3089 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2191 /force-app/main/default/classes/MetadataService.cls 3082 20 3082 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2190 /force-app/main/default/classes/MetadataService.cls 3082 20 3082 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2192 /force-app/main/default/classes/MetadataService.cls 3083 20 3083 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2191 /force-app/main/default/classes/MetadataService.cls 3083 20 3083 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2193 /force-app/main/default/classes/MetadataService.cls 3084 20 3084 120 pmd 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]*'
2192 /force-app/main/default/classes/MetadataService.cls 3084 20 3084 120 pmd 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]*'
2194 /force-app/main/default/classes/MetadataService.cls 3085 20 3085 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2193 /force-app/main/default/classes/MetadataService.cls 3085 20 3085 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2195 /force-app/main/default/classes/MetadataService.cls 3086 20 3086 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 'scriptBootstrapMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2194 /force-app/main/default/classes/MetadataService.cls 3086 20 3086 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 'scriptBootstrapMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2196 /force-app/main/default/classes/MetadataService.cls 3087 20 3087 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2195 /force-app/main/default/classes/MetadataService.cls 3087 20 3087 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2197 /force-app/main/default/classes/MetadataService.cls 3088 20 3088 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]*'
2196 /force-app/main/default/classes/MetadataService.cls 3088 20 3088 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]*'
2198 /force-app/main/default/classes/MetadataService.cls 3090 17 3096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2197 /force-app/main/default/classes/MetadataService.cls 3090 17 3096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2199 /force-app/main/default/classes/MetadataService.cls 3097 9 3144 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2198 /force-app/main/default/classes/MetadataService.cls 3097 9 3144 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2200 /force-app/main/default/classes/MetadataService.cls 3097 9 3144 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class AuthProvider has 22 public methods, attributes, and properties (limit: 20)
2199 /force-app/main/default/classes/MetadataService.cls 3097 9 3144 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class AuthProvider has 22 public methods, attributes, and properties (limit: 20)
2201 /force-app/main/default/classes/MetadataService.cls 3097 9 3144 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2200 /force-app/main/default/classes/MetadataService.cls 3097 9 3144 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2202 /force-app/main/default/classes/MetadataService.cls 3100 20 3100 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2201 /force-app/main/default/classes/MetadataService.cls 3100 20 3100 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2203 /force-app/main/default/classes/MetadataService.cls 3121 20 3121 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 'authorizeUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2202 /force-app/main/default/classes/MetadataService.cls 3121 20 3121 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 'authorizeUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2204 /force-app/main/default/classes/MetadataService.cls 3122 20 3122 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2203 /force-app/main/default/classes/MetadataService.cls 3122 20 3122 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2205 /force-app/main/default/classes/MetadataService.cls 3123 20 3123 140 pmd 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]*'
2204 /force-app/main/default/classes/MetadataService.cls 3123 20 3123 140 pmd 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]*'
2206 /force-app/main/default/classes/MetadataService.cls 3124 20 3124 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 'customMetadataTypeRecord_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2205 /force-app/main/default/classes/MetadataService.cls 3124 20 3124 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 'customMetadataTypeRecord_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2207 /force-app/main/default/classes/MetadataService.cls 3125 20 3125 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 'defaultScopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2206 /force-app/main/default/classes/MetadataService.cls 3125 20 3125 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 'defaultScopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2208 /force-app/main/default/classes/MetadataService.cls 3126 20 3126 128 pmd 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]*'
2207 /force-app/main/default/classes/MetadataService.cls 3126 20 3126 128 pmd 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]*'
2209 /force-app/main/default/classes/MetadataService.cls 3127 20 3127 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2208 /force-app/main/default/classes/MetadataService.cls 3127 20 3127 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2210 /force-app/main/default/classes/MetadataService.cls 3128 20 3128 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 'friendlyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2209 /force-app/main/default/classes/MetadataService.cls 3128 20 3128 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 'friendlyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2211 /force-app/main/default/classes/MetadataService.cls 3129 20 3129 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2210 /force-app/main/default/classes/MetadataService.cls 3129 20 3129 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2212 /force-app/main/default/classes/MetadataService.cls 3130 20 3130 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 'idTokenIssuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2211 /force-app/main/default/classes/MetadataService.cls 3130 20 3130 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 'idTokenIssuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2213 /force-app/main/default/classes/MetadataService.cls 3131 20 3131 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 'includeOrgIdInIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2212 /force-app/main/default/classes/MetadataService.cls 3131 20 3131 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 'includeOrgIdInIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2214 /force-app/main/default/classes/MetadataService.cls 3132 20 3132 130 pmd 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]*'
2213 /force-app/main/default/classes/MetadataService.cls 3132 20 3132 130 pmd 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]*'
2215 /force-app/main/default/classes/MetadataService.cls 3133 20 3133 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2214 /force-app/main/default/classes/MetadataService.cls 3133 20 3133 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2216 /force-app/main/default/classes/MetadataService.cls 3134 20 3134 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2215 /force-app/main/default/classes/MetadataService.cls 3134 20 3134 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2217 /force-app/main/default/classes/MetadataService.cls 3135 20 3135 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 'providerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2216 /force-app/main/default/classes/MetadataService.cls 3135 20 3135 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 'providerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2218 /force-app/main/default/classes/MetadataService.cls 3136 20 3136 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 'registrationHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2217 /force-app/main/default/classes/MetadataService.cls 3136 20 3136 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 'registrationHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2219 /force-app/main/default/classes/MetadataService.cls 3137 20 3137 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 'sendAccessTokenInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2218 /force-app/main/default/classes/MetadataService.cls 3137 20 3137 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 'sendAccessTokenInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2220 /force-app/main/default/classes/MetadataService.cls 3138 20 3138 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 'sendClientCredentialsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2219 /force-app/main/default/classes/MetadataService.cls 3138 20 3138 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 'sendClientCredentialsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2221 /force-app/main/default/classes/MetadataService.cls 3139 20 3139 128 pmd 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]*'
2220 /force-app/main/default/classes/MetadataService.cls 3139 20 3139 128 pmd 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]*'
2222 /force-app/main/default/classes/MetadataService.cls 3140 20 3140 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 'userInfoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2221 /force-app/main/default/classes/MetadataService.cls 3140 20 3140 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 'userInfoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2223 /force-app/main/default/classes/MetadataService.cls 3141 20 3141 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2222 /force-app/main/default/classes/MetadataService.cls 3141 20 3141 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2224 /force-app/main/default/classes/MetadataService.cls 3142 20 3142 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2223 /force-app/main/default/classes/MetadataService.cls 3142 20 3142 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2225 /force-app/main/default/classes/MetadataService.cls 3143 20 3143 403 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2224 /force-app/main/default/classes/MetadataService.cls 3143 20 3143 403 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2226 /force-app/main/default/classes/MetadataService.cls 3145 9 3178 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2225 /force-app/main/default/classes/MetadataService.cls 3145 9 3178 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2227 /force-app/main/default/classes/MetadataService.cls 3145 9 3178 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2226 /force-app/main/default/classes/MetadataService.cls 3145 9 3178 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2228 /force-app/main/default/classes/MetadataService.cls 3148 20 3148 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2227 /force-app/main/default/classes/MetadataService.cls 3148 20 3148 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2229 /force-app/main/default/classes/MetadataService.cls 3151 20 3151 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2228 /force-app/main/default/classes/MetadataService.cls 3151 20 3151 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2230 /force-app/main/default/classes/MetadataService.cls 3152 20 3152 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2229 /force-app/main/default/classes/MetadataService.cls 3152 20 3152 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2231 /force-app/main/default/classes/MetadataService.cls 3156 18 3156 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'limit_x' doesn't match '[a-z][a-zA-Z0-9]*'
2230 /force-app/main/default/classes/MetadataService.cls 3156 18 3156 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'limit_x' doesn't match '[a-z][a-zA-Z0-9]*'
2232 /force-app/main/default/classes/MetadataService.cls 3157 17 3157 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2231 /force-app/main/default/classes/MetadataService.cls 3157 17 3157 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2233 /force-app/main/default/classes/MetadataService.cls 3164 20 3164 128 pmd 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]*'
2232 /force-app/main/default/classes/MetadataService.cls 3164 20 3164 128 pmd 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]*'
2234 /force-app/main/default/classes/MetadataService.cls 3165 20 3165 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 'displayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2233 /force-app/main/default/classes/MetadataService.cls 3165 20 3165 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 'displayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2235 /force-app/main/default/classes/MetadataService.cls 3166 20 3166 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2234 /force-app/main/default/classes/MetadataService.cls 3166 20 3166 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2236 /force-app/main/default/classes/MetadataService.cls 3167 20 3167 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'limit_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2235 /force-app/main/default/classes/MetadataService.cls 3167 20 3167 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'limit_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2237 /force-app/main/default/classes/MetadataService.cls 3168 20 3168 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2236 /force-app/main/default/classes/MetadataService.cls 3168 20 3168 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2238 /force-app/main/default/classes/MetadataService.cls 3169 20 3169 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2237 /force-app/main/default/classes/MetadataService.cls 3169 20 3169 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2239 /force-app/main/default/classes/MetadataService.cls 3170 20 3170 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 'picklistField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2238 /force-app/main/default/classes/MetadataService.cls 3170 20 3170 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 'picklistField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2240 /force-app/main/default/classes/MetadataService.cls 3171 20 3171 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2239 /force-app/main/default/classes/MetadataService.cls 3171 20 3171 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2241 /force-app/main/default/classes/MetadataService.cls 3172 20 3172 130 pmd 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]*'
2240 /force-app/main/default/classes/MetadataService.cls 3172 20 3172 130 pmd 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]*'
2242 /force-app/main/default/classes/MetadataService.cls 3173 20 3173 130 pmd 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]*'
2241 /force-app/main/default/classes/MetadataService.cls 3173 20 3173 130 pmd 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]*'
2243 /force-app/main/default/classes/MetadataService.cls 3174 20 3174 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2242 /force-app/main/default/classes/MetadataService.cls 3174 20 3174 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2244 /force-app/main/default/classes/MetadataService.cls 3175 20 3175 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2243 /force-app/main/default/classes/MetadataService.cls 3175 20 3175 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2245 /force-app/main/default/classes/MetadataService.cls 3176 20 3176 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2244 /force-app/main/default/classes/MetadataService.cls 3176 20 3176 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2246 /force-app/main/default/classes/MetadataService.cls 3177 20 3177 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]*'
2245 /force-app/main/default/classes/MetadataService.cls 3177 20 3177 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]*'
2247 /force-app/main/default/classes/MetadataService.cls 3179 9 3184 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2246 /force-app/main/default/classes/MetadataService.cls 3179 9 3184 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2248 /force-app/main/default/classes/MetadataService.cls 3181 20 3181 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 'relatedContentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2247 /force-app/main/default/classes/MetadataService.cls 3181 20 3181 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 'relatedContentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2249 /force-app/main/default/classes/MetadataService.cls 3182 20 3182 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2248 /force-app/main/default/classes/MetadataService.cls 3182 20 3182 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2250 /force-app/main/default/classes/MetadataService.cls 3183 20 3183 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]*'
2249 /force-app/main/default/classes/MetadataService.cls 3183 20 3183 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]*'
2251 /force-app/main/default/classes/MetadataService.cls 3185 9 3234 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2250 /force-app/main/default/classes/MetadataService.cls 3185 9 3234 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2252 /force-app/main/default/classes/MetadataService.cls 3185 9 3234 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class WebLink has 23 public methods, attributes, and properties (limit: 20)
2251 /force-app/main/default/classes/MetadataService.cls 3185 9 3234 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class WebLink has 23 public methods, attributes, and properties (limit: 20)
2253 /force-app/main/default/classes/MetadataService.cls 3185 9 3234 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2252 /force-app/main/default/classes/MetadataService.cls 3185 9 3234 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2254 /force-app/main/default/classes/MetadataService.cls 3188 20 3188 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.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 /force-app/main/default/classes/MetadataService.cls 3188 20 3188 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2255 /force-app/main/default/classes/MetadataService.cls 3201 17 3201 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2254 /force-app/main/default/classes/MetadataService.cls 3201 17 3201 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2256 /force-app/main/default/classes/MetadataService.cls 3203 18 3203 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2255 /force-app/main/default/classes/MetadataService.cls 3203 18 3203 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2257 /force-app/main/default/classes/MetadataService.cls 3210 20 3210 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2256 /force-app/main/default/classes/MetadataService.cls 3210 20 3210 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2258 /force-app/main/default/classes/MetadataService.cls 3211 20 3211 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2257 /force-app/main/default/classes/MetadataService.cls 3211 20 3211 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2259 /force-app/main/default/classes/MetadataService.cls 3212 20 3212 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2258 /force-app/main/default/classes/MetadataService.cls 3212 20 3212 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2260 /force-app/main/default/classes/MetadataService.cls 3213 20 3213 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2259 /force-app/main/default/classes/MetadataService.cls 3213 20 3213 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2261 /force-app/main/default/classes/MetadataService.cls 3214 20 3214 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2260 /force-app/main/default/classes/MetadataService.cls 3214 20 3214 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2262 /force-app/main/default/classes/MetadataService.cls 3215 20 3215 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2261 /force-app/main/default/classes/MetadataService.cls 3215 20 3215 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2263 /force-app/main/default/classes/MetadataService.cls 3216 20 3216 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2262 /force-app/main/default/classes/MetadataService.cls 3216 20 3216 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2264 /force-app/main/default/classes/MetadataService.cls 3217 20 3217 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2263 /force-app/main/default/classes/MetadataService.cls 3217 20 3217 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2265 /force-app/main/default/classes/MetadataService.cls 3218 20 3218 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2264 /force-app/main/default/classes/MetadataService.cls 3218 20 3218 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2266 /force-app/main/default/classes/MetadataService.cls 3219 20 3219 128 pmd 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]*'
2265 /force-app/main/default/classes/MetadataService.cls 3219 20 3219 128 pmd 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]*'
2267 /force-app/main/default/classes/MetadataService.cls 3220 20 3220 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2266 /force-app/main/default/classes/MetadataService.cls 3220 20 3220 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2268 /force-app/main/default/classes/MetadataService.cls 3221 20 3221 128 pmd 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]*'
2267 /force-app/main/default/classes/MetadataService.cls 3221 20 3221 128 pmd 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]*'
2269 /force-app/main/default/classes/MetadataService.cls 3222 20 3222 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2268 /force-app/main/default/classes/MetadataService.cls 3222 20 3222 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2270 /force-app/main/default/classes/MetadataService.cls 3223 20 3223 128 pmd 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]*'
2269 /force-app/main/default/classes/MetadataService.cls 3223 20 3223 128 pmd 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]*'
2271 /force-app/main/default/classes/MetadataService.cls 3224 20 3224 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2270 /force-app/main/default/classes/MetadataService.cls 3224 20 3224 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2272 /force-app/main/default/classes/MetadataService.cls 3225 20 3225 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2271 /force-app/main/default/classes/MetadataService.cls 3225 20 3225 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2273 /force-app/main/default/classes/MetadataService.cls 3226 20 3226 128 pmd 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]*'
2272 /force-app/main/default/classes/MetadataService.cls 3226 20 3226 128 pmd 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]*'
2274 /force-app/main/default/classes/MetadataService.cls 3227 20 3227 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2273 /force-app/main/default/classes/MetadataService.cls 3227 20 3227 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2275 /force-app/main/default/classes/MetadataService.cls 3228 20 3228 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2274 /force-app/main/default/classes/MetadataService.cls 3228 20 3228 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2276 /force-app/main/default/classes/MetadataService.cls 3229 20 3229 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2275 /force-app/main/default/classes/MetadataService.cls 3229 20 3229 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2277 /force-app/main/default/classes/MetadataService.cls 3230 20 3230 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2276 /force-app/main/default/classes/MetadataService.cls 3230 20 3230 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2278 /force-app/main/default/classes/MetadataService.cls 3231 20 3231 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2277 /force-app/main/default/classes/MetadataService.cls 3231 20 3231 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2279 /force-app/main/default/classes/MetadataService.cls 3232 20 3232 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2278 /force-app/main/default/classes/MetadataService.cls 3232 20 3232 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2280 /force-app/main/default/classes/MetadataService.cls 3233 20 3233 338 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2279 /force-app/main/default/classes/MetadataService.cls 3233 20 3233 338 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2281 /force-app/main/default/classes/MetadataService.cls 3235 9 3292 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2280 /force-app/main/default/classes/MetadataService.cls 3235 9 3292 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2282 /force-app/main/default/classes/MetadataService.cls 3235 9 3292 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Flow has 27 public methods, attributes, and properties (limit: 20)
2281 /force-app/main/default/classes/MetadataService.cls 3235 9 3292 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Flow has 27 public methods, attributes, and properties (limit: 20)
2283 /force-app/main/default/classes/MetadataService.cls 3235 9 3292 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2282 /force-app/main/default/classes/MetadataService.cls 3235 9 3292 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2284 /force-app/main/default/classes/MetadataService.cls 3238 20 3238 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2283 /force-app/main/default/classes/MetadataService.cls 3238 20 3238 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2285 /force-app/main/default/classes/MetadataService.cls 3264 20 3264 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 'actionCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2284 /force-app/main/default/classes/MetadataService.cls 3264 20 3264 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 'actionCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2286 /force-app/main/default/classes/MetadataService.cls 3265 20 3265 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 'apexPluginCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2285 /force-app/main/default/classes/MetadataService.cls 3265 20 3265 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 'apexPluginCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2287 /force-app/main/default/classes/MetadataService.cls 3266 20 3266 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2286 /force-app/main/default/classes/MetadataService.cls 3266 20 3266 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2288 /force-app/main/default/classes/MetadataService.cls 3267 20 3267 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2287 /force-app/main/default/classes/MetadataService.cls 3267 20 3267 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2289 /force-app/main/default/classes/MetadataService.cls 3268 20 3268 131 pmd 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]*'
2288 /force-app/main/default/classes/MetadataService.cls 3268 20 3268 131 pmd 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]*'
2290 /force-app/main/default/classes/MetadataService.cls 3269 20 3269 131 pmd 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]*'
2289 /force-app/main/default/classes/MetadataService.cls 3269 20 3269 131 pmd 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]*'
2291 /force-app/main/default/classes/MetadataService.cls 3270 20 3270 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2290 /force-app/main/default/classes/MetadataService.cls 3270 20 3270 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2292 /force-app/main/default/classes/MetadataService.cls 3271 20 3271 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 'dynamicChoiceSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2291 /force-app/main/default/classes/MetadataService.cls 3271 20 3271 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 'dynamicChoiceSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2293 /force-app/main/default/classes/MetadataService.cls 3272 20 3272 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 'formulas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2292 /force-app/main/default/classes/MetadataService.cls 3272 20 3272 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 'formulas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2294 /force-app/main/default/classes/MetadataService.cls 3273 20 3273 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'interviewLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2293 /force-app/main/default/classes/MetadataService.cls 3273 20 3273 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'interviewLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2295 /force-app/main/default/classes/MetadataService.cls 3274 20 3274 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2294 /force-app/main/default/classes/MetadataService.cls 3274 20 3274 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2296 /force-app/main/default/classes/MetadataService.cls 3275 20 3275 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'loops_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2295 /force-app/main/default/classes/MetadataService.cls 3275 20 3275 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'loops_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2297 /force-app/main/default/classes/MetadataService.cls 3276 20 3276 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2296 /force-app/main/default/classes/MetadataService.cls 3276 20 3276 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2298 /force-app/main/default/classes/MetadataService.cls 3277 20 3277 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 'processType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2297 /force-app/main/default/classes/MetadataService.cls 3277 20 3277 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 'processType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2299 /force-app/main/default/classes/MetadataService.cls 3278 20 3278 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 'recordCreates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2298 /force-app/main/default/classes/MetadataService.cls 3278 20 3278 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 'recordCreates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2300 /force-app/main/default/classes/MetadataService.cls 3279 20 3279 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 'recordDeletes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2299 /force-app/main/default/classes/MetadataService.cls 3279 20 3279 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 'recordDeletes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2301 /force-app/main/default/classes/MetadataService.cls 3280 20 3280 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 'recordLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2300 /force-app/main/default/classes/MetadataService.cls 3280 20 3280 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 'recordLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2302 /force-app/main/default/classes/MetadataService.cls 3281 20 3281 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 'recordUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2301 /force-app/main/default/classes/MetadataService.cls 3281 20 3281 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 'recordUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2303 /force-app/main/default/classes/MetadataService.cls 3282 20 3282 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2302 /force-app/main/default/classes/MetadataService.cls 3282 20 3282 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2304 /force-app/main/default/classes/MetadataService.cls 3283 20 3283 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 'startElementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2303 /force-app/main/default/classes/MetadataService.cls 3283 20 3283 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 'startElementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2305 /force-app/main/default/classes/MetadataService.cls 3284 20 3284 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'steps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2304 /force-app/main/default/classes/MetadataService.cls 3284 20 3284 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'steps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2306 /force-app/main/default/classes/MetadataService.cls 3285 20 3285 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 'subflows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2305 /force-app/main/default/classes/MetadataService.cls 3285 20 3285 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 'subflows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2307 /force-app/main/default/classes/MetadataService.cls 3286 20 3286 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 'textTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2306 /force-app/main/default/classes/MetadataService.cls 3286 20 3286 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 'textTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2308 /force-app/main/default/classes/MetadataService.cls 3287 20 3287 131 pmd 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]*'
2307 /force-app/main/default/classes/MetadataService.cls 3287 20 3287 131 pmd 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]*'
2309 /force-app/main/default/classes/MetadataService.cls 3288 20 3288 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'waits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2308 /force-app/main/default/classes/MetadataService.cls 3288 20 3288 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'waits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2310 /force-app/main/default/classes/MetadataService.cls 3289 20 3289 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2309 /force-app/main/default/classes/MetadataService.cls 3289 20 3289 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2311 /force-app/main/default/classes/MetadataService.cls 3290 20 3290 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2310 /force-app/main/default/classes/MetadataService.cls 3290 20 3290 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2312 /force-app/main/default/classes/MetadataService.cls 3291 20 3291 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]*'
2311 /force-app/main/default/classes/MetadataService.cls 3291 20 3291 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]*'
2313 /force-app/main/default/classes/MetadataService.cls 3293 9 3300 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2312 /force-app/main/default/classes/MetadataService.cls 3293 9 3300 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2314 /force-app/main/default/classes/MetadataService.cls 3296 20 3296 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2313 /force-app/main/default/classes/MetadataService.cls 3296 20 3296 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2315 /force-app/main/default/classes/MetadataService.cls 3297 20 3297 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2314 /force-app/main/default/classes/MetadataService.cls 3297 20 3297 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2316 /force-app/main/default/classes/MetadataService.cls 3298 20 3298 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2315 /force-app/main/default/classes/MetadataService.cls 3298 20 3298 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2317 /force-app/main/default/classes/MetadataService.cls 3299 20 3299 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2316 /force-app/main/default/classes/MetadataService.cls 3299 20 3299 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2318 /force-app/main/default/classes/MetadataService.cls 3301 9 3310 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2317 /force-app/main/default/classes/MetadataService.cls 3301 9 3310 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2319 /force-app/main/default/classes/MetadataService.cls 3303 17 3303 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2318 /force-app/main/default/classes/MetadataService.cls 3303 17 3303 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2320 /force-app/main/default/classes/MetadataService.cls 3305 20 3305 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2319 /force-app/main/default/classes/MetadataService.cls 3305 20 3305 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2321 /force-app/main/default/classes/MetadataService.cls 3306 20 3306 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2320 /force-app/main/default/classes/MetadataService.cls 3306 20 3306 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2322 /force-app/main/default/classes/MetadataService.cls 3307 20 3307 128 pmd 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]*'
2321 /force-app/main/default/classes/MetadataService.cls 3307 20 3307 128 pmd 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]*'
2323 /force-app/main/default/classes/MetadataService.cls 3308 20 3308 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2322 /force-app/main/default/classes/MetadataService.cls 3308 20 3308 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2324 /force-app/main/default/classes/MetadataService.cls 3309 20 3309 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]*'
2323 /force-app/main/default/classes/MetadataService.cls 3309 20 3309 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]*'
2325 /force-app/main/default/classes/MetadataService.cls 3311 9 3324 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2324 /force-app/main/default/classes/MetadataService.cls 3311 9 3324 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2326 /force-app/main/default/classes/MetadataService.cls 3314 20 3314 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2325 /force-app/main/default/classes/MetadataService.cls 3314 20 3314 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2327 /force-app/main/default/classes/MetadataService.cls 3316 20 3316 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2326 /force-app/main/default/classes/MetadataService.cls 3316 20 3316 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2328 /force-app/main/default/classes/MetadataService.cls 3319 20 3319 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2327 /force-app/main/default/classes/MetadataService.cls 3319 20 3319 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2329 /force-app/main/default/classes/MetadataService.cls 3320 20 3320 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2328 /force-app/main/default/classes/MetadataService.cls 3320 20 3320 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2330 /force-app/main/default/classes/MetadataService.cls 3321 20 3321 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2329 /force-app/main/default/classes/MetadataService.cls 3321 20 3321 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2331 /force-app/main/default/classes/MetadataService.cls 3322 20 3322 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2330 /force-app/main/default/classes/MetadataService.cls 3322 20 3322 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2332 /force-app/main/default/classes/MetadataService.cls 3323 20 3323 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2331 /force-app/main/default/classes/MetadataService.cls 3323 20 3323 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2333 /force-app/main/default/classes/MetadataService.cls 3325 9 3336 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2332 /force-app/main/default/classes/MetadataService.cls 3325 9 3336 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2334 /force-app/main/default/classes/MetadataService.cls 3328 20 3328 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2333 /force-app/main/default/classes/MetadataService.cls 3328 20 3328 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2335 /force-app/main/default/classes/MetadataService.cls 3331 20 3331 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2334 /force-app/main/default/classes/MetadataService.cls 3331 20 3331 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2336 /force-app/main/default/classes/MetadataService.cls 3332 20 3332 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 'standardValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2335 /force-app/main/default/classes/MetadataService.cls 3332 20 3332 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 'standardValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2337 /force-app/main/default/classes/MetadataService.cls 3333 20 3333 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2336 /force-app/main/default/classes/MetadataService.cls 3333 20 3333 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2338 /force-app/main/default/classes/MetadataService.cls 3334 20 3334 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2337 /force-app/main/default/classes/MetadataService.cls 3334 20 3334 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2339 /force-app/main/default/classes/MetadataService.cls 3335 20 3335 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]*'
2338 /force-app/main/default/classes/MetadataService.cls 3335 20 3335 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]*'
2340 /force-app/main/default/classes/MetadataService.cls 3337 9 3350 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2339 /force-app/main/default/classes/MetadataService.cls 3337 9 3350 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2341 /force-app/main/default/classes/MetadataService.cls 3343 20 3343 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2340 /force-app/main/default/classes/MetadataService.cls 3343 20 3343 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2342 /force-app/main/default/classes/MetadataService.cls 3344 20 3344 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2341 /force-app/main/default/classes/MetadataService.cls 3344 20 3344 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2343 /force-app/main/default/classes/MetadataService.cls 3345 20 3345 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 'horizontalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2342 /force-app/main/default/classes/MetadataService.cls 3345 20 3345 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 'horizontalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2344 /force-app/main/default/classes/MetadataService.cls 3346 20 3346 120 pmd 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]*'
2343 /force-app/main/default/classes/MetadataService.cls 3346 20 3346 120 pmd 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]*'
2345 /force-app/main/default/classes/MetadataService.cls 3347 20 3347 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 'verticalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2344 /force-app/main/default/classes/MetadataService.cls 3347 20 3347 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 'verticalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2346 /force-app/main/default/classes/MetadataService.cls 3348 20 3348 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2345 /force-app/main/default/classes/MetadataService.cls 3348 20 3348 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2347 /force-app/main/default/classes/MetadataService.cls 3349 20 3349 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2346 /force-app/main/default/classes/MetadataService.cls 3349 20 3349 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 3351 9 3358 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2347 /force-app/main/default/classes/MetadataService.cls 3351 9 3358 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2349 /force-app/main/default/classes/MetadataService.cls 3354 20 3354 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2348 /force-app/main/default/classes/MetadataService.cls 3354 20 3354 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2350 /force-app/main/default/classes/MetadataService.cls 3355 20 3355 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2349 /force-app/main/default/classes/MetadataService.cls 3355 20 3355 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2351 /force-app/main/default/classes/MetadataService.cls 3356 20 3356 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2350 /force-app/main/default/classes/MetadataService.cls 3356 20 3356 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2352 /force-app/main/default/classes/MetadataService.cls 3357 20 3357 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]*'
2351 /force-app/main/default/classes/MetadataService.cls 3357 20 3357 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]*'
2353 /force-app/main/default/classes/MetadataService.cls 3359 9 3364 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2352 /force-app/main/default/classes/MetadataService.cls 3359 9 3364 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2354 /force-app/main/default/classes/MetadataService.cls 3361 20 3361 131 pmd 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]*'
2353 /force-app/main/default/classes/MetadataService.cls 3361 20 3361 131 pmd 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]*'
2355 /force-app/main/default/classes/MetadataService.cls 3362 20 3362 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2354 /force-app/main/default/classes/MetadataService.cls 3362 20 3362 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2356 /force-app/main/default/classes/MetadataService.cls 3363 20 3363 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2355 /force-app/main/default/classes/MetadataService.cls 3363 20 3363 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2357 /force-app/main/default/classes/MetadataService.cls 3365 9 3380 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2356 /force-app/main/default/classes/MetadataService.cls 3365 9 3380 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2358 /force-app/main/default/classes/MetadataService.cls 3372 20 3372 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2357 /force-app/main/default/classes/MetadataService.cls 3372 20 3372 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2359 /force-app/main/default/classes/MetadataService.cls 3373 20 3373 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2358 /force-app/main/default/classes/MetadataService.cls 3373 20 3373 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2360 /force-app/main/default/classes/MetadataService.cls 3374 20 3374 130 pmd 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]*'
2359 /force-app/main/default/classes/MetadataService.cls 3374 20 3374 130 pmd 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]*'
2361 /force-app/main/default/classes/MetadataService.cls 3375 20 3375 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2360 /force-app/main/default/classes/MetadataService.cls 3375 20 3375 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2362 /force-app/main/default/classes/MetadataService.cls 3376 20 3376 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 'pathAssistantSteps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2361 /force-app/main/default/classes/MetadataService.cls 3376 20 3376 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 'pathAssistantSteps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2363 /force-app/main/default/classes/MetadataService.cls 3377 20 3377 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'recordTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2362 /force-app/main/default/classes/MetadataService.cls 3377 20 3377 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'recordTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2364 /force-app/main/default/classes/MetadataService.cls 3378 20 3378 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2363 /force-app/main/default/classes/MetadataService.cls 3378 20 3378 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2365 /force-app/main/default/classes/MetadataService.cls 3379 20 3379 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]*'
2364 /force-app/main/default/classes/MetadataService.cls 3379 20 3379 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]*'
2366 /force-app/main/default/classes/MetadataService.cls 3381 9 3394 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2365 /force-app/main/default/classes/MetadataService.cls 3381 9 3394 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2367 /force-app/main/default/classes/MetadataService.cls 3387 20 3387 120 pmd 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]*'
2366 /force-app/main/default/classes/MetadataService.cls 3387 20 3387 120 pmd 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]*'
2368 /force-app/main/default/classes/MetadataService.cls 3388 20 3388 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2367 /force-app/main/default/classes/MetadataService.cls 3388 20 3388 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2369 /force-app/main/default/classes/MetadataService.cls 3389 20 3389 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2368 /force-app/main/default/classes/MetadataService.cls 3389 20 3389 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2370 /force-app/main/default/classes/MetadataService.cls 3390 20 3390 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 'state_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2369 /force-app/main/default/classes/MetadataService.cls 3390 20 3390 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 'state_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2371 /force-app/main/default/classes/MetadataService.cls 3391 20 3391 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2370 /force-app/main/default/classes/MetadataService.cls 3391 20 3391 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2372 /force-app/main/default/classes/MetadataService.cls 3392 20 3392 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2371 /force-app/main/default/classes/MetadataService.cls 3392 20 3392 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2373 /force-app/main/default/classes/MetadataService.cls 3393 20 3393 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]*'
2372 /force-app/main/default/classes/MetadataService.cls 3393 20 3393 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]*'
2374 /force-app/main/default/classes/MetadataService.cls 3395 9 3410 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2373 /force-app/main/default/classes/MetadataService.cls 3395 9 3410 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2375 /force-app/main/default/classes/MetadataService.cls 3398 20 3398 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2374 /force-app/main/default/classes/MetadataService.cls 3398 20 3398 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2376 /force-app/main/default/classes/MetadataService.cls 3403 20 3403 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2375 /force-app/main/default/classes/MetadataService.cls 3403 20 3403 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2377 /force-app/main/default/classes/MetadataService.cls 3404 20 3404 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 'lockSharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2376 /force-app/main/default/classes/MetadataService.cls 3404 20 3404 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 'lockSharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2378 /force-app/main/default/classes/MetadataService.cls 3405 20 3405 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2377 /force-app/main/default/classes/MetadataService.cls 3405 20 3405 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2379 /force-app/main/default/classes/MetadataService.cls 3406 20 3406 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 'sharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2378 /force-app/main/default/classes/MetadataService.cls 3406 20 3406 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 'sharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2380 /force-app/main/default/classes/MetadataService.cls 3407 20 3407 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2379 /force-app/main/default/classes/MetadataService.cls 3407 20 3407 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2381 /force-app/main/default/classes/MetadataService.cls 3408 20 3408 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2380 /force-app/main/default/classes/MetadataService.cls 3408 20 3408 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2382 /force-app/main/default/classes/MetadataService.cls 3409 20 3409 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 3409 20 3409 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2383 /force-app/main/default/classes/MetadataService.cls 3411 9 3428 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2382 /force-app/main/default/classes/MetadataService.cls 3411 9 3428 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2384 /force-app/main/default/classes/MetadataService.cls 3411 9 3428 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2383 /force-app/main/default/classes/MetadataService.cls 3411 9 3428 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2385 /force-app/main/default/classes/MetadataService.cls 3414 20 3414 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2384 /force-app/main/default/classes/MetadataService.cls 3414 20 3414 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2386 /force-app/main/default/classes/MetadataService.cls 3417 18 3417 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2385 /force-app/main/default/classes/MetadataService.cls 3417 18 3417 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2387 /force-app/main/default/classes/MetadataService.cls 3420 20 3420 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2386 /force-app/main/default/classes/MetadataService.cls 3420 20 3420 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2388 /force-app/main/default/classes/MetadataService.cls 3421 20 3421 128 pmd 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]*'
2387 /force-app/main/default/classes/MetadataService.cls 3421 20 3421 128 pmd 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]*'
2389 /force-app/main/default/classes/MetadataService.cls 3422 20 3422 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2388 /force-app/main/default/classes/MetadataService.cls 3422 20 3422 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2390 /force-app/main/default/classes/MetadataService.cls 3423 20 3423 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 'shortDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2389 /force-app/main/default/classes/MetadataService.cls 3423 20 3423 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 'shortDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2391 /force-app/main/default/classes/MetadataService.cls 3424 20 3424 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2390 /force-app/main/default/classes/MetadataService.cls 3424 20 3424 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2392 /force-app/main/default/classes/MetadataService.cls 3425 20 3425 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2391 /force-app/main/default/classes/MetadataService.cls 3425 20 3425 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2393 /force-app/main/default/classes/MetadataService.cls 3426 20 3426 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2392 /force-app/main/default/classes/MetadataService.cls 3426 20 3426 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2394 /force-app/main/default/classes/MetadataService.cls 3427 20 3427 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]*'
2393 /force-app/main/default/classes/MetadataService.cls 3427 20 3427 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]*'
2395 /force-app/main/default/classes/MetadataService.cls 3429 9 3440 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2394 /force-app/main/default/classes/MetadataService.cls 3429 9 3440 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2396 /force-app/main/default/classes/MetadataService.cls 3432 20 3432 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2395 /force-app/main/default/classes/MetadataService.cls 3432 20 3432 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2397 /force-app/main/default/classes/MetadataService.cls 3435 20 3435 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 'enableMiddleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2396 /force-app/main/default/classes/MetadataService.cls 3435 20 3435 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 'enableMiddleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2398 /force-app/main/default/classes/MetadataService.cls 3436 20 3436 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 'enableNameSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2397 /force-app/main/default/classes/MetadataService.cls 3436 20 3436 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 'enableNameSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2399 /force-app/main/default/classes/MetadataService.cls 3437 20 3437 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2398 /force-app/main/default/classes/MetadataService.cls 3437 20 3437 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2400 /force-app/main/default/classes/MetadataService.cls 3438 20 3438 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2399 /force-app/main/default/classes/MetadataService.cls 3438 20 3438 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2401 /force-app/main/default/classes/MetadataService.cls 3439 20 3439 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2400 /force-app/main/default/classes/MetadataService.cls 3439 20 3439 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2402 /force-app/main/default/classes/MetadataService.cls 3441 9 3454 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2401 /force-app/main/default/classes/MetadataService.cls 3441 9 3454 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2403 /force-app/main/default/classes/MetadataService.cls 3444 20 3444 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2402 /force-app/main/default/classes/MetadataService.cls 3444 20 3444 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2404 /force-app/main/default/classes/MetadataService.cls 3448 20 3448 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2403 /force-app/main/default/classes/MetadataService.cls 3448 20 3448 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2405 /force-app/main/default/classes/MetadataService.cls 3449 20 3449 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2404 /force-app/main/default/classes/MetadataService.cls 3449 20 3449 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2406 /force-app/main/default/classes/MetadataService.cls 3450 20 3450 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2405 /force-app/main/default/classes/MetadataService.cls 3450 20 3450 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2407 /force-app/main/default/classes/MetadataService.cls 3451 20 3451 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2406 /force-app/main/default/classes/MetadataService.cls 3451 20 3451 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2408 /force-app/main/default/classes/MetadataService.cls 3452 20 3452 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2407 /force-app/main/default/classes/MetadataService.cls 3452 20 3452 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2409 /force-app/main/default/classes/MetadataService.cls 3453 20 3453 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]*'
2408 /force-app/main/default/classes/MetadataService.cls 3453 20 3453 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]*'
2410 /force-app/main/default/classes/MetadataService.cls 3455 9 3460 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2409 /force-app/main/default/classes/MetadataService.cls 3455 9 3460 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2411 /force-app/main/default/classes/MetadataService.cls 3455 9 3460 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkRetrieveStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2410 /force-app/main/default/classes/MetadataService.cls 3455 9 3460 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkRetrieveStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2412 /force-app/main/default/classes/MetadataService.cls 3457 20 3457 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2411 /force-app/main/default/classes/MetadataService.cls 3457 20 3457 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2413 /force-app/main/default/classes/MetadataService.cls 3458 20 3458 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2412 /force-app/main/default/classes/MetadataService.cls 3458 20 3458 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2414 /force-app/main/default/classes/MetadataService.cls 3459 20 3459 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 3459 20 3459 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2415 /force-app/main/default/classes/MetadataService.cls 3461 9 3478 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2414 /force-app/main/default/classes/MetadataService.cls 3461 9 3478 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2416 /force-app/main/default/classes/MetadataService.cls 3461 9 3478 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2415 /force-app/main/default/classes/MetadataService.cls 3461 9 3478 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2417 /force-app/main/default/classes/MetadataService.cls 3464 20 3464 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2416 /force-app/main/default/classes/MetadataService.cls 3464 20 3464 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2418 /force-app/main/default/classes/MetadataService.cls 3470 20 3470 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 'defaultAccountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2417 /force-app/main/default/classes/MetadataService.cls 3470 20 3470 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 'defaultAccountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2419 /force-app/main/default/classes/MetadataService.cls 3471 20 3471 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 'defaultCaseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2418 /force-app/main/default/classes/MetadataService.cls 3471 20 3471 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 'defaultCaseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2420 /force-app/main/default/classes/MetadataService.cls 3472 20 3472 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 'defaultContactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2419 /force-app/main/default/classes/MetadataService.cls 3472 20 3472 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 'defaultContactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2421 /force-app/main/default/classes/MetadataService.cls 3473 20 3473 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 'defaultOpportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2420 /force-app/main/default/classes/MetadataService.cls 3473 20 3473 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 'defaultOpportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2422 /force-app/main/default/classes/MetadataService.cls 3474 20 3474 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 'opportunityFilterSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2421 /force-app/main/default/classes/MetadataService.cls 3474 20 3474 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 'opportunityFilterSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2423 /force-app/main/default/classes/MetadataService.cls 3475 20 3475 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2422 /force-app/main/default/classes/MetadataService.cls 3475 20 3475 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2424 /force-app/main/default/classes/MetadataService.cls 3476 20 3476 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2423 /force-app/main/default/classes/MetadataService.cls 3476 20 3476 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2425 /force-app/main/default/classes/MetadataService.cls 3477 20 3477 210 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2424 /force-app/main/default/classes/MetadataService.cls 3477 20 3477 210 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2426 /force-app/main/default/classes/MetadataService.cls 3479 9 3490 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2425 /force-app/main/default/classes/MetadataService.cls 3479 9 3490 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2427 /force-app/main/default/classes/MetadataService.cls 3484 20 3484 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2426 /force-app/main/default/classes/MetadataService.cls 3484 20 3484 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2428 /force-app/main/default/classes/MetadataService.cls 3485 20 3485 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 'isDefaultPartition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2427 /force-app/main/default/classes/MetadataService.cls 3485 20 3485 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 'isDefaultPartition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2429 /force-app/main/default/classes/MetadataService.cls 3486 20 3486 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2428 /force-app/main/default/classes/MetadataService.cls 3486 20 3486 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2430 /force-app/main/default/classes/MetadataService.cls 3487 20 3487 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 'platformCachePartitionTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2429 /force-app/main/default/classes/MetadataService.cls 3487 20 3487 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 'platformCachePartitionTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2431 /force-app/main/default/classes/MetadataService.cls 3488 20 3488 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2430 /force-app/main/default/classes/MetadataService.cls 3488 20 3488 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2432 /force-app/main/default/classes/MetadataService.cls 3489 20 3489 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]*'
2431 /force-app/main/default/classes/MetadataService.cls 3489 20 3489 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]*'
2433 /force-app/main/default/classes/MetadataService.cls 3491 9 3500 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2432 /force-app/main/default/classes/MetadataService.cls 3491 9 3500 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2434 /force-app/main/default/classes/MetadataService.cls 3493 17 3493 22 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
2433 /force-app/main/default/classes/MetadataService.cls 3493 17 3493 22 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
2435 /force-app/main/default/classes/MetadataService.cls 3495 20 3495 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2434 /force-app/main/default/classes/MetadataService.cls 3495 20 3495 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2436 /force-app/main/default/classes/MetadataService.cls 3496 20 3496 120 pmd 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]*'
2435 /force-app/main/default/classes/MetadataService.cls 3496 20 3496 120 pmd 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]*'
2437 /force-app/main/default/classes/MetadataService.cls 3497 20 3497 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2436 /force-app/main/default/classes/MetadataService.cls 3497 20 3497 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2438 /force-app/main/default/classes/MetadataService.cls 3498 20 3498 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2437 /force-app/main/default/classes/MetadataService.cls 3498 20 3498 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2439 /force-app/main/default/classes/MetadataService.cls 3499 20 3499 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]*'
2438 /force-app/main/default/classes/MetadataService.cls 3499 20 3499 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]*'
2440 /force-app/main/default/classes/MetadataService.cls 3501 9 3540 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2439 /force-app/main/default/classes/MetadataService.cls 3501 9 3540 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2441 /force-app/main/default/classes/MetadataService.cls 3501 9 3540 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2440 /force-app/main/default/classes/MetadataService.cls 3501 9 3540 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2442 /force-app/main/default/classes/MetadataService.cls 3504 20 3504 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2441 /force-app/main/default/classes/MetadataService.cls 3504 20 3504 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2443 /force-app/main/default/classes/MetadataService.cls 3518 17 3518 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
2442 /force-app/main/default/classes/MetadataService.cls 3518 17 3518 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
2444 /force-app/main/default/classes/MetadataService.cls 3521 20 3521 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2443 /force-app/main/default/classes/MetadataService.cls 3521 20 3521 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2445 /force-app/main/default/classes/MetadataService.cls 3522 20 3522 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2444 /force-app/main/default/classes/MetadataService.cls 3522 20 3522 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2446 /force-app/main/default/classes/MetadataService.cls 3523 20 3523 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 'customConfiguration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2445 /force-app/main/default/classes/MetadataService.cls 3523 20 3523 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 'customConfiguration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2447 /force-app/main/default/classes/MetadataService.cls 3524 20 3524 128 pmd 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]*'
2446 /force-app/main/default/classes/MetadataService.cls 3524 20 3524 128 pmd 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]*'
2448 /force-app/main/default/classes/MetadataService.cls 3525 20 3525 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 'isWritable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2447 /force-app/main/default/classes/MetadataService.cls 3525 20 3525 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 'isWritable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2449 /force-app/main/default/classes/MetadataService.cls 3526 20 3526 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2448 /force-app/main/default/classes/MetadataService.cls 3526 20 3526 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2450 /force-app/main/default/classes/MetadataService.cls 3527 20 3527 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2449 /force-app/main/default/classes/MetadataService.cls 3527 20 3527 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2451 /force-app/main/default/classes/MetadataService.cls 3528 20 3528 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2450 /force-app/main/default/classes/MetadataService.cls 3528 20 3528 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2452 /force-app/main/default/classes/MetadataService.cls 3529 20 3529 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2451 /force-app/main/default/classes/MetadataService.cls 3529 20 3529 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2453 /force-app/main/default/classes/MetadataService.cls 3530 20 3530 128 pmd 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]*'
2452 /force-app/main/default/classes/MetadataService.cls 3530 20 3530 128 pmd 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]*'
2454 /force-app/main/default/classes/MetadataService.cls 3531 20 3531 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2453 /force-app/main/default/classes/MetadataService.cls 3531 20 3531 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2455 /force-app/main/default/classes/MetadataService.cls 3532 20 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 'protocol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2454 /force-app/main/default/classes/MetadataService.cls 3532 20 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 'protocol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2456 /force-app/main/default/classes/MetadataService.cls 3533 20 3533 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 'repository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2455 /force-app/main/default/classes/MetadataService.cls 3533 20 3533 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 'repository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2457 /force-app/main/default/classes/MetadataService.cls 3534 20 3534 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2456 /force-app/main/default/classes/MetadataService.cls 3534 20 3534 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2458 /force-app/main/default/classes/MetadataService.cls 3535 20 3535 128 pmd 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]*'
2457 /force-app/main/default/classes/MetadataService.cls 3535 20 3535 128 pmd 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]*'
2459 /force-app/main/default/classes/MetadataService.cls 3536 20 3536 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2458 /force-app/main/default/classes/MetadataService.cls 3536 20 3536 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2460 /force-app/main/default/classes/MetadataService.cls 3537 20 3537 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2459 /force-app/main/default/classes/MetadataService.cls 3537 20 3537 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2461 /force-app/main/default/classes/MetadataService.cls 3538 20 3538 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2460 /force-app/main/default/classes/MetadataService.cls 3538 20 3538 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2462 /force-app/main/default/classes/MetadataService.cls 3539 20 3539 279 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2461 /force-app/main/default/classes/MetadataService.cls 3539 20 3539 279 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2463 /force-app/main/default/classes/MetadataService.cls 3541 9 3546 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2462 /force-app/main/default/classes/MetadataService.cls 3541 9 3546 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2464 /force-app/main/default/classes/MetadataService.cls 3541 9 3546 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'retrieveResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2463 /force-app/main/default/classes/MetadataService.cls 3541 9 3546 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'retrieveResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2465 /force-app/main/default/classes/MetadataService.cls 3543 20 3543 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2464 /force-app/main/default/classes/MetadataService.cls 3543 20 3543 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2466 /force-app/main/default/classes/MetadataService.cls 3544 20 3544 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2465 /force-app/main/default/classes/MetadataService.cls 3544 20 3544 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2467 /force-app/main/default/classes/MetadataService.cls 3545 20 3545 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2466 /force-app/main/default/classes/MetadataService.cls 3545 20 3545 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2468 /force-app/main/default/classes/MetadataService.cls 3547 9 3554 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2467 /force-app/main/default/classes/MetadataService.cls 3547 9 3554 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2469 /force-app/main/default/classes/MetadataService.cls 3550 20 3550 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 'componentInstanceProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2468 /force-app/main/default/classes/MetadataService.cls 3550 20 3550 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 'componentInstanceProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2470 /force-app/main/default/classes/MetadataService.cls 3551 20 3551 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 'componentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2469 /force-app/main/default/classes/MetadataService.cls 3551 20 3551 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 'componentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2471 /force-app/main/default/classes/MetadataService.cls 3552 20 3552 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2470 /force-app/main/default/classes/MetadataService.cls 3552 20 3552 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2472 /force-app/main/default/classes/MetadataService.cls 3553 20 3553 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2471 /force-app/main/default/classes/MetadataService.cls 3553 20 3553 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2473 /force-app/main/default/classes/MetadataService.cls 3555 9 3562 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2472 /force-app/main/default/classes/MetadataService.cls 3555 9 3562 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2474 /force-app/main/default/classes/MetadataService.cls 3558 20 3558 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2473 /force-app/main/default/classes/MetadataService.cls 3558 20 3558 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2475 /force-app/main/default/classes/MetadataService.cls 3559 20 3559 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 'section_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2474 /force-app/main/default/classes/MetadataService.cls 3559 20 3559 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 'section_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2476 /force-app/main/default/classes/MetadataService.cls 3560 20 3560 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2475 /force-app/main/default/classes/MetadataService.cls 3560 20 3560 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2477 /force-app/main/default/classes/MetadataService.cls 3561 20 3561 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]*'
2476 /force-app/main/default/classes/MetadataService.cls 3561 20 3561 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]*'
2478 /force-app/main/default/classes/MetadataService.cls 3563 9 3574 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2477 /force-app/main/default/classes/MetadataService.cls 3563 9 3574 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2479 /force-app/main/default/classes/MetadataService.cls 3566 20 3566 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2478 /force-app/main/default/classes/MetadataService.cls 3566 20 3566 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2480 /force-app/main/default/classes/MetadataService.cls 3569 20 3569 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2479 /force-app/main/default/classes/MetadataService.cls 3569 20 3569 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2481 /force-app/main/default/classes/MetadataService.cls 3570 20 3570 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2480 /force-app/main/default/classes/MetadataService.cls 3570 20 3570 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2482 /force-app/main/default/classes/MetadataService.cls 3571 20 3571 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2481 /force-app/main/default/classes/MetadataService.cls 3571 20 3571 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2483 /force-app/main/default/classes/MetadataService.cls 3572 20 3572 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2482 /force-app/main/default/classes/MetadataService.cls 3572 20 3572 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2484 /force-app/main/default/classes/MetadataService.cls 3573 20 3573 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2483 /force-app/main/default/classes/MetadataService.cls 3573 20 3573 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2485 /force-app/main/default/classes/MetadataService.cls 3575 9 3590 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2484 /force-app/main/default/classes/MetadataService.cls 3575 9 3590 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2486 /force-app/main/default/classes/MetadataService.cls 3578 20 3578 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2485 /force-app/main/default/classes/MetadataService.cls 3578 20 3578 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2487 /force-app/main/default/classes/MetadataService.cls 3581 17 3581 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2486 /force-app/main/default/classes/MetadataService.cls 3581 17 3581 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2488 /force-app/main/default/classes/MetadataService.cls 3583 20 3583 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2487 /force-app/main/default/classes/MetadataService.cls 3583 20 3583 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2489 /force-app/main/default/classes/MetadataService.cls 3584 20 3584 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2488 /force-app/main/default/classes/MetadataService.cls 3584 20 3584 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2490 /force-app/main/default/classes/MetadataService.cls 3585 20 3585 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2489 /force-app/main/default/classes/MetadataService.cls 3585 20 3585 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2491 /force-app/main/default/classes/MetadataService.cls 3586 20 3586 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'provider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2490 /force-app/main/default/classes/MetadataService.cls 3586 20 3586 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'provider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2492 /force-app/main/default/classes/MetadataService.cls 3587 20 3587 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2491 /force-app/main/default/classes/MetadataService.cls 3587 20 3587 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2493 /force-app/main/default/classes/MetadataService.cls 3588 20 3588 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2492 /force-app/main/default/classes/MetadataService.cls 3588 20 3588 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2494 /force-app/main/default/classes/MetadataService.cls 3589 20 3589 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]*'
2493 /force-app/main/default/classes/MetadataService.cls 3589 20 3589 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]*'
2495 /force-app/main/default/classes/MetadataService.cls 3591 9 3598 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2494 /force-app/main/default/classes/MetadataService.cls 3591 9 3598 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2496 /force-app/main/default/classes/MetadataService.cls 3593 17 3593 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
2495 /force-app/main/default/classes/MetadataService.cls 3593 17 3593 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
2497 /force-app/main/default/classes/MetadataService.cls 3594 20 3594 130 pmd 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]*'
2496 /force-app/main/default/classes/MetadataService.cls 3594 20 3594 130 pmd 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]*'
2498 /force-app/main/default/classes/MetadataService.cls 3595 20 3595 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2497 /force-app/main/default/classes/MetadataService.cls 3595 20 3595 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2499 /force-app/main/default/classes/MetadataService.cls 3596 20 3596 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2498 /force-app/main/default/classes/MetadataService.cls 3596 20 3596 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2500 /force-app/main/default/classes/MetadataService.cls 3597 20 3597 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]*'
2499 /force-app/main/default/classes/MetadataService.cls 3597 20 3597 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]*'
2501 /force-app/main/default/classes/MetadataService.cls 3599 9 3628 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2500 /force-app/main/default/classes/MetadataService.cls 3599 9 3628 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2502 /force-app/main/default/classes/MetadataService.cls 3599 9 3628 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2501 /force-app/main/default/classes/MetadataService.cls 3599 9 3628 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2503 /force-app/main/default/classes/MetadataService.cls 3602 20 3602 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2502 /force-app/main/default/classes/MetadataService.cls 3602 20 3602 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2504 /force-app/main/default/classes/MetadataService.cls 3605 20 3605 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2503 /force-app/main/default/classes/MetadataService.cls 3605 20 3605 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2505 /force-app/main/default/classes/MetadataService.cls 3606 20 3606 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2504 /force-app/main/default/classes/MetadataService.cls 3606 20 3606 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2506 /force-app/main/default/classes/MetadataService.cls 3610 20 3610 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2505 /force-app/main/default/classes/MetadataService.cls 3610 20 3610 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2507 /force-app/main/default/classes/MetadataService.cls 3611 20 3611 130 pmd 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]*'
2506 /force-app/main/default/classes/MetadataService.cls 3611 20 3611 130 pmd 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]*'
2508 /force-app/main/default/classes/MetadataService.cls 3612 20 3612 130 pmd 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]*'
2507 /force-app/main/default/classes/MetadataService.cls 3612 20 3612 130 pmd 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]*'
2509 /force-app/main/default/classes/MetadataService.cls 3618 17 3618 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2508 /force-app/main/default/classes/MetadataService.cls 3618 17 3618 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2510 /force-app/main/default/classes/MetadataService.cls 3619 20 3619 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 'assignRecordIdToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2509 /force-app/main/default/classes/MetadataService.cls 3619 20 3619 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 'assignRecordIdToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2511 /force-app/main/default/classes/MetadataService.cls 3620 20 3620 130 pmd 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]*'
2510 /force-app/main/default/classes/MetadataService.cls 3620 20 3620 130 pmd 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]*'
2512 /force-app/main/default/classes/MetadataService.cls 3621 20 3621 140 pmd 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]*'
2511 /force-app/main/default/classes/MetadataService.cls 3621 20 3621 140 pmd 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]*'
2513 /force-app/main/default/classes/MetadataService.cls 3622 20 3622 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2512 /force-app/main/default/classes/MetadataService.cls 3622 20 3622 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2514 /force-app/main/default/classes/MetadataService.cls 3623 20 3623 140 pmd 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]*'
2513 /force-app/main/default/classes/MetadataService.cls 3623 20 3623 140 pmd 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]*'
2515 /force-app/main/default/classes/MetadataService.cls 3624 20 3624 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2514 /force-app/main/default/classes/MetadataService.cls 3624 20 3624 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2516 /force-app/main/default/classes/MetadataService.cls 3625 20 3625 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2515 /force-app/main/default/classes/MetadataService.cls 3625 20 3625 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2517 /force-app/main/default/classes/MetadataService.cls 3626 20 3626 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2516 /force-app/main/default/classes/MetadataService.cls 3626 20 3626 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2518 /force-app/main/default/classes/MetadataService.cls 3627 20 3627 239 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2517 /force-app/main/default/classes/MetadataService.cls 3627 20 3627 239 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2519 /force-app/main/default/classes/MetadataService.cls 3629 9 3634 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2518 /force-app/main/default/classes/MetadataService.cls 3629 9 3634 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2520 /force-app/main/default/classes/MetadataService.cls 3629 9 3634 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2519 /force-app/main/default/classes/MetadataService.cls 3629 9 3634 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2521 /force-app/main/default/classes/MetadataService.cls 3631 20 3631 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2520 /force-app/main/default/classes/MetadataService.cls 3631 20 3631 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2522 /force-app/main/default/classes/MetadataService.cls 3632 20 3632 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2521 /force-app/main/default/classes/MetadataService.cls 3632 20 3632 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2523 /force-app/main/default/classes/MetadataService.cls 3633 20 3633 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2522 /force-app/main/default/classes/MetadataService.cls 3633 20 3633 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2524 /force-app/main/default/classes/MetadataService.cls 3635 9 3648 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2523 /force-app/main/default/classes/MetadataService.cls 3635 9 3648 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2525 /force-app/main/default/classes/MetadataService.cls 3638 20 3638 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2524 /force-app/main/default/classes/MetadataService.cls 3638 20 3638 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2526 /force-app/main/default/classes/MetadataService.cls 3642 20 3642 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 'enabledChannels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2525 /force-app/main/default/classes/MetadataService.cls 3642 20 3642 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 'enabledChannels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2527 /force-app/main/default/classes/MetadataService.cls 3643 20 3643 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2526 /force-app/main/default/classes/MetadataService.cls 3643 20 3643 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2528 /force-app/main/default/classes/MetadataService.cls 3644 20 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2527 /force-app/main/default/classes/MetadataService.cls 3644 20 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2529 /force-app/main/default/classes/MetadataService.cls 3645 20 3645 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2528 /force-app/main/default/classes/MetadataService.cls 3645 20 3645 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2530 /force-app/main/default/classes/MetadataService.cls 3646 20 3646 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2529 /force-app/main/default/classes/MetadataService.cls 3646 20 3646 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2531 /force-app/main/default/classes/MetadataService.cls 3647 20 3647 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2530 /force-app/main/default/classes/MetadataService.cls 3647 20 3647 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 3649 9 3654 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2531 /force-app/main/default/classes/MetadataService.cls 3649 9 3654 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2533 /force-app/main/default/classes/MetadataService.cls 3651 20 3651 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2532 /force-app/main/default/classes/MetadataService.cls 3651 20 3651 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2534 /force-app/main/default/classes/MetadataService.cls 3652 20 3652 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2533 /force-app/main/default/classes/MetadataService.cls 3652 20 3652 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2535 /force-app/main/default/classes/MetadataService.cls 3653 20 3653 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2534 /force-app/main/default/classes/MetadataService.cls 3653 20 3653 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2536 /force-app/main/default/classes/MetadataService.cls 3655 9 3662 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2535 /force-app/main/default/classes/MetadataService.cls 3655 9 3662 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2537 /force-app/main/default/classes/MetadataService.cls 3658 20 3658 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2536 /force-app/main/default/classes/MetadataService.cls 3658 20 3658 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2538 /force-app/main/default/classes/MetadataService.cls 3659 20 3659 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2537 /force-app/main/default/classes/MetadataService.cls 3659 20 3659 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2539 /force-app/main/default/classes/MetadataService.cls 3660 20 3660 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2538 /force-app/main/default/classes/MetadataService.cls 3660 20 3660 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2540 /force-app/main/default/classes/MetadataService.cls 3661 20 3661 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]*'
2539 /force-app/main/default/classes/MetadataService.cls 3661 20 3661 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]*'
2541 /force-app/main/default/classes/MetadataService.cls 3663 9 3668 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2540 /force-app/main/default/classes/MetadataService.cls 3663 9 3668 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2542 /force-app/main/default/classes/MetadataService.cls 3663 9 3668 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2541 /force-app/main/default/classes/MetadataService.cls 3663 9 3668 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2543 /force-app/main/default/classes/MetadataService.cls 3664 17 3664 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
2542 /force-app/main/default/classes/MetadataService.cls 3664 17 3664 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
2544 /force-app/main/default/classes/MetadataService.cls 3665 20 3665 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 'String_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2543 /force-app/main/default/classes/MetadataService.cls 3665 20 3665 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 'String_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2545 /force-app/main/default/classes/MetadataService.cls 3666 20 3666 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2544 /force-app/main/default/classes/MetadataService.cls 3666 20 3666 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2546 /force-app/main/default/classes/MetadataService.cls 3667 20 3667 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2545 /force-app/main/default/classes/MetadataService.cls 3667 20 3667 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2547 /force-app/main/default/classes/MetadataService.cls 3669 9 3686 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2546 /force-app/main/default/classes/MetadataService.cls 3669 9 3686 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2548 /force-app/main/default/classes/MetadataService.cls 3669 9 3686 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2547 /force-app/main/default/classes/MetadataService.cls 3669 9 3686 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2549 /force-app/main/default/classes/MetadataService.cls 3672 20 3672 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2548 /force-app/main/default/classes/MetadataService.cls 3672 20 3672 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2550 /force-app/main/default/classes/MetadataService.cls 3678 20 3678 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2549 /force-app/main/default/classes/MetadataService.cls 3678 20 3678 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2551 /force-app/main/default/classes/MetadataService.cls 3679 20 3679 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2550 /force-app/main/default/classes/MetadataService.cls 3679 20 3679 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2552 /force-app/main/default/classes/MetadataService.cls 3680 20 3680 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2551 /force-app/main/default/classes/MetadataService.cls 3680 20 3680 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2553 /force-app/main/default/classes/MetadataService.cls 3681 20 3681 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2552 /force-app/main/default/classes/MetadataService.cls 3681 20 3681 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2554 /force-app/main/default/classes/MetadataService.cls 3682 20 3682 128 pmd 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]*'
2553 /force-app/main/default/classes/MetadataService.cls 3682 20 3682 128 pmd 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]*'
2555 /force-app/main/default/classes/MetadataService.cls 3683 20 3683 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2554 /force-app/main/default/classes/MetadataService.cls 3683 20 3683 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2556 /force-app/main/default/classes/MetadataService.cls 3684 20 3684 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2555 /force-app/main/default/classes/MetadataService.cls 3684 20 3684 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2557 /force-app/main/default/classes/MetadataService.cls 3685 20 3685 135 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2556 /force-app/main/default/classes/MetadataService.cls 3685 20 3685 135 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2558 /force-app/main/default/classes/MetadataService.cls 3687 9 3694 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2557 /force-app/main/default/classes/MetadataService.cls 3687 9 3694 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2559 /force-app/main/default/classes/MetadataService.cls 3690 20 3690 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 'columnSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2558 /force-app/main/default/classes/MetadataService.cls 3690 20 3690 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 'columnSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2560 /force-app/main/default/classes/MetadataService.cls 3691 20 3691 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2559 /force-app/main/default/classes/MetadataService.cls 3691 20 3691 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2561 /force-app/main/default/classes/MetadataService.cls 3692 20 3692 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2560 /force-app/main/default/classes/MetadataService.cls 3692 20 3692 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2562 /force-app/main/default/classes/MetadataService.cls 3693 20 3693 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2561 /force-app/main/default/classes/MetadataService.cls 3693 20 3693 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2563 /force-app/main/default/classes/MetadataService.cls 3695 9 3706 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2562 /force-app/main/default/classes/MetadataService.cls 3695 9 3706 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2564 /force-app/main/default/classes/MetadataService.cls 3698 20 3698 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2563 /force-app/main/default/classes/MetadataService.cls 3698 20 3698 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2565 /force-app/main/default/classes/MetadataService.cls 3701 20 3701 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2564 /force-app/main/default/classes/MetadataService.cls 3701 20 3701 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2566 /force-app/main/default/classes/MetadataService.cls 3702 20 3702 131 pmd 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]*'
2565 /force-app/main/default/classes/MetadataService.cls 3702 20 3702 131 pmd 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]*'
2567 /force-app/main/default/classes/MetadataService.cls 3703 20 3703 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2566 /force-app/main/default/classes/MetadataService.cls 3703 20 3703 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2568 /force-app/main/default/classes/MetadataService.cls 3704 20 3704 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2567 /force-app/main/default/classes/MetadataService.cls 3704 20 3704 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2569 /force-app/main/default/classes/MetadataService.cls 3705 20 3705 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]*'
2568 /force-app/main/default/classes/MetadataService.cls 3705 20 3705 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]*'
2570 /force-app/main/default/classes/MetadataService.cls 3707 9 3730 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2569 /force-app/main/default/classes/MetadataService.cls 3707 9 3730 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2571 /force-app/main/default/classes/MetadataService.cls 3707 9 3730 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2570 /force-app/main/default/classes/MetadataService.cls 3707 9 3730 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2572 /force-app/main/default/classes/MetadataService.cls 3716 17 3716 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
2571 /force-app/main/default/classes/MetadataService.cls 3716 17 3716 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
2573 /force-app/main/default/classes/MetadataService.cls 3717 17 3717 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
2572 /force-app/main/default/classes/MetadataService.cls 3717 17 3717 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
2574 /force-app/main/default/classes/MetadataService.cls 3718 20 3718 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2573 /force-app/main/default/classes/MetadataService.cls 3718 20 3718 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2575 /force-app/main/default/classes/MetadataService.cls 3719 20 3719 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2574 /force-app/main/default/classes/MetadataService.cls 3719 20 3719 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2576 /force-app/main/default/classes/MetadataService.cls 3720 20 3720 131 pmd 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]*'
2575 /force-app/main/default/classes/MetadataService.cls 3720 20 3720 131 pmd 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]*'
2577 /force-app/main/default/classes/MetadataService.cls 3721 20 3721 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2576 /force-app/main/default/classes/MetadataService.cls 3721 20 3721 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2578 /force-app/main/default/classes/MetadataService.cls 3722 20 3722 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2577 /force-app/main/default/classes/MetadataService.cls 3722 20 3722 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2579 /force-app/main/default/classes/MetadataService.cls 3723 20 3723 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 'packageName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2578 /force-app/main/default/classes/MetadataService.cls 3723 20 3723 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 'packageName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2580 /force-app/main/default/classes/MetadataService.cls 3724 20 3724 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2579 /force-app/main/default/classes/MetadataService.cls 3724 20 3724 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2581 /force-app/main/default/classes/MetadataService.cls 3725 20 3725 131 pmd 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]*'
2580 /force-app/main/default/classes/MetadataService.cls 3725 20 3725 131 pmd 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]*'
2582 /force-app/main/default/classes/MetadataService.cls 3726 20 3726 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2581 /force-app/main/default/classes/MetadataService.cls 3726 20 3726 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2583 /force-app/main/default/classes/MetadataService.cls 3727 20 3727 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2582 /force-app/main/default/classes/MetadataService.cls 3727 20 3727 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2584 /force-app/main/default/classes/MetadataService.cls 3728 20 3728 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2583 /force-app/main/default/classes/MetadataService.cls 3728 20 3728 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2585 /force-app/main/default/classes/MetadataService.cls 3729 20 3729 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]*'
2584 /force-app/main/default/classes/MetadataService.cls 3729 20 3729 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]*'
2586 /force-app/main/default/classes/MetadataService.cls 3731 9 3736 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2585 /force-app/main/default/classes/MetadataService.cls 3731 9 3736 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2587 /force-app/main/default/classes/MetadataService.cls 3733 20 3733 133 pmd 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]*'
2586 /force-app/main/default/classes/MetadataService.cls 3733 20 3733 133 pmd 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]*'
2588 /force-app/main/default/classes/MetadataService.cls 3734 20 3734 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2587 /force-app/main/default/classes/MetadataService.cls 3734 20 3734 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2589 /force-app/main/default/classes/MetadataService.cls 3735 20 3735 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]*'
2588 /force-app/main/default/classes/MetadataService.cls 3735 20 3735 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]*'
2590 /force-app/main/default/classes/MetadataService.cls 3737 9 3764 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2589 /force-app/main/default/classes/MetadataService.cls 3737 9 3764 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2591 /force-app/main/default/classes/MetadataService.cls 3737 9 3764 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2590 /force-app/main/default/classes/MetadataService.cls 3737 9 3764 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2592 /force-app/main/default/classes/MetadataService.cls 3750 20 3750 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 'applicationBinaryFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2591 /force-app/main/default/classes/MetadataService.cls 3750 20 3750 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 'applicationBinaryFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2593 /force-app/main/default/classes/MetadataService.cls 3751 20 3751 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 'applicationBinaryFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2592 /force-app/main/default/classes/MetadataService.cls 3751 20 3751 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 'applicationBinaryFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2594 /force-app/main/default/classes/MetadataService.cls 3752 20 3752 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 'applicationBundleIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2593 /force-app/main/default/classes/MetadataService.cls 3752 20 3752 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 'applicationBundleIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2595 /force-app/main/default/classes/MetadataService.cls 3753 20 3753 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 'applicationFileLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2594 /force-app/main/default/classes/MetadataService.cls 3753 20 3753 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 'applicationFileLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2596 /force-app/main/default/classes/MetadataService.cls 3754 20 3754 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 'applicationIconFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2595 /force-app/main/default/classes/MetadataService.cls 3754 20 3754 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 'applicationIconFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2597 /force-app/main/default/classes/MetadataService.cls 3755 20 3755 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 'applicationIconFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2596 /force-app/main/default/classes/MetadataService.cls 3755 20 3755 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 'applicationIconFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2598 /force-app/main/default/classes/MetadataService.cls 3756 20 3756 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 'applicationInstallUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2597 /force-app/main/default/classes/MetadataService.cls 3756 20 3756 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 'applicationInstallUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2599 /force-app/main/default/classes/MetadataService.cls 3757 20 3757 140 pmd 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]*'
2598 /force-app/main/default/classes/MetadataService.cls 3757 20 3757 140 pmd 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]*'
2600 /force-app/main/default/classes/MetadataService.cls 3758 20 3758 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 'deviceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2599 /force-app/main/default/classes/MetadataService.cls 3758 20 3758 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 'deviceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2601 /force-app/main/default/classes/MetadataService.cls 3759 20 3759 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 'minimumOsVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2600 /force-app/main/default/classes/MetadataService.cls 3759 20 3759 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 'minimumOsVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2602 /force-app/main/default/classes/MetadataService.cls 3760 20 3760 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 'privateApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2601 /force-app/main/default/classes/MetadataService.cls 3760 20 3760 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 'privateApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2603 /force-app/main/default/classes/MetadataService.cls 3761 20 3761 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2602 /force-app/main/default/classes/MetadataService.cls 3761 20 3761 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2604 /force-app/main/default/classes/MetadataService.cls 3762 20 3762 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2603 /force-app/main/default/classes/MetadataService.cls 3762 20 3762 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2605 /force-app/main/default/classes/MetadataService.cls 3763 20 3763 307 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2604 /force-app/main/default/classes/MetadataService.cls 3763 20 3763 307 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2606 /force-app/main/default/classes/MetadataService.cls 3765 9 3800 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2605 /force-app/main/default/classes/MetadataService.cls 3765 9 3800 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2607 /force-app/main/default/classes/MetadataService.cls 3765 9 3800 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2606 /force-app/main/default/classes/MetadataService.cls 3765 9 3800 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2608 /force-app/main/default/classes/MetadataService.cls 3768 20 3768 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2607 /force-app/main/default/classes/MetadataService.cls 3768 20 3768 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2609 /force-app/main/default/classes/MetadataService.cls 3783 20 3783 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2608 /force-app/main/default/classes/MetadataService.cls 3783 20 3783 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2610 /force-app/main/default/classes/MetadataService.cls 3784 20 3784 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2609 /force-app/main/default/classes/MetadataService.cls 3784 20 3784 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2611 /force-app/main/default/classes/MetadataService.cls 3785 20 3785 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2610 /force-app/main/default/classes/MetadataService.cls 3785 20 3785 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2612 /force-app/main/default/classes/MetadataService.cls 3786 20 3786 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2611 /force-app/main/default/classes/MetadataService.cls 3786 20 3786 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2613 /force-app/main/default/classes/MetadataService.cls 3787 20 3787 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2612 /force-app/main/default/classes/MetadataService.cls 3787 20 3787 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2614 /force-app/main/default/classes/MetadataService.cls 3788 20 3788 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2613 /force-app/main/default/classes/MetadataService.cls 3788 20 3788 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2615 /force-app/main/default/classes/MetadataService.cls 3789 20 3789 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 'hasActivationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2614 /force-app/main/default/classes/MetadataService.cls 3789 20 3789 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 'hasActivationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2616 /force-app/main/default/classes/MetadataService.cls 3790 20 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2615 /force-app/main/default/classes/MetadataService.cls 3790 20 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2617 /force-app/main/default/classes/MetadataService.cls 3791 20 3791 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 'license_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2616 /force-app/main/default/classes/MetadataService.cls 3791 20 3791 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 'license_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2618 /force-app/main/default/classes/MetadataService.cls 3792 20 3792 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2617 /force-app/main/default/classes/MetadataService.cls 3792 20 3792 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2619 /force-app/main/default/classes/MetadataService.cls 3793 20 3793 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2618 /force-app/main/default/classes/MetadataService.cls 3793 20 3793 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2620 /force-app/main/default/classes/MetadataService.cls 3794 20 3794 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2619 /force-app/main/default/classes/MetadataService.cls 3794 20 3794 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2621 /force-app/main/default/classes/MetadataService.cls 3795 20 3795 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 'tabSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2620 /force-app/main/default/classes/MetadataService.cls 3795 20 3795 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 'tabSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2622 /force-app/main/default/classes/MetadataService.cls 3796 20 3796 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2621 /force-app/main/default/classes/MetadataService.cls 3796 20 3796 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2623 /force-app/main/default/classes/MetadataService.cls 3797 20 3797 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2622 /force-app/main/default/classes/MetadataService.cls 3797 20 3797 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2624 /force-app/main/default/classes/MetadataService.cls 3798 20 3798 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2623 /force-app/main/default/classes/MetadataService.cls 3798 20 3798 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2625 /force-app/main/default/classes/MetadataService.cls 3799 20 3799 327 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2624 /force-app/main/default/classes/MetadataService.cls 3799 20 3799 327 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2626 /force-app/main/default/classes/MetadataService.cls 3801 9 3824 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2625 /force-app/main/default/classes/MetadataService.cls 3801 9 3824 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2627 /force-app/main/default/classes/MetadataService.cls 3801 9 3824 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2626 /force-app/main/default/classes/MetadataService.cls 3801 9 3824 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2628 /force-app/main/default/classes/MetadataService.cls 3804 20 3804 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2627 /force-app/main/default/classes/MetadataService.cls 3804 20 3804 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2629 /force-app/main/default/classes/MetadataService.cls 3813 20 3813 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2628 /force-app/main/default/classes/MetadataService.cls 3813 20 3813 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2630 /force-app/main/default/classes/MetadataService.cls 3814 20 3814 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2629 /force-app/main/default/classes/MetadataService.cls 3814 20 3814 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2631 /force-app/main/default/classes/MetadataService.cls 3815 20 3815 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2630 /force-app/main/default/classes/MetadataService.cls 3815 20 3815 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2632 /force-app/main/default/classes/MetadataService.cls 3816 20 3816 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2631 /force-app/main/default/classes/MetadataService.cls 3816 20 3816 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2633 /force-app/main/default/classes/MetadataService.cls 3817 20 3817 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2632 /force-app/main/default/classes/MetadataService.cls 3817 20 3817 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2634 /force-app/main/default/classes/MetadataService.cls 3818 20 3818 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2633 /force-app/main/default/classes/MetadataService.cls 3818 20 3818 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2635 /force-app/main/default/classes/MetadataService.cls 3819 20 3819 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 'triggerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2634 /force-app/main/default/classes/MetadataService.cls 3819 20 3819 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 'triggerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2636 /force-app/main/default/classes/MetadataService.cls 3820 20 3820 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 'workflowTimeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2635 /force-app/main/default/classes/MetadataService.cls 3820 20 3820 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 'workflowTimeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2637 /force-app/main/default/classes/MetadataService.cls 3821 20 3821 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2636 /force-app/main/default/classes/MetadataService.cls 3821 20 3821 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2638 /force-app/main/default/classes/MetadataService.cls 3822 20 3822 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2637 /force-app/main/default/classes/MetadataService.cls 3822 20 3822 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2639 /force-app/main/default/classes/MetadataService.cls 3823 20 3823 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]*'
2638 /force-app/main/default/classes/MetadataService.cls 3823 20 3823 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]*'
2640 /force-app/main/default/classes/MetadataService.cls 3825 9 3844 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2639 /force-app/main/default/classes/MetadataService.cls 3825 9 3844 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2641 /force-app/main/default/classes/MetadataService.cls 3825 9 3844 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2640 /force-app/main/default/classes/MetadataService.cls 3825 9 3844 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2642 /force-app/main/default/classes/MetadataService.cls 3828 20 3828 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2641 /force-app/main/default/classes/MetadataService.cls 3828 20 3828 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2643 /force-app/main/default/classes/MetadataService.cls 3831 20 3831 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2642 /force-app/main/default/classes/MetadataService.cls 3831 20 3831 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2644 /force-app/main/default/classes/MetadataService.cls 3832 20 3832 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2643 /force-app/main/default/classes/MetadataService.cls 3832 20 3832 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2645 /force-app/main/default/classes/MetadataService.cls 3837 20 3837 140 pmd 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]*'
2644 /force-app/main/default/classes/MetadataService.cls 3837 20 3837 140 pmd 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]*'
2646 /force-app/main/default/classes/MetadataService.cls 3838 20 3838 133 pmd 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]*'
2645 /force-app/main/default/classes/MetadataService.cls 3838 20 3838 133 pmd 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]*'
2647 /force-app/main/default/classes/MetadataService.cls 3839 20 3839 130 pmd 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]*'
2646 /force-app/main/default/classes/MetadataService.cls 3839 20 3839 130 pmd 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]*'
2648 /force-app/main/default/classes/MetadataService.cls 3840 20 3840 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2647 /force-app/main/default/classes/MetadataService.cls 3840 20 3840 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2649 /force-app/main/default/classes/MetadataService.cls 3841 20 3841 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2648 /force-app/main/default/classes/MetadataService.cls 3841 20 3841 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2650 /force-app/main/default/classes/MetadataService.cls 3842 20 3842 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2649 /force-app/main/default/classes/MetadataService.cls 3842 20 3842 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2651 /force-app/main/default/classes/MetadataService.cls 3843 20 3843 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]*'
2650 /force-app/main/default/classes/MetadataService.cls 3843 20 3843 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]*'
2652 /force-app/main/default/classes/MetadataService.cls 3845 9 3864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2651 /force-app/main/default/classes/MetadataService.cls 3845 9 3864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2653 /force-app/main/default/classes/MetadataService.cls 3845 9 3864 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2652 /force-app/main/default/classes/MetadataService.cls 3845 9 3864 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2654 /force-app/main/default/classes/MetadataService.cls 3848 20 3848 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2653 /force-app/main/default/classes/MetadataService.cls 3848 20 3848 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2655 /force-app/main/default/classes/MetadataService.cls 3855 20 3855 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2654 /force-app/main/default/classes/MetadataService.cls 3855 20 3855 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2656 /force-app/main/default/classes/MetadataService.cls 3856 20 3856 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2655 /force-app/main/default/classes/MetadataService.cls 3856 20 3856 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2657 /force-app/main/default/classes/MetadataService.cls 3857 20 3857 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2656 /force-app/main/default/classes/MetadataService.cls 3857 20 3857 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2658 /force-app/main/default/classes/MetadataService.cls 3858 20 3858 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 'entitiesAndFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2657 /force-app/main/default/classes/MetadataService.cls 3858 20 3858 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 'entitiesAndFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2659 /force-app/main/default/classes/MetadataService.cls 3859 20 3859 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2658 /force-app/main/default/classes/MetadataService.cls 3859 20 3859 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2660 /force-app/main/default/classes/MetadataService.cls 3860 20 3860 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 'userMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2659 /force-app/main/default/classes/MetadataService.cls 3860 20 3860 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 'userMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2661 /force-app/main/default/classes/MetadataService.cls 3861 20 3861 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2660 /force-app/main/default/classes/MetadataService.cls 3861 20 3861 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2662 /force-app/main/default/classes/MetadataService.cls 3862 20 3862 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2661 /force-app/main/default/classes/MetadataService.cls 3862 20 3862 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2663 /force-app/main/default/classes/MetadataService.cls 3863 20 3863 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]*'
2662 /force-app/main/default/classes/MetadataService.cls 3863 20 3863 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]*'
2664 /force-app/main/default/classes/MetadataService.cls 3865 9 3872 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2663 /force-app/main/default/classes/MetadataService.cls 3865 9 3872 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2665 /force-app/main/default/classes/MetadataService.cls 3868 20 3868 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2664 /force-app/main/default/classes/MetadataService.cls 3868 20 3868 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2666 /force-app/main/default/classes/MetadataService.cls 3869 20 3869 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 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2665 /force-app/main/default/classes/MetadataService.cls 3869 20 3869 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 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2667 /force-app/main/default/classes/MetadataService.cls 3870 20 3870 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2666 /force-app/main/default/classes/MetadataService.cls 3870 20 3870 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2668 /force-app/main/default/classes/MetadataService.cls 3871 20 3871 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]*'
2667 /force-app/main/default/classes/MetadataService.cls 3871 20 3871 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]*'
2669 /force-app/main/default/classes/MetadataService.cls 3873 9 3880 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2668 /force-app/main/default/classes/MetadataService.cls 3873 9 3880 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2670 /force-app/main/default/classes/MetadataService.cls 3876 20 3876 130 pmd 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]*'
2669 /force-app/main/default/classes/MetadataService.cls 3876 20 3876 130 pmd 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]*'
2671 /force-app/main/default/classes/MetadataService.cls 3877 20 3877 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2670 /force-app/main/default/classes/MetadataService.cls 3877 20 3877 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2672 /force-app/main/default/classes/MetadataService.cls 3878 20 3878 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2671 /force-app/main/default/classes/MetadataService.cls 3878 20 3878 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2673 /force-app/main/default/classes/MetadataService.cls 3879 20 3879 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]*'
2672 /force-app/main/default/classes/MetadataService.cls 3879 20 3879 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]*'
2674 /force-app/main/default/classes/MetadataService.cls 3881 9 3920 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2673 /force-app/main/default/classes/MetadataService.cls 3881 9 3920 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2675 /force-app/main/default/classes/MetadataService.cls 3881 9 3920 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2674 /force-app/main/default/classes/MetadataService.cls 3881 9 3920 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2676 /force-app/main/default/classes/MetadataService.cls 3884 20 3884 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2675 /force-app/main/default/classes/MetadataService.cls 3884 20 3884 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2677 /force-app/main/default/classes/MetadataService.cls 3896 17 3896 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2676 /force-app/main/default/classes/MetadataService.cls 3896 17 3896 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2678 /force-app/main/default/classes/MetadataService.cls 3901 20 3901 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2677 /force-app/main/default/classes/MetadataService.cls 3901 20 3901 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2679 /force-app/main/default/classes/MetadataService.cls 3902 20 3902 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 'auraComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2678 /force-app/main/default/classes/MetadataService.cls 3902 20 3902 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 'auraComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2680 /force-app/main/default/classes/MetadataService.cls 3903 20 3903 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 'customObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2679 /force-app/main/default/classes/MetadataService.cls 3903 20 3903 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 'customObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2681 /force-app/main/default/classes/MetadataService.cls 3904 20 3904 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2680 /force-app/main/default/classes/MetadataService.cls 3904 20 3904 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2682 /force-app/main/default/classes/MetadataService.cls 3905 20 3905 130 pmd 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]*'
2681 /force-app/main/default/classes/MetadataService.cls 3905 20 3905 130 pmd 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]*'
2683 /force-app/main/default/classes/MetadataService.cls 3906 20 3906 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'frameHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2682 /force-app/main/default/classes/MetadataService.cls 3906 20 3906 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'frameHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2684 /force-app/main/default/classes/MetadataService.cls 3907 20 3907 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 'hasSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2683 /force-app/main/default/classes/MetadataService.cls 3907 20 3907 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 'hasSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2685 /force-app/main/default/classes/MetadataService.cls 3908 20 3908 120 pmd 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]*'
2684 /force-app/main/default/classes/MetadataService.cls 3908 20 3908 120 pmd 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]*'
2686 /force-app/main/default/classes/MetadataService.cls 3909 20 3909 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2685 /force-app/main/default/classes/MetadataService.cls 3909 20 3909 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2687 /force-app/main/default/classes/MetadataService.cls 3910 20 3910 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 'mobileReady_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2686 /force-app/main/default/classes/MetadataService.cls 3910 20 3910 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 'mobileReady_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2688 /force-app/main/default/classes/MetadataService.cls 3911 20 3911 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 'motif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2687 /force-app/main/default/classes/MetadataService.cls 3911 20 3911 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 'motif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2689 /force-app/main/default/classes/MetadataService.cls 3912 20 3912 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2688 /force-app/main/default/classes/MetadataService.cls 3912 20 3912 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2690 /force-app/main/default/classes/MetadataService.cls 3913 20 3913 128 pmd 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]*'
2689 /force-app/main/default/classes/MetadataService.cls 3913 20 3913 128 pmd 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]*'
2691 /force-app/main/default/classes/MetadataService.cls 3914 20 3914 140 pmd 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]*'
2690 /force-app/main/default/classes/MetadataService.cls 3914 20 3914 140 pmd 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]*'
2692 /force-app/main/default/classes/MetadataService.cls 3915 20 3915 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2691 /force-app/main/default/classes/MetadataService.cls 3915 20 3915 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2693 /force-app/main/default/classes/MetadataService.cls 3916 20 3916 140 pmd 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]*'
2692 /force-app/main/default/classes/MetadataService.cls 3916 20 3916 140 pmd 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]*'
2694 /force-app/main/default/classes/MetadataService.cls 3917 20 3917 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2693 /force-app/main/default/classes/MetadataService.cls 3917 20 3917 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2695 /force-app/main/default/classes/MetadataService.cls 3918 20 3918 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2694 /force-app/main/default/classes/MetadataService.cls 3918 20 3918 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2696 /force-app/main/default/classes/MetadataService.cls 3919 20 3919 268 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2695 /force-app/main/default/classes/MetadataService.cls 3919 20 3919 268 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2697 /force-app/main/default/classes/MetadataService.cls 3921 9 3984 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2696 /force-app/main/default/classes/MetadataService.cls 3921 9 3984 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2698 /force-app/main/default/classes/MetadataService.cls 3921 9 3984 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatAgentConfig has 30 public methods, attributes, and properties (limit: 20)
2697 /force-app/main/default/classes/MetadataService.cls 3921 9 3984 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatAgentConfig has 30 public methods, attributes, and properties (limit: 20)
2699 /force-app/main/default/classes/MetadataService.cls 3921 9 3984 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2698 /force-app/main/default/classes/MetadataService.cls 3921 9 3984 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2700 /force-app/main/default/classes/MetadataService.cls 3924 20 3924 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2699 /force-app/main/default/classes/MetadataService.cls 3924 20 3924 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2701 /force-app/main/default/classes/MetadataService.cls 3953 20 3953 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2700 /force-app/main/default/classes/MetadataService.cls 3953 20 3953 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2702 /force-app/main/default/classes/MetadataService.cls 3954 20 3954 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2701 /force-app/main/default/classes/MetadataService.cls 3954 20 3954 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2703 /force-app/main/default/classes/MetadataService.cls 3955 20 3955 128 pmd 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]*'
2702 /force-app/main/default/classes/MetadataService.cls 3955 20 3955 128 pmd 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]*'
2704 /force-app/main/default/classes/MetadataService.cls 3956 20 3956 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 'criticalWaitTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2703 /force-app/main/default/classes/MetadataService.cls 3956 20 3956 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 'criticalWaitTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2705 /force-app/main/default/classes/MetadataService.cls 3957 20 3957 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2704 /force-app/main/default/classes/MetadataService.cls 3957 20 3957 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2706 /force-app/main/default/classes/MetadataService.cls 3958 20 3958 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 'enableAgentFileTransfer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2705 /force-app/main/default/classes/MetadataService.cls 3958 20 3958 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 'enableAgentFileTransfer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2707 /force-app/main/default/classes/MetadataService.cls 3959 20 3959 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 'enableAgentSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2706 /force-app/main/default/classes/MetadataService.cls 3959 20 3959 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 'enableAgentSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2708 /force-app/main/default/classes/MetadataService.cls 3960 20 3960 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 'enableAssistanceFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2707 /force-app/main/default/classes/MetadataService.cls 3960 20 3960 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 'enableAssistanceFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2709 /force-app/main/default/classes/MetadataService.cls 3961 20 3961 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 'enableAutoAwayOnDecline_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2708 /force-app/main/default/classes/MetadataService.cls 3961 20 3961 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 'enableAutoAwayOnDecline_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2710 /force-app/main/default/classes/MetadataService.cls 3962 20 3962 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 'enableAutoAwayOnPushTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2709 /force-app/main/default/classes/MetadataService.cls 3962 20 3962 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 'enableAutoAwayOnPushTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2711 /force-app/main/default/classes/MetadataService.cls 3963 20 3963 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 'enableChatConferencing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2710 /force-app/main/default/classes/MetadataService.cls 3963 20 3963 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 'enableChatConferencing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2712 /force-app/main/default/classes/MetadataService.cls 3964 20 3964 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 'enableChatMonitoring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2711 /force-app/main/default/classes/MetadataService.cls 3964 20 3964 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 'enableChatMonitoring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2713 /force-app/main/default/classes/MetadataService.cls 3965 20 3965 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 'enableChatTransferToAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2712 /force-app/main/default/classes/MetadataService.cls 3965 20 3965 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 'enableChatTransferToAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2714 /force-app/main/default/classes/MetadataService.cls 3966 20 3966 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 'enableChatTransferToButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2713 /force-app/main/default/classes/MetadataService.cls 3966 20 3966 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 'enableChatTransferToButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2715 /force-app/main/default/classes/MetadataService.cls 3967 20 3967 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 'enableChatTransferToSkill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2714 /force-app/main/default/classes/MetadataService.cls 3967 20 3967 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 'enableChatTransferToSkill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2716 /force-app/main/default/classes/MetadataService.cls 3968 20 3968 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 'enableLogoutSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2715 /force-app/main/default/classes/MetadataService.cls 3968 20 3968 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 'enableLogoutSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2717 /force-app/main/default/classes/MetadataService.cls 3969 20 3969 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 'enableNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2716 /force-app/main/default/classes/MetadataService.cls 3969 20 3969 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 'enableNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2718 /force-app/main/default/classes/MetadataService.cls 3970 20 3970 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 'enableRequestSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2717 /force-app/main/default/classes/MetadataService.cls 3970 20 3970 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 'enableRequestSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2719 /force-app/main/default/classes/MetadataService.cls 3971 20 3971 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 'enableSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2718 /force-app/main/default/classes/MetadataService.cls 3971 20 3971 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 'enableSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2720 /force-app/main/default/classes/MetadataService.cls 3972 20 3972 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 'enableVisitorBlocking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2719 /force-app/main/default/classes/MetadataService.cls 3972 20 3972 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 'enableVisitorBlocking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2721 /force-app/main/default/classes/MetadataService.cls 3973 20 3973 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 'enableWhisperMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2720 /force-app/main/default/classes/MetadataService.cls 3973 20 3973 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 'enableWhisperMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2722 /force-app/main/default/classes/MetadataService.cls 3974 20 3974 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2721 /force-app/main/default/classes/MetadataService.cls 3974 20 3974 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2723 /force-app/main/default/classes/MetadataService.cls 3975 20 3975 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 'supervisorDefaultAgentStatusFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2722 /force-app/main/default/classes/MetadataService.cls 3975 20 3975 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 'supervisorDefaultAgentStatusFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2724 /force-app/main/default/classes/MetadataService.cls 3976 20 3976 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 'supervisorDefaultButtonFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2723 /force-app/main/default/classes/MetadataService.cls 3976 20 3976 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 'supervisorDefaultButtonFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2725 /force-app/main/default/classes/MetadataService.cls 3977 20 3977 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 'supervisorDefaultSkillFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2724 /force-app/main/default/classes/MetadataService.cls 3977 20 3977 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 'supervisorDefaultSkillFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2726 /force-app/main/default/classes/MetadataService.cls 3978 20 3978 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 'supervisorSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2725 /force-app/main/default/classes/MetadataService.cls 3978 20 3978 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 'supervisorSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2727 /force-app/main/default/classes/MetadataService.cls 3979 20 3979 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 'transferableButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2726 /force-app/main/default/classes/MetadataService.cls 3979 20 3979 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 'transferableButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2728 /force-app/main/default/classes/MetadataService.cls 3980 20 3980 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 'transferableSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2727 /force-app/main/default/classes/MetadataService.cls 3980 20 3980 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 'transferableSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2729 /force-app/main/default/classes/MetadataService.cls 3981 20 3981 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2728 /force-app/main/default/classes/MetadataService.cls 3981 20 3981 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2730 /force-app/main/default/classes/MetadataService.cls 3982 20 3982 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2729 /force-app/main/default/classes/MetadataService.cls 3982 20 3982 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2731 /force-app/main/default/classes/MetadataService.cls 3983 20 3983 705 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2730 /force-app/main/default/classes/MetadataService.cls 3983 20 3983 705 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2732 /force-app/main/default/classes/MetadataService.cls 3985 9 3996 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2731 /force-app/main/default/classes/MetadataService.cls 3985 9 3996 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2733 /force-app/main/default/classes/MetadataService.cls 3986 17 3986 28 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
2732 /force-app/main/default/classes/MetadataService.cls 3986 17 3986 28 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
2734 /force-app/main/default/classes/MetadataService.cls 3990 20 3990 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 'SObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2733 /force-app/main/default/classes/MetadataService.cls 3990 20 3990 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 'SObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2735 /force-app/main/default/classes/MetadataService.cls 3991 20 3991 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2734 /force-app/main/default/classes/MetadataService.cls 3991 20 3991 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2736 /force-app/main/default/classes/MetadataService.cls 3992 20 3992 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 'fieldMappingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2735 /force-app/main/default/classes/MetadataService.cls 3992 20 3992 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 'fieldMappingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2737 /force-app/main/default/classes/MetadataService.cls 3993 20 3993 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2736 /force-app/main/default/classes/MetadataService.cls 3993 20 3993 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2738 /force-app/main/default/classes/MetadataService.cls 3994 20 3994 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2737 /force-app/main/default/classes/MetadataService.cls 3994 20 3994 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2739 /force-app/main/default/classes/MetadataService.cls 3995 20 3995 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 3995 20 3995 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2740 /force-app/main/default/classes/MetadataService.cls 3997 9 4020 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2739 /force-app/main/default/classes/MetadataService.cls 3997 9 4020 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2741 /force-app/main/default/classes/MetadataService.cls 3997 9 4020 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2740 /force-app/main/default/classes/MetadataService.cls 3997 9 4020 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2742 /force-app/main/default/classes/MetadataService.cls 4008 20 4008 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 'enableEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2741 /force-app/main/default/classes/MetadataService.cls 4008 20 4008 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 'enableEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2743 /force-app/main/default/classes/MetadataService.cls 4009 20 4009 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 'enableHtmlEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2742 /force-app/main/default/classes/MetadataService.cls 4009 20 4009 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 'enableHtmlEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2744 /force-app/main/default/classes/MetadataService.cls 4010 20 4010 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 'enableOnDemandEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2743 /force-app/main/default/classes/MetadataService.cls 4010 20 4010 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 'enableOnDemandEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2745 /force-app/main/default/classes/MetadataService.cls 4011 20 4011 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 'enableThreadIDInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2744 /force-app/main/default/classes/MetadataService.cls 4011 20 4011 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 'enableThreadIDInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2746 /force-app/main/default/classes/MetadataService.cls 4012 20 4012 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 'enableThreadIDInSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2745 /force-app/main/default/classes/MetadataService.cls 4012 20 4012 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 'enableThreadIDInSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2747 /force-app/main/default/classes/MetadataService.cls 4013 20 4013 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 'notifyOwnerOnNewCaseEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2746 /force-app/main/default/classes/MetadataService.cls 4013 20 4013 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 'notifyOwnerOnNewCaseEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2748 /force-app/main/default/classes/MetadataService.cls 4014 20 4014 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 'overEmailLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2747 /force-app/main/default/classes/MetadataService.cls 4014 20 4014 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 'overEmailLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2749 /force-app/main/default/classes/MetadataService.cls 4015 20 4015 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 'preQuoteSignature_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2748 /force-app/main/default/classes/MetadataService.cls 4015 20 4015 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 'preQuoteSignature_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2750 /force-app/main/default/classes/MetadataService.cls 4016 20 4016 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 'routingAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2749 /force-app/main/default/classes/MetadataService.cls 4016 20 4016 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 'routingAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2751 /force-app/main/default/classes/MetadataService.cls 4017 20 4017 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 'unauthorizedSenderAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2750 /force-app/main/default/classes/MetadataService.cls 4017 20 4017 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 'unauthorizedSenderAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2752 /force-app/main/default/classes/MetadataService.cls 4018 20 4018 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2751 /force-app/main/default/classes/MetadataService.cls 4018 20 4018 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2753 /force-app/main/default/classes/MetadataService.cls 4019 20 4019 289 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2752 /force-app/main/default/classes/MetadataService.cls 4019 20 4019 289 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2754 /force-app/main/default/classes/MetadataService.cls 4021 9 4032 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2753 /force-app/main/default/classes/MetadataService.cls 4021 9 4032 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2755 /force-app/main/default/classes/MetadataService.cls 4024 20 4024 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2754 /force-app/main/default/classes/MetadataService.cls 4024 20 4024 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2756 /force-app/main/default/classes/MetadataService.cls 4027 20 4027 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2755 /force-app/main/default/classes/MetadataService.cls 4027 20 4027 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2757 /force-app/main/default/classes/MetadataService.cls 4028 20 4028 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2756 /force-app/main/default/classes/MetadataService.cls 4028 20 4028 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2758 /force-app/main/default/classes/MetadataService.cls 4029 20 4029 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2757 /force-app/main/default/classes/MetadataService.cls 4029 20 4029 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2759 /force-app/main/default/classes/MetadataService.cls 4030 20 4030 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2758 /force-app/main/default/classes/MetadataService.cls 4030 20 4030 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2760 /force-app/main/default/classes/MetadataService.cls 4031 20 4031 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2759 /force-app/main/default/classes/MetadataService.cls 4031 20 4031 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 4033 9 4046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2760 /force-app/main/default/classes/MetadataService.cls 4033 9 4046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2762 /force-app/main/default/classes/MetadataService.cls 4036 20 4036 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2761 /force-app/main/default/classes/MetadataService.cls 4036 20 4036 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2763 /force-app/main/default/classes/MetadataService.cls 4040 20 4040 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 'networkAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2762 /force-app/main/default/classes/MetadataService.cls 4040 20 4040 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 'networkAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2764 /force-app/main/default/classes/MetadataService.cls 4041 20 4041 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 'passwordPolicies_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2763 /force-app/main/default/classes/MetadataService.cls 4041 20 4041 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 'passwordPolicies_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2765 /force-app/main/default/classes/MetadataService.cls 4042 20 4042 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 'sessionSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2764 /force-app/main/default/classes/MetadataService.cls 4042 20 4042 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 'sessionSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2766 /force-app/main/default/classes/MetadataService.cls 4043 20 4043 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2765 /force-app/main/default/classes/MetadataService.cls 4043 20 4043 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2767 /force-app/main/default/classes/MetadataService.cls 4044 20 4044 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2766 /force-app/main/default/classes/MetadataService.cls 4044 20 4044 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2768 /force-app/main/default/classes/MetadataService.cls 4045 20 4045 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]*'
2767 /force-app/main/default/classes/MetadataService.cls 4045 20 4045 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]*'
2769 /force-app/main/default/classes/MetadataService.cls 4047 9 4098 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2768 /force-app/main/default/classes/MetadataService.cls 4047 9 4098 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2770 /force-app/main/default/classes/MetadataService.cls 4047 9 4098 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class ReportChart has 24 public methods, attributes, and properties (limit: 20)
2769 /force-app/main/default/classes/MetadataService.cls 4047 9 4098 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class ReportChart has 24 public methods, attributes, and properties (limit: 20)
2771 /force-app/main/default/classes/MetadataService.cls 4047 9 4098 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2770 /force-app/main/default/classes/MetadataService.cls 4047 9 4098 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2772 /force-app/main/default/classes/MetadataService.cls 4072 20 4072 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 'backgroundColor1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2771 /force-app/main/default/classes/MetadataService.cls 4072 20 4072 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 'backgroundColor1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2773 /force-app/main/default/classes/MetadataService.cls 4073 20 4073 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 'backgroundColor2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2772 /force-app/main/default/classes/MetadataService.cls 4073 20 4073 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 'backgroundColor2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2774 /force-app/main/default/classes/MetadataService.cls 4074 20 4074 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 'backgroundFadeDir_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2773 /force-app/main/default/classes/MetadataService.cls 4074 20 4074 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 'backgroundFadeDir_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2775 /force-app/main/default/classes/MetadataService.cls 4075 20 4075 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 'chartSummaries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2774 /force-app/main/default/classes/MetadataService.cls 4075 20 4075 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 'chartSummaries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2776 /force-app/main/default/classes/MetadataService.cls 4076 20 4076 130 pmd 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]*'
2775 /force-app/main/default/classes/MetadataService.cls 4076 20 4076 130 pmd 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]*'
2777 /force-app/main/default/classes/MetadataService.cls 4077 20 4077 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 'enableHoverLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2776 /force-app/main/default/classes/MetadataService.cls 4077 20 4077 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 'enableHoverLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2778 /force-app/main/default/classes/MetadataService.cls 4078 20 4078 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2777 /force-app/main/default/classes/MetadataService.cls 4078 20 4078 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2779 /force-app/main/default/classes/MetadataService.cls 4079 20 4079 140 pmd 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]*'
2778 /force-app/main/default/classes/MetadataService.cls 4079 20 4079 140 pmd 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]*'
2780 /force-app/main/default/classes/MetadataService.cls 4080 20 4080 140 pmd 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]*'
2779 /force-app/main/default/classes/MetadataService.cls 4080 20 4080 140 pmd 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]*'
2781 /force-app/main/default/classes/MetadataService.cls 4081 20 4081 128 pmd 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]*'
2780 /force-app/main/default/classes/MetadataService.cls 4081 20 4081 128 pmd 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]*'
2782 /force-app/main/default/classes/MetadataService.cls 4082 20 4082 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 'secondaryGroupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2781 /force-app/main/default/classes/MetadataService.cls 4082 20 4082 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 'secondaryGroupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2783 /force-app/main/default/classes/MetadataService.cls 4083 20 4083 140 pmd 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]*'
2782 /force-app/main/default/classes/MetadataService.cls 4083 20 4083 140 pmd 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]*'
2784 /force-app/main/default/classes/MetadataService.cls 4084 20 4084 140 pmd 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]*'
2783 /force-app/main/default/classes/MetadataService.cls 4084 20 4084 140 pmd 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]*'
2785 /force-app/main/default/classes/MetadataService.cls 4085 20 4085 130 pmd 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]*'
2784 /force-app/main/default/classes/MetadataService.cls 4085 20 4085 130 pmd 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]*'
2786 /force-app/main/default/classes/MetadataService.cls 4086 20 4086 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2785 /force-app/main/default/classes/MetadataService.cls 4086 20 4086 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2787 /force-app/main/default/classes/MetadataService.cls 4087 20 4087 120 pmd 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]*'
2786 /force-app/main/default/classes/MetadataService.cls 4087 20 4087 120 pmd 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]*'
2788 /force-app/main/default/classes/MetadataService.cls 4088 20 4088 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 'summaryAxisManualRangeEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2787 /force-app/main/default/classes/MetadataService.cls 4088 20 4088 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 'summaryAxisManualRangeEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2789 /force-app/main/default/classes/MetadataService.cls 4089 20 4089 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 'summaryAxisManualRangeStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2788 /force-app/main/default/classes/MetadataService.cls 4089 20 4089 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 'summaryAxisManualRangeStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2790 /force-app/main/default/classes/MetadataService.cls 4090 20 4090 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 'summaryAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2789 /force-app/main/default/classes/MetadataService.cls 4090 20 4090 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 'summaryAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2791 /force-app/main/default/classes/MetadataService.cls 4091 20 4091 130 pmd 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]*'
2790 /force-app/main/default/classes/MetadataService.cls 4091 20 4091 130 pmd 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]*'
2792 /force-app/main/default/classes/MetadataService.cls 4092 20 4092 128 pmd 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]*'
2791 /force-app/main/default/classes/MetadataService.cls 4092 20 4092 128 pmd 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]*'
2793 /force-app/main/default/classes/MetadataService.cls 4093 20 4093 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2792 /force-app/main/default/classes/MetadataService.cls 4093 20 4093 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2794 /force-app/main/default/classes/MetadataService.cls 4094 20 4094 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2793 /force-app/main/default/classes/MetadataService.cls 4094 20 4094 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2795 /force-app/main/default/classes/MetadataService.cls 4095 20 4095 130 pmd 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]*'
2794 /force-app/main/default/classes/MetadataService.cls 4095 20 4095 130 pmd 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]*'
2796 /force-app/main/default/classes/MetadataService.cls 4096 20 4096 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2795 /force-app/main/default/classes/MetadataService.cls 4096 20 4096 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2797 /force-app/main/default/classes/MetadataService.cls 4097 20 4097 449 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2796 /force-app/main/default/classes/MetadataService.cls 4097 20 4097 449 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2798 /force-app/main/default/classes/MetadataService.cls 4099 9 4106 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2797 /force-app/main/default/classes/MetadataService.cls 4099 9 4106 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2799 /force-app/main/default/classes/MetadataService.cls 4101 17 4101 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
2798 /force-app/main/default/classes/MetadataService.cls 4101 17 4101 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
2800 /force-app/main/default/classes/MetadataService.cls 4102 20 4102 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2799 /force-app/main/default/classes/MetadataService.cls 4102 20 4102 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2801 /force-app/main/default/classes/MetadataService.cls 4103 20 4103 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2800 /force-app/main/default/classes/MetadataService.cls 4103 20 4103 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2802 /force-app/main/default/classes/MetadataService.cls 4104 20 4104 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2801 /force-app/main/default/classes/MetadataService.cls 4104 20 4104 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2803 /force-app/main/default/classes/MetadataService.cls 4105 20 4105 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2802 /force-app/main/default/classes/MetadataService.cls 4105 20 4105 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2804 /force-app/main/default/classes/MetadataService.cls 4107 9 4114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2803 /force-app/main/default/classes/MetadataService.cls 4107 9 4114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2805 /force-app/main/default/classes/MetadataService.cls 4110 20 4110 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 'maxNumberOfPrimaryTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2804 /force-app/main/default/classes/MetadataService.cls 4110 20 4110 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 'maxNumberOfPrimaryTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2806 /force-app/main/default/classes/MetadataService.cls 4111 20 4111 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 'maxNumberOfSubTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2805 /force-app/main/default/classes/MetadataService.cls 4111 20 4111 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 'maxNumberOfSubTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2807 /force-app/main/default/classes/MetadataService.cls 4112 20 4112 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2806 /force-app/main/default/classes/MetadataService.cls 4112 20 4112 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2808 /force-app/main/default/classes/MetadataService.cls 4113 20 4113 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2807 /force-app/main/default/classes/MetadataService.cls 4113 20 4113 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2809 /force-app/main/default/classes/MetadataService.cls 4115 9 4124 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2808 /force-app/main/default/classes/MetadataService.cls 4115 9 4124 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2810 /force-app/main/default/classes/MetadataService.cls 4119 20 4119 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 'inputObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2809 /force-app/main/default/classes/MetadataService.cls 4119 20 4119 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 'inputObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2811 /force-app/main/default/classes/MetadataService.cls 4120 20 4120 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 'mappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2810 /force-app/main/default/classes/MetadataService.cls 4120 20 4120 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 'mappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2812 /force-app/main/default/classes/MetadataService.cls 4121 20 4121 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 'outputObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2811 /force-app/main/default/classes/MetadataService.cls 4121 20 4121 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 'outputObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2813 /force-app/main/default/classes/MetadataService.cls 4122 20 4122 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2812 /force-app/main/default/classes/MetadataService.cls 4122 20 4122 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2814 /force-app/main/default/classes/MetadataService.cls 4123 20 4123 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2813 /force-app/main/default/classes/MetadataService.cls 4123 20 4123 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2815 /force-app/main/default/classes/MetadataService.cls 4125 9 4134 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2814 /force-app/main/default/classes/MetadataService.cls 4125 9 4134 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2816 /force-app/main/default/classes/MetadataService.cls 4129 20 4129 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2815 /force-app/main/default/classes/MetadataService.cls 4129 20 4129 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2817 /force-app/main/default/classes/MetadataService.cls 4130 20 4130 130 pmd 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]*'
2816 /force-app/main/default/classes/MetadataService.cls 4130 20 4130 130 pmd 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]*'
2818 /force-app/main/default/classes/MetadataService.cls 4131 20 4131 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 'keywordList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2817 /force-app/main/default/classes/MetadataService.cls 4131 20 4131 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 'keywordList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2819 /force-app/main/default/classes/MetadataService.cls 4132 20 4132 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2818 /force-app/main/default/classes/MetadataService.cls 4132 20 4132 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2820 /force-app/main/default/classes/MetadataService.cls 4133 20 4133 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]*'
2819 /force-app/main/default/classes/MetadataService.cls 4133 20 4133 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]*'
2821 /force-app/main/default/classes/MetadataService.cls 4135 9 4154 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2820 /force-app/main/default/classes/MetadataService.cls 4135 9 4154 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2822 /force-app/main/default/classes/MetadataService.cls 4135 9 4154 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2821 /force-app/main/default/classes/MetadataService.cls 4135 9 4154 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2823 /force-app/main/default/classes/MetadataService.cls 4138 20 4138 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2822 /force-app/main/default/classes/MetadataService.cls 4138 20 4138 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2824 /force-app/main/default/classes/MetadataService.cls 4145 20 4145 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2823 /force-app/main/default/classes/MetadataService.cls 4145 20 4145 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2825 /force-app/main/default/classes/MetadataService.cls 4146 20 4146 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 'businessProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2824 /force-app/main/default/classes/MetadataService.cls 4146 20 4146 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 'businessProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2826 /force-app/main/default/classes/MetadataService.cls 4147 20 4147 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2825 /force-app/main/default/classes/MetadataService.cls 4147 20 4147 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2827 /force-app/main/default/classes/MetadataService.cls 4148 20 4148 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2826 /force-app/main/default/classes/MetadataService.cls 4148 20 4148 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2828 /force-app/main/default/classes/MetadataService.cls 4149 20 4149 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2827 /force-app/main/default/classes/MetadataService.cls 4149 20 4149 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2829 /force-app/main/default/classes/MetadataService.cls 4150 20 4150 141 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2828 /force-app/main/default/classes/MetadataService.cls 4150 20 4150 141 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2830 /force-app/main/default/classes/MetadataService.cls 4151 20 4151 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2829 /force-app/main/default/classes/MetadataService.cls 4151 20 4151 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2831 /force-app/main/default/classes/MetadataService.cls 4152 20 4152 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2830 /force-app/main/default/classes/MetadataService.cls 4152 20 4152 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2832 /force-app/main/default/classes/MetadataService.cls 4153 20 4153 161 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2831 /force-app/main/default/classes/MetadataService.cls 4153 20 4153 161 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2833 /force-app/main/default/classes/MetadataService.cls 4155 9 4170 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2832 /force-app/main/default/classes/MetadataService.cls 4155 9 4170 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2834 /force-app/main/default/classes/MetadataService.cls 4158 20 4158 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2833 /force-app/main/default/classes/MetadataService.cls 4158 20 4158 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2835 /force-app/main/default/classes/MetadataService.cls 4163 20 4163 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2834 /force-app/main/default/classes/MetadataService.cls 4163 20 4163 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2836 /force-app/main/default/classes/MetadataService.cls 4164 20 4164 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2835 /force-app/main/default/classes/MetadataService.cls 4164 20 4164 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2837 /force-app/main/default/classes/MetadataService.cls 4165 20 4165 130 pmd 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]*'
2836 /force-app/main/default/classes/MetadataService.cls 4165 20 4165 130 pmd 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]*'
2838 /force-app/main/default/classes/MetadataService.cls 4166 20 4166 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2837 /force-app/main/default/classes/MetadataService.cls 4166 20 4166 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2839 /force-app/main/default/classes/MetadataService.cls 4167 20 4167 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2838 /force-app/main/default/classes/MetadataService.cls 4167 20 4167 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2840 /force-app/main/default/classes/MetadataService.cls 4168 20 4168 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2839 /force-app/main/default/classes/MetadataService.cls 4168 20 4168 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2841 /force-app/main/default/classes/MetadataService.cls 4169 20 4169 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]*'
2840 /force-app/main/default/classes/MetadataService.cls 4169 20 4169 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]*'
2842 /force-app/main/default/classes/MetadataService.cls 4171 9 4180 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2841 /force-app/main/default/classes/MetadataService.cls 4171 9 4180 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2843 /force-app/main/default/classes/MetadataService.cls 4175 20 4175 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2842 /force-app/main/default/classes/MetadataService.cls 4175 20 4175 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2844 /force-app/main/default/classes/MetadataService.cls 4176 20 4176 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2843 /force-app/main/default/classes/MetadataService.cls 4176 20 4176 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2845 /force-app/main/default/classes/MetadataService.cls 4177 20 4177 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2844 /force-app/main/default/classes/MetadataService.cls 4177 20 4177 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2846 /force-app/main/default/classes/MetadataService.cls 4178 20 4178 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2845 /force-app/main/default/classes/MetadataService.cls 4178 20 4178 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2847 /force-app/main/default/classes/MetadataService.cls 4179 20 4179 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]*'
2846 /force-app/main/default/classes/MetadataService.cls 4179 20 4179 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]*'
2848 /force-app/main/default/classes/MetadataService.cls 4181 9 4188 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2847 /force-app/main/default/classes/MetadataService.cls 4181 9 4188 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2849 /force-app/main/default/classes/MetadataService.cls 4184 20 4184 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2848 /force-app/main/default/classes/MetadataService.cls 4184 20 4184 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2850 /force-app/main/default/classes/MetadataService.cls 4185 20 4185 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2849 /force-app/main/default/classes/MetadataService.cls 4185 20 4185 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2851 /force-app/main/default/classes/MetadataService.cls 4186 20 4186 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2850 /force-app/main/default/classes/MetadataService.cls 4186 20 4186 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2852 /force-app/main/default/classes/MetadataService.cls 4187 20 4187 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]*'
2851 /force-app/main/default/classes/MetadataService.cls 4187 20 4187 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]*'
2853 /force-app/main/default/classes/MetadataService.cls 4189 9 4202 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2852 /force-app/main/default/classes/MetadataService.cls 4189 9 4202 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2854 /force-app/main/default/classes/MetadataService.cls 4195 20 4195 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2853 /force-app/main/default/classes/MetadataService.cls 4195 20 4195 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2855 /force-app/main/default/classes/MetadataService.cls 4196 20 4196 130 pmd 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]*'
2854 /force-app/main/default/classes/MetadataService.cls 4196 20 4196 130 pmd 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]*'
2856 /force-app/main/default/classes/MetadataService.cls 4197 20 4197 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 'primaryTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2855 /force-app/main/default/classes/MetadataService.cls 4197 20 4197 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 'primaryTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2857 /force-app/main/default/classes/MetadataService.cls 4198 20 4198 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 'relatedTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2856 /force-app/main/default/classes/MetadataService.cls 4198 20 4198 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 'relatedTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2858 /force-app/main/default/classes/MetadataService.cls 4199 20 4199 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 'relatedTableJoinColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2857 /force-app/main/default/classes/MetadataService.cls 4199 20 4199 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 'relatedTableJoinColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2859 /force-app/main/default/classes/MetadataService.cls 4200 20 4200 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2858 /force-app/main/default/classes/MetadataService.cls 4200 20 4200 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2860 /force-app/main/default/classes/MetadataService.cls 4201 20 4201 146 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2859 /force-app/main/default/classes/MetadataService.cls 4201 20 4201 146 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2861 /force-app/main/default/classes/MetadataService.cls 4203 9 4220 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2860 /force-app/main/default/classes/MetadataService.cls 4203 9 4220 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2862 /force-app/main/default/classes/MetadataService.cls 4203 9 4220 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2861 /force-app/main/default/classes/MetadataService.cls 4203 9 4220 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2863 /force-app/main/default/classes/MetadataService.cls 4211 20 4211 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2862 /force-app/main/default/classes/MetadataService.cls 4211 20 4211 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2864 /force-app/main/default/classes/MetadataService.cls 4212 20 4212 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2863 /force-app/main/default/classes/MetadataService.cls 4212 20 4212 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2865 /force-app/main/default/classes/MetadataService.cls 4213 20 4213 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2864 /force-app/main/default/classes/MetadataService.cls 4213 20 4213 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2866 /force-app/main/default/classes/MetadataService.cls 4214 20 4214 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2865 /force-app/main/default/classes/MetadataService.cls 4214 20 4214 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2867 /force-app/main/default/classes/MetadataService.cls 4215 20 4215 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 'filterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2866 /force-app/main/default/classes/MetadataService.cls 4215 20 4215 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 'filterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2868 /force-app/main/default/classes/MetadataService.cls 4216 20 4216 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 'infoMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2867 /force-app/main/default/classes/MetadataService.cls 4216 20 4216 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 'infoMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2869 /force-app/main/default/classes/MetadataService.cls 4217 20 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 'isOptional_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2868 /force-app/main/default/classes/MetadataService.cls 4217 20 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 'isOptional_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2870 /force-app/main/default/classes/MetadataService.cls 4218 20 4218 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2869 /force-app/main/default/classes/MetadataService.cls 4218 20 4218 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2871 /force-app/main/default/classes/MetadataService.cls 4219 20 4219 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]*'
2870 /force-app/main/default/classes/MetadataService.cls 4219 20 4219 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]*'
2872 /force-app/main/default/classes/MetadataService.cls 4221 9 4234 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2871 /force-app/main/default/classes/MetadataService.cls 4221 9 4234 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2873 /force-app/main/default/classes/MetadataService.cls 4227 20 4227 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2872 /force-app/main/default/classes/MetadataService.cls 4227 20 4227 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2874 /force-app/main/default/classes/MetadataService.cls 4228 20 4228 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 'extensionPointIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2873 /force-app/main/default/classes/MetadataService.cls 4228 20 4228 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 'extensionPointIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2875 /force-app/main/default/classes/MetadataService.cls 4229 20 4229 130 pmd 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]*'
2874 /force-app/main/default/classes/MetadataService.cls 4229 20 4229 130 pmd 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]*'
2876 /force-app/main/default/classes/MetadataService.cls 4230 20 4230 128 pmd 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]*'
2875 /force-app/main/default/classes/MetadataService.cls 4230 20 4230 128 pmd 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]*'
2877 /force-app/main/default/classes/MetadataService.cls 4231 20 4231 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2876 /force-app/main/default/classes/MetadataService.cls 4231 20 4231 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2878 /force-app/main/default/classes/MetadataService.cls 4232 20 4232 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2877 /force-app/main/default/classes/MetadataService.cls 4232 20 4232 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2879 /force-app/main/default/classes/MetadataService.cls 4233 20 4233 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]*'
2878 /force-app/main/default/classes/MetadataService.cls 4233 20 4233 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]*'
2880 /force-app/main/default/classes/MetadataService.cls 4235 9 4246 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2879 /force-app/main/default/classes/MetadataService.cls 4235 9 4246 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2881 /force-app/main/default/classes/MetadataService.cls 4240 20 4240 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 'footerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2880 /force-app/main/default/classes/MetadataService.cls 4240 20 4240 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 'footerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2882 /force-app/main/default/classes/MetadataService.cls 4241 20 4241 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 'headerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2881 /force-app/main/default/classes/MetadataService.cls 4241 20 4241 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 'headerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2883 /force-app/main/default/classes/MetadataService.cls 4242 20 4242 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2882 /force-app/main/default/classes/MetadataService.cls 4242 20 4242 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2884 /force-app/main/default/classes/MetadataService.cls 4243 20 4243 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 'logoVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2883 /force-app/main/default/classes/MetadataService.cls 4243 20 4243 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 'logoVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2885 /force-app/main/default/classes/MetadataService.cls 4244 20 4244 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2884 /force-app/main/default/classes/MetadataService.cls 4244 20 4244 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2886 /force-app/main/default/classes/MetadataService.cls 4245 20 4245 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]*'
2885 /force-app/main/default/classes/MetadataService.cls 4245 20 4245 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]*'
2887 /force-app/main/default/classes/MetadataService.cls 4247 9 4274 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2886 /force-app/main/default/classes/MetadataService.cls 4247 9 4274 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2888 /force-app/main/default/classes/MetadataService.cls 4247 9 4274 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2887 /force-app/main/default/classes/MetadataService.cls 4247 9 4274 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2889 /force-app/main/default/classes/MetadataService.cls 4250 20 4250 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2888 /force-app/main/default/classes/MetadataService.cls 4250 20 4250 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2890 /force-app/main/default/classes/MetadataService.cls 4253 20 4253 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2889 /force-app/main/default/classes/MetadataService.cls 4253 20 4253 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2891 /force-app/main/default/classes/MetadataService.cls 4254 20 4254 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2890 /force-app/main/default/classes/MetadataService.cls 4254 20 4254 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2892 /force-app/main/default/classes/MetadataService.cls 4258 20 4258 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2891 /force-app/main/default/classes/MetadataService.cls 4258 20 4258 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2893 /force-app/main/default/classes/MetadataService.cls 4259 20 4259 130 pmd 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]*'
2892 /force-app/main/default/classes/MetadataService.cls 4259 20 4259 130 pmd 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]*'
2894 /force-app/main/default/classes/MetadataService.cls 4260 20 4260 130 pmd 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]*'
2893 /force-app/main/default/classes/MetadataService.cls 4260 20 4260 130 pmd 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]*'
2895 /force-app/main/default/classes/MetadataService.cls 4266 20 4266 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 'assignNextValueToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2894 /force-app/main/default/classes/MetadataService.cls 4266 20 4266 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 'assignNextValueToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2896 /force-app/main/default/classes/MetadataService.cls 4267 20 4267 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 'collectionReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2895 /force-app/main/default/classes/MetadataService.cls 4267 20 4267 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 'collectionReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2897 /force-app/main/default/classes/MetadataService.cls 4268 20 4268 140 pmd 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]*'
2896 /force-app/main/default/classes/MetadataService.cls 4268 20 4268 140 pmd 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]*'
2898 /force-app/main/default/classes/MetadataService.cls 4269 20 4269 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 'nextValueConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2897 /force-app/main/default/classes/MetadataService.cls 4269 20 4269 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 'nextValueConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2899 /force-app/main/default/classes/MetadataService.cls 4270 20 4270 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 'noMoreValuesConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2898 /force-app/main/default/classes/MetadataService.cls 4270 20 4270 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 'noMoreValuesConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2900 /force-app/main/default/classes/MetadataService.cls 4271 20 4271 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2899 /force-app/main/default/classes/MetadataService.cls 4271 20 4271 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2901 /force-app/main/default/classes/MetadataService.cls 4272 20 4272 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2900 /force-app/main/default/classes/MetadataService.cls 4272 20 4272 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2902 /force-app/main/default/classes/MetadataService.cls 4273 20 4273 248 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2901 /force-app/main/default/classes/MetadataService.cls 4273 20 4273 248 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2903 /force-app/main/default/classes/MetadataService.cls 4275 9 4284 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2902 /force-app/main/default/classes/MetadataService.cls 4275 9 4284 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2904 /force-app/main/default/classes/MetadataService.cls 4279 20 4279 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 'activeVersionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2903 /force-app/main/default/classes/MetadataService.cls 4279 20 4279 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 'activeVersionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2905 /force-app/main/default/classes/MetadataService.cls 4280 20 4280 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2904 /force-app/main/default/classes/MetadataService.cls 4280 20 4280 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2906 /force-app/main/default/classes/MetadataService.cls 4281 20 4281 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2905 /force-app/main/default/classes/MetadataService.cls 4281 20 4281 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2907 /force-app/main/default/classes/MetadataService.cls 4282 20 4282 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2906 /force-app/main/default/classes/MetadataService.cls 4282 20 4282 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2908 /force-app/main/default/classes/MetadataService.cls 4283 20 4283 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2907 /force-app/main/default/classes/MetadataService.cls 4283 20 4283 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2909 /force-app/main/default/classes/MetadataService.cls 4285 9 4290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2908 /force-app/main/default/classes/MetadataService.cls 4285 9 4290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2910 /force-app/main/default/classes/MetadataService.cls 4287 20 4287 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2909 /force-app/main/default/classes/MetadataService.cls 4287 20 4287 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2911 /force-app/main/default/classes/MetadataService.cls 4288 20 4288 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2910 /force-app/main/default/classes/MetadataService.cls 4288 20 4288 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2912 /force-app/main/default/classes/MetadataService.cls 4289 20 4289 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2911 /force-app/main/default/classes/MetadataService.cls 4289 20 4289 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2913 /force-app/main/default/classes/MetadataService.cls 4291 9 4340 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2912 /force-app/main/default/classes/MetadataService.cls 4291 9 4340 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2914 /force-app/main/default/classes/MetadataService.cls 4291 9 4340 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomPageWebLink has 23 public methods, attributes, and properties (limit: 20)
2913 /force-app/main/default/classes/MetadataService.cls 4291 9 4340 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomPageWebLink has 23 public methods, attributes, and properties (limit: 20)
2915 /force-app/main/default/classes/MetadataService.cls 4291 9 4340 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2914 /force-app/main/default/classes/MetadataService.cls 4291 9 4340 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2916 /force-app/main/default/classes/MetadataService.cls 4294 20 4294 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2915 /force-app/main/default/classes/MetadataService.cls 4294 20 4294 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2917 /force-app/main/default/classes/MetadataService.cls 4307 17 4307 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2916 /force-app/main/default/classes/MetadataService.cls 4307 17 4307 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2918 /force-app/main/default/classes/MetadataService.cls 4309 18 4309 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2917 /force-app/main/default/classes/MetadataService.cls 4309 18 4309 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2919 /force-app/main/default/classes/MetadataService.cls 4316 20 4316 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2918 /force-app/main/default/classes/MetadataService.cls 4316 20 4316 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2920 /force-app/main/default/classes/MetadataService.cls 4317 20 4317 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2919 /force-app/main/default/classes/MetadataService.cls 4317 20 4317 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2921 /force-app/main/default/classes/MetadataService.cls 4318 20 4318 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2920 /force-app/main/default/classes/MetadataService.cls 4318 20 4318 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2922 /force-app/main/default/classes/MetadataService.cls 4319 20 4319 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2921 /force-app/main/default/classes/MetadataService.cls 4319 20 4319 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2923 /force-app/main/default/classes/MetadataService.cls 4320 20 4320 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2922 /force-app/main/default/classes/MetadataService.cls 4320 20 4320 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2924 /force-app/main/default/classes/MetadataService.cls 4321 20 4321 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2923 /force-app/main/default/classes/MetadataService.cls 4321 20 4321 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2925 /force-app/main/default/classes/MetadataService.cls 4322 20 4322 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2924 /force-app/main/default/classes/MetadataService.cls 4322 20 4322 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2926 /force-app/main/default/classes/MetadataService.cls 4323 20 4323 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2925 /force-app/main/default/classes/MetadataService.cls 4323 20 4323 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2927 /force-app/main/default/classes/MetadataService.cls 4324 20 4324 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2926 /force-app/main/default/classes/MetadataService.cls 4324 20 4324 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2928 /force-app/main/default/classes/MetadataService.cls 4325 20 4325 128 pmd 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]*'
2927 /force-app/main/default/classes/MetadataService.cls 4325 20 4325 128 pmd 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]*'
2929 /force-app/main/default/classes/MetadataService.cls 4326 20 4326 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2928 /force-app/main/default/classes/MetadataService.cls 4326 20 4326 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2930 /force-app/main/default/classes/MetadataService.cls 4327 20 4327 128 pmd 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]*'
2929 /force-app/main/default/classes/MetadataService.cls 4327 20 4327 128 pmd 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]*'
2931 /force-app/main/default/classes/MetadataService.cls 4328 20 4328 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2930 /force-app/main/default/classes/MetadataService.cls 4328 20 4328 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2932 /force-app/main/default/classes/MetadataService.cls 4329 20 4329 128 pmd 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]*'
2931 /force-app/main/default/classes/MetadataService.cls 4329 20 4329 128 pmd 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]*'
2933 /force-app/main/default/classes/MetadataService.cls 4330 20 4330 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2932 /force-app/main/default/classes/MetadataService.cls 4330 20 4330 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2934 /force-app/main/default/classes/MetadataService.cls 4331 20 4331 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2933 /force-app/main/default/classes/MetadataService.cls 4331 20 4331 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2935 /force-app/main/default/classes/MetadataService.cls 4332 20 4332 128 pmd 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]*'
2934 /force-app/main/default/classes/MetadataService.cls 4332 20 4332 128 pmd 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]*'
2936 /force-app/main/default/classes/MetadataService.cls 4333 20 4333 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2935 /force-app/main/default/classes/MetadataService.cls 4333 20 4333 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2937 /force-app/main/default/classes/MetadataService.cls 4334 20 4334 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2936 /force-app/main/default/classes/MetadataService.cls 4334 20 4334 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2938 /force-app/main/default/classes/MetadataService.cls 4335 20 4335 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2937 /force-app/main/default/classes/MetadataService.cls 4335 20 4335 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2939 /force-app/main/default/classes/MetadataService.cls 4336 20 4336 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2938 /force-app/main/default/classes/MetadataService.cls 4336 20 4336 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2940 /force-app/main/default/classes/MetadataService.cls 4337 20 4337 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2939 /force-app/main/default/classes/MetadataService.cls 4337 20 4337 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2941 /force-app/main/default/classes/MetadataService.cls 4338 20 4338 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2940 /force-app/main/default/classes/MetadataService.cls 4338 20 4338 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2942 /force-app/main/default/classes/MetadataService.cls 4339 20 4339 338 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2941 /force-app/main/default/classes/MetadataService.cls 4339 20 4339 338 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2943 /force-app/main/default/classes/MetadataService.cls 4341 9 4346 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2942 /force-app/main/default/classes/MetadataService.cls 4341 9 4346 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2944 /force-app/main/default/classes/MetadataService.cls 4343 20 4343 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2943 /force-app/main/default/classes/MetadataService.cls 4343 20 4343 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2945 /force-app/main/default/classes/MetadataService.cls 4344 20 4344 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2944 /force-app/main/default/classes/MetadataService.cls 4344 20 4344 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2946 /force-app/main/default/classes/MetadataService.cls 4345 20 4345 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 4345 20 4345 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2947 /force-app/main/default/classes/MetadataService.cls 4347 9 4362 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2946 /force-app/main/default/classes/MetadataService.cls 4347 9 4362 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2948 /force-app/main/default/classes/MetadataService.cls 4350 20 4350 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2947 /force-app/main/default/classes/MetadataService.cls 4350 20 4350 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2949 /force-app/main/default/classes/MetadataService.cls 4355 20 4355 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 'accessMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2948 /force-app/main/default/classes/MetadataService.cls 4355 20 4355 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 'accessMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2950 /force-app/main/default/classes/MetadataService.cls 4356 20 4356 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2949 /force-app/main/default/classes/MetadataService.cls 4356 20 4356 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2951 /force-app/main/default/classes/MetadataService.cls 4357 20 4357 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2950 /force-app/main/default/classes/MetadataService.cls 4357 20 4357 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2952 /force-app/main/default/classes/MetadataService.cls 4358 20 4358 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2951 /force-app/main/default/classes/MetadataService.cls 4358 20 4358 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2953 /force-app/main/default/classes/MetadataService.cls 4359 20 4359 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2952 /force-app/main/default/classes/MetadataService.cls 4359 20 4359 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2954 /force-app/main/default/classes/MetadataService.cls 4360 20 4360 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2953 /force-app/main/default/classes/MetadataService.cls 4360 20 4360 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2955 /force-app/main/default/classes/MetadataService.cls 4361 20 4361 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]*'
2954 /force-app/main/default/classes/MetadataService.cls 4361 20 4361 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]*'
2956 /force-app/main/default/classes/MetadataService.cls 4363 9 4376 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2955 /force-app/main/default/classes/MetadataService.cls 4363 9 4376 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2957 /force-app/main/default/classes/MetadataService.cls 4369 20 4369 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2956 /force-app/main/default/classes/MetadataService.cls 4369 20 4369 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2958 /force-app/main/default/classes/MetadataService.cls 4370 20 4370 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 'assetVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2957 /force-app/main/default/classes/MetadataService.cls 4370 20 4370 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 'assetVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2959 /force-app/main/default/classes/MetadataService.cls 4371 20 4371 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2958 /force-app/main/default/classes/MetadataService.cls 4371 20 4371 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2960 /force-app/main/default/classes/MetadataService.cls 4372 20 4372 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2959 /force-app/main/default/classes/MetadataService.cls 4372 20 4372 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2961 /force-app/main/default/classes/MetadataService.cls 4373 20 4373 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 'templateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2960 /force-app/main/default/classes/MetadataService.cls 4373 20 4373 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 'templateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2962 /force-app/main/default/classes/MetadataService.cls 4374 20 4374 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2961 /force-app/main/default/classes/MetadataService.cls 4374 20 4374 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2963 /force-app/main/default/classes/MetadataService.cls 4375 20 4375 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]*'
2962 /force-app/main/default/classes/MetadataService.cls 4375 20 4375 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]*'
2964 /force-app/main/default/classes/MetadataService.cls 4377 9 4384 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2963 /force-app/main/default/classes/MetadataService.cls 4377 9 4384 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2965 /force-app/main/default/classes/MetadataService.cls 4380 20 4380 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2964 /force-app/main/default/classes/MetadataService.cls 4380 20 4380 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2966 /force-app/main/default/classes/MetadataService.cls 4381 20 4381 128 pmd 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]*'
2965 /force-app/main/default/classes/MetadataService.cls 4381 20 4381 128 pmd 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]*'
2967 /force-app/main/default/classes/MetadataService.cls 4382 20 4382 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2966 /force-app/main/default/classes/MetadataService.cls 4382 20 4382 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2968 /force-app/main/default/classes/MetadataService.cls 4383 20 4383 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]*'
2967 /force-app/main/default/classes/MetadataService.cls 4383 20 4383 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]*'
2969 /force-app/main/default/classes/MetadataService.cls 4385 9 4396 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2968 /force-app/main/default/classes/MetadataService.cls 4385 9 4396 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2970 /force-app/main/default/classes/MetadataService.cls 4390 20 4390 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 'extendedErrorDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2969 /force-app/main/default/classes/MetadataService.cls 4390 20 4390 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 'extendedErrorDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2971 /force-app/main/default/classes/MetadataService.cls 4391 20 4391 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2970 /force-app/main/default/classes/MetadataService.cls 4391 20 4391 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2972 /force-app/main/default/classes/MetadataService.cls 4392 20 4392 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2971 /force-app/main/default/classes/MetadataService.cls 4392 20 4392 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2973 /force-app/main/default/classes/MetadataService.cls 4393 20 4393 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2972 /force-app/main/default/classes/MetadataService.cls 4393 20 4393 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2974 /force-app/main/default/classes/MetadataService.cls 4394 20 4394 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2973 /force-app/main/default/classes/MetadataService.cls 4394 20 4394 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2975 /force-app/main/default/classes/MetadataService.cls 4395 20 4395 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]*'
2974 /force-app/main/default/classes/MetadataService.cls 4395 20 4395 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]*'
2976 /force-app/main/default/classes/MetadataService.cls 4397 9 4406 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2975 /force-app/main/default/classes/MetadataService.cls 4397 9 4406 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2977 /force-app/main/default/classes/MetadataService.cls 4401 20 4401 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2976 /force-app/main/default/classes/MetadataService.cls 4401 20 4401 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2978 /force-app/main/default/classes/MetadataService.cls 4402 20 4402 130 pmd 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]*'
2977 /force-app/main/default/classes/MetadataService.cls 4402 20 4402 130 pmd 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]*'
2979 /force-app/main/default/classes/MetadataService.cls 4403 20 4403 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2978 /force-app/main/default/classes/MetadataService.cls 4403 20 4403 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2980 /force-app/main/default/classes/MetadataService.cls 4404 20 4404 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2979 /force-app/main/default/classes/MetadataService.cls 4404 20 4404 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2981 /force-app/main/default/classes/MetadataService.cls 4405 20 4405 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]*'
2980 /force-app/main/default/classes/MetadataService.cls 4405 20 4405 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]*'
2982 /force-app/main/default/classes/MetadataService.cls 4407 9 4426 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2981 /force-app/main/default/classes/MetadataService.cls 4407 9 4426 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2983 /force-app/main/default/classes/MetadataService.cls 4407 9 4426 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2982 /force-app/main/default/classes/MetadataService.cls 4407 9 4426 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2984 /force-app/main/default/classes/MetadataService.cls 4410 20 4410 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2983 /force-app/main/default/classes/MetadataService.cls 4410 20 4410 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2985 /force-app/main/default/classes/MetadataService.cls 4413 20 4413 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2984 /force-app/main/default/classes/MetadataService.cls 4413 20 4413 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2986 /force-app/main/default/classes/MetadataService.cls 4414 20 4414 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2985 /force-app/main/default/classes/MetadataService.cls 4414 20 4414 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2987 /force-app/main/default/classes/MetadataService.cls 4418 20 4418 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2986 /force-app/main/default/classes/MetadataService.cls 4418 20 4418 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2988 /force-app/main/default/classes/MetadataService.cls 4419 20 4419 130 pmd 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]*'
2987 /force-app/main/default/classes/MetadataService.cls 4419 20 4419 130 pmd 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]*'
2989 /force-app/main/default/classes/MetadataService.cls 4420 20 4420 130 pmd 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]*'
2988 /force-app/main/default/classes/MetadataService.cls 4420 20 4420 130 pmd 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]*'
2990 /force-app/main/default/classes/MetadataService.cls 4422 20 4422 133 pmd 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]*'
2989 /force-app/main/default/classes/MetadataService.cls 4422 20 4422 133 pmd 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]*'
2991 /force-app/main/default/classes/MetadataService.cls 4423 20 4423 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2990 /force-app/main/default/classes/MetadataService.cls 4423 20 4423 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2992 /force-app/main/default/classes/MetadataService.cls 4424 20 4424 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2991 /force-app/main/default/classes/MetadataService.cls 4424 20 4424 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2993 /force-app/main/default/classes/MetadataService.cls 4425 20 4425 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2992 /force-app/main/default/classes/MetadataService.cls 4425 20 4425 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2994 /force-app/main/default/classes/MetadataService.cls 4427 9 4432 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2993 /force-app/main/default/classes/MetadataService.cls 4427 9 4432 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2995 /force-app/main/default/classes/MetadataService.cls 4427 9 4432 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2994 /force-app/main/default/classes/MetadataService.cls 4427 9 4432 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2996 /force-app/main/default/classes/MetadataService.cls 4429 20 4429 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2995 /force-app/main/default/classes/MetadataService.cls 4429 20 4429 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2997 /force-app/main/default/classes/MetadataService.cls 4430 20 4430 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2996 /force-app/main/default/classes/MetadataService.cls 4430 20 4430 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2998 /force-app/main/default/classes/MetadataService.cls 4431 20 4431 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2997 /force-app/main/default/classes/MetadataService.cls 4431 20 4431 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2999 /force-app/main/default/classes/MetadataService.cls 4433 9 4446 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2998 /force-app/main/default/classes/MetadataService.cls 4433 9 4446 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3000 /force-app/main/default/classes/MetadataService.cls 4436 20 4436 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2999 /force-app/main/default/classes/MetadataService.cls 4436 20 4436 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3001 /force-app/main/default/classes/MetadataService.cls 4440 20 4440 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 'enableAccountOwnerReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3000 /force-app/main/default/classes/MetadataService.cls 4440 20 4440 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 'enableAccountOwnerReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3002 /force-app/main/default/classes/MetadataService.cls 4441 20 4441 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 'enableAccountTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3001 /force-app/main/default/classes/MetadataService.cls 4441 20 4441 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 'enableAccountTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3003 /force-app/main/default/classes/MetadataService.cls 4442 20 4442 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 'showViewHierarchyLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3002 /force-app/main/default/classes/MetadataService.cls 4442 20 4442 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 'showViewHierarchyLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3004 /force-app/main/default/classes/MetadataService.cls 4443 20 4443 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3003 /force-app/main/default/classes/MetadataService.cls 4443 20 4443 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3005 /force-app/main/default/classes/MetadataService.cls 4444 20 4444 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3004 /force-app/main/default/classes/MetadataService.cls 4444 20 4444 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3006 /force-app/main/default/classes/MetadataService.cls 4445 20 4445 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]*'
3005 /force-app/main/default/classes/MetadataService.cls 4445 20 4445 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]*'
3007 /force-app/main/default/classes/MetadataService.cls 4447 9 4456 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3006 /force-app/main/default/classes/MetadataService.cls 4447 9 4456 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3008 /force-app/main/default/classes/MetadataService.cls 4448 17 4448 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'number_x' doesn't match '[a-z][a-zA-Z0-9]*'
3007 /force-app/main/default/classes/MetadataService.cls 4448 17 4448 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'number_x' doesn't match '[a-z][a-zA-Z0-9]*'
3009 /force-app/main/default/classes/MetadataService.cls 4451 20 4451 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 'number_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3008 /force-app/main/default/classes/MetadataService.cls 4451 20 4451 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 'number_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3010 /force-app/main/default/classes/MetadataService.cls 4452 20 4452 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 'pathOnClient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3009 /force-app/main/default/classes/MetadataService.cls 4452 20 4452 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 'pathOnClient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3011 /force-app/main/default/classes/MetadataService.cls 4453 20 4453 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'zipEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3010 /force-app/main/default/classes/MetadataService.cls 4453 20 4453 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'zipEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3012 /force-app/main/default/classes/MetadataService.cls 4454 20 4454 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3011 /force-app/main/default/classes/MetadataService.cls 4454 20 4454 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3013 /force-app/main/default/classes/MetadataService.cls 4455 20 4455 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]*'
3012 /force-app/main/default/classes/MetadataService.cls 4455 20 4455 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]*'
3014 /force-app/main/default/classes/MetadataService.cls 4457 9 4464 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3013 /force-app/main/default/classes/MetadataService.cls 4457 9 4464 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3015 /force-app/main/default/classes/MetadataService.cls 4460 20 4460 120 pmd 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]*'
3014 /force-app/main/default/classes/MetadataService.cls 4460 20 4460 120 pmd 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]*'
3016 /force-app/main/default/classes/MetadataService.cls 4461 20 4461 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3015 /force-app/main/default/classes/MetadataService.cls 4461 20 4461 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3017 /force-app/main/default/classes/MetadataService.cls 4462 20 4462 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3016 /force-app/main/default/classes/MetadataService.cls 4462 20 4462 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3018 /force-app/main/default/classes/MetadataService.cls 4463 20 4463 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3017 /force-app/main/default/classes/MetadataService.cls 4463 20 4463 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3019 /force-app/main/default/classes/MetadataService.cls 4465 9 4470 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3018 /force-app/main/default/classes/MetadataService.cls 4465 9 4470 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3020 /force-app/main/default/classes/MetadataService.cls 4466 19 4466 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
3019 /force-app/main/default/classes/MetadataService.cls 4466 19 4466 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
3021 /force-app/main/default/classes/MetadataService.cls 4467 20 4467 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3020 /force-app/main/default/classes/MetadataService.cls 4467 20 4467 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3022 /force-app/main/default/classes/MetadataService.cls 4468 20 4468 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3021 /force-app/main/default/classes/MetadataService.cls 4468 20 4468 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3023 /force-app/main/default/classes/MetadataService.cls 4469 20 4469 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3022 /force-app/main/default/classes/MetadataService.cls 4469 20 4469 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3024 /force-app/main/default/classes/MetadataService.cls 4471 9 4478 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3023 /force-app/main/default/classes/MetadataService.cls 4471 9 4478 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3025 /force-app/main/default/classes/MetadataService.cls 4474 20 4474 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 'parameterName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3024 /force-app/main/default/classes/MetadataService.cls 4474 20 4474 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 'parameterName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3026 /force-app/main/default/classes/MetadataService.cls 4475 20 4475 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'parameterValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3025 /force-app/main/default/classes/MetadataService.cls 4475 20 4475 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'parameterValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3027 /force-app/main/default/classes/MetadataService.cls 4476 20 4476 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3026 /force-app/main/default/classes/MetadataService.cls 4476 20 4476 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3028 /force-app/main/default/classes/MetadataService.cls 4477 20 4477 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]*'
3027 /force-app/main/default/classes/MetadataService.cls 4477 20 4477 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]*'
3029 /force-app/main/default/classes/MetadataService.cls 4479 9 4490 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3028 /force-app/main/default/classes/MetadataService.cls 4479 9 4490 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3030 /force-app/main/default/classes/MetadataService.cls 4484 20 4484 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3029 /force-app/main/default/classes/MetadataService.cls 4484 20 4484 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3031 /force-app/main/default/classes/MetadataService.cls 4485 20 4485 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 'endSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3030 /force-app/main/default/classes/MetadataService.cls 4485 20 4485 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 'endSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3032 /force-app/main/default/classes/MetadataService.cls 4486 20 4486 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 'notifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3031 /force-app/main/default/classes/MetadataService.cls 4486 20 4486 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 'notifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3033 /force-app/main/default/classes/MetadataService.cls 4487 20 4487 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 'twoFactorAuthentication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3032 /force-app/main/default/classes/MetadataService.cls 4487 20 4487 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 'twoFactorAuthentication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3034 /force-app/main/default/classes/MetadataService.cls 4488 20 4488 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3033 /force-app/main/default/classes/MetadataService.cls 4488 20 4488 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3035 /force-app/main/default/classes/MetadataService.cls 4489 20 4489 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3034 /force-app/main/default/classes/MetadataService.cls 4489 20 4489 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3036 /force-app/main/default/classes/MetadataService.cls 4491 9 4496 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3035 /force-app/main/default/classes/MetadataService.cls 4491 9 4496 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3037 /force-app/main/default/classes/MetadataService.cls 4493 20 4493 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3036 /force-app/main/default/classes/MetadataService.cls 4493 20 4493 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3038 /force-app/main/default/classes/MetadataService.cls 4494 20 4494 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3037 /force-app/main/default/classes/MetadataService.cls 4494 20 4494 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3039 /force-app/main/default/classes/MetadataService.cls 4495 20 4495 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3038 /force-app/main/default/classes/MetadataService.cls 4495 20 4495 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3040 /force-app/main/default/classes/MetadataService.cls 4497 9 4522 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3039 /force-app/main/default/classes/MetadataService.cls 4497 9 4522 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3041 /force-app/main/default/classes/MetadataService.cls 4497 9 4522 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3040 /force-app/main/default/classes/MetadataService.cls 4497 9 4522 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3042 /force-app/main/default/classes/MetadataService.cls 4500 20 4500 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3041 /force-app/main/default/classes/MetadataService.cls 4500 20 4500 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3043 /force-app/main/default/classes/MetadataService.cls 4503 20 4503 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3042 /force-app/main/default/classes/MetadataService.cls 4503 20 4503 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3044 /force-app/main/default/classes/MetadataService.cls 4504 20 4504 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3043 /force-app/main/default/classes/MetadataService.cls 4504 20 4504 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3045 /force-app/main/default/classes/MetadataService.cls 4512 20 4512 128 pmd 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]*'
3044 /force-app/main/default/classes/MetadataService.cls 4512 20 4512 128 pmd 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]*'
3046 /force-app/main/default/classes/MetadataService.cls 4513 20 4513 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 'isCollection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3045 /force-app/main/default/classes/MetadataService.cls 4513 20 4513 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 'isCollection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3047 /force-app/main/default/classes/MetadataService.cls 4514 20 4514 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 'isInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3046 /force-app/main/default/classes/MetadataService.cls 4514 20 4514 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 'isInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3048 /force-app/main/default/classes/MetadataService.cls 4515 20 4515 128 pmd 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]*'
3047 /force-app/main/default/classes/MetadataService.cls 4515 20 4515 128 pmd 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]*'
3049 /force-app/main/default/classes/MetadataService.cls 4516 20 4516 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3048 /force-app/main/default/classes/MetadataService.cls 4516 20 4516 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3050 /force-app/main/default/classes/MetadataService.cls 4517 20 4517 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3049 /force-app/main/default/classes/MetadataService.cls 4517 20 4517 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3051 /force-app/main/default/classes/MetadataService.cls 4518 20 4518 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3050 /force-app/main/default/classes/MetadataService.cls 4518 20 4518 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3052 /force-app/main/default/classes/MetadataService.cls 4519 20 4519 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3051 /force-app/main/default/classes/MetadataService.cls 4519 20 4519 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3053 /force-app/main/default/classes/MetadataService.cls 4520 20 4520 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3052 /force-app/main/default/classes/MetadataService.cls 4520 20 4520 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3054 /force-app/main/default/classes/MetadataService.cls 4521 20 4521 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]*'
3053 /force-app/main/default/classes/MetadataService.cls 4521 20 4521 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]*'
3055 /force-app/main/default/classes/MetadataService.cls 4523 9 4540 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3054 /force-app/main/default/classes/MetadataService.cls 4523 9 4540 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3056 /force-app/main/default/classes/MetadataService.cls 4523 9 4540 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3055 /force-app/main/default/classes/MetadataService.cls 4523 9 4540 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3057 /force-app/main/default/classes/MetadataService.cls 4526 20 4526 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3056 /force-app/main/default/classes/MetadataService.cls 4526 20 4526 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.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 /force-app/main/default/classes/MetadataService.cls 4532 20 4532 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3057 /force-app/main/default/classes/MetadataService.cls 4532 20 4532 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3059 /force-app/main/default/classes/MetadataService.cls 4533 20 4533 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3058 /force-app/main/default/classes/MetadataService.cls 4533 20 4533 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3060 /force-app/main/default/classes/MetadataService.cls 4534 20 4534 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3059 /force-app/main/default/classes/MetadataService.cls 4534 20 4534 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3061 /force-app/main/default/classes/MetadataService.cls 4535 20 4535 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3060 /force-app/main/default/classes/MetadataService.cls 4535 20 4535 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3062 /force-app/main/default/classes/MetadataService.cls 4536 20 4536 128 pmd 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]*'
3061 /force-app/main/default/classes/MetadataService.cls 4536 20 4536 128 pmd 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]*'
3063 /force-app/main/default/classes/MetadataService.cls 4537 20 4537 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3062 /force-app/main/default/classes/MetadataService.cls 4537 20 4537 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3064 /force-app/main/default/classes/MetadataService.cls 4538 20 4538 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3063 /force-app/main/default/classes/MetadataService.cls 4538 20 4538 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3065 /force-app/main/default/classes/MetadataService.cls 4539 20 4539 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 4539 20 4539 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3066 /force-app/main/default/classes/MetadataService.cls 4541 9 4548 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3065 /force-app/main/default/classes/MetadataService.cls 4541 9 4548 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3067 /force-app/main/default/classes/MetadataService.cls 4544 20 4544 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3066 /force-app/main/default/classes/MetadataService.cls 4544 20 4544 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3068 /force-app/main/default/classes/MetadataService.cls 4545 20 4545 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3067 /force-app/main/default/classes/MetadataService.cls 4545 20 4545 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3069 /force-app/main/default/classes/MetadataService.cls 4546 20 4546 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3068 /force-app/main/default/classes/MetadataService.cls 4546 20 4546 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3070 /force-app/main/default/classes/MetadataService.cls 4547 20 4547 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3069 /force-app/main/default/classes/MetadataService.cls 4547 20 4547 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 4549 9 4556 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3070 /force-app/main/default/classes/MetadataService.cls 4549 9 4556 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3072 /force-app/main/default/classes/MetadataService.cls 4552 20 4552 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3071 /force-app/main/default/classes/MetadataService.cls 4552 20 4552 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3073 /force-app/main/default/classes/MetadataService.cls 4553 20 4553 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3072 /force-app/main/default/classes/MetadataService.cls 4553 20 4553 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3074 /force-app/main/default/classes/MetadataService.cls 4554 20 4554 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3073 /force-app/main/default/classes/MetadataService.cls 4554 20 4554 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3075 /force-app/main/default/classes/MetadataService.cls 4555 20 4555 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3074 /force-app/main/default/classes/MetadataService.cls 4555 20 4555 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3076 /force-app/main/default/classes/MetadataService.cls 4557 9 4568 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3075 /force-app/main/default/classes/MetadataService.cls 4557 9 4568 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3077 /force-app/main/default/classes/MetadataService.cls 4562 20 4562 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3076 /force-app/main/default/classes/MetadataService.cls 4562 20 4562 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3078 /force-app/main/default/classes/MetadataService.cls 4563 20 4563 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3077 /force-app/main/default/classes/MetadataService.cls 4563 20 4563 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3079 /force-app/main/default/classes/MetadataService.cls 4564 20 4564 130 pmd 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]*'
3078 /force-app/main/default/classes/MetadataService.cls 4564 20 4564 130 pmd 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]*'
3080 /force-app/main/default/classes/MetadataService.cls 4565 20 4565 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 'subtype_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3079 /force-app/main/default/classes/MetadataService.cls 4565 20 4565 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 'subtype_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3081 /force-app/main/default/classes/MetadataService.cls 4566 20 4566 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3080 /force-app/main/default/classes/MetadataService.cls 4566 20 4566 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3082 /force-app/main/default/classes/MetadataService.cls 4567 20 4567 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3081 /force-app/main/default/classes/MetadataService.cls 4567 20 4567 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 4569 9 4574 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3082 /force-app/main/default/classes/MetadataService.cls 4569 9 4574 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3084 /force-app/main/default/classes/MetadataService.cls 4571 20 4571 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 'client_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3083 /force-app/main/default/classes/MetadataService.cls 4571 20 4571 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 'client_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3085 /force-app/main/default/classes/MetadataService.cls 4572 20 4572 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3084 /force-app/main/default/classes/MetadataService.cls 4572 20 4572 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3086 /force-app/main/default/classes/MetadataService.cls 4573 20 4573 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3085 /force-app/main/default/classes/MetadataService.cls 4573 20 4573 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3087 /force-app/main/default/classes/MetadataService.cls 4575 9 4584 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3086 /force-app/main/default/classes/MetadataService.cls 4575 9 4584 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3088 /force-app/main/default/classes/MetadataService.cls 4579 20 4579 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3087 /force-app/main/default/classes/MetadataService.cls 4579 20 4579 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3089 /force-app/main/default/classes/MetadataService.cls 4580 20 4580 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3088 /force-app/main/default/classes/MetadataService.cls 4580 20 4580 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3090 /force-app/main/default/classes/MetadataService.cls 4581 20 4581 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3089 /force-app/main/default/classes/MetadataService.cls 4581 20 4581 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3091 /force-app/main/default/classes/MetadataService.cls 4582 20 4582 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3090 /force-app/main/default/classes/MetadataService.cls 4582 20 4582 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3092 /force-app/main/default/classes/MetadataService.cls 4583 20 4583 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3091 /force-app/main/default/classes/MetadataService.cls 4583 20 4583 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3093 /force-app/main/default/classes/MetadataService.cls 4585 9 4594 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3092 /force-app/main/default/classes/MetadataService.cls 4585 9 4594 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3094 /force-app/main/default/classes/MetadataService.cls 4589 20 4589 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3093 /force-app/main/default/classes/MetadataService.cls 4589 20 4589 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3095 /force-app/main/default/classes/MetadataService.cls 4590 20 4590 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3094 /force-app/main/default/classes/MetadataService.cls 4590 20 4590 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3096 /force-app/main/default/classes/MetadataService.cls 4591 20 4591 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3095 /force-app/main/default/classes/MetadataService.cls 4591 20 4591 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3097 /force-app/main/default/classes/MetadataService.cls 4592 20 4592 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3096 /force-app/main/default/classes/MetadataService.cls 4592 20 4592 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3098 /force-app/main/default/classes/MetadataService.cls 4593 20 4593 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]*'
3097 /force-app/main/default/classes/MetadataService.cls 4593 20 4593 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]*'
3099 /force-app/main/default/classes/MetadataService.cls 4595 9 4614 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3098 /force-app/main/default/classes/MetadataService.cls 4595 9 4614 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3100 /force-app/main/default/classes/MetadataService.cls 4595 9 4614 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3099 /force-app/main/default/classes/MetadataService.cls 4595 9 4614 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3101 /force-app/main/default/classes/MetadataService.cls 4598 20 4598 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3100 /force-app/main/default/classes/MetadataService.cls 4598 20 4598 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3102 /force-app/main/default/classes/MetadataService.cls 4600 20 4600 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3101 /force-app/main/default/classes/MetadataService.cls 4600 20 4600 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3103 /force-app/main/default/classes/MetadataService.cls 4605 18 4605 26 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'public_x' doesn't match '[a-z][a-zA-Z0-9]*'
3102 /force-app/main/default/classes/MetadataService.cls 4605 18 4605 26 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'public_x' doesn't match '[a-z][a-zA-Z0-9]*'
3104 /force-app/main/default/classes/MetadataService.cls 4606 20 4606 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3103 /force-app/main/default/classes/MetadataService.cls 4606 20 4606 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3105 /force-app/main/default/classes/MetadataService.cls 4607 20 4607 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 'internalUseOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3104 /force-app/main/default/classes/MetadataService.cls 4607 20 4607 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 'internalUseOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3106 /force-app/main/default/classes/MetadataService.cls 4608 20 4608 128 pmd 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]*'
3105 /force-app/main/default/classes/MetadataService.cls 4608 20 4608 128 pmd 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]*'
3107 /force-app/main/default/classes/MetadataService.cls 4609 20 4609 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3106 /force-app/main/default/classes/MetadataService.cls 4609 20 4609 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3108 /force-app/main/default/classes/MetadataService.cls 4610 20 4610 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 'public_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3107 /force-app/main/default/classes/MetadataService.cls 4610 20 4610 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 'public_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3109 /force-app/main/default/classes/MetadataService.cls 4611 20 4611 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3108 /force-app/main/default/classes/MetadataService.cls 4611 20 4611 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3110 /force-app/main/default/classes/MetadataService.cls 4612 20 4612 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3109 /force-app/main/default/classes/MetadataService.cls 4612 20 4612 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3111 /force-app/main/default/classes/MetadataService.cls 4613 20 4613 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3110 /force-app/main/default/classes/MetadataService.cls 4613 20 4613 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3112 /force-app/main/default/classes/MetadataService.cls 4615 9 4620 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3111 /force-app/main/default/classes/MetadataService.cls 4615 9 4620 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3113 /force-app/main/default/classes/MetadataService.cls 4615 9 4620 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3112 /force-app/main/default/classes/MetadataService.cls 4615 9 4620 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3114 /force-app/main/default/classes/MetadataService.cls 4617 20 4617 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3113 /force-app/main/default/classes/MetadataService.cls 4617 20 4617 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3115 /force-app/main/default/classes/MetadataService.cls 4618 20 4618 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3114 /force-app/main/default/classes/MetadataService.cls 4618 20 4618 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3116 /force-app/main/default/classes/MetadataService.cls 4619 20 4619 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3115 /force-app/main/default/classes/MetadataService.cls 4619 20 4619 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3117 /force-app/main/default/classes/MetadataService.cls 4621 9 4628 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3116 /force-app/main/default/classes/MetadataService.cls 4621 9 4628 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3118 /force-app/main/default/classes/MetadataService.cls 4624 20 4624 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3117 /force-app/main/default/classes/MetadataService.cls 4624 20 4624 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3119 /force-app/main/default/classes/MetadataService.cls 4625 20 4625 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3118 /force-app/main/default/classes/MetadataService.cls 4625 20 4625 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3120 /force-app/main/default/classes/MetadataService.cls 4626 20 4626 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3119 /force-app/main/default/classes/MetadataService.cls 4626 20 4626 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3121 /force-app/main/default/classes/MetadataService.cls 4627 20 4627 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]*'
3120 /force-app/main/default/classes/MetadataService.cls 4627 20 4627 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]*'
3122 /force-app/main/default/classes/MetadataService.cls 4629 9 4650 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3121 /force-app/main/default/classes/MetadataService.cls 4629 9 4650 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3123 /force-app/main/default/classes/MetadataService.cls 4629 9 4650 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3122 /force-app/main/default/classes/MetadataService.cls 4629 9 4650 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3124 /force-app/main/default/classes/MetadataService.cls 4639 20 4639 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3123 /force-app/main/default/classes/MetadataService.cls 4639 20 4639 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3125 /force-app/main/default/classes/MetadataService.cls 4640 20 4640 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 'foreignKeyDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3124 /force-app/main/default/classes/MetadataService.cls 4640 20 4640 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 'foreignKeyDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3126 /force-app/main/default/classes/MetadataService.cls 4641 20 4641 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 'isForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3125 /force-app/main/default/classes/MetadataService.cls 4641 20 4641 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 'isForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3127 /force-app/main/default/classes/MetadataService.cls 4642 20 4642 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 'isNameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3126 /force-app/main/default/classes/MetadataService.cls 4642 20 4642 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 'isNameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3128 /force-app/main/default/classes/MetadataService.cls 4643 20 4643 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'minOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3127 /force-app/main/default/classes/MetadataService.cls 4643 20 4643 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'minOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3129 /force-app/main/default/classes/MetadataService.cls 4644 20 4644 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3128 /force-app/main/default/classes/MetadataService.cls 4644 20 4644 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3130 /force-app/main/default/classes/MetadataService.cls 4645 20 4645 141 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3129 /force-app/main/default/classes/MetadataService.cls 4645 20 4645 141 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3131 /force-app/main/default/classes/MetadataService.cls 4646 20 4646 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'soapType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3130 /force-app/main/default/classes/MetadataService.cls 4646 20 4646 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'soapType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3132 /force-app/main/default/classes/MetadataService.cls 4647 20 4647 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 'valueRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3131 /force-app/main/default/classes/MetadataService.cls 4647 20 4647 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 'valueRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3133 /force-app/main/default/classes/MetadataService.cls 4648 20 4648 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3132 /force-app/main/default/classes/MetadataService.cls 4648 20 4648 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3134 /force-app/main/default/classes/MetadataService.cls 4649 20 4649 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]*'
3133 /force-app/main/default/classes/MetadataService.cls 4649 20 4649 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]*'
3135 /force-app/main/default/classes/MetadataService.cls 4651 9 4664 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3134 /force-app/main/default/classes/MetadataService.cls 4651 9 4664 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3136 /force-app/main/default/classes/MetadataService.cls 4654 20 4654 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3135 /force-app/main/default/classes/MetadataService.cls 4654 20 4654 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3137 /force-app/main/default/classes/MetadataService.cls 4658 20 4658 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3136 /force-app/main/default/classes/MetadataService.cls 4658 20 4658 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3138 /force-app/main/default/classes/MetadataService.cls 4659 20 4659 128 pmd 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]*'
3137 /force-app/main/default/classes/MetadataService.cls 4659 20 4659 128 pmd 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]*'
3139 /force-app/main/default/classes/MetadataService.cls 4660 20 4660 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3138 /force-app/main/default/classes/MetadataService.cls 4660 20 4660 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3140 /force-app/main/default/classes/MetadataService.cls 4661 20 4661 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3139 /force-app/main/default/classes/MetadataService.cls 4661 20 4661 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3141 /force-app/main/default/classes/MetadataService.cls 4662 20 4662 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3140 /force-app/main/default/classes/MetadataService.cls 4662 20 4662 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3142 /force-app/main/default/classes/MetadataService.cls 4663 20 4663 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]*'
3141 /force-app/main/default/classes/MetadataService.cls 4663 20 4663 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]*'
3143 /force-app/main/default/classes/MetadataService.cls 4665 17 4678 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3142 /force-app/main/default/classes/MetadataService.cls 4665 17 4678 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3144 /force-app/main/default/classes/MetadataService.cls 4667 18 4667 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3143 /force-app/main/default/classes/MetadataService.cls 4667 18 4667 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3145 /force-app/main/default/classes/MetadataService.cls 4671 20 4671 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3144 /force-app/main/default/classes/MetadataService.cls 4671 20 4671 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3146 /force-app/main/default/classes/MetadataService.cls 4672 20 4672 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3145 /force-app/main/default/classes/MetadataService.cls 4672 20 4672 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3147 /force-app/main/default/classes/MetadataService.cls 4673 20 4673 128 pmd 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]*'
3146 /force-app/main/default/classes/MetadataService.cls 4673 20 4673 128 pmd 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]*'
3148 /force-app/main/default/classes/MetadataService.cls 4674 20 4674 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3147 /force-app/main/default/classes/MetadataService.cls 4674 20 4674 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3149 /force-app/main/default/classes/MetadataService.cls 4675 20 4675 128 pmd 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]*'
3148 /force-app/main/default/classes/MetadataService.cls 4675 20 4675 128 pmd 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]*'
3150 /force-app/main/default/classes/MetadataService.cls 4676 20 4676 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3149 /force-app/main/default/classes/MetadataService.cls 4676 20 4676 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3151 /force-app/main/default/classes/MetadataService.cls 4677 20 4677 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3150 /force-app/main/default/classes/MetadataService.cls 4677 20 4677 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 4679 9 4696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3151 /force-app/main/default/classes/MetadataService.cls 4679 9 4696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3153 /force-app/main/default/classes/MetadataService.cls 4679 9 4696 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3152 /force-app/main/default/classes/MetadataService.cls 4679 9 4696 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3154 /force-app/main/default/classes/MetadataService.cls 4682 20 4682 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3153 /force-app/main/default/classes/MetadataService.cls 4682 20 4682 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3155 /force-app/main/default/classes/MetadataService.cls 4688 20 4688 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3154 /force-app/main/default/classes/MetadataService.cls 4688 20 4688 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3156 /force-app/main/default/classes/MetadataService.cls 4689 20 4689 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3155 /force-app/main/default/classes/MetadataService.cls 4689 20 4689 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3157 /force-app/main/default/classes/MetadataService.cls 4690 20 4690 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3156 /force-app/main/default/classes/MetadataService.cls 4690 20 4690 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3158 /force-app/main/default/classes/MetadataService.cls 4691 20 4691 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3157 /force-app/main/default/classes/MetadataService.cls 4691 20 4691 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3159 /force-app/main/default/classes/MetadataService.cls 4692 20 4692 128 pmd 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]*'
3158 /force-app/main/default/classes/MetadataService.cls 4692 20 4692 128 pmd 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]*'
3160 /force-app/main/default/classes/MetadataService.cls 4693 20 4693 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3159 /force-app/main/default/classes/MetadataService.cls 4693 20 4693 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3161 /force-app/main/default/classes/MetadataService.cls 4694 20 4694 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3160 /force-app/main/default/classes/MetadataService.cls 4694 20 4694 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3162 /force-app/main/default/classes/MetadataService.cls 4695 20 4695 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]*'
3161 /force-app/main/default/classes/MetadataService.cls 4695 20 4695 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]*'
3163 /force-app/main/default/classes/MetadataService.cls 4697 9 4706 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3162 /force-app/main/default/classes/MetadataService.cls 4697 9 4706 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3164 /force-app/main/default/classes/MetadataService.cls 4697 9 4706 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3163 /force-app/main/default/classes/MetadataService.cls 4697 9 4706 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3165 /force-app/main/default/classes/MetadataService.cls 4698 17 4698 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3164 /force-app/main/default/classes/MetadataService.cls 4698 17 4698 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3166 /force-app/main/default/classes/MetadataService.cls 4701 20 4701 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3165 /force-app/main/default/classes/MetadataService.cls 4701 20 4701 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3167 /force-app/main/default/classes/MetadataService.cls 4702 20 4702 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 'oldFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3166 /force-app/main/default/classes/MetadataService.cls 4702 20 4702 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 'oldFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3168 /force-app/main/default/classes/MetadataService.cls 4703 20 4703 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 'newFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3167 /force-app/main/default/classes/MetadataService.cls 4703 20 4703 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 'newFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3169 /force-app/main/default/classes/MetadataService.cls 4704 20 4704 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3168 /force-app/main/default/classes/MetadataService.cls 4704 20 4704 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3170 /force-app/main/default/classes/MetadataService.cls 4705 20 4705 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]*'
3169 /force-app/main/default/classes/MetadataService.cls 4705 20 4705 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]*'
3171 /force-app/main/default/classes/MetadataService.cls 4707 9 4728 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3170 /force-app/main/default/classes/MetadataService.cls 4707 9 4728 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3172 /force-app/main/default/classes/MetadataService.cls 4707 9 4728 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3171 /force-app/main/default/classes/MetadataService.cls 4707 9 4728 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3173 /force-app/main/default/classes/MetadataService.cls 4710 20 4710 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3172 /force-app/main/default/classes/MetadataService.cls 4710 20 4710 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3174 /force-app/main/default/classes/MetadataService.cls 4718 20 4718 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 'customObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3173 /force-app/main/default/classes/MetadataService.cls 4718 20 4718 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 'customObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3175 /force-app/main/default/classes/MetadataService.cls 4719 20 4719 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3174 /force-app/main/default/classes/MetadataService.cls 4719 20 4719 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3176 /force-app/main/default/classes/MetadataService.cls 4720 20 4720 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3175 /force-app/main/default/classes/MetadataService.cls 4720 20 4720 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3177 /force-app/main/default/classes/MetadataService.cls 4721 20 4721 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 'loginAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3176 /force-app/main/default/classes/MetadataService.cls 4721 20 4721 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 'loginAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3178 /force-app/main/default/classes/MetadataService.cls 4722 20 4722 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3177 /force-app/main/default/classes/MetadataService.cls 4722 20 4722 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3179 /force-app/main/default/classes/MetadataService.cls 4723 20 4723 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3178 /force-app/main/default/classes/MetadataService.cls 4723 20 4723 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3180 /force-app/main/default/classes/MetadataService.cls 4724 20 4724 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3179 /force-app/main/default/classes/MetadataService.cls 4724 20 4724 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3181 /force-app/main/default/classes/MetadataService.cls 4725 20 4725 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3180 /force-app/main/default/classes/MetadataService.cls 4725 20 4725 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3182 /force-app/main/default/classes/MetadataService.cls 4726 20 4726 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3181 /force-app/main/default/classes/MetadataService.cls 4726 20 4726 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3183 /force-app/main/default/classes/MetadataService.cls 4727 20 4727 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]*'
3182 /force-app/main/default/classes/MetadataService.cls 4727 20 4727 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]*'
3184 /force-app/main/default/classes/MetadataService.cls 4729 9 4766 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3183 /force-app/main/default/classes/MetadataService.cls 4729 9 4766 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3185 /force-app/main/default/classes/MetadataService.cls 4729 9 4766 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3184 /force-app/main/default/classes/MetadataService.cls 4729 9 4766 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3186 /force-app/main/default/classes/MetadataService.cls 4732 20 4732 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3185 /force-app/main/default/classes/MetadataService.cls 4732 20 4732 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3187 /force-app/main/default/classes/MetadataService.cls 4734 18 4734 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3186 /force-app/main/default/classes/MetadataService.cls 4734 18 4734 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3188 /force-app/main/default/classes/MetadataService.cls 4737 20 4737 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3187 /force-app/main/default/classes/MetadataService.cls 4737 20 4737 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3189 /force-app/main/default/classes/MetadataService.cls 4738 20 4738 128 pmd 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]*'
3188 /force-app/main/default/classes/MetadataService.cls 4738 20 4738 128 pmd 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]*'
3190 /force-app/main/default/classes/MetadataService.cls 4739 20 4739 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3189 /force-app/main/default/classes/MetadataService.cls 4739 20 4739 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3191 /force-app/main/default/classes/MetadataService.cls 4740 20 4740 128 pmd 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]*'
3190 /force-app/main/default/classes/MetadataService.cls 4740 20 4740 128 pmd 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]*'
3192 /force-app/main/default/classes/MetadataService.cls 4752 20 4752 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3191 /force-app/main/default/classes/MetadataService.cls 4752 20 4752 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3193 /force-app/main/default/classes/MetadataService.cls 4753 20 4753 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3192 /force-app/main/default/classes/MetadataService.cls 4753 20 4753 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3194 /force-app/main/default/classes/MetadataService.cls 4754 20 4754 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 'controllingFieldValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3193 /force-app/main/default/classes/MetadataService.cls 4754 20 4754 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 'controllingFieldValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3195 /force-app/main/default/classes/MetadataService.cls 4755 20 4755 130 pmd 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]*'
3194 /force-app/main/default/classes/MetadataService.cls 4755 20 4755 130 pmd 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]*'
3196 /force-app/main/default/classes/MetadataService.cls 4756 20 4756 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3195 /force-app/main/default/classes/MetadataService.cls 4756 20 4756 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3197 /force-app/main/default/classes/MetadataService.cls 4757 20 4757 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3196 /force-app/main/default/classes/MetadataService.cls 4757 20 4757 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3198 /force-app/main/default/classes/MetadataService.cls 4758 20 4758 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3197 /force-app/main/default/classes/MetadataService.cls 4758 20 4758 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3199 /force-app/main/default/classes/MetadataService.cls 4759 20 4759 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3198 /force-app/main/default/classes/MetadataService.cls 4759 20 4759 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3200 /force-app/main/default/classes/MetadataService.cls 4760 20 4760 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3199 /force-app/main/default/classes/MetadataService.cls 4760 20 4760 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3201 /force-app/main/default/classes/MetadataService.cls 4761 20 4761 128 pmd 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]*'
3200 /force-app/main/default/classes/MetadataService.cls 4761 20 4761 128 pmd 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]*'
3202 /force-app/main/default/classes/MetadataService.cls 4762 20 4762 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3201 /force-app/main/default/classes/MetadataService.cls 4762 20 4762 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3203 /force-app/main/default/classes/MetadataService.cls 4763 20 4763 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3202 /force-app/main/default/classes/MetadataService.cls 4763 20 4763 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3204 /force-app/main/default/classes/MetadataService.cls 4764 20 4764 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3203 /force-app/main/default/classes/MetadataService.cls 4764 20 4764 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3205 /force-app/main/default/classes/MetadataService.cls 4765 20 4765 265 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3204 /force-app/main/default/classes/MetadataService.cls 4765 20 4765 265 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3206 /force-app/main/default/classes/MetadataService.cls 4767 9 4772 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3205 /force-app/main/default/classes/MetadataService.cls 4767 9 4772 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3207 /force-app/main/default/classes/MetadataService.cls 4769 20 4769 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3206 /force-app/main/default/classes/MetadataService.cls 4769 20 4769 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3208 /force-app/main/default/classes/MetadataService.cls 4770 20 4770 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3207 /force-app/main/default/classes/MetadataService.cls 4770 20 4770 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3209 /force-app/main/default/classes/MetadataService.cls 4771 20 4771 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3208 /force-app/main/default/classes/MetadataService.cls 4771 20 4771 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3210 /force-app/main/default/classes/MetadataService.cls 4773 9 4792 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3209 /force-app/main/default/classes/MetadataService.cls 4773 9 4792 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3211 /force-app/main/default/classes/MetadataService.cls 4773 9 4792 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3210 /force-app/main/default/classes/MetadataService.cls 4773 9 4792 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3212 /force-app/main/default/classes/MetadataService.cls 4782 20 4782 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3211 /force-app/main/default/classes/MetadataService.cls 4782 20 4782 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3213 /force-app/main/default/classes/MetadataService.cls 4783 20 4783 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 'assignedToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3212 /force-app/main/default/classes/MetadataService.cls 4783 20 4783 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 'assignedToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3214 /force-app/main/default/classes/MetadataService.cls 4784 20 4784 140 pmd 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]*'
3213 /force-app/main/default/classes/MetadataService.cls 4784 20 4784 140 pmd 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]*'
3215 /force-app/main/default/classes/MetadataService.cls 4785 20 4785 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 'minutesToEscalation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3214 /force-app/main/default/classes/MetadataService.cls 4785 20 4785 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 'minutesToEscalation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3216 /force-app/main/default/classes/MetadataService.cls 4786 20 4786 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 'notifyCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3215 /force-app/main/default/classes/MetadataService.cls 4786 20 4786 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 'notifyCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3217 /force-app/main/default/classes/MetadataService.cls 4787 20 4787 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 'notifyEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3216 /force-app/main/default/classes/MetadataService.cls 4787 20 4787 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 'notifyEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3218 /force-app/main/default/classes/MetadataService.cls 4788 20 4788 128 pmd 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]*'
3217 /force-app/main/default/classes/MetadataService.cls 4788 20 4788 128 pmd 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]*'
3219 /force-app/main/default/classes/MetadataService.cls 4789 20 4789 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 'notifyToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3218 /force-app/main/default/classes/MetadataService.cls 4789 20 4789 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 'notifyToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3220 /force-app/main/default/classes/MetadataService.cls 4790 20 4790 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3219 /force-app/main/default/classes/MetadataService.cls 4790 20 4790 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3221 /force-app/main/default/classes/MetadataService.cls 4791 20 4791 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]*'
3220 /force-app/main/default/classes/MetadataService.cls 4791 20 4791 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]*'
3222 /force-app/main/default/classes/MetadataService.cls 4793 9 4816 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3221 /force-app/main/default/classes/MetadataService.cls 4793 9 4816 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3223 /force-app/main/default/classes/MetadataService.cls 4793 9 4816 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3222 /force-app/main/default/classes/MetadataService.cls 4793 9 4816 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3224 /force-app/main/default/classes/MetadataService.cls 4796 20 4796 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3223 /force-app/main/default/classes/MetadataService.cls 4796 20 4796 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3225 /force-app/main/default/classes/MetadataService.cls 4805 20 4805 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 'alerts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3224 /force-app/main/default/classes/MetadataService.cls 4805 20 4805 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 'alerts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3226 /force-app/main/default/classes/MetadataService.cls 4806 20 4806 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 'fieldUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3225 /force-app/main/default/classes/MetadataService.cls 4806 20 4806 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 'fieldUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3227 /force-app/main/default/classes/MetadataService.cls 4807 20 4807 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 'flowActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3226 /force-app/main/default/classes/MetadataService.cls 4807 20 4807 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 'flowActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3228 /force-app/main/default/classes/MetadataService.cls 4808 20 4808 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 'knowledgePublishes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3227 /force-app/main/default/classes/MetadataService.cls 4808 20 4808 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 'knowledgePublishes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3229 /force-app/main/default/classes/MetadataService.cls 4809 20 4809 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 'outboundMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3228 /force-app/main/default/classes/MetadataService.cls 4809 20 4809 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 'outboundMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3230 /force-app/main/default/classes/MetadataService.cls 4810 20 4810 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3229 /force-app/main/default/classes/MetadataService.cls 4810 20 4810 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3231 /force-app/main/default/classes/MetadataService.cls 4811 20 4811 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 'send_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3230 /force-app/main/default/classes/MetadataService.cls 4811 20 4811 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 'send_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3232 /force-app/main/default/classes/MetadataService.cls 4812 20 4812 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'tasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3231 /force-app/main/default/classes/MetadataService.cls 4812 20 4812 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'tasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3233 /force-app/main/default/classes/MetadataService.cls 4813 20 4813 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3232 /force-app/main/default/classes/MetadataService.cls 4813 20 4813 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3234 /force-app/main/default/classes/MetadataService.cls 4814 20 4814 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3233 /force-app/main/default/classes/MetadataService.cls 4814 20 4814 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3235 /force-app/main/default/classes/MetadataService.cls 4815 20 4815 170 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3234 /force-app/main/default/classes/MetadataService.cls 4815 20 4815 170 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3236 /force-app/main/default/classes/MetadataService.cls 4817 9 4834 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3235 /force-app/main/default/classes/MetadataService.cls 4817 9 4834 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3237 /force-app/main/default/classes/MetadataService.cls 4817 9 4834 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3236 /force-app/main/default/classes/MetadataService.cls 4817 9 4834 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3238 /force-app/main/default/classes/MetadataService.cls 4820 20 4820 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3237 /force-app/main/default/classes/MetadataService.cls 4820 20 4820 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3239 /force-app/main/default/classes/MetadataService.cls 4825 18 4825 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
3238 /force-app/main/default/classes/MetadataService.cls 4825 18 4825 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
3240 /force-app/main/default/classes/MetadataService.cls 4826 20 4826 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3239 /force-app/main/default/classes/MetadataService.cls 4826 20 4826 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3241 /force-app/main/default/classes/MetadataService.cls 4827 20 4827 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3240 /force-app/main/default/classes/MetadataService.cls 4827 20 4827 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3242 /force-app/main/default/classes/MetadataService.cls 4828 20 4828 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3241 /force-app/main/default/classes/MetadataService.cls 4828 20 4828 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3243 /force-app/main/default/classes/MetadataService.cls 4829 20 4829 128 pmd 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]*'
3242 /force-app/main/default/classes/MetadataService.cls 4829 20 4829 128 pmd 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]*'
3244 /force-app/main/default/classes/MetadataService.cls 4830 20 4830 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3243 /force-app/main/default/classes/MetadataService.cls 4830 20 4830 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3245 /force-app/main/default/classes/MetadataService.cls 4831 20 4831 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3244 /force-app/main/default/classes/MetadataService.cls 4831 20 4831 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3246 /force-app/main/default/classes/MetadataService.cls 4832 20 4832 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3245 /force-app/main/default/classes/MetadataService.cls 4832 20 4832 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3247 /force-app/main/default/classes/MetadataService.cls 4833 20 4833 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]*'
3246 /force-app/main/default/classes/MetadataService.cls 4833 20 4833 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]*'
3248 /force-app/main/default/classes/MetadataService.cls 4835 9 4856 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3247 /force-app/main/default/classes/MetadataService.cls 4835 9 4856 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3249 /force-app/main/default/classes/MetadataService.cls 4835 9 4856 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3248 /force-app/main/default/classes/MetadataService.cls 4835 9 4856 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3250 /force-app/main/default/classes/MetadataService.cls 4845 20 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3249 /force-app/main/default/classes/MetadataService.cls 4845 20 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3251 /force-app/main/default/classes/MetadataService.cls 4846 20 4846 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3250 /force-app/main/default/classes/MetadataService.cls 4846 20 4846 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3252 /force-app/main/default/classes/MetadataService.cls 4847 20 4847 120 pmd 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]*'
3251 /force-app/main/default/classes/MetadataService.cls 4847 20 4847 120 pmd 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]*'
3253 /force-app/main/default/classes/MetadataService.cls 4848 20 4848 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3252 /force-app/main/default/classes/MetadataService.cls 4848 20 4848 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3254 /force-app/main/default/classes/MetadataService.cls 4849 20 4849 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3253 /force-app/main/default/classes/MetadataService.cls 4849 20 4849 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3255 /force-app/main/default/classes/MetadataService.cls 4850 20 4850 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3254 /force-app/main/default/classes/MetadataService.cls 4850 20 4850 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3256 /force-app/main/default/classes/MetadataService.cls 4851 20 4851 141 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3255 /force-app/main/default/classes/MetadataService.cls 4851 20 4851 141 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3257 /force-app/main/default/classes/MetadataService.cls 4852 20 4852 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3256 /force-app/main/default/classes/MetadataService.cls 4852 20 4852 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3258 /force-app/main/default/classes/MetadataService.cls 4853 20 4853 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3257 /force-app/main/default/classes/MetadataService.cls 4853 20 4853 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3259 /force-app/main/default/classes/MetadataService.cls 4854 20 4854 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3258 /force-app/main/default/classes/MetadataService.cls 4854 20 4854 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3260 /force-app/main/default/classes/MetadataService.cls 4855 20 4855 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]*'
3259 /force-app/main/default/classes/MetadataService.cls 4855 20 4855 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]*'
3261 /force-app/main/default/classes/MetadataService.cls 4857 9 4876 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3260 /force-app/main/default/classes/MetadataService.cls 4857 9 4876 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3262 /force-app/main/default/classes/MetadataService.cls 4857 9 4876 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3261 /force-app/main/default/classes/MetadataService.cls 4857 9 4876 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3263 /force-app/main/default/classes/MetadataService.cls 4860 20 4860 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3262 /force-app/main/default/classes/MetadataService.cls 4860 20 4860 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3264 /force-app/main/default/classes/MetadataService.cls 4867 20 4867 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3263 /force-app/main/default/classes/MetadataService.cls 4867 20 4867 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3265 /force-app/main/default/classes/MetadataService.cls 4868 20 4868 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3264 /force-app/main/default/classes/MetadataService.cls 4868 20 4868 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3266 /force-app/main/default/classes/MetadataService.cls 4869 20 4869 120 pmd 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]*'
3265 /force-app/main/default/classes/MetadataService.cls 4869 20 4869 120 pmd 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]*'
3267 /force-app/main/default/classes/MetadataService.cls 4870 20 4870 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3266 /force-app/main/default/classes/MetadataService.cls 4870 20 4870 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3268 /force-app/main/default/classes/MetadataService.cls 4871 20 4871 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 'visualizationResources_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3267 /force-app/main/default/classes/MetadataService.cls 4871 20 4871 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 'visualizationResources_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3269 /force-app/main/default/classes/MetadataService.cls 4872 20 4872 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 'visualizationTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3268 /force-app/main/default/classes/MetadataService.cls 4872 20 4872 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 'visualizationTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3270 /force-app/main/default/classes/MetadataService.cls 4873 20 4873 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3269 /force-app/main/default/classes/MetadataService.cls 4873 20 4873 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3271 /force-app/main/default/classes/MetadataService.cls 4874 20 4874 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3270 /force-app/main/default/classes/MetadataService.cls 4874 20 4874 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3272 /force-app/main/default/classes/MetadataService.cls 4875 20 4875 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]*'
3271 /force-app/main/default/classes/MetadataService.cls 4875 20 4875 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]*'
3273 /force-app/main/default/classes/MetadataService.cls 4877 9 4886 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3272 /force-app/main/default/classes/MetadataService.cls 4877 9 4886 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3274 /force-app/main/default/classes/MetadataService.cls 4881 20 4881 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3273 /force-app/main/default/classes/MetadataService.cls 4881 20 4881 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3275 /force-app/main/default/classes/MetadataService.cls 4882 20 4882 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3274 /force-app/main/default/classes/MetadataService.cls 4882 20 4882 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3276 /force-app/main/default/classes/MetadataService.cls 4883 20 4883 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 'scriptType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3275 /force-app/main/default/classes/MetadataService.cls 4883 20 4883 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 'scriptType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3277 /force-app/main/default/classes/MetadataService.cls 4884 20 4884 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3276 /force-app/main/default/classes/MetadataService.cls 4884 20 4884 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3278 /force-app/main/default/classes/MetadataService.cls 4885 20 4885 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3277 /force-app/main/default/classes/MetadataService.cls 4885 20 4885 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3279 /force-app/main/default/classes/MetadataService.cls 4887 9 4892 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3278 /force-app/main/default/classes/MetadataService.cls 4887 9 4892 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3280 /force-app/main/default/classes/MetadataService.cls 4889 20 4889 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 'sobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3279 /force-app/main/default/classes/MetadataService.cls 4889 20 4889 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 'sobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3281 /force-app/main/default/classes/MetadataService.cls 4890 20 4890 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3280 /force-app/main/default/classes/MetadataService.cls 4890 20 4890 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3282 /force-app/main/default/classes/MetadataService.cls 4891 20 4891 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]*'
3281 /force-app/main/default/classes/MetadataService.cls 4891 20 4891 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]*'
3283 /force-app/main/default/classes/MetadataService.cls 4893 9 4908 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3282 /force-app/main/default/classes/MetadataService.cls 4893 9 4908 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3284 /force-app/main/default/classes/MetadataService.cls 4896 20 4896 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3283 /force-app/main/default/classes/MetadataService.cls 4896 20 4896 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3285 /force-app/main/default/classes/MetadataService.cls 4898 20 4898 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3284 /force-app/main/default/classes/MetadataService.cls 4898 20 4898 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3286 /force-app/main/default/classes/MetadataService.cls 4902 20 4902 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3285 /force-app/main/default/classes/MetadataService.cls 4902 20 4902 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3287 /force-app/main/default/classes/MetadataService.cls 4903 20 4903 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3286 /force-app/main/default/classes/MetadataService.cls 4903 20 4903 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3288 /force-app/main/default/classes/MetadataService.cls 4904 20 4904 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3287 /force-app/main/default/classes/MetadataService.cls 4904 20 4904 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3289 /force-app/main/default/classes/MetadataService.cls 4905 20 4905 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3288 /force-app/main/default/classes/MetadataService.cls 4905 20 4905 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3290 /force-app/main/default/classes/MetadataService.cls 4906 20 4906 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3289 /force-app/main/default/classes/MetadataService.cls 4906 20 4906 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3291 /force-app/main/default/classes/MetadataService.cls 4907 20 4907 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]*'
3290 /force-app/main/default/classes/MetadataService.cls 4907 20 4907 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]*'
3292 /force-app/main/default/classes/MetadataService.cls 4909 9 4920 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3291 /force-app/main/default/classes/MetadataService.cls 4909 9 4920 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3293 /force-app/main/default/classes/MetadataService.cls 4910 17 4910 28 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
3292 /force-app/main/default/classes/MetadataService.cls 4910 17 4910 28 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
3294 /force-app/main/default/classes/MetadataService.cls 4914 20 4914 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 'SObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3293 /force-app/main/default/classes/MetadataService.cls 4914 20 4914 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 'SObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3295 /force-app/main/default/classes/MetadataService.cls 4915 20 4915 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 'fieldMappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3294 /force-app/main/default/classes/MetadataService.cls 4915 20 4915 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 'fieldMappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3296 /force-app/main/default/classes/MetadataService.cls 4916 20 4916 130 pmd 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]*'
3295 /force-app/main/default/classes/MetadataService.cls 4916 20 4916 130 pmd 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]*'
3297 /force-app/main/default/classes/MetadataService.cls 4917 20 4917 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 'mappingOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3296 /force-app/main/default/classes/MetadataService.cls 4917 20 4917 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 'mappingOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3298 /force-app/main/default/classes/MetadataService.cls 4918 20 4918 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3297 /force-app/main/default/classes/MetadataService.cls 4918 20 4918 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3299 /force-app/main/default/classes/MetadataService.cls 4919 20 4919 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3298 /force-app/main/default/classes/MetadataService.cls 4919 20 4919 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3300 /force-app/main/default/classes/MetadataService.cls 4921 9 4940 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3299 /force-app/main/default/classes/MetadataService.cls 4921 9 4940 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3301 /force-app/main/default/classes/MetadataService.cls 4921 9 4940 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3300 /force-app/main/default/classes/MetadataService.cls 4921 9 4940 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3302 /force-app/main/default/classes/MetadataService.cls 4924 20 4924 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3301 /force-app/main/default/classes/MetadataService.cls 4924 20 4924 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3303 /force-app/main/default/classes/MetadataService.cls 4930 17 4930 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3302 /force-app/main/default/classes/MetadataService.cls 4930 17 4930 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3304 /force-app/main/default/classes/MetadataService.cls 4931 20 4931 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3303 /force-app/main/default/classes/MetadataService.cls 4931 20 4931 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3305 /force-app/main/default/classes/MetadataService.cls 4932 20 4932 150 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'casesPerEntitlement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3304 /force-app/main/default/classes/MetadataService.cls 4932 20 4932 150 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'casesPerEntitlement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3306 /force-app/main/default/classes/MetadataService.cls 4933 20 4933 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 'entitlementProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3305 /force-app/main/default/classes/MetadataService.cls 4933 20 4933 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 'entitlementProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3307 /force-app/main/default/classes/MetadataService.cls 4934 20 4934 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 'isPerIncident_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3306 /force-app/main/default/classes/MetadataService.cls 4934 20 4934 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 'isPerIncident_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3308 /force-app/main/default/classes/MetadataService.cls 4935 20 4935 120 pmd 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]*'
3307 /force-app/main/default/classes/MetadataService.cls 4935 20 4935 120 pmd 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]*'
3309 /force-app/main/default/classes/MetadataService.cls 4936 20 4936 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3308 /force-app/main/default/classes/MetadataService.cls 4936 20 4936 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3310 /force-app/main/default/classes/MetadataService.cls 4937 20 4937 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3309 /force-app/main/default/classes/MetadataService.cls 4937 20 4937 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3311 /force-app/main/default/classes/MetadataService.cls 4938 20 4938 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3310 /force-app/main/default/classes/MetadataService.cls 4938 20 4938 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3312 /force-app/main/default/classes/MetadataService.cls 4939 20 4939 160 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3311 /force-app/main/default/classes/MetadataService.cls 4939 20 4939 160 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3313 /force-app/main/default/classes/MetadataService.cls 4941 9 4952 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3312 /force-app/main/default/classes/MetadataService.cls 4941 9 4952 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3314 /force-app/main/default/classes/MetadataService.cls 4944 20 4944 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3313 /force-app/main/default/classes/MetadataService.cls 4944 20 4944 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3315 /force-app/main/default/classes/MetadataService.cls 4947 20 4947 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 'doesIncludeBosses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3314 /force-app/main/default/classes/MetadataService.cls 4947 20 4947 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 'doesIncludeBosses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3316 /force-app/main/default/classes/MetadataService.cls 4948 20 4948 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3315 /force-app/main/default/classes/MetadataService.cls 4948 20 4948 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3317 /force-app/main/default/classes/MetadataService.cls 4949 20 4949 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3316 /force-app/main/default/classes/MetadataService.cls 4949 20 4949 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3318 /force-app/main/default/classes/MetadataService.cls 4950 20 4950 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3317 /force-app/main/default/classes/MetadataService.cls 4950 20 4950 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3319 /force-app/main/default/classes/MetadataService.cls 4951 20 4951 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]*'
3318 /force-app/main/default/classes/MetadataService.cls 4951 20 4951 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]*'
3320 /force-app/main/default/classes/MetadataService.cls 4953 9 4958 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3319 /force-app/main/default/classes/MetadataService.cls 4953 9 4958 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3321 /force-app/main/default/classes/MetadataService.cls 4955 20 4955 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3320 /force-app/main/default/classes/MetadataService.cls 4955 20 4955 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3322 /force-app/main/default/classes/MetadataService.cls 4956 20 4956 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3321 /force-app/main/default/classes/MetadataService.cls 4956 20 4956 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3323 /force-app/main/default/classes/MetadataService.cls 4957 20 4957 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3322 /force-app/main/default/classes/MetadataService.cls 4957 20 4957 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3324 /force-app/main/default/classes/MetadataService.cls 4959 9 4964 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3323 /force-app/main/default/classes/MetadataService.cls 4959 9 4964 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3325 /force-app/main/default/classes/MetadataService.cls 4961 20 4961 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3324 /force-app/main/default/classes/MetadataService.cls 4961 20 4961 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3326 /force-app/main/default/classes/MetadataService.cls 4962 20 4962 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3325 /force-app/main/default/classes/MetadataService.cls 4962 20 4962 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3327 /force-app/main/default/classes/MetadataService.cls 4963 20 4963 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]*'
3326 /force-app/main/default/classes/MetadataService.cls 4963 20 4963 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]*'
3328 /force-app/main/default/classes/MetadataService.cls 4965 17 4967 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3327 /force-app/main/default/classes/MetadataService.cls 4965 17 4967 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3329 /force-app/main/default/classes/MetadataService.cls 4968 9 4975 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3328 /force-app/main/default/classes/MetadataService.cls 4968 9 4975 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3330 /force-app/main/default/classes/MetadataService.cls 4971 20 4971 133 pmd 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]*'
3329 /force-app/main/default/classes/MetadataService.cls 4971 20 4971 133 pmd 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]*'
3331 /force-app/main/default/classes/MetadataService.cls 4972 20 4972 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 'debugLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3330 /force-app/main/default/classes/MetadataService.cls 4972 20 4972 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 'debugLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3332 /force-app/main/default/classes/MetadataService.cls 4973 20 4973 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3331 /force-app/main/default/classes/MetadataService.cls 4973 20 4973 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3333 /force-app/main/default/classes/MetadataService.cls 4974 20 4974 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 4974 20 4974 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3334 /force-app/main/default/classes/MetadataService.cls 4976 9 4981 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3333 /force-app/main/default/classes/MetadataService.cls 4976 9 4981 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3335 /force-app/main/default/classes/MetadataService.cls 4978 20 4978 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3334 /force-app/main/default/classes/MetadataService.cls 4978 20 4978 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3336 /force-app/main/default/classes/MetadataService.cls 4979 20 4979 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3335 /force-app/main/default/classes/MetadataService.cls 4979 20 4979 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3337 /force-app/main/default/classes/MetadataService.cls 4980 20 4980 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3336 /force-app/main/default/classes/MetadataService.cls 4980 20 4980 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3338 /force-app/main/default/classes/MetadataService.cls 4982 9 4989 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3337 /force-app/main/default/classes/MetadataService.cls 4982 9 4989 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3339 /force-app/main/default/classes/MetadataService.cls 4985 20 4985 128 pmd 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]*'
3338 /force-app/main/default/classes/MetadataService.cls 4985 20 4985 128 pmd 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]*'
3340 /force-app/main/default/classes/MetadataService.cls 4986 20 4986 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3339 /force-app/main/default/classes/MetadataService.cls 4986 20 4986 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3341 /force-app/main/default/classes/MetadataService.cls 4987 20 4987 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3340 /force-app/main/default/classes/MetadataService.cls 4987 20 4987 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3342 /force-app/main/default/classes/MetadataService.cls 4988 20 4988 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]*'
3341 /force-app/main/default/classes/MetadataService.cls 4988 20 4988 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]*'
3343 /force-app/main/default/classes/MetadataService.cls 4990 9 5027 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3342 /force-app/main/default/classes/MetadataService.cls 4990 9 5027 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3344 /force-app/main/default/classes/MetadataService.cls 4990 9 5027 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3343 /force-app/main/default/classes/MetadataService.cls 4990 9 5027 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3345 /force-app/main/default/classes/MetadataService.cls 5008 20 5008 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 'allowInternalUserLogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3344 /force-app/main/default/classes/MetadataService.cls 5008 20 5008 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 'allowInternalUserLogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3346 /force-app/main/default/classes/MetadataService.cls 5009 20 5009 128 pmd 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]*'
3345 /force-app/main/default/classes/MetadataService.cls 5009 20 5009 128 pmd 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]*'
3347 /force-app/main/default/classes/MetadataService.cls 5010 20 5010 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 'changePasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3346 /force-app/main/default/classes/MetadataService.cls 5010 20 5010 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 'changePasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3348 /force-app/main/default/classes/MetadataService.cls 5011 20 5011 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 'emailFooterLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3347 /force-app/main/default/classes/MetadataService.cls 5011 20 5011 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 'emailFooterLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3349 /force-app/main/default/classes/MetadataService.cls 5012 20 5012 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 'emailFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3348 /force-app/main/default/classes/MetadataService.cls 5012 20 5012 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 'emailFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3350 /force-app/main/default/classes/MetadataService.cls 5013 20 5013 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3349 /force-app/main/default/classes/MetadataService.cls 5013 20 5013 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3351 /force-app/main/default/classes/MetadataService.cls 5014 20 5014 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3350 /force-app/main/default/classes/MetadataService.cls 5014 20 5014 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3352 /force-app/main/default/classes/MetadataService.cls 5015 20 5015 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 'enableErrorPageOverridesForVisualforce_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3351 /force-app/main/default/classes/MetadataService.cls 5015 20 5015 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 'enableErrorPageOverridesForVisualforce_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3353 /force-app/main/default/classes/MetadataService.cls 5016 20 5016 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 'forgotPasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3352 /force-app/main/default/classes/MetadataService.cls 5016 20 5016 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 'forgotPasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3354 /force-app/main/default/classes/MetadataService.cls 5017 20 5017 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 'picassoSite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3353 /force-app/main/default/classes/MetadataService.cls 5017 20 5017 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 'picassoSite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3355 /force-app/main/default/classes/MetadataService.cls 5018 20 5018 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 'sObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3354 /force-app/main/default/classes/MetadataService.cls 5018 20 5018 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 'sObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3356 /force-app/main/default/classes/MetadataService.cls 5019 20 5019 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3355 /force-app/main/default/classes/MetadataService.cls 5019 20 5019 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3357 /force-app/main/default/classes/MetadataService.cls 5020 20 5020 120 pmd 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]*'
3356 /force-app/main/default/classes/MetadataService.cls 5020 20 5020 120 pmd 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]*'
3358 /force-app/main/default/classes/MetadataService.cls 5021 20 5021 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 'siteAsContainerEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3357 /force-app/main/default/classes/MetadataService.cls 5021 20 5021 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 'siteAsContainerEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3359 /force-app/main/default/classes/MetadataService.cls 5022 20 5022 120 pmd 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]*'
3358 /force-app/main/default/classes/MetadataService.cls 5022 20 5022 120 pmd 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]*'
3360 /force-app/main/default/classes/MetadataService.cls 5023 20 5023 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3359 /force-app/main/default/classes/MetadataService.cls 5023 20 5023 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3361 /force-app/main/default/classes/MetadataService.cls 5024 20 5024 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 'welcomeEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3360 /force-app/main/default/classes/MetadataService.cls 5024 20 5024 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 'welcomeEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3362 /force-app/main/default/classes/MetadataService.cls 5025 20 5025 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3361 /force-app/main/default/classes/MetadataService.cls 5025 20 5025 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3363 /force-app/main/default/classes/MetadataService.cls 5026 20 5026 394 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3362 /force-app/main/default/classes/MetadataService.cls 5026 20 5026 394 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3364 /force-app/main/default/classes/MetadataService.cls 5028 9 5045 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3363 /force-app/main/default/classes/MetadataService.cls 5028 9 5045 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3365 /force-app/main/default/classes/MetadataService.cls 5028 9 5045 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3364 /force-app/main/default/classes/MetadataService.cls 5028 9 5045 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3366 /force-app/main/default/classes/MetadataService.cls 5036 20 5036 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3365 /force-app/main/default/classes/MetadataService.cls 5036 20 5036 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3367 /force-app/main/default/classes/MetadataService.cls 5037 20 5037 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3366 /force-app/main/default/classes/MetadataService.cls 5037 20 5037 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3368 /force-app/main/default/classes/MetadataService.cls 5038 20 5038 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 'namedCredential_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3367 /force-app/main/default/classes/MetadataService.cls 5038 20 5038 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 'namedCredential_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3369 /force-app/main/default/classes/MetadataService.cls 5039 20 5039 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 'schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3368 /force-app/main/default/classes/MetadataService.cls 5039 20 5039 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 'schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3370 /force-app/main/default/classes/MetadataService.cls 5040 20 5040 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 'schemaType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3369 /force-app/main/default/classes/MetadataService.cls 5040 20 5040 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 'schemaType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3371 /force-app/main/default/classes/MetadataService.cls 5041 20 5041 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'schemaUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3370 /force-app/main/default/classes/MetadataService.cls 5041 20 5041 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'schemaUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3372 /force-app/main/default/classes/MetadataService.cls 5042 20 5042 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3371 /force-app/main/default/classes/MetadataService.cls 5042 20 5042 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3373 /force-app/main/default/classes/MetadataService.cls 5043 20 5043 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3372 /force-app/main/default/classes/MetadataService.cls 5043 20 5043 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3374 /force-app/main/default/classes/MetadataService.cls 5044 20 5044 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3373 /force-app/main/default/classes/MetadataService.cls 5044 20 5044 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3375 /force-app/main/default/classes/MetadataService.cls 5046 9 5065 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3374 /force-app/main/default/classes/MetadataService.cls 5046 9 5065 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3376 /force-app/main/default/classes/MetadataService.cls 5046 9 5065 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3375 /force-app/main/default/classes/MetadataService.cls 5046 9 5065 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3377 /force-app/main/default/classes/MetadataService.cls 5049 20 5049 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3376 /force-app/main/default/classes/MetadataService.cls 5049 20 5049 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3378 /force-app/main/default/classes/MetadataService.cls 5052 20 5052 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3377 /force-app/main/default/classes/MetadataService.cls 5052 20 5052 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3379 /force-app/main/default/classes/MetadataService.cls 5053 20 5053 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3378 /force-app/main/default/classes/MetadataService.cls 5053 20 5053 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3380 /force-app/main/default/classes/MetadataService.cls 5058 20 5058 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3379 /force-app/main/default/classes/MetadataService.cls 5058 20 5058 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3381 /force-app/main/default/classes/MetadataService.cls 5059 20 5059 128 pmd 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]*'
3380 /force-app/main/default/classes/MetadataService.cls 5059 20 5059 128 pmd 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]*'
3382 /force-app/main/default/classes/MetadataService.cls 5060 20 5060 130 pmd 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]*'
3381 /force-app/main/default/classes/MetadataService.cls 5060 20 5060 130 pmd 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]*'
3383 /force-app/main/default/classes/MetadataService.cls 5061 20 5061 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3382 /force-app/main/default/classes/MetadataService.cls 5061 20 5061 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3384 /force-app/main/default/classes/MetadataService.cls 5062 20 5062 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3383 /force-app/main/default/classes/MetadataService.cls 5062 20 5062 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3385 /force-app/main/default/classes/MetadataService.cls 5063 20 5063 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3384 /force-app/main/default/classes/MetadataService.cls 5063 20 5063 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3386 /force-app/main/default/classes/MetadataService.cls 5064 20 5064 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]*'
3385 /force-app/main/default/classes/MetadataService.cls 5064 20 5064 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]*'
3387 /force-app/main/default/classes/MetadataService.cls 5066 9 5105 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3386 /force-app/main/default/classes/MetadataService.cls 5066 9 5105 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3388 /force-app/main/default/classes/MetadataService.cls 5066 9 5105 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3387 /force-app/main/default/classes/MetadataService.cls 5066 9 5105 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3389 /force-app/main/default/classes/MetadataService.cls 5069 20 5069 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3388 /force-app/main/default/classes/MetadataService.cls 5069 20 5069 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3390 /force-app/main/default/classes/MetadataService.cls 5086 20 5086 133 pmd 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]*'
3389 /force-app/main/default/classes/MetadataService.cls 5086 20 5086 133 pmd 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]*'
3391 /force-app/main/default/classes/MetadataService.cls 5087 20 5087 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 'canvasConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3390 /force-app/main/default/classes/MetadataService.cls 5087 20 5087 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 'canvasConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3392 /force-app/main/default/classes/MetadataService.cls 5088 20 5088 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 'contactEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3391 /force-app/main/default/classes/MetadataService.cls 5088 20 5088 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 'contactEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3393 /force-app/main/default/classes/MetadataService.cls 5089 20 5089 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 'contactPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3392 /force-app/main/default/classes/MetadataService.cls 5089 20 5089 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 'contactPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3394 /force-app/main/default/classes/MetadataService.cls 5090 20 5090 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3393 /force-app/main/default/classes/MetadataService.cls 5090 20 5090 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3395 /force-app/main/default/classes/MetadataService.cls 5091 20 5091 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3394 /force-app/main/default/classes/MetadataService.cls 5091 20 5091 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3396 /force-app/main/default/classes/MetadataService.cls 5092 20 5092 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 'infoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3395 /force-app/main/default/classes/MetadataService.cls 5092 20 5092 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 'infoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3397 /force-app/main/default/classes/MetadataService.cls 5093 20 5093 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3396 /force-app/main/default/classes/MetadataService.cls 5093 20 5093 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3398 /force-app/main/default/classes/MetadataService.cls 5094 20 5094 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3397 /force-app/main/default/classes/MetadataService.cls 5094 20 5094 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3399 /force-app/main/default/classes/MetadataService.cls 5095 20 5095 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 'logoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3398 /force-app/main/default/classes/MetadataService.cls 5095 20 5095 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 'logoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3400 /force-app/main/default/classes/MetadataService.cls 5096 20 5096 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 'mobileAppConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3399 /force-app/main/default/classes/MetadataService.cls 5096 20 5096 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 'mobileAppConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3401 /force-app/main/default/classes/MetadataService.cls 5097 20 5097 140 pmd 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]*'
3400 /force-app/main/default/classes/MetadataService.cls 5097 20 5097 140 pmd 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]*'
3402 /force-app/main/default/classes/MetadataService.cls 5098 20 5098 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 'oauthConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3401 /force-app/main/default/classes/MetadataService.cls 5098 20 5098 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 'oauthConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3403 /force-app/main/default/classes/MetadataService.cls 5099 20 5099 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3402 /force-app/main/default/classes/MetadataService.cls 5099 20 5099 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3404 /force-app/main/default/classes/MetadataService.cls 5100 20 5100 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 'samlConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3403 /force-app/main/default/classes/MetadataService.cls 5100 20 5100 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 'samlConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3405 /force-app/main/default/classes/MetadataService.cls 5101 20 5101 128 pmd 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]*'
3404 /force-app/main/default/classes/MetadataService.cls 5101 20 5101 128 pmd 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]*'
3406 /force-app/main/default/classes/MetadataService.cls 5102 20 5102 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3405 /force-app/main/default/classes/MetadataService.cls 5102 20 5102 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3407 /force-app/main/default/classes/MetadataService.cls 5103 20 5103 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3406 /force-app/main/default/classes/MetadataService.cls 5103 20 5103 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3408 /force-app/main/default/classes/MetadataService.cls 5104 20 5104 272 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3407 /force-app/main/default/classes/MetadataService.cls 5104 20 5104 272 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3409 /force-app/main/default/classes/MetadataService.cls 5106 9 5111 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3408 /force-app/main/default/classes/MetadataService.cls 5106 9 5111 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3410 /force-app/main/default/classes/MetadataService.cls 5106 9 5111 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3409 /force-app/main/default/classes/MetadataService.cls 5106 9 5111 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3411 /force-app/main/default/classes/MetadataService.cls 5108 20 5108 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3410 /force-app/main/default/classes/MetadataService.cls 5108 20 5108 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3412 /force-app/main/default/classes/MetadataService.cls 5109 20 5109 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3411 /force-app/main/default/classes/MetadataService.cls 5109 20 5109 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3413 /force-app/main/default/classes/MetadataService.cls 5110 20 5110 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]*'
3412 /force-app/main/default/classes/MetadataService.cls 5110 20 5110 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]*'
3414 /force-app/main/default/classes/MetadataService.cls 5112 9 5143 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3413 /force-app/main/default/classes/MetadataService.cls 5112 9 5143 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3415 /force-app/main/default/classes/MetadataService.cls 5112 9 5143 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3414 /force-app/main/default/classes/MetadataService.cls 5112 9 5143 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3416 /force-app/main/default/classes/MetadataService.cls 5121 17 5121 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
3415 /force-app/main/default/classes/MetadataService.cls 5121 17 5121 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
3417 /force-app/main/default/classes/MetadataService.cls 5127 20 5127 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 'analyticsCloudComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3416 /force-app/main/default/classes/MetadataService.cls 5127 20 5127 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 'analyticsCloudComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3418 /force-app/main/default/classes/MetadataService.cls 5128 20 5128 128 pmd 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]*'
3417 /force-app/main/default/classes/MetadataService.cls 5128 20 5128 128 pmd 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]*'
3419 /force-app/main/default/classes/MetadataService.cls 5129 20 5129 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3418 /force-app/main/default/classes/MetadataService.cls 5129 20 5129 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3420 /force-app/main/default/classes/MetadataService.cls 5130 20 5130 130 pmd 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]*'
3419 /force-app/main/default/classes/MetadataService.cls 5130 20 5130 130 pmd 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]*'
3421 /force-app/main/default/classes/MetadataService.cls 5131 20 5131 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3420 /force-app/main/default/classes/MetadataService.cls 5131 20 5131 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3422 /force-app/main/default/classes/MetadataService.cls 5132 20 5132 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3421 /force-app/main/default/classes/MetadataService.cls 5132 20 5132 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3423 /force-app/main/default/classes/MetadataService.cls 5133 20 5133 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3422 /force-app/main/default/classes/MetadataService.cls 5133 20 5133 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3424 /force-app/main/default/classes/MetadataService.cls 5134 20 5134 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3423 /force-app/main/default/classes/MetadataService.cls 5134 20 5134 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3425 /force-app/main/default/classes/MetadataService.cls 5135 20 5135 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3424 /force-app/main/default/classes/MetadataService.cls 5135 20 5135 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3426 /force-app/main/default/classes/MetadataService.cls 5136 20 5136 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 'reportChartComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3425 /force-app/main/default/classes/MetadataService.cls 5136 20 5136 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 'reportChartComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3427 /force-app/main/default/classes/MetadataService.cls 5137 20 5137 128 pmd 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]*'
3426 /force-app/main/default/classes/MetadataService.cls 5137 20 5137 128 pmd 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]*'
3428 /force-app/main/default/classes/MetadataService.cls 5138 20 5138 130 pmd 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]*'
3427 /force-app/main/default/classes/MetadataService.cls 5138 20 5138 130 pmd 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]*'
3429 /force-app/main/default/classes/MetadataService.cls 5139 20 5139 140 pmd 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]*'
3428 /force-app/main/default/classes/MetadataService.cls 5139 20 5139 140 pmd 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]*'
3430 /force-app/main/default/classes/MetadataService.cls 5140 20 5140 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3429 /force-app/main/default/classes/MetadataService.cls 5140 20 5140 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3431 /force-app/main/default/classes/MetadataService.cls 5141 20 5141 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3430 /force-app/main/default/classes/MetadataService.cls 5141 20 5141 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3432 /force-app/main/default/classes/MetadataService.cls 5142 20 5142 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]*'
3431 /force-app/main/default/classes/MetadataService.cls 5142 20 5142 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]*'
3433 /force-app/main/default/classes/MetadataService.cls 5144 9 5201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3432 /force-app/main/default/classes/MetadataService.cls 5144 9 5201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3434 /force-app/main/default/classes/MetadataService.cls 5144 9 5201 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Portal has 27 public methods, attributes, and properties (limit: 20)
3433 /force-app/main/default/classes/MetadataService.cls 5144 9 5201 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Portal has 27 public methods, attributes, and properties (limit: 20)
3435 /force-app/main/default/classes/MetadataService.cls 5144 9 5201 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3434 /force-app/main/default/classes/MetadataService.cls 5144 9 5201 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3436 /force-app/main/default/classes/MetadataService.cls 5147 20 5147 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3435 /force-app/main/default/classes/MetadataService.cls 5147 20 5147 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3437 /force-app/main/default/classes/MetadataService.cls 5172 17 5172 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3436 /force-app/main/default/classes/MetadataService.cls 5172 17 5172 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3438 /force-app/main/default/classes/MetadataService.cls 5173 20 5173 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3437 /force-app/main/default/classes/MetadataService.cls 5173 20 5173 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3439 /force-app/main/default/classes/MetadataService.cls 5174 20 5174 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 'admin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3438 /force-app/main/default/classes/MetadataService.cls 5174 20 5174 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 'admin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3440 /force-app/main/default/classes/MetadataService.cls 5175 20 5175 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3439 /force-app/main/default/classes/MetadataService.cls 5175 20 5175 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3441 /force-app/main/default/classes/MetadataService.cls 5176 20 5176 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3440 /force-app/main/default/classes/MetadataService.cls 5176 20 5176 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3442 /force-app/main/default/classes/MetadataService.cls 5177 20 5177 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3441 /force-app/main/default/classes/MetadataService.cls 5177 20 5177 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3443 /force-app/main/default/classes/MetadataService.cls 5178 20 5178 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3442 /force-app/main/default/classes/MetadataService.cls 5178 20 5178 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3444 /force-app/main/default/classes/MetadataService.cls 5179 20 5179 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 'enableSelfCloseCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3443 /force-app/main/default/classes/MetadataService.cls 5179 20 5179 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 'enableSelfCloseCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3445 /force-app/main/default/classes/MetadataService.cls 5180 20 5180 140 pmd 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]*'
3444 /force-app/main/default/classes/MetadataService.cls 5180 20 5180 140 pmd 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]*'
3446 /force-app/main/default/classes/MetadataService.cls 5181 20 5181 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 'forgotPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3445 /force-app/main/default/classes/MetadataService.cls 5181 20 5181 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 'forgotPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3447 /force-app/main/default/classes/MetadataService.cls 5182 20 5182 140 pmd 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]*'
3446 /force-app/main/default/classes/MetadataService.cls 5182 20 5182 140 pmd 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]*'
3448 /force-app/main/default/classes/MetadataService.cls 5183 20 5183 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 'isSelfRegistrationActivated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3447 /force-app/main/default/classes/MetadataService.cls 5183 20 5183 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 'isSelfRegistrationActivated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3449 /force-app/main/default/classes/MetadataService.cls 5184 20 5184 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 'loginHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3448 /force-app/main/default/classes/MetadataService.cls 5184 20 5184 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 'loginHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3450 /force-app/main/default/classes/MetadataService.cls 5185 20 5185 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 'logoDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3449 /force-app/main/default/classes/MetadataService.cls 5185 20 5185 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 'logoDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3451 /force-app/main/default/classes/MetadataService.cls 5186 20 5186 130 pmd 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]*'
3450 /force-app/main/default/classes/MetadataService.cls 5186 20 5186 130 pmd 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]*'
3452 /force-app/main/default/classes/MetadataService.cls 5187 20 5187 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 'newCommentTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3451 /force-app/main/default/classes/MetadataService.cls 5187 20 5187 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 'newCommentTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3453 /force-app/main/default/classes/MetadataService.cls 5188 20 5188 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 'newPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3452 /force-app/main/default/classes/MetadataService.cls 5188 20 5188 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 'newPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3454 /force-app/main/default/classes/MetadataService.cls 5189 20 5189 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 'newUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3453 /force-app/main/default/classes/MetadataService.cls 5189 20 5189 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 'newUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3455 /force-app/main/default/classes/MetadataService.cls 5190 20 5190 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 'ownerNotifyTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3454 /force-app/main/default/classes/MetadataService.cls 5190 20 5190 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 'ownerNotifyTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3456 /force-app/main/default/classes/MetadataService.cls 5191 20 5191 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 'selfRegNewUserUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3455 /force-app/main/default/classes/MetadataService.cls 5191 20 5191 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 'selfRegNewUserUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3457 /force-app/main/default/classes/MetadataService.cls 5192 20 5192 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 'selfRegUserDefaultProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3456 /force-app/main/default/classes/MetadataService.cls 5192 20 5192 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 'selfRegUserDefaultProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3458 /force-app/main/default/classes/MetadataService.cls 5193 20 5193 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 'selfRegUserDefaultRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3457 /force-app/main/default/classes/MetadataService.cls 5193 20 5193 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 'selfRegUserDefaultRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3459 /force-app/main/default/classes/MetadataService.cls 5194 20 5194 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 'selfRegUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3458 /force-app/main/default/classes/MetadataService.cls 5194 20 5194 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 'selfRegUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3460 /force-app/main/default/classes/MetadataService.cls 5195 20 5195 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 'showActionConfirmation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3459 /force-app/main/default/classes/MetadataService.cls 5195 20 5195 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 'showActionConfirmation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3461 /force-app/main/default/classes/MetadataService.cls 5196 20 5196 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 'stylesheetDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3460 /force-app/main/default/classes/MetadataService.cls 5196 20 5196 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 'stylesheetDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3462 /force-app/main/default/classes/MetadataService.cls 5197 20 5197 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3461 /force-app/main/default/classes/MetadataService.cls 5197 20 5197 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3463 /force-app/main/default/classes/MetadataService.cls 5198 20 5198 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3462 /force-app/main/default/classes/MetadataService.cls 5198 20 5198 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3464 /force-app/main/default/classes/MetadataService.cls 5199 20 5199 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3463 /force-app/main/default/classes/MetadataService.cls 5199 20 5199 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3465 /force-app/main/default/classes/MetadataService.cls 5200 20 5200 542 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3464 /force-app/main/default/classes/MetadataService.cls 5200 20 5200 542 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3466 /force-app/main/default/classes/MetadataService.cls 5202 9 5207 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3465 /force-app/main/default/classes/MetadataService.cls 5202 9 5207 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3467 /force-app/main/default/classes/MetadataService.cls 5204 20 5204 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3466 /force-app/main/default/classes/MetadataService.cls 5204 20 5204 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3468 /force-app/main/default/classes/MetadataService.cls 5205 20 5205 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3467 /force-app/main/default/classes/MetadataService.cls 5205 20 5205 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3469 /force-app/main/default/classes/MetadataService.cls 5206 20 5206 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3468 /force-app/main/default/classes/MetadataService.cls 5206 20 5206 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3470 /force-app/main/default/classes/MetadataService.cls 5208 9 5223 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3469 /force-app/main/default/classes/MetadataService.cls 5208 9 5223 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3471 /force-app/main/default/classes/MetadataService.cls 5214 17 5214 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
3470 /force-app/main/default/classes/MetadataService.cls 5214 17 5214 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
3472 /force-app/main/default/classes/MetadataService.cls 5215 20 5215 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3471 /force-app/main/default/classes/MetadataService.cls 5215 20 5215 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3473 /force-app/main/default/classes/MetadataService.cls 5216 20 5216 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3472 /force-app/main/default/classes/MetadataService.cls 5216 20 5216 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3474 /force-app/main/default/classes/MetadataService.cls 5217 20 5217 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3473 /force-app/main/default/classes/MetadataService.cls 5217 20 5217 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3475 /force-app/main/default/classes/MetadataService.cls 5218 20 5218 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3474 /force-app/main/default/classes/MetadataService.cls 5218 20 5218 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3476 /force-app/main/default/classes/MetadataService.cls 5219 20 5219 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3475 /force-app/main/default/classes/MetadataService.cls 5219 20 5219 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3477 /force-app/main/default/classes/MetadataService.cls 5220 20 5220 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3476 /force-app/main/default/classes/MetadataService.cls 5220 20 5220 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3478 /force-app/main/default/classes/MetadataService.cls 5221 20 5221 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3477 /force-app/main/default/classes/MetadataService.cls 5221 20 5221 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3479 /force-app/main/default/classes/MetadataService.cls 5222 20 5222 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]*'
3478 /force-app/main/default/classes/MetadataService.cls 5222 20 5222 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]*'
3480 /force-app/main/default/classes/MetadataService.cls 5224 9 5231 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3479 /force-app/main/default/classes/MetadataService.cls 5224 9 5231 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3481 /force-app/main/default/classes/MetadataService.cls 5227 20 5227 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3480 /force-app/main/default/classes/MetadataService.cls 5227 20 5227 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3482 /force-app/main/default/classes/MetadataService.cls 5228 20 5228 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3481 /force-app/main/default/classes/MetadataService.cls 5228 20 5228 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3483 /force-app/main/default/classes/MetadataService.cls 5229 20 5229 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3482 /force-app/main/default/classes/MetadataService.cls 5229 20 5229 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3484 /force-app/main/default/classes/MetadataService.cls 5230 20 5230 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]*'
3483 /force-app/main/default/classes/MetadataService.cls 5230 20 5230 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]*'
3485 /force-app/main/default/classes/MetadataService.cls 5232 9 5253 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3484 /force-app/main/default/classes/MetadataService.cls 5232 9 5253 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3486 /force-app/main/default/classes/MetadataService.cls 5232 9 5253 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3485 /force-app/main/default/classes/MetadataService.cls 5232 9 5253 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3487 /force-app/main/default/classes/MetadataService.cls 5235 20 5235 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3486 /force-app/main/default/classes/MetadataService.cls 5235 20 5235 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3488 /force-app/main/default/classes/MetadataService.cls 5243 20 5243 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 'customDataTypeComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3487 /force-app/main/default/classes/MetadataService.cls 5243 20 5243 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 'customDataTypeComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3489 /force-app/main/default/classes/MetadataService.cls 5244 20 5244 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3488 /force-app/main/default/classes/MetadataService.cls 5244 20 5244 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3490 /force-app/main/default/classes/MetadataService.cls 5245 20 5245 140 pmd 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]*'
3489 /force-app/main/default/classes/MetadataService.cls 5245 20 5245 140 pmd 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]*'
3491 /force-app/main/default/classes/MetadataService.cls 5246 20 5246 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 'editComponentsOnSeparateLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3490 /force-app/main/default/classes/MetadataService.cls 5246 20 5246 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 'editComponentsOnSeparateLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3492 /force-app/main/default/classes/MetadataService.cls 5247 20 5247 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3491 /force-app/main/default/classes/MetadataService.cls 5247 20 5247 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3493 /force-app/main/default/classes/MetadataService.cls 5248 20 5248 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 'rightAligned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3492 /force-app/main/default/classes/MetadataService.cls 5248 20 5248 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 'rightAligned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3494 /force-app/main/default/classes/MetadataService.cls 5249 20 5249 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 'supportComponentsInReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3493 /force-app/main/default/classes/MetadataService.cls 5249 20 5249 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 'supportComponentsInReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3495 /force-app/main/default/classes/MetadataService.cls 5250 20 5250 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3494 /force-app/main/default/classes/MetadataService.cls 5250 20 5250 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3496 /force-app/main/default/classes/MetadataService.cls 5251 20 5251 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3495 /force-app/main/default/classes/MetadataService.cls 5251 20 5251 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3497 /force-app/main/default/classes/MetadataService.cls 5252 20 5252 211 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3496 /force-app/main/default/classes/MetadataService.cls 5252 20 5252 211 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3498 /force-app/main/default/classes/MetadataService.cls 5254 9 5263 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3497 /force-app/main/default/classes/MetadataService.cls 5254 9 5263 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3499 /force-app/main/default/classes/MetadataService.cls 5257 20 5257 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3498 /force-app/main/default/classes/MetadataService.cls 5257 20 5257 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3500 /force-app/main/default/classes/MetadataService.cls 5259 20 5259 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 'targetReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3499 /force-app/main/default/classes/MetadataService.cls 5259 20 5259 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 'targetReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3501 /force-app/main/default/classes/MetadataService.cls 5260 20 5260 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3500 /force-app/main/default/classes/MetadataService.cls 5260 20 5260 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3502 /force-app/main/default/classes/MetadataService.cls 5261 20 5261 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3501 /force-app/main/default/classes/MetadataService.cls 5261 20 5261 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3503 /force-app/main/default/classes/MetadataService.cls 5262 20 5262 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]*'
3502 /force-app/main/default/classes/MetadataService.cls 5262 20 5262 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]*'
3504 /force-app/main/default/classes/MetadataService.cls 5264 9 5279 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3503 /force-app/main/default/classes/MetadataService.cls 5264 9 5279 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3505 /force-app/main/default/classes/MetadataService.cls 5267 20 5267 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3504 /force-app/main/default/classes/MetadataService.cls 5267 20 5267 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3506 /force-app/main/default/classes/MetadataService.cls 5271 17 5271 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3505 /force-app/main/default/classes/MetadataService.cls 5271 17 5271 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3507 /force-app/main/default/classes/MetadataService.cls 5272 20 5272 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3506 /force-app/main/default/classes/MetadataService.cls 5272 20 5272 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3508 /force-app/main/default/classes/MetadataService.cls 5273 20 5273 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 'eventSubscription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3507 /force-app/main/default/classes/MetadataService.cls 5273 20 5273 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 'eventSubscription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3509 /force-app/main/default/classes/MetadataService.cls 5274 20 5274 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3508 /force-app/main/default/classes/MetadataService.cls 5274 20 5274 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3510 /force-app/main/default/classes/MetadataService.cls 5275 20 5275 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3509 /force-app/main/default/classes/MetadataService.cls 5275 20 5275 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3511 /force-app/main/default/classes/MetadataService.cls 5276 20 5276 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3510 /force-app/main/default/classes/MetadataService.cls 5276 20 5276 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3512 /force-app/main/default/classes/MetadataService.cls 5277 20 5277 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3511 /force-app/main/default/classes/MetadataService.cls 5277 20 5277 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3513 /force-app/main/default/classes/MetadataService.cls 5278 20 5278 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]*'
3512 /force-app/main/default/classes/MetadataService.cls 5278 20 5278 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]*'
3514 /force-app/main/default/classes/MetadataService.cls 5280 9 5287 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3513 /force-app/main/default/classes/MetadataService.cls 5280 9 5287 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3515 /force-app/main/default/classes/MetadataService.cls 5282 17 5282 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3514 /force-app/main/default/classes/MetadataService.cls 5282 17 5282 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3516 /force-app/main/default/classes/MetadataService.cls 5283 20 5283 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3515 /force-app/main/default/classes/MetadataService.cls 5283 20 5283 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3517 /force-app/main/default/classes/MetadataService.cls 5284 20 5284 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3516 /force-app/main/default/classes/MetadataService.cls 5284 20 5284 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3518 /force-app/main/default/classes/MetadataService.cls 5285 20 5285 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3517 /force-app/main/default/classes/MetadataService.cls 5285 20 5285 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3519 /force-app/main/default/classes/MetadataService.cls 5286 20 5286 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]*'
3518 /force-app/main/default/classes/MetadataService.cls 5286 20 5286 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]*'
3520 /force-app/main/default/classes/MetadataService.cls 5288 9 5295 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3519 /force-app/main/default/classes/MetadataService.cls 5288 9 5295 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3521 /force-app/main/default/classes/MetadataService.cls 5291 20 5291 128 pmd 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]*'
3520 /force-app/main/default/classes/MetadataService.cls 5291 20 5291 128 pmd 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]*'
3522 /force-app/main/default/classes/MetadataService.cls 5292 20 5292 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3521 /force-app/main/default/classes/MetadataService.cls 5292 20 5292 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3523 /force-app/main/default/classes/MetadataService.cls 5293 20 5293 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3522 /force-app/main/default/classes/MetadataService.cls 5293 20 5293 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3524 /force-app/main/default/classes/MetadataService.cls 5294 20 5294 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]*'
3523 /force-app/main/default/classes/MetadataService.cls 5294 20 5294 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]*'
3525 /force-app/main/default/classes/MetadataService.cls 5296 9 5337 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3524 /force-app/main/default/classes/MetadataService.cls 5296 9 5337 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3526 /force-app/main/default/classes/MetadataService.cls 5296 9 5337 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3525 /force-app/main/default/classes/MetadataService.cls 5296 9 5337 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3527 /force-app/main/default/classes/MetadataService.cls 5300 19 5300 26 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'group_x' doesn't match '[a-z][a-zA-Z0-9]*'
3526 /force-app/main/default/classes/MetadataService.cls 5300 19 5300 26 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'group_x' doesn't match '[a-z][a-zA-Z0-9]*'
3528 /force-app/main/default/classes/MetadataService.cls 5316 20 5316 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 'allCustomerPortalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3527 /force-app/main/default/classes/MetadataService.cls 5316 20 5316 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 'allCustomerPortalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3529 /force-app/main/default/classes/MetadataService.cls 5317 20 5317 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 'allInternalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3528 /force-app/main/default/classes/MetadataService.cls 5317 20 5317 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 'allInternalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3530 /force-app/main/default/classes/MetadataService.cls 5318 20 5318 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 'allPartnerUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3529 /force-app/main/default/classes/MetadataService.cls 5318 20 5318 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 'allPartnerUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3531 /force-app/main/default/classes/MetadataService.cls 5319 20 5319 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 'group_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3530 /force-app/main/default/classes/MetadataService.cls 5319 20 5319 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 'group_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3532 /force-app/main/default/classes/MetadataService.cls 5320 20 5320 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3531 /force-app/main/default/classes/MetadataService.cls 5320 20 5320 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3533 /force-app/main/default/classes/MetadataService.cls 5321 20 5321 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 'managerSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3532 /force-app/main/default/classes/MetadataService.cls 5321 20 5321 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 'managerSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3534 /force-app/main/default/classes/MetadataService.cls 5322 20 5322 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 'managers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3533 /force-app/main/default/classes/MetadataService.cls 5322 20 5322 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 'managers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3535 /force-app/main/default/classes/MetadataService.cls 5323 20 5323 133 pmd 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]*'
3534 /force-app/main/default/classes/MetadataService.cls 5323 20 5323 133 pmd 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]*'
3536 /force-app/main/default/classes/MetadataService.cls 5324 20 5324 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 'portalRoleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3535 /force-app/main/default/classes/MetadataService.cls 5324 20 5324 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 'portalRoleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3537 /force-app/main/default/classes/MetadataService.cls 5325 20 5325 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3536 /force-app/main/default/classes/MetadataService.cls 5325 20 5325 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3538 /force-app/main/default/classes/MetadataService.cls 5326 20 5326 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3537 /force-app/main/default/classes/MetadataService.cls 5326 20 5326 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3539 /force-app/main/default/classes/MetadataService.cls 5327 20 5327 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3538 /force-app/main/default/classes/MetadataService.cls 5327 20 5327 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3540 /force-app/main/default/classes/MetadataService.cls 5328 20 5328 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3539 /force-app/main/default/classes/MetadataService.cls 5328 20 5328 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3541 /force-app/main/default/classes/MetadataService.cls 5329 20 5329 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3540 /force-app/main/default/classes/MetadataService.cls 5329 20 5329 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3542 /force-app/main/default/classes/MetadataService.cls 5330 20 5330 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 'rolesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3541 /force-app/main/default/classes/MetadataService.cls 5330 20 5330 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 'rolesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3543 /force-app/main/default/classes/MetadataService.cls 5331 20 5331 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 'territories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3542 /force-app/main/default/classes/MetadataService.cls 5331 20 5331 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 'territories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3544 /force-app/main/default/classes/MetadataService.cls 5332 20 5332 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 'territoriesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3543 /force-app/main/default/classes/MetadataService.cls 5332 20 5332 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 'territoriesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3545 /force-app/main/default/classes/MetadataService.cls 5333 20 5333 131 pmd 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]*'
3544 /force-app/main/default/classes/MetadataService.cls 5333 20 5333 131 pmd 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]*'
3546 /force-app/main/default/classes/MetadataService.cls 5334 20 5334 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 'territoryAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3545 /force-app/main/default/classes/MetadataService.cls 5334 20 5334 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 'territoryAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3547 /force-app/main/default/classes/MetadataService.cls 5335 20 5335 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3546 /force-app/main/default/classes/MetadataService.cls 5335 20 5335 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3548 /force-app/main/default/classes/MetadataService.cls 5336 20 5336 392 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3547 /force-app/main/default/classes/MetadataService.cls 5336 20 5336 392 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3549 /force-app/main/default/classes/MetadataService.cls 5338 9 5349 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3548 /force-app/main/default/classes/MetadataService.cls 5338 9 5349 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3550 /force-app/main/default/classes/MetadataService.cls 5343 20 5343 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 'allocatedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3549 /force-app/main/default/classes/MetadataService.cls 5343 20 5343 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 'allocatedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3551 /force-app/main/default/classes/MetadataService.cls 5344 20 5344 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 'allocatedPurchasedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3550 /force-app/main/default/classes/MetadataService.cls 5344 20 5344 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 'allocatedPurchasedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3552 /force-app/main/default/classes/MetadataService.cls 5345 20 5345 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 'allocatedTrialCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3551 /force-app/main/default/classes/MetadataService.cls 5345 20 5345 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 'allocatedTrialCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3553 /force-app/main/default/classes/MetadataService.cls 5346 20 5346 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'cacheType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3552 /force-app/main/default/classes/MetadataService.cls 5346 20 5346 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'cacheType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3554 /force-app/main/default/classes/MetadataService.cls 5347 20 5347 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3553 /force-app/main/default/classes/MetadataService.cls 5347 20 5347 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3555 /force-app/main/default/classes/MetadataService.cls 5348 20 5348 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]*'
3554 /force-app/main/default/classes/MetadataService.cls 5348 20 5348 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]*'
3556 /force-app/main/default/classes/MetadataService.cls 5350 9 5357 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3555 /force-app/main/default/classes/MetadataService.cls 5350 9 5357 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3557 /force-app/main/default/classes/MetadataService.cls 5353 20 5353 130 pmd 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]*'
3556 /force-app/main/default/classes/MetadataService.cls 5353 20 5353 130 pmd 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]*'
3558 /force-app/main/default/classes/MetadataService.cls 5354 20 5354 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 'points_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3557 /force-app/main/default/classes/MetadataService.cls 5354 20 5354 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 'points_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3559 /force-app/main/default/classes/MetadataService.cls 5355 20 5355 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3558 /force-app/main/default/classes/MetadataService.cls 5355 20 5355 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3560 /force-app/main/default/classes/MetadataService.cls 5356 20 5356 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]*'
3559 /force-app/main/default/classes/MetadataService.cls 5356 20 5356 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]*'
3561 /force-app/main/default/classes/MetadataService.cls 5358 9 5395 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3560 /force-app/main/default/classes/MetadataService.cls 5358 9 5395 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3562 /force-app/main/default/classes/MetadataService.cls 5358 9 5395 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3561 /force-app/main/default/classes/MetadataService.cls 5358 9 5395 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3563 /force-app/main/default/classes/MetadataService.cls 5361 20 5361 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3562 /force-app/main/default/classes/MetadataService.cls 5361 20 5361 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3564 /force-app/main/default/classes/MetadataService.cls 5364 20 5364 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3563 /force-app/main/default/classes/MetadataService.cls 5364 20 5364 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3565 /force-app/main/default/classes/MetadataService.cls 5365 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3564 /force-app/main/default/classes/MetadataService.cls 5365 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3566 /force-app/main/default/classes/MetadataService.cls 5369 20 5369 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3565 /force-app/main/default/classes/MetadataService.cls 5369 20 5369 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3567 /force-app/main/default/classes/MetadataService.cls 5370 20 5370 130 pmd 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]*'
3566 /force-app/main/default/classes/MetadataService.cls 5370 20 5370 130 pmd 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]*'
3568 /force-app/main/default/classes/MetadataService.cls 5371 20 5371 130 pmd 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]*'
3567 /force-app/main/default/classes/MetadataService.cls 5371 20 5371 130 pmd 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]*'
3569 /force-app/main/default/classes/MetadataService.cls 5376 17 5376 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
3568 /force-app/main/default/classes/MetadataService.cls 5376 17 5376 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
3570 /force-app/main/default/classes/MetadataService.cls 5382 20 5382 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 'assignNullValuesIfNoRecordsFound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3569 /force-app/main/default/classes/MetadataService.cls 5382 20 5382 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 'assignNullValuesIfNoRecordsFound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3571 /force-app/main/default/classes/MetadataService.cls 5383 20 5383 130 pmd 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]*'
3570 /force-app/main/default/classes/MetadataService.cls 5383 20 5383 130 pmd 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]*'
3572 /force-app/main/default/classes/MetadataService.cls 5384 20 5384 140 pmd 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]*'
3571 /force-app/main/default/classes/MetadataService.cls 5384 20 5384 140 pmd 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]*'
3573 /force-app/main/default/classes/MetadataService.cls 5385 20 5385 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3572 /force-app/main/default/classes/MetadataService.cls 5385 20 5385 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3574 /force-app/main/default/classes/MetadataService.cls 5386 20 5386 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3573 /force-app/main/default/classes/MetadataService.cls 5386 20 5386 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3575 /force-app/main/default/classes/MetadataService.cls 5387 20 5387 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3574 /force-app/main/default/classes/MetadataService.cls 5387 20 5387 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3576 /force-app/main/default/classes/MetadataService.cls 5388 20 5388 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 'outputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3575 /force-app/main/default/classes/MetadataService.cls 5388 20 5388 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 'outputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3577 /force-app/main/default/classes/MetadataService.cls 5389 20 5389 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 'queriedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3576 /force-app/main/default/classes/MetadataService.cls 5389 20 5389 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 'queriedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3578 /force-app/main/default/classes/MetadataService.cls 5390 20 5390 130 pmd 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]*'
3577 /force-app/main/default/classes/MetadataService.cls 5390 20 5390 130 pmd 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]*'
3579 /force-app/main/default/classes/MetadataService.cls 5391 20 5391 130 pmd 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]*'
3578 /force-app/main/default/classes/MetadataService.cls 5391 20 5391 130 pmd 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]*'
3580 /force-app/main/default/classes/MetadataService.cls 5392 20 5392 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3579 /force-app/main/default/classes/MetadataService.cls 5392 20 5392 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3581 /force-app/main/default/classes/MetadataService.cls 5393 20 5393 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3580 /force-app/main/default/classes/MetadataService.cls 5393 20 5393 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3582 /force-app/main/default/classes/MetadataService.cls 5394 20 5394 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]*'
3581 /force-app/main/default/classes/MetadataService.cls 5394 20 5394 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]*'
3583 /force-app/main/default/classes/MetadataService.cls 5396 9 5401 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3582 /force-app/main/default/classes/MetadataService.cls 5396 9 5401 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3584 /force-app/main/default/classes/MetadataService.cls 5398 20 5398 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 'quickActionLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3583 /force-app/main/default/classes/MetadataService.cls 5398 20 5398 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 'quickActionLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3585 /force-app/main/default/classes/MetadataService.cls 5399 20 5399 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3584 /force-app/main/default/classes/MetadataService.cls 5399 20 5399 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3586 /force-app/main/default/classes/MetadataService.cls 5400 20 5400 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]*'
3585 /force-app/main/default/classes/MetadataService.cls 5400 20 5400 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]*'
3587 /force-app/main/default/classes/MetadataService.cls 5402 9 5407 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3586 /force-app/main/default/classes/MetadataService.cls 5402 9 5407 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3588 /force-app/main/default/classes/MetadataService.cls 5404 20 5404 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 'smallImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3587 /force-app/main/default/classes/MetadataService.cls 5404 20 5404 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 'smallImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3589 /force-app/main/default/classes/MetadataService.cls 5405 20 5405 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3588 /force-app/main/default/classes/MetadataService.cls 5405 20 5405 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3590 /force-app/main/default/classes/MetadataService.cls 5406 20 5406 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]*'
3589 /force-app/main/default/classes/MetadataService.cls 5406 20 5406 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]*'
3591 /force-app/main/default/classes/MetadataService.cls 5408 9 5417 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3590 /force-app/main/default/classes/MetadataService.cls 5408 9 5417 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3592 /force-app/main/default/classes/MetadataService.cls 5412 20 5412 128 pmd 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]*'
3591 /force-app/main/default/classes/MetadataService.cls 5412 20 5412 128 pmd 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]*'
3593 /force-app/main/default/classes/MetadataService.cls 5413 20 5413 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3592 /force-app/main/default/classes/MetadataService.cls 5413 20 5413 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3594 /force-app/main/default/classes/MetadataService.cls 5414 20 5414 140 pmd 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]*'
3593 /force-app/main/default/classes/MetadataService.cls 5414 20 5414 140 pmd 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]*'
3595 /force-app/main/default/classes/MetadataService.cls 5415 20 5415 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3594 /force-app/main/default/classes/MetadataService.cls 5415 20 5415 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3596 /force-app/main/default/classes/MetadataService.cls 5416 20 5416 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3595 /force-app/main/default/classes/MetadataService.cls 5416 20 5416 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3597 /force-app/main/default/classes/MetadataService.cls 5418 9 5423 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3596 /force-app/main/default/classes/MetadataService.cls 5418 9 5423 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3598 /force-app/main/default/classes/MetadataService.cls 5420 20 5420 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 'organization_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3597 /force-app/main/default/classes/MetadataService.cls 5420 20 5420 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 'organization_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3599 /force-app/main/default/classes/MetadataService.cls 5421 20 5421 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3598 /force-app/main/default/classes/MetadataService.cls 5421 20 5421 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3600 /force-app/main/default/classes/MetadataService.cls 5422 20 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]*'
3599 /force-app/main/default/classes/MetadataService.cls 5422 20 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]*'
3601 /force-app/main/default/classes/MetadataService.cls 5424 9 5431 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3600 /force-app/main/default/classes/MetadataService.cls 5424 9 5431 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3602 /force-app/main/default/classes/MetadataService.cls 5427 20 5427 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3601 /force-app/main/default/classes/MetadataService.cls 5427 20 5427 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3603 /force-app/main/default/classes/MetadataService.cls 5428 20 5428 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3602 /force-app/main/default/classes/MetadataService.cls 5428 20 5428 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3604 /force-app/main/default/classes/MetadataService.cls 5429 20 5429 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3603 /force-app/main/default/classes/MetadataService.cls 5429 20 5429 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3605 /force-app/main/default/classes/MetadataService.cls 5430 20 5430 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]*'
3604 /force-app/main/default/classes/MetadataService.cls 5430 20 5430 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]*'
3606 /force-app/main/default/classes/MetadataService.cls 5432 9 5439 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3605 /force-app/main/default/classes/MetadataService.cls 5432 9 5439 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3607 /force-app/main/default/classes/MetadataService.cls 5435 20 5435 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3606 /force-app/main/default/classes/MetadataService.cls 5435 20 5435 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3608 /force-app/main/default/classes/MetadataService.cls 5436 20 5436 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3607 /force-app/main/default/classes/MetadataService.cls 5436 20 5436 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3609 /force-app/main/default/classes/MetadataService.cls 5437 20 5437 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3608 /force-app/main/default/classes/MetadataService.cls 5437 20 5437 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3610 /force-app/main/default/classes/MetadataService.cls 5438 20 5438 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 5438 20 5438 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3611 /force-app/main/default/classes/MetadataService.cls 5440 9 5451 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3610 /force-app/main/default/classes/MetadataService.cls 5440 9 5451 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3612 /force-app/main/default/classes/MetadataService.cls 5445 20 5445 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3611 /force-app/main/default/classes/MetadataService.cls 5445 20 5445 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3613 /force-app/main/default/classes/MetadataService.cls 5446 20 5446 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3612 /force-app/main/default/classes/MetadataService.cls 5446 20 5446 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3614 /force-app/main/default/classes/MetadataService.cls 5447 20 5447 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3613 /force-app/main/default/classes/MetadataService.cls 5447 20 5447 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3615 /force-app/main/default/classes/MetadataService.cls 5448 20 5448 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3614 /force-app/main/default/classes/MetadataService.cls 5448 20 5448 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3616 /force-app/main/default/classes/MetadataService.cls 5449 20 5449 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3615 /force-app/main/default/classes/MetadataService.cls 5449 20 5449 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3617 /force-app/main/default/classes/MetadataService.cls 5450 20 5450 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3616 /force-app/main/default/classes/MetadataService.cls 5450 20 5450 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 5452 9 5471 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3617 /force-app/main/default/classes/MetadataService.cls 5452 9 5471 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3619 /force-app/main/default/classes/MetadataService.cls 5452 9 5471 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3618 /force-app/main/default/classes/MetadataService.cls 5452 9 5471 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3620 /force-app/main/default/classes/MetadataService.cls 5455 20 5455 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3619 /force-app/main/default/classes/MetadataService.cls 5455 20 5455 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3621 /force-app/main/default/classes/MetadataService.cls 5462 20 5462 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 'actionLinkTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3620 /force-app/main/default/classes/MetadataService.cls 5462 20 5462 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 'actionLinkTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3622 /force-app/main/default/classes/MetadataService.cls 5463 20 5463 128 pmd 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]*'
3621 /force-app/main/default/classes/MetadataService.cls 5463 20 5463 128 pmd 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]*'
3623 /force-app/main/default/classes/MetadataService.cls 5464 20 5464 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 'executionsAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3622 /force-app/main/default/classes/MetadataService.cls 5464 20 5464 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 'executionsAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3624 /force-app/main/default/classes/MetadataService.cls 5465 20 5465 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 'hoursUntilExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3623 /force-app/main/default/classes/MetadataService.cls 5465 20 5465 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 'hoursUntilExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3625 /force-app/main/default/classes/MetadataService.cls 5466 20 5466 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 'isPublished_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3624 /force-app/main/default/classes/MetadataService.cls 5466 20 5466 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 'isPublished_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3626 /force-app/main/default/classes/MetadataService.cls 5467 20 5467 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3625 /force-app/main/default/classes/MetadataService.cls 5467 20 5467 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3627 /force-app/main/default/classes/MetadataService.cls 5468 20 5468 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3626 /force-app/main/default/classes/MetadataService.cls 5468 20 5468 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3628 /force-app/main/default/classes/MetadataService.cls 5469 20 5469 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3627 /force-app/main/default/classes/MetadataService.cls 5469 20 5469 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3629 /force-app/main/default/classes/MetadataService.cls 5470 20 5470 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]*'
3628 /force-app/main/default/classes/MetadataService.cls 5470 20 5470 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]*'
3630 /force-app/main/default/classes/MetadataService.cls 5472 9 5481 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3629 /force-app/main/default/classes/MetadataService.cls 5472 9 5481 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3631 /force-app/main/default/classes/MetadataService.cls 5476 20 5476 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3630 /force-app/main/default/classes/MetadataService.cls 5476 20 5476 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3632 /force-app/main/default/classes/MetadataService.cls 5477 20 5477 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3631 /force-app/main/default/classes/MetadataService.cls 5477 20 5477 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3633 /force-app/main/default/classes/MetadataService.cls 5478 20 5478 128 pmd 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]*'
3632 /force-app/main/default/classes/MetadataService.cls 5478 20 5478 128 pmd 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]*'
3634 /force-app/main/default/classes/MetadataService.cls 5479 20 5479 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3633 /force-app/main/default/classes/MetadataService.cls 5479 20 5479 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3635 /force-app/main/default/classes/MetadataService.cls 5480 20 5480 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3634 /force-app/main/default/classes/MetadataService.cls 5480 20 5480 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 5482 9 5491 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3635 /force-app/main/default/classes/MetadataService.cls 5482 9 5491 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3637 /force-app/main/default/classes/MetadataService.cls 5483 17 5483 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'from_x' doesn't match '[a-z][a-zA-Z0-9]*'
3636 /force-app/main/default/classes/MetadataService.cls 5483 17 5483 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'from_x' doesn't match '[a-z][a-zA-Z0-9]*'
3638 /force-app/main/default/classes/MetadataService.cls 5486 20 5486 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 'from_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3637 /force-app/main/default/classes/MetadataService.cls 5486 20 5486 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 'from_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3639 /force-app/main/default/classes/MetadataService.cls 5487 20 5487 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 'sourceValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3638 /force-app/main/default/classes/MetadataService.cls 5487 20 5487 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 'sourceValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3640 /force-app/main/default/classes/MetadataService.cls 5488 20 5488 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 'to_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3639 /force-app/main/default/classes/MetadataService.cls 5488 20 5488 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 'to_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3641 /force-app/main/default/classes/MetadataService.cls 5489 20 5489 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3640 /force-app/main/default/classes/MetadataService.cls 5489 20 5489 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3642 /force-app/main/default/classes/MetadataService.cls 5490 20 5490 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]*'
3641 /force-app/main/default/classes/MetadataService.cls 5490 20 5490 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]*'
3643 /force-app/main/default/classes/MetadataService.cls 5492 9 5499 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3642 /force-app/main/default/classes/MetadataService.cls 5492 9 5499 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3644 /force-app/main/default/classes/MetadataService.cls 5495 20 5495 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3643 /force-app/main/default/classes/MetadataService.cls 5495 20 5495 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3645 /force-app/main/default/classes/MetadataService.cls 5496 20 5496 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3644 /force-app/main/default/classes/MetadataService.cls 5496 20 5496 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3646 /force-app/main/default/classes/MetadataService.cls 5497 20 5497 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3645 /force-app/main/default/classes/MetadataService.cls 5497 20 5497 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3647 /force-app/main/default/classes/MetadataService.cls 5498 20 5498 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]*'
3646 /force-app/main/default/classes/MetadataService.cls 5498 20 5498 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]*'
3648 /force-app/main/default/classes/MetadataService.cls 5500 9 5517 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3647 /force-app/main/default/classes/MetadataService.cls 5500 9 5517 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3649 /force-app/main/default/classes/MetadataService.cls 5500 9 5517 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3648 /force-app/main/default/classes/MetadataService.cls 5500 9 5517 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3650 /force-app/main/default/classes/MetadataService.cls 5503 20 5503 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3649 /force-app/main/default/classes/MetadataService.cls 5503 20 5503 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3651 /force-app/main/default/classes/MetadataService.cls 5509 20 5509 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3650 /force-app/main/default/classes/MetadataService.cls 5509 20 5509 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3652 /force-app/main/default/classes/MetadataService.cls 5510 20 5510 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3651 /force-app/main/default/classes/MetadataService.cls 5510 20 5510 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3653 /force-app/main/default/classes/MetadataService.cls 5511 20 5511 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3652 /force-app/main/default/classes/MetadataService.cls 5511 20 5511 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3654 /force-app/main/default/classes/MetadataService.cls 5512 20 5512 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3653 /force-app/main/default/classes/MetadataService.cls 5512 20 5512 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3655 /force-app/main/default/classes/MetadataService.cls 5513 20 5513 128 pmd 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]*'
3654 /force-app/main/default/classes/MetadataService.cls 5513 20 5513 128 pmd 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]*'
3656 /force-app/main/default/classes/MetadataService.cls 5514 20 5514 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3655 /force-app/main/default/classes/MetadataService.cls 5514 20 5514 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3657 /force-app/main/default/classes/MetadataService.cls 5515 20 5515 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3656 /force-app/main/default/classes/MetadataService.cls 5515 20 5515 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3658 /force-app/main/default/classes/MetadataService.cls 5516 20 5516 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]*'
3657 /force-app/main/default/classes/MetadataService.cls 5516 20 5516 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]*'
3659 /force-app/main/default/classes/MetadataService.cls 5518 9 5523 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3658 /force-app/main/default/classes/MetadataService.cls 5518 9 5523 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3660 /force-app/main/default/classes/MetadataService.cls 5518 9 5523 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3659 /force-app/main/default/classes/MetadataService.cls 5518 9 5523 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3661 /force-app/main/default/classes/MetadataService.cls 5520 20 5520 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3660 /force-app/main/default/classes/MetadataService.cls 5520 20 5520 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3662 /force-app/main/default/classes/MetadataService.cls 5521 20 5521 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3661 /force-app/main/default/classes/MetadataService.cls 5521 20 5521 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3663 /force-app/main/default/classes/MetadataService.cls 5522 20 5522 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3662 /force-app/main/default/classes/MetadataService.cls 5522 20 5522 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3664 /force-app/main/default/classes/MetadataService.cls 5524 9 5569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3663 /force-app/main/default/classes/MetadataService.cls 5524 9 5569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3665 /force-app/main/default/classes/MetadataService.cls 5524 9 5569 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Dashboard has 21 public methods, attributes, and properties (limit: 20)
3664 /force-app/main/default/classes/MetadataService.cls 5524 9 5569 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Dashboard has 21 public methods, attributes, and properties (limit: 20)
3666 /force-app/main/default/classes/MetadataService.cls 5524 9 5569 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3665 /force-app/main/default/classes/MetadataService.cls 5524 9 5569 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3667 /force-app/main/default/classes/MetadataService.cls 5527 20 5527 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3666 /force-app/main/default/classes/MetadataService.cls 5527 20 5527 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3668 /force-app/main/default/classes/MetadataService.cls 5547 20 5547 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 'backgroundEndColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3667 /force-app/main/default/classes/MetadataService.cls 5547 20 5547 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 'backgroundEndColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3669 /force-app/main/default/classes/MetadataService.cls 5548 20 5548 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 'backgroundFadeDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3668 /force-app/main/default/classes/MetadataService.cls 5548 20 5548 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 'backgroundFadeDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3670 /force-app/main/default/classes/MetadataService.cls 5549 20 5549 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 'backgroundStartColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3669 /force-app/main/default/classes/MetadataService.cls 5549 20 5549 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 'backgroundStartColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3671 /force-app/main/default/classes/MetadataService.cls 5550 20 5550 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 'dashboardFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3670 /force-app/main/default/classes/MetadataService.cls 5550 20 5550 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 'dashboardFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3672 /force-app/main/default/classes/MetadataService.cls 5551 20 5551 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 'dashboardGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3671 /force-app/main/default/classes/MetadataService.cls 5551 20 5551 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 'dashboardGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3673 /force-app/main/default/classes/MetadataService.cls 5552 20 5552 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 'dashboardResultRefreshedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3672 /force-app/main/default/classes/MetadataService.cls 5552 20 5552 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 'dashboardResultRefreshedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3674 /force-app/main/default/classes/MetadataService.cls 5553 20 5553 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 'dashboardResultRunningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3673 /force-app/main/default/classes/MetadataService.cls 5553 20 5553 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 'dashboardResultRunningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3675 /force-app/main/default/classes/MetadataService.cls 5554 20 5554 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 'dashboardType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3674 /force-app/main/default/classes/MetadataService.cls 5554 20 5554 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 'dashboardType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3676 /force-app/main/default/classes/MetadataService.cls 5555 20 5555 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3675 /force-app/main/default/classes/MetadataService.cls 5555 20 5555 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3677 /force-app/main/default/classes/MetadataService.cls 5556 20 5556 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3676 /force-app/main/default/classes/MetadataService.cls 5556 20 5556 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3678 /force-app/main/default/classes/MetadataService.cls 5557 20 5557 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 'isGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3677 /force-app/main/default/classes/MetadataService.cls 5557 20 5557 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 'isGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3679 /force-app/main/default/classes/MetadataService.cls 5558 20 5558 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 'leftSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3678 /force-app/main/default/classes/MetadataService.cls 5558 20 5558 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 'leftSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3680 /force-app/main/default/classes/MetadataService.cls 5559 20 5559 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 'middleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3679 /force-app/main/default/classes/MetadataService.cls 5559 20 5559 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 'middleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3681 /force-app/main/default/classes/MetadataService.cls 5560 20 5560 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 'rightSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3680 /force-app/main/default/classes/MetadataService.cls 5560 20 5560 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 'rightSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3682 /force-app/main/default/classes/MetadataService.cls 5561 20 5561 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3681 /force-app/main/default/classes/MetadataService.cls 5561 20 5561 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3683 /force-app/main/default/classes/MetadataService.cls 5562 20 5562 130 pmd 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]*'
3682 /force-app/main/default/classes/MetadataService.cls 5562 20 5562 130 pmd 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]*'
3684 /force-app/main/default/classes/MetadataService.cls 5563 20 5563 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3683 /force-app/main/default/classes/MetadataService.cls 5563 20 5563 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3685 /force-app/main/default/classes/MetadataService.cls 5564 20 5564 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3684 /force-app/main/default/classes/MetadataService.cls 5564 20 5564 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3686 /force-app/main/default/classes/MetadataService.cls 5565 20 5565 130 pmd 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]*'
3685 /force-app/main/default/classes/MetadataService.cls 5565 20 5565 130 pmd 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]*'
3687 /force-app/main/default/classes/MetadataService.cls 5566 20 5566 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3686 /force-app/main/default/classes/MetadataService.cls 5566 20 5566 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3688 /force-app/main/default/classes/MetadataService.cls 5567 20 5567 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3687 /force-app/main/default/classes/MetadataService.cls 5567 20 5567 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3689 /force-app/main/default/classes/MetadataService.cls 5568 20 5568 402 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3688 /force-app/main/default/classes/MetadataService.cls 5568 20 5568 402 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3690 /force-app/main/default/classes/MetadataService.cls 5570 9 5575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3689 /force-app/main/default/classes/MetadataService.cls 5570 9 5575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3691 /force-app/main/default/classes/MetadataService.cls 5572 20 5572 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 'enablePersonList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3690 /force-app/main/default/classes/MetadataService.cls 5572 20 5572 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 'enablePersonList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3692 /force-app/main/default/classes/MetadataService.cls 5573 20 5573 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3691 /force-app/main/default/classes/MetadataService.cls 5573 20 5573 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3693 /force-app/main/default/classes/MetadataService.cls 5574 20 5574 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]*'
3692 /force-app/main/default/classes/MetadataService.cls 5574 20 5574 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]*'
3694 /force-app/main/default/classes/MetadataService.cls 5576 9 5583 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3693 /force-app/main/default/classes/MetadataService.cls 5576 9 5583 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3695 /force-app/main/default/classes/MetadataService.cls 5579 20 5579 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 'customShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3694 /force-app/main/default/classes/MetadataService.cls 5579 20 5579 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 'customShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3696 /force-app/main/default/classes/MetadataService.cls 5580 20 5580 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 'defaultShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3695 /force-app/main/default/classes/MetadataService.cls 5580 20 5580 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 'defaultShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3697 /force-app/main/default/classes/MetadataService.cls 5581 20 5581 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3696 /force-app/main/default/classes/MetadataService.cls 5581 20 5581 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3698 /force-app/main/default/classes/MetadataService.cls 5582 20 5582 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]*'
3697 /force-app/main/default/classes/MetadataService.cls 5582 20 5582 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]*'
3699 /force-app/main/default/classes/MetadataService.cls 5584 9 5597 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3698 /force-app/main/default/classes/MetadataService.cls 5584 9 5597 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3700 /force-app/main/default/classes/MetadataService.cls 5590 20 5590 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 'managedTopicType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3699 /force-app/main/default/classes/MetadataService.cls 5590 20 5590 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 'managedTopicType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3701 /force-app/main/default/classes/MetadataService.cls 5591 20 5591 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3700 /force-app/main/default/classes/MetadataService.cls 5591 20 5591 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3702 /force-app/main/default/classes/MetadataService.cls 5592 20 5592 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 'parentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3701 /force-app/main/default/classes/MetadataService.cls 5592 20 5592 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 'parentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3703 /force-app/main/default/classes/MetadataService.cls 5593 20 5593 128 pmd 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]*'
3702 /force-app/main/default/classes/MetadataService.cls 5593 20 5593 128 pmd 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]*'
3704 /force-app/main/default/classes/MetadataService.cls 5594 20 5594 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 'topicDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3703 /force-app/main/default/classes/MetadataService.cls 5594 20 5594 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 'topicDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3705 /force-app/main/default/classes/MetadataService.cls 5595 20 5595 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3704 /force-app/main/default/classes/MetadataService.cls 5595 20 5595 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3706 /force-app/main/default/classes/MetadataService.cls 5596 20 5596 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]*'
3705 /force-app/main/default/classes/MetadataService.cls 5596 20 5596 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]*'
3707 /force-app/main/default/classes/MetadataService.cls 5598 9 5605 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3706 /force-app/main/default/classes/MetadataService.cls 5598 9 5605 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3708 /force-app/main/default/classes/MetadataService.cls 5601 20 5601 128 pmd 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]*'
3707 /force-app/main/default/classes/MetadataService.cls 5601 20 5601 128 pmd 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]*'
3709 /force-app/main/default/classes/MetadataService.cls 5602 20 5602 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3708 /force-app/main/default/classes/MetadataService.cls 5602 20 5602 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3710 /force-app/main/default/classes/MetadataService.cls 5603 20 5603 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3709 /force-app/main/default/classes/MetadataService.cls 5603 20 5603 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3711 /force-app/main/default/classes/MetadataService.cls 5604 20 5604 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]*'
3710 /force-app/main/default/classes/MetadataService.cls 5604 20 5604 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]*'
3712 /force-app/main/default/classes/MetadataService.cls 5606 9 5615 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3711 /force-app/main/default/classes/MetadataService.cls 5606 9 5615 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3713 /force-app/main/default/classes/MetadataService.cls 5609 17 5609 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3712 /force-app/main/default/classes/MetadataService.cls 5609 17 5609 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3714 /force-app/main/default/classes/MetadataService.cls 5610 20 5610 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3713 /force-app/main/default/classes/MetadataService.cls 5610 20 5610 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3715 /force-app/main/default/classes/MetadataService.cls 5611 20 5611 130 pmd 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]*'
3714 /force-app/main/default/classes/MetadataService.cls 5611 20 5611 130 pmd 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]*'
3716 /force-app/main/default/classes/MetadataService.cls 5612 20 5612 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3715 /force-app/main/default/classes/MetadataService.cls 5612 20 5612 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3717 /force-app/main/default/classes/MetadataService.cls 5613 20 5613 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3716 /force-app/main/default/classes/MetadataService.cls 5613 20 5613 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3718 /force-app/main/default/classes/MetadataService.cls 5614 20 5614 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]*'
3717 /force-app/main/default/classes/MetadataService.cls 5614 20 5614 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]*'
3719 /force-app/main/default/classes/MetadataService.cls 5616 9 5641 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3718 /force-app/main/default/classes/MetadataService.cls 5616 9 5641 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3720 /force-app/main/default/classes/MetadataService.cls 5616 9 5641 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3719 /force-app/main/default/classes/MetadataService.cls 5616 9 5641 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3721 /force-app/main/default/classes/MetadataService.cls 5627 17 5627 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3720 /force-app/main/default/classes/MetadataService.cls 5627 17 5627 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3722 /force-app/main/default/classes/MetadataService.cls 5628 20 5628 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 'dmlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3721 /force-app/main/default/classes/MetadataService.cls 5628 20 5628 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 'dmlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3723 /force-app/main/default/classes/MetadataService.cls 5629 20 5629 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3722 /force-app/main/default/classes/MetadataService.cls 5629 20 5629 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3724 /force-app/main/default/classes/MetadataService.cls 5630 20 5630 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 'locationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3723 /force-app/main/default/classes/MetadataService.cls 5630 20 5630 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 'locationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3725 /force-app/main/default/classes/MetadataService.cls 5631 20 5631 133 pmd 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]*'
3724 /force-app/main/default/classes/MetadataService.cls 5631 20 5631 133 pmd 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]*'
3726 /force-app/main/default/classes/MetadataService.cls 5632 20 5632 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3725 /force-app/main/default/classes/MetadataService.cls 5632 20 5632 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3727 /force-app/main/default/classes/MetadataService.cls 5633 20 5633 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3726 /force-app/main/default/classes/MetadataService.cls 5633 20 5633 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3728 /force-app/main/default/classes/MetadataService.cls 5634 20 5634 136 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numLocations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3727 /force-app/main/default/classes/MetadataService.cls 5634 20 5634 136 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numLocations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3729 /force-app/main/default/classes/MetadataService.cls 5635 20 5635 156 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numLocationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3728 /force-app/main/default/classes/MetadataService.cls 5635 20 5635 156 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numLocationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3730 /force-app/main/default/classes/MetadataService.cls 5636 20 5636 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 'soqlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3729 /force-app/main/default/classes/MetadataService.cls 5636 20 5636 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 'soqlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3731 /force-app/main/default/classes/MetadataService.cls 5637 20 5637 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 'soslInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3730 /force-app/main/default/classes/MetadataService.cls 5637 20 5637 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 'soslInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3732 /force-app/main/default/classes/MetadataService.cls 5638 20 5638 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3731 /force-app/main/default/classes/MetadataService.cls 5638 20 5638 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3733 /force-app/main/default/classes/MetadataService.cls 5639 20 5639 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3732 /force-app/main/default/classes/MetadataService.cls 5639 20 5639 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3734 /force-app/main/default/classes/MetadataService.cls 5640 20 5640 197 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3733 /force-app/main/default/classes/MetadataService.cls 5640 20 5640 197 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3735 /force-app/main/default/classes/MetadataService.cls 5642 9 5649 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3734 /force-app/main/default/classes/MetadataService.cls 5642 9 5649 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3736 /force-app/main/default/classes/MetadataService.cls 5645 20 5645 128 pmd 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]*'
3735 /force-app/main/default/classes/MetadataService.cls 5645 20 5645 128 pmd 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]*'
3737 /force-app/main/default/classes/MetadataService.cls 5646 20 5646 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3736 /force-app/main/default/classes/MetadataService.cls 5646 20 5646 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3738 /force-app/main/default/classes/MetadataService.cls 5647 20 5647 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3737 /force-app/main/default/classes/MetadataService.cls 5647 20 5647 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3739 /force-app/main/default/classes/MetadataService.cls 5648 20 5648 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]*'
3738 /force-app/main/default/classes/MetadataService.cls 5648 20 5648 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]*'
3740 /force-app/main/default/classes/MetadataService.cls 5650 9 5677 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3739 /force-app/main/default/classes/MetadataService.cls 5650 9 5677 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3741 /force-app/main/default/classes/MetadataService.cls 5650 9 5677 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3740 /force-app/main/default/classes/MetadataService.cls 5650 9 5677 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3742 /force-app/main/default/classes/MetadataService.cls 5653 20 5653 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3741 /force-app/main/default/classes/MetadataService.cls 5653 20 5653 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3743 /force-app/main/default/classes/MetadataService.cls 5656 20 5656 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3742 /force-app/main/default/classes/MetadataService.cls 5656 20 5656 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3744 /force-app/main/default/classes/MetadataService.cls 5657 20 5657 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3743 /force-app/main/default/classes/MetadataService.cls 5657 20 5657 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3745 /force-app/main/default/classes/MetadataService.cls 5661 20 5661 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3744 /force-app/main/default/classes/MetadataService.cls 5661 20 5661 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3746 /force-app/main/default/classes/MetadataService.cls 5662 20 5662 130 pmd 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]*'
3745 /force-app/main/default/classes/MetadataService.cls 5662 20 5662 130 pmd 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]*'
3747 /force-app/main/default/classes/MetadataService.cls 5663 20 5663 130 pmd 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]*'
3746 /force-app/main/default/classes/MetadataService.cls 5663 20 5663 130 pmd 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]*'
3748 /force-app/main/default/classes/MetadataService.cls 5669 20 5669 130 pmd 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]*'
3747 /force-app/main/default/classes/MetadataService.cls 5669 20 5669 130 pmd 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]*'
3749 /force-app/main/default/classes/MetadataService.cls 5670 20 5670 130 pmd 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]*'
3748 /force-app/main/default/classes/MetadataService.cls 5670 20 5670 130 pmd 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]*'
3750 /force-app/main/default/classes/MetadataService.cls 5671 20 5671 140 pmd 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]*'
3749 /force-app/main/default/classes/MetadataService.cls 5671 20 5671 140 pmd 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]*'
3751 /force-app/main/default/classes/MetadataService.cls 5672 20 5672 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3750 /force-app/main/default/classes/MetadataService.cls 5672 20 5672 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3752 /force-app/main/default/classes/MetadataService.cls 5673 20 5673 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3751 /force-app/main/default/classes/MetadataService.cls 5673 20 5673 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3753 /force-app/main/default/classes/MetadataService.cls 5674 20 5674 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3752 /force-app/main/default/classes/MetadataService.cls 5674 20 5674 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3754 /force-app/main/default/classes/MetadataService.cls 5675 20 5675 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3753 /force-app/main/default/classes/MetadataService.cls 5675 20 5675 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3755 /force-app/main/default/classes/MetadataService.cls 5676 20 5676 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]*'
3754 /force-app/main/default/classes/MetadataService.cls 5676 20 5676 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]*'
3756 /force-app/main/default/classes/MetadataService.cls 5678 9 5695 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3755 /force-app/main/default/classes/MetadataService.cls 5678 9 5695 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3757 /force-app/main/default/classes/MetadataService.cls 5678 9 5695 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3756 /force-app/main/default/classes/MetadataService.cls 5678 9 5695 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3758 /force-app/main/default/classes/MetadataService.cls 5686 20 5686 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3757 /force-app/main/default/classes/MetadataService.cls 5686 20 5686 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3759 /force-app/main/default/classes/MetadataService.cls 5687 20 5687 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 'isContainerAutoSizeEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3758 /force-app/main/default/classes/MetadataService.cls 5687 20 5687 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 'isContainerAutoSizeEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3760 /force-app/main/default/classes/MetadataService.cls 5688 20 5688 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 'region_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3759 /force-app/main/default/classes/MetadataService.cls 5688 20 5688 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 'region_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3761 /force-app/main/default/classes/MetadataService.cls 5689 20 5689 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 'sidebarComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3760 /force-app/main/default/classes/MetadataService.cls 5689 20 5689 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 'sidebarComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3762 /force-app/main/default/classes/MetadataService.cls 5690 20 5690 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3761 /force-app/main/default/classes/MetadataService.cls 5690 20 5690 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3763 /force-app/main/default/classes/MetadataService.cls 5691 20 5691 120 pmd 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]*'
3762 /force-app/main/default/classes/MetadataService.cls 5691 20 5691 120 pmd 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]*'
3764 /force-app/main/default/classes/MetadataService.cls 5692 20 5692 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3763 /force-app/main/default/classes/MetadataService.cls 5692 20 5692 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3765 /force-app/main/default/classes/MetadataService.cls 5693 20 5693 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3764 /force-app/main/default/classes/MetadataService.cls 5693 20 5693 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3766 /force-app/main/default/classes/MetadataService.cls 5694 20 5694 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]*'
3765 /force-app/main/default/classes/MetadataService.cls 5694 20 5694 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]*'
3767 /force-app/main/default/classes/MetadataService.cls 5696 9 5719 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3766 /force-app/main/default/classes/MetadataService.cls 5696 9 5719 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3768 /force-app/main/default/classes/MetadataService.cls 5696 9 5719 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3767 /force-app/main/default/classes/MetadataService.cls 5696 9 5719 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3769 /force-app/main/default/classes/MetadataService.cls 5707 20 5707 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 'autocollapsePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3768 /force-app/main/default/classes/MetadataService.cls 5707 20 5707 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 'autocollapsePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3770 /force-app/main/default/classes/MetadataService.cls 5708 20 5708 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 'compactFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3769 /force-app/main/default/classes/MetadataService.cls 5708 20 5708 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 'compactFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3771 /force-app/main/default/classes/MetadataService.cls 5709 20 5709 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 'feedFilterPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3770 /force-app/main/default/classes/MetadataService.cls 5709 20 5709 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 'feedFilterPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3772 /force-app/main/default/classes/MetadataService.cls 5710 20 5710 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 'feedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3771 /force-app/main/default/classes/MetadataService.cls 5710 20 5710 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 'feedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3773 /force-app/main/default/classes/MetadataService.cls 5711 20 5711 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 'fullWidthFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3772 /force-app/main/default/classes/MetadataService.cls 5711 20 5711 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 'fullWidthFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3774 /force-app/main/default/classes/MetadataService.cls 5712 20 5712 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 'hideSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3773 /force-app/main/default/classes/MetadataService.cls 5712 20 5712 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 'hideSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3775 /force-app/main/default/classes/MetadataService.cls 5713 20 5713 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 'highlightExternalFeedItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3774 /force-app/main/default/classes/MetadataService.cls 5713 20 5713 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 'highlightExternalFeedItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3776 /force-app/main/default/classes/MetadataService.cls 5714 20 5714 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 'leftComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3775 /force-app/main/default/classes/MetadataService.cls 5714 20 5714 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 'leftComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3777 /force-app/main/default/classes/MetadataService.cls 5715 20 5715 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 'rightComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3776 /force-app/main/default/classes/MetadataService.cls 5715 20 5715 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 'rightComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3778 /force-app/main/default/classes/MetadataService.cls 5716 20 5716 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 'useInlineFiltersInConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3777 /force-app/main/default/classes/MetadataService.cls 5716 20 5716 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 'useInlineFiltersInConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3779 /force-app/main/default/classes/MetadataService.cls 5717 20 5717 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3778 /force-app/main/default/classes/MetadataService.cls 5717 20 5717 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3780 /force-app/main/default/classes/MetadataService.cls 5718 20 5718 252 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3779 /force-app/main/default/classes/MetadataService.cls 5718 20 5718 252 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3781 /force-app/main/default/classes/MetadataService.cls 5720 9 5725 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3780 /force-app/main/default/classes/MetadataService.cls 5720 9 5725 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3782 /force-app/main/default/classes/MetadataService.cls 5722 20 5722 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3781 /force-app/main/default/classes/MetadataService.cls 5722 20 5722 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3783 /force-app/main/default/classes/MetadataService.cls 5723 20 5723 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3782 /force-app/main/default/classes/MetadataService.cls 5723 20 5723 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3784 /force-app/main/default/classes/MetadataService.cls 5724 20 5724 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3783 /force-app/main/default/classes/MetadataService.cls 5724 20 5724 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3785 /force-app/main/default/classes/MetadataService.cls 5726 9 5745 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3784 /force-app/main/default/classes/MetadataService.cls 5726 9 5745 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3786 /force-app/main/default/classes/MetadataService.cls 5726 9 5745 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3785 /force-app/main/default/classes/MetadataService.cls 5726 9 5745 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3787 /force-app/main/default/classes/MetadataService.cls 5729 20 5729 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3786 /force-app/main/default/classes/MetadataService.cls 5729 20 5729 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3788 /force-app/main/default/classes/MetadataService.cls 5736 20 5736 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 'enableChatterProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3787 /force-app/main/default/classes/MetadataService.cls 5736 20 5736 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 'enableChatterProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3789 /force-app/main/default/classes/MetadataService.cls 5737 20 5737 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 'enableIdeaThemes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3788 /force-app/main/default/classes/MetadataService.cls 5737 20 5737 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 'enableIdeaThemes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3790 /force-app/main/default/classes/MetadataService.cls 5738 20 5738 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 'enableIdeas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3789 /force-app/main/default/classes/MetadataService.cls 5738 20 5738 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 'enableIdeas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3791 /force-app/main/default/classes/MetadataService.cls 5739 20 5739 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 'enableIdeasReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3790 /force-app/main/default/classes/MetadataService.cls 5739 20 5739 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 'enableIdeasReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3792 /force-app/main/default/classes/MetadataService.cls 5740 20 5740 128 pmd 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]*'
3791 /force-app/main/default/classes/MetadataService.cls 5740 20 5740 128 pmd 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]*'
3793 /force-app/main/default/classes/MetadataService.cls 5741 20 5741 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 'ideasProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3792 /force-app/main/default/classes/MetadataService.cls 5741 20 5741 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 'ideasProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3794 /force-app/main/default/classes/MetadataService.cls 5742 20 5742 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3793 /force-app/main/default/classes/MetadataService.cls 5742 20 5742 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3795 /force-app/main/default/classes/MetadataService.cls 5743 20 5743 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3794 /force-app/main/default/classes/MetadataService.cls 5743 20 5743 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3796 /force-app/main/default/classes/MetadataService.cls 5744 20 5744 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]*'
3795 /force-app/main/default/classes/MetadataService.cls 5744 20 5744 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]*'
3797 /force-app/main/default/classes/MetadataService.cls 5746 9 5761 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3796 /force-app/main/default/classes/MetadataService.cls 5746 9 5761 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3798 /force-app/main/default/classes/MetadataService.cls 5752 17 5752 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3797 /force-app/main/default/classes/MetadataService.cls 5752 17 5752 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3799 /force-app/main/default/classes/MetadataService.cls 5753 20 5753 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3798 /force-app/main/default/classes/MetadataService.cls 5753 20 5753 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3800 /force-app/main/default/classes/MetadataService.cls 5754 20 5754 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3799 /force-app/main/default/classes/MetadataService.cls 5754 20 5754 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3801 /force-app/main/default/classes/MetadataService.cls 5755 20 5755 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3800 /force-app/main/default/classes/MetadataService.cls 5755 20 5755 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3802 /force-app/main/default/classes/MetadataService.cls 5756 20 5756 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3801 /force-app/main/default/classes/MetadataService.cls 5756 20 5756 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3803 /force-app/main/default/classes/MetadataService.cls 5757 20 5757 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3802 /force-app/main/default/classes/MetadataService.cls 5757 20 5757 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3804 /force-app/main/default/classes/MetadataService.cls 5758 20 5758 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3803 /force-app/main/default/classes/MetadataService.cls 5758 20 5758 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3805 /force-app/main/default/classes/MetadataService.cls 5759 20 5759 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3804 /force-app/main/default/classes/MetadataService.cls 5759 20 5759 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3806 /force-app/main/default/classes/MetadataService.cls 5760 20 5760 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]*'
3805 /force-app/main/default/classes/MetadataService.cls 5760 20 5760 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]*'
3807 /force-app/main/default/classes/MetadataService.cls 5762 9 5773 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3806 /force-app/main/default/classes/MetadataService.cls 5762 9 5773 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3808 /force-app/main/default/classes/MetadataService.cls 5767 20 5767 133 pmd 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]*'
3807 /force-app/main/default/classes/MetadataService.cls 5767 20 5767 133 pmd 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]*'
3809 /force-app/main/default/classes/MetadataService.cls 5768 20 5768 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 'customDataTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3808 /force-app/main/default/classes/MetadataService.cls 5768 20 5768 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 'customDataTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3810 /force-app/main/default/classes/MetadataService.cls 5769 20 5769 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3809 /force-app/main/default/classes/MetadataService.cls 5769 20 5769 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3811 /force-app/main/default/classes/MetadataService.cls 5770 20 5770 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3810 /force-app/main/default/classes/MetadataService.cls 5770 20 5770 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3812 /force-app/main/default/classes/MetadataService.cls 5771 20 5771 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3811 /force-app/main/default/classes/MetadataService.cls 5771 20 5771 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3813 /force-app/main/default/classes/MetadataService.cls 5772 20 5772 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3812 /force-app/main/default/classes/MetadataService.cls 5772 20 5772 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 5774 9 5781 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3813 /force-app/main/default/classes/MetadataService.cls 5774 9 5781 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3815 /force-app/main/default/classes/MetadataService.cls 5774 9 5781 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3814 /force-app/main/default/classes/MetadataService.cls 5774 9 5781 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3816 /force-app/main/default/classes/MetadataService.cls 5775 17 5775 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3815 /force-app/main/default/classes/MetadataService.cls 5775 17 5775 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3817 /force-app/main/default/classes/MetadataService.cls 5777 20 5777 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3816 /force-app/main/default/classes/MetadataService.cls 5777 20 5777 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3818 /force-app/main/default/classes/MetadataService.cls 5778 20 5778 131 pmd 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]*'
3817 /force-app/main/default/classes/MetadataService.cls 5778 20 5778 131 pmd 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]*'
3819 /force-app/main/default/classes/MetadataService.cls 5779 20 5779 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3818 /force-app/main/default/classes/MetadataService.cls 5779 20 5779 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3820 /force-app/main/default/classes/MetadataService.cls 5780 20 5780 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]*'
3819 /force-app/main/default/classes/MetadataService.cls 5780 20 5780 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]*'
3821 /force-app/main/default/classes/MetadataService.cls 5782 9 5797 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3820 /force-app/main/default/classes/MetadataService.cls 5782 9 5797 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3822 /force-app/main/default/classes/MetadataService.cls 5785 20 5785 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3821 /force-app/main/default/classes/MetadataService.cls 5785 20 5785 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3823 /force-app/main/default/classes/MetadataService.cls 5786 18 5786 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3822 /force-app/main/default/classes/MetadataService.cls 5786 18 5786 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3824 /force-app/main/default/classes/MetadataService.cls 5790 20 5790 128 pmd 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]*'
3823 /force-app/main/default/classes/MetadataService.cls 5790 20 5790 128 pmd 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]*'
3825 /force-app/main/default/classes/MetadataService.cls 5791 20 5791 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3824 /force-app/main/default/classes/MetadataService.cls 5791 20 5791 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3826 /force-app/main/default/classes/MetadataService.cls 5792 20 5792 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3825 /force-app/main/default/classes/MetadataService.cls 5792 20 5792 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3827 /force-app/main/default/classes/MetadataService.cls 5793 20 5793 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3826 /force-app/main/default/classes/MetadataService.cls 5793 20 5793 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3828 /force-app/main/default/classes/MetadataService.cls 5794 20 5794 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3827 /force-app/main/default/classes/MetadataService.cls 5794 20 5794 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3829 /force-app/main/default/classes/MetadataService.cls 5795 20 5795 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3828 /force-app/main/default/classes/MetadataService.cls 5795 20 5795 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3830 /force-app/main/default/classes/MetadataService.cls 5796 20 5796 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]*'
3829 /force-app/main/default/classes/MetadataService.cls 5796 20 5796 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]*'
3831 /force-app/main/default/classes/MetadataService.cls 5798 9 5811 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3830 /force-app/main/default/classes/MetadataService.cls 5798 9 5811 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3832 /force-app/main/default/classes/MetadataService.cls 5804 20 5804 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3831 /force-app/main/default/classes/MetadataService.cls 5804 20 5804 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3833 /force-app/main/default/classes/MetadataService.cls 5805 20 5805 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 'restricted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3832 /force-app/main/default/classes/MetadataService.cls 5805 20 5805 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 'restricted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3834 /force-app/main/default/classes/MetadataService.cls 5806 20 5806 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 'valueSetDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3833 /force-app/main/default/classes/MetadataService.cls 5806 20 5806 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 'valueSetDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3835 /force-app/main/default/classes/MetadataService.cls 5807 20 5807 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 'valueSetName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3834 /force-app/main/default/classes/MetadataService.cls 5807 20 5807 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 'valueSetName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3836 /force-app/main/default/classes/MetadataService.cls 5808 20 5808 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 'valueSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3835 /force-app/main/default/classes/MetadataService.cls 5808 20 5808 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 'valueSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3837 /force-app/main/default/classes/MetadataService.cls 5809 20 5809 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3836 /force-app/main/default/classes/MetadataService.cls 5809 20 5809 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3838 /force-app/main/default/classes/MetadataService.cls 5810 20 5810 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]*'
3837 /force-app/main/default/classes/MetadataService.cls 5810 20 5810 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]*'
3839 /force-app/main/default/classes/MetadataService.cls 5812 9 5817 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3838 /force-app/main/default/classes/MetadataService.cls 5812 9 5817 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3840 /force-app/main/default/classes/MetadataService.cls 5814 20 5814 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 'quickActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3839 /force-app/main/default/classes/MetadataService.cls 5814 20 5814 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 'quickActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3841 /force-app/main/default/classes/MetadataService.cls 5815 20 5815 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3840 /force-app/main/default/classes/MetadataService.cls 5815 20 5815 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3842 /force-app/main/default/classes/MetadataService.cls 5816 20 5816 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]*'
3841 /force-app/main/default/classes/MetadataService.cls 5816 20 5816 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]*'
3843 /force-app/main/default/classes/MetadataService.cls 5818 9 5835 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3842 /force-app/main/default/classes/MetadataService.cls 5818 9 5835 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3844 /force-app/main/default/classes/MetadataService.cls 5818 9 5835 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3843 /force-app/main/default/classes/MetadataService.cls 5818 9 5835 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3845 /force-app/main/default/classes/MetadataService.cls 5825 17 5825 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3844 /force-app/main/default/classes/MetadataService.cls 5825 17 5825 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3846 /force-app/main/default/classes/MetadataService.cls 5826 20 5826 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 'appendable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3845 /force-app/main/default/classes/MetadataService.cls 5826 20 5826 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 'appendable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3847 /force-app/main/default/classes/MetadataService.cls 5827 20 5827 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 'componentInstances_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3846 /force-app/main/default/classes/MetadataService.cls 5827 20 5827 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 'componentInstances_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3848 /force-app/main/default/classes/MetadataService.cls 5828 20 5828 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'mode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3847 /force-app/main/default/classes/MetadataService.cls 5828 20 5828 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'mode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3849 /force-app/main/default/classes/MetadataService.cls 5829 20 5829 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3848 /force-app/main/default/classes/MetadataService.cls 5829 20 5829 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3850 /force-app/main/default/classes/MetadataService.cls 5830 20 5830 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 'prependable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3849 /force-app/main/default/classes/MetadataService.cls 5830 20 5830 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 'prependable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3851 /force-app/main/default/classes/MetadataService.cls 5831 20 5831 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 'replaceable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3850 /force-app/main/default/classes/MetadataService.cls 5831 20 5831 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 'replaceable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3852 /force-app/main/default/classes/MetadataService.cls 5832 20 5832 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3851 /force-app/main/default/classes/MetadataService.cls 5832 20 5832 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3853 /force-app/main/default/classes/MetadataService.cls 5833 20 5833 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3852 /force-app/main/default/classes/MetadataService.cls 5833 20 5833 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3854 /force-app/main/default/classes/MetadataService.cls 5834 20 5834 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]*'
3853 /force-app/main/default/classes/MetadataService.cls 5834 20 5834 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]*'
3855 /force-app/main/default/classes/MetadataService.cls 5836 9 5841 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3854 /force-app/main/default/classes/MetadataService.cls 5836 9 5841 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3856 /force-app/main/default/classes/MetadataService.cls 5838 20 5838 133 pmd 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]*'
3855 /force-app/main/default/classes/MetadataService.cls 5838 20 5838 133 pmd 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]*'
3857 /force-app/main/default/classes/MetadataService.cls 5839 20 5839 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3856 /force-app/main/default/classes/MetadataService.cls 5839 20 5839 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3858 /force-app/main/default/classes/MetadataService.cls 5840 20 5840 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]*'
3857 /force-app/main/default/classes/MetadataService.cls 5840 20 5840 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]*'
3859 /force-app/main/default/classes/MetadataService.cls 5842 9 5849 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3858 /force-app/main/default/classes/MetadataService.cls 5842 9 5849 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3860 /force-app/main/default/classes/MetadataService.cls 5845 20 5845 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3859 /force-app/main/default/classes/MetadataService.cls 5845 20 5845 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3861 /force-app/main/default/classes/MetadataService.cls 5846 20 5846 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3860 /force-app/main/default/classes/MetadataService.cls 5846 20 5846 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3862 /force-app/main/default/classes/MetadataService.cls 5847 20 5847 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3861 /force-app/main/default/classes/MetadataService.cls 5847 20 5847 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3863 /force-app/main/default/classes/MetadataService.cls 5848 20 5848 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]*'
3862 /force-app/main/default/classes/MetadataService.cls 5848 20 5848 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]*'
3864 /force-app/main/default/classes/MetadataService.cls 5850 9 5855 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3863 /force-app/main/default/classes/MetadataService.cls 5850 9 5855 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3865 /force-app/main/default/classes/MetadataService.cls 5850 9 5855 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3864 /force-app/main/default/classes/MetadataService.cls 5850 9 5855 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3866 /force-app/main/default/classes/MetadataService.cls 5852 20 5852 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3865 /force-app/main/default/classes/MetadataService.cls 5852 20 5852 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3867 /force-app/main/default/classes/MetadataService.cls 5853 20 5853 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3866 /force-app/main/default/classes/MetadataService.cls 5853 20 5853 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3868 /force-app/main/default/classes/MetadataService.cls 5854 20 5854 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3867 /force-app/main/default/classes/MetadataService.cls 5854 20 5854 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3869 /force-app/main/default/classes/MetadataService.cls 5856 9 5865 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3868 /force-app/main/default/classes/MetadataService.cls 5856 9 5865 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3870 /force-app/main/default/classes/MetadataService.cls 5860 20 5860 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3869 /force-app/main/default/classes/MetadataService.cls 5860 20 5860 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3871 /force-app/main/default/classes/MetadataService.cls 5861 20 5861 128 pmd 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]*'
3870 /force-app/main/default/classes/MetadataService.cls 5861 20 5861 128 pmd 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]*'
3872 /force-app/main/default/classes/MetadataService.cls 5862 20 5862 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 'sharedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3871 /force-app/main/default/classes/MetadataService.cls 5862 20 5862 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 'sharedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3873 /force-app/main/default/classes/MetadataService.cls 5863 20 5863 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3872 /force-app/main/default/classes/MetadataService.cls 5863 20 5863 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3874 /force-app/main/default/classes/MetadataService.cls 5864 20 5864 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 5864 20 5864 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3875 /force-app/main/default/classes/MetadataService.cls 5866 9 5871 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3874 /force-app/main/default/classes/MetadataService.cls 5866 9 5871 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3876 /force-app/main/default/classes/MetadataService.cls 5868 20 5868 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 'quickActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3875 /force-app/main/default/classes/MetadataService.cls 5868 20 5868 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 'quickActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3877 /force-app/main/default/classes/MetadataService.cls 5869 20 5869 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3876 /force-app/main/default/classes/MetadataService.cls 5869 20 5869 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3878 /force-app/main/default/classes/MetadataService.cls 5870 20 5870 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]*'
3877 /force-app/main/default/classes/MetadataService.cls 5870 20 5870 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]*'
3879 /force-app/main/default/classes/MetadataService.cls 5872 9 5885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3878 /force-app/main/default/classes/MetadataService.cls 5872 9 5885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3880 /force-app/main/default/classes/MetadataService.cls 5875 20 5875 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3879 /force-app/main/default/classes/MetadataService.cls 5875 20 5875 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3881 /force-app/main/default/classes/MetadataService.cls 5877 20 5877 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3880 /force-app/main/default/classes/MetadataService.cls 5877 20 5877 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3882 /force-app/main/default/classes/MetadataService.cls 5880 20 5880 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3881 /force-app/main/default/classes/MetadataService.cls 5880 20 5880 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3883 /force-app/main/default/classes/MetadataService.cls 5881 20 5881 128 pmd 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]*'
3882 /force-app/main/default/classes/MetadataService.cls 5881 20 5881 128 pmd 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]*'
3884 /force-app/main/default/classes/MetadataService.cls 5882 20 5882 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3883 /force-app/main/default/classes/MetadataService.cls 5882 20 5882 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3885 /force-app/main/default/classes/MetadataService.cls 5883 20 5883 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3884 /force-app/main/default/classes/MetadataService.cls 5883 20 5883 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3886 /force-app/main/default/classes/MetadataService.cls 5884 20 5884 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]*'
3885 /force-app/main/default/classes/MetadataService.cls 5884 20 5884 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]*'
3887 /force-app/main/default/classes/MetadataService.cls 5886 9 5901 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3886 /force-app/main/default/classes/MetadataService.cls 5886 9 5901 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3888 /force-app/main/default/classes/MetadataService.cls 5889 20 5889 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3887 /force-app/main/default/classes/MetadataService.cls 5889 20 5889 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3889 /force-app/main/default/classes/MetadataService.cls 5894 20 5894 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 'chatterMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3888 /force-app/main/default/classes/MetadataService.cls 5894 20 5894 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 'chatterMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3890 /force-app/main/default/classes/MetadataService.cls 5895 20 5895 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 'dashboardMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3889 /force-app/main/default/classes/MetadataService.cls 5895 20 5895 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 'dashboardMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3891 /force-app/main/default/classes/MetadataService.cls 5896 20 5896 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 'salesforceMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3890 /force-app/main/default/classes/MetadataService.cls 5896 20 5896 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 'salesforceMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3892 /force-app/main/default/classes/MetadataService.cls 5897 20 5897 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 'touchMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3891 /force-app/main/default/classes/MetadataService.cls 5897 20 5897 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 'touchMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3893 /force-app/main/default/classes/MetadataService.cls 5898 20 5898 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3892 /force-app/main/default/classes/MetadataService.cls 5898 20 5898 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3894 /force-app/main/default/classes/MetadataService.cls 5899 20 5899 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3893 /force-app/main/default/classes/MetadataService.cls 5899 20 5899 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3895 /force-app/main/default/classes/MetadataService.cls 5900 20 5900 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]*'
3894 /force-app/main/default/classes/MetadataService.cls 5900 20 5900 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]*'
3896 /force-app/main/default/classes/MetadataService.cls 5902 9 5909 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3895 /force-app/main/default/classes/MetadataService.cls 5902 9 5909 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3897 /force-app/main/default/classes/MetadataService.cls 5905 20 5905 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 'inputField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3896 /force-app/main/default/classes/MetadataService.cls 5905 20 5905 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 'inputField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3898 /force-app/main/default/classes/MetadataService.cls 5906 20 5906 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 'outputField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3897 /force-app/main/default/classes/MetadataService.cls 5906 20 5906 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 'outputField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3899 /force-app/main/default/classes/MetadataService.cls 5907 20 5907 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3898 /force-app/main/default/classes/MetadataService.cls 5907 20 5907 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3900 /force-app/main/default/classes/MetadataService.cls 5908 20 5908 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]*'
3899 /force-app/main/default/classes/MetadataService.cls 5908 20 5908 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]*'
3901 /force-app/main/default/classes/MetadataService.cls 5910 9 5925 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3900 /force-app/main/default/classes/MetadataService.cls 5910 9 5925 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3902 /force-app/main/default/classes/MetadataService.cls 5917 20 5917 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 'apiCreatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3901 /force-app/main/default/classes/MetadataService.cls 5917 20 5917 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 'apiCreatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3903 /force-app/main/default/classes/MetadataService.cls 5918 20 5918 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 'apiDeletable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3902 /force-app/main/default/classes/MetadataService.cls 5918 20 5918 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 'apiDeletable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3904 /force-app/main/default/classes/MetadataService.cls 5919 20 5919 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 'apiReadable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3903 /force-app/main/default/classes/MetadataService.cls 5919 20 5919 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 'apiReadable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3905 /force-app/main/default/classes/MetadataService.cls 5920 20 5920 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 'apiUpdatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3904 /force-app/main/default/classes/MetadataService.cls 5920 20 5920 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 'apiUpdatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3906 /force-app/main/default/classes/MetadataService.cls 5921 20 5921 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 'parentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3905 /force-app/main/default/classes/MetadataService.cls 5921 20 5921 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 'parentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3907 /force-app/main/default/classes/MetadataService.cls 5922 20 5922 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 'valueTypeFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3906 /force-app/main/default/classes/MetadataService.cls 5922 20 5922 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 'valueTypeFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3908 /force-app/main/default/classes/MetadataService.cls 5923 20 5923 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3907 /force-app/main/default/classes/MetadataService.cls 5923 20 5923 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3909 /force-app/main/default/classes/MetadataService.cls 5924 20 5924 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3908 /force-app/main/default/classes/MetadataService.cls 5924 20 5924 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3910 /force-app/main/default/classes/MetadataService.cls 5926 9 5953 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3909 /force-app/main/default/classes/MetadataService.cls 5926 9 5953 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3911 /force-app/main/default/classes/MetadataService.cls 5926 9 5953 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3910 /force-app/main/default/classes/MetadataService.cls 5926 9 5953 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3912 /force-app/main/default/classes/MetadataService.cls 5929 20 5929 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3911 /force-app/main/default/classes/MetadataService.cls 5929 20 5929 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3913 /force-app/main/default/classes/MetadataService.cls 5940 20 5940 206 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetLookupLimitedToActiveEntitlementsOnAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3912 /force-app/main/default/classes/MetadataService.cls 5940 20 5940 206 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetLookupLimitedToActiveEntitlementsOnAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3914 /force-app/main/default/classes/MetadataService.cls 5941 20 5941 206 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetLookupLimitedToActiveEntitlementsOnContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3913 /force-app/main/default/classes/MetadataService.cls 5941 20 5941 206 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetLookupLimitedToActiveEntitlementsOnContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3915 /force-app/main/default/classes/MetadataService.cls 5942 20 5942 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 'assetLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3914 /force-app/main/default/classes/MetadataService.cls 5942 20 5942 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 'assetLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3916 /force-app/main/default/classes/MetadataService.cls 5943 20 5943 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 'assetLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3915 /force-app/main/default/classes/MetadataService.cls 5943 20 5943 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 'assetLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3917 /force-app/main/default/classes/MetadataService.cls 5944 20 5944 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 'enableEntitlementVersioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3916 /force-app/main/default/classes/MetadataService.cls 5944 20 5944 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 'enableEntitlementVersioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3918 /force-app/main/default/classes/MetadataService.cls 5945 20 5945 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 'enableEntitlements_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3917 /force-app/main/default/classes/MetadataService.cls 5945 20 5945 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 'enableEntitlements_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3919 /force-app/main/default/classes/MetadataService.cls 5946 20 5946 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 'entitlementLookupLimitedToActiveStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3918 /force-app/main/default/classes/MetadataService.cls 5946 20 5946 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 'entitlementLookupLimitedToActiveStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3920 /force-app/main/default/classes/MetadataService.cls 5947 20 5947 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 'entitlementLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3919 /force-app/main/default/classes/MetadataService.cls 5947 20 5947 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 'entitlementLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3921 /force-app/main/default/classes/MetadataService.cls 5948 20 5948 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 'entitlementLookupLimitedToSameAsset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3920 /force-app/main/default/classes/MetadataService.cls 5948 20 5948 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 'entitlementLookupLimitedToSameAsset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3922 /force-app/main/default/classes/MetadataService.cls 5949 20 5949 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 'entitlementLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3921 /force-app/main/default/classes/MetadataService.cls 5949 20 5949 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 'entitlementLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3923 /force-app/main/default/classes/MetadataService.cls 5950 20 5950 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3922 /force-app/main/default/classes/MetadataService.cls 5950 20 5950 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3924 /force-app/main/default/classes/MetadataService.cls 5951 20 5951 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3923 /force-app/main/default/classes/MetadataService.cls 5951 20 5951 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3925 /force-app/main/default/classes/MetadataService.cls 5952 20 5952 447 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3924 /force-app/main/default/classes/MetadataService.cls 5952 20 5952 447 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3926 /force-app/main/default/classes/MetadataService.cls 5954 9 5961 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3925 /force-app/main/default/classes/MetadataService.cls 5954 9 5961 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3927 /force-app/main/default/classes/MetadataService.cls 5957 20 5957 130 pmd 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]*'
3926 /force-app/main/default/classes/MetadataService.cls 5957 20 5957 130 pmd 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]*'
3928 /force-app/main/default/classes/MetadataService.cls 5958 20 5958 128 pmd 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]*'
3927 /force-app/main/default/classes/MetadataService.cls 5958 20 5958 128 pmd 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]*'
3929 /force-app/main/default/classes/MetadataService.cls 5959 20 5959 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3928 /force-app/main/default/classes/MetadataService.cls 5959 20 5959 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3930 /force-app/main/default/classes/MetadataService.cls 5960 20 5960 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]*'
3929 /force-app/main/default/classes/MetadataService.cls 5960 20 5960 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]*'
3931 /force-app/main/default/classes/MetadataService.cls 5962 9 5969 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3930 /force-app/main/default/classes/MetadataService.cls 5962 9 5969 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3932 /force-app/main/default/classes/MetadataService.cls 5965 20 5965 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3931 /force-app/main/default/classes/MetadataService.cls 5965 20 5965 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3933 /force-app/main/default/classes/MetadataService.cls 5966 20 5966 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3932 /force-app/main/default/classes/MetadataService.cls 5966 20 5966 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3934 /force-app/main/default/classes/MetadataService.cls 5967 20 5967 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3933 /force-app/main/default/classes/MetadataService.cls 5967 20 5967 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3935 /force-app/main/default/classes/MetadataService.cls 5968 20 5968 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]*'
3934 /force-app/main/default/classes/MetadataService.cls 5968 20 5968 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]*'
3936 /force-app/main/default/classes/MetadataService.cls 5970 9 5997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3935 /force-app/main/default/classes/MetadataService.cls 5970 9 5997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3937 /force-app/main/default/classes/MetadataService.cls 5970 9 5997 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3936 /force-app/main/default/classes/MetadataService.cls 5970 9 5997 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3938 /force-app/main/default/classes/MetadataService.cls 5973 20 5973 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3937 /force-app/main/default/classes/MetadataService.cls 5973 20 5973 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3939 /force-app/main/default/classes/MetadataService.cls 5984 20 5984 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 'buttonIconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3938 /force-app/main/default/classes/MetadataService.cls 5984 20 5984 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 'buttonIconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3940 /force-app/main/default/classes/MetadataService.cls 5985 20 5985 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 'buttonStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3939 /force-app/main/default/classes/MetadataService.cls 5985 20 5985 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 'buttonStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3941 /force-app/main/default/classes/MetadataService.cls 5986 20 5986 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 'buttonText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3940 /force-app/main/default/classes/MetadataService.cls 5986 20 5986 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 'buttonText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3942 /force-app/main/default/classes/MetadataService.cls 5987 20 5987 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'buttonWidth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3941 /force-app/main/default/classes/MetadataService.cls 5987 20 5987 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'buttonWidth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3943 /force-app/main/default/classes/MetadataService.cls 5988 20 5988 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3942 /force-app/main/default/classes/MetadataService.cls 5988 20 5988 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3944 /force-app/main/default/classes/MetadataService.cls 5989 20 5989 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 'isHeightFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3943 /force-app/main/default/classes/MetadataService.cls 5989 20 5989 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 'isHeightFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3945 /force-app/main/default/classes/MetadataService.cls 5990 20 5990 128 pmd 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]*'
3944 /force-app/main/default/classes/MetadataService.cls 5990 20 5990 128 pmd 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]*'
3946 /force-app/main/default/classes/MetadataService.cls 5991 20 5991 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 'isWidthFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3945 /force-app/main/default/classes/MetadataService.cls 5991 20 5991 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 'isWidthFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3947 /force-app/main/default/classes/MetadataService.cls 5992 20 5992 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3946 /force-app/main/default/classes/MetadataService.cls 5992 20 5992 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3948 /force-app/main/default/classes/MetadataService.cls 5993 20 5993 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3947 /force-app/main/default/classes/MetadataService.cls 5993 20 5993 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3949 /force-app/main/default/classes/MetadataService.cls 5994 20 5994 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3948 /force-app/main/default/classes/MetadataService.cls 5994 20 5994 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3950 /force-app/main/default/classes/MetadataService.cls 5995 20 5995 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3949 /force-app/main/default/classes/MetadataService.cls 5995 20 5995 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3951 /force-app/main/default/classes/MetadataService.cls 5996 20 5996 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]*'
3950 /force-app/main/default/classes/MetadataService.cls 5996 20 5996 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]*'
3952 /force-app/main/default/classes/MetadataService.cls 5998 9 6007 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3951 /force-app/main/default/classes/MetadataService.cls 5998 9 6007 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3953 /force-app/main/default/classes/MetadataService.cls 6000 17 6000 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3952 /force-app/main/default/classes/MetadataService.cls 6000 17 6000 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3954 /force-app/main/default/classes/MetadataService.cls 6002 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3953 /force-app/main/default/classes/MetadataService.cls 6002 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3955 /force-app/main/default/classes/MetadataService.cls 6003 20 6003 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3954 /force-app/main/default/classes/MetadataService.cls 6003 20 6003 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3956 /force-app/main/default/classes/MetadataService.cls 6004 20 6004 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3955 /force-app/main/default/classes/MetadataService.cls 6004 20 6004 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3957 /force-app/main/default/classes/MetadataService.cls 6005 20 6005 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3956 /force-app/main/default/classes/MetadataService.cls 6005 20 6005 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3958 /force-app/main/default/classes/MetadataService.cls 6006 20 6006 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]*'
3957 /force-app/main/default/classes/MetadataService.cls 6006 20 6006 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]*'
3959 /force-app/main/default/classes/MetadataService.cls 6008 9 6013 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3958 /force-app/main/default/classes/MetadataService.cls 6008 9 6013 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3960 /force-app/main/default/classes/MetadataService.cls 6010 20 6010 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 'enablePushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3959 /force-app/main/default/classes/MetadataService.cls 6010 20 6010 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 'enablePushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3961 /force-app/main/default/classes/MetadataService.cls 6011 20 6011 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3960 /force-app/main/default/classes/MetadataService.cls 6011 20 6011 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3962 /force-app/main/default/classes/MetadataService.cls 6012 20 6012 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3961 /force-app/main/default/classes/MetadataService.cls 6012 20 6012 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3963 /force-app/main/default/classes/MetadataService.cls 6014 9 6035 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3962 /force-app/main/default/classes/MetadataService.cls 6014 9 6035 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3964 /force-app/main/default/classes/MetadataService.cls 6014 9 6035 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3963 /force-app/main/default/classes/MetadataService.cls 6014 9 6035 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3965 /force-app/main/default/classes/MetadataService.cls 6017 20 6017 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3964 /force-app/main/default/classes/MetadataService.cls 6017 20 6017 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3966 /force-app/main/default/classes/MetadataService.cls 6020 18 6020 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
3965 /force-app/main/default/classes/MetadataService.cls 6020 18 6020 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
3967 /force-app/main/default/classes/MetadataService.cls 6025 20 6025 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 'ccEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3966 /force-app/main/default/classes/MetadataService.cls 6025 20 6025 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 'ccEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3968 /force-app/main/default/classes/MetadataService.cls 6026 20 6026 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3967 /force-app/main/default/classes/MetadataService.cls 6026 20 6026 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3969 /force-app/main/default/classes/MetadataService.cls 6027 20 6027 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3968 /force-app/main/default/classes/MetadataService.cls 6027 20 6027 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3970 /force-app/main/default/classes/MetadataService.cls 6028 20 6028 133 pmd 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]*'
3969 /force-app/main/default/classes/MetadataService.cls 6028 20 6028 133 pmd 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]*'
3971 /force-app/main/default/classes/MetadataService.cls 6029 20 6029 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 'senderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3970 /force-app/main/default/classes/MetadataService.cls 6029 20 6029 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 'senderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3972 /force-app/main/default/classes/MetadataService.cls 6030 20 6030 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 'senderType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3971 /force-app/main/default/classes/MetadataService.cls 6030 20 6030 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 'senderType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3973 /force-app/main/default/classes/MetadataService.cls 6031 20 6031 128 pmd 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]*'
3972 /force-app/main/default/classes/MetadataService.cls 6031 20 6031 128 pmd 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]*'
3974 /force-app/main/default/classes/MetadataService.cls 6032 20 6032 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3973 /force-app/main/default/classes/MetadataService.cls 6032 20 6032 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3975 /force-app/main/default/classes/MetadataService.cls 6033 20 6033 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3974 /force-app/main/default/classes/MetadataService.cls 6033 20 6033 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3976 /force-app/main/default/classes/MetadataService.cls 6034 20 6034 161 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3975 /force-app/main/default/classes/MetadataService.cls 6034 20 6034 161 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3977 /force-app/main/default/classes/MetadataService.cls 6036 9 6041 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3976 /force-app/main/default/classes/MetadataService.cls 6036 9 6041 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3978 /force-app/main/default/classes/MetadataService.cls 6038 20 6038 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3977 /force-app/main/default/classes/MetadataService.cls 6038 20 6038 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3979 /force-app/main/default/classes/MetadataService.cls 6039 20 6039 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3978 /force-app/main/default/classes/MetadataService.cls 6039 20 6039 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3980 /force-app/main/default/classes/MetadataService.cls 6040 20 6040 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3979 /force-app/main/default/classes/MetadataService.cls 6040 20 6040 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3981 /force-app/main/default/classes/MetadataService.cls 6042 9 6077 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3980 /force-app/main/default/classes/MetadataService.cls 6042 9 6077 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3982 /force-app/main/default/classes/MetadataService.cls 6042 9 6077 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3981 /force-app/main/default/classes/MetadataService.cls 6042 9 6077 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3983 /force-app/main/default/classes/MetadataService.cls 6045 20 6045 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3982 /force-app/main/default/classes/MetadataService.cls 6045 20 6045 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3984 /force-app/main/default/classes/MetadataService.cls 6047 20 6047 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3983 /force-app/main/default/classes/MetadataService.cls 6047 20 6047 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3985 /force-app/main/default/classes/MetadataService.cls 6060 17 6060 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3984 /force-app/main/default/classes/MetadataService.cls 6060 17 6060 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
3986 /force-app/main/default/classes/MetadataService.cls 6061 20 6061 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3985 /force-app/main/default/classes/MetadataService.cls 6061 20 6061 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3987 /force-app/main/default/classes/MetadataService.cls 6062 20 6062 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 'attachedDocuments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3986 /force-app/main/default/classes/MetadataService.cls 6062 20 6062 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 'attachedDocuments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3988 /force-app/main/default/classes/MetadataService.cls 6063 20 6063 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 'attachments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3987 /force-app/main/default/classes/MetadataService.cls 6063 20 6063 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 'attachments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3989 /force-app/main/default/classes/MetadataService.cls 6064 20 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 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3988 /force-app/main/default/classes/MetadataService.cls 6064 20 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 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3990 /force-app/main/default/classes/MetadataService.cls 6065 20 6065 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3989 /force-app/main/default/classes/MetadataService.cls 6065 20 6065 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3991 /force-app/main/default/classes/MetadataService.cls 6066 20 6066 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3990 /force-app/main/default/classes/MetadataService.cls 6066 20 6066 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3992 /force-app/main/default/classes/MetadataService.cls 6067 20 6067 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 'letterhead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3991 /force-app/main/default/classes/MetadataService.cls 6067 20 6067 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 'letterhead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3993 /force-app/main/default/classes/MetadataService.cls 6068 20 6068 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3992 /force-app/main/default/classes/MetadataService.cls 6068 20 6068 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3994 /force-app/main/default/classes/MetadataService.cls 6069 20 6069 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3993 /force-app/main/default/classes/MetadataService.cls 6069 20 6069 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3995 /force-app/main/default/classes/MetadataService.cls 6070 20 6070 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3994 /force-app/main/default/classes/MetadataService.cls 6070 20 6070 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3996 /force-app/main/default/classes/MetadataService.cls 6071 20 6071 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3995 /force-app/main/default/classes/MetadataService.cls 6071 20 6071 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3997 /force-app/main/default/classes/MetadataService.cls 6072 20 6072 128 pmd 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]*'
3996 /force-app/main/default/classes/MetadataService.cls 6072 20 6072 128 pmd 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]*'
3998 /force-app/main/default/classes/MetadataService.cls 6073 20 6073 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3997 /force-app/main/default/classes/MetadataService.cls 6073 20 6073 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3999 /force-app/main/default/classes/MetadataService.cls 6074 20 6074 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3998 /force-app/main/default/classes/MetadataService.cls 6074 20 6074 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4000 /force-app/main/default/classes/MetadataService.cls 6075 20 6075 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3999 /force-app/main/default/classes/MetadataService.cls 6075 20 6075 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4001 /force-app/main/default/classes/MetadataService.cls 6076 20 6076 242 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 6076 20 6076 242 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4002 /force-app/main/default/classes/MetadataService.cls 6078 9 6091 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4001 /force-app/main/default/classes/MetadataService.cls 6078 9 6091 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4003 /force-app/main/default/classes/MetadataService.cls 6081 20 6081 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4002 /force-app/main/default/classes/MetadataService.cls 6081 20 6081 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4004 /force-app/main/default/classes/MetadataService.cls 6084 20 6084 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4003 /force-app/main/default/classes/MetadataService.cls 6084 20 6084 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4005 /force-app/main/default/classes/MetadataService.cls 6085 20 6085 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4004 /force-app/main/default/classes/MetadataService.cls 6085 20 6085 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4006 /force-app/main/default/classes/MetadataService.cls 6087 20 6087 120 pmd 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]*'
4005 /force-app/main/default/classes/MetadataService.cls 6087 20 6087 120 pmd 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]*'
4007 /force-app/main/default/classes/MetadataService.cls 6088 20 6088 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4006 /force-app/main/default/classes/MetadataService.cls 6088 20 6088 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4008 /force-app/main/default/classes/MetadataService.cls 6089 20 6089 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4007 /force-app/main/default/classes/MetadataService.cls 6089 20 6089 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4009 /force-app/main/default/classes/MetadataService.cls 6090 20 6090 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]*'
4008 /force-app/main/default/classes/MetadataService.cls 6090 20 6090 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]*'
4010 /force-app/main/default/classes/MetadataService.cls 6092 9 6099 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4009 /force-app/main/default/classes/MetadataService.cls 6092 9 6099 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4011 /force-app/main/default/classes/MetadataService.cls 6095 20 6095 133 pmd 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]*'
4010 /force-app/main/default/classes/MetadataService.cls 6095 20 6095 133 pmd 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]*'
4012 /force-app/main/default/classes/MetadataService.cls 6096 20 6096 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 'objectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4011 /force-app/main/default/classes/MetadataService.cls 6096 20 6096 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 'objectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4013 /force-app/main/default/classes/MetadataService.cls 6097 20 6097 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4012 /force-app/main/default/classes/MetadataService.cls 6097 20 6097 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4014 /force-app/main/default/classes/MetadataService.cls 6098 20 6098 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4013 /force-app/main/default/classes/MetadataService.cls 6098 20 6098 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4015 /force-app/main/default/classes/MetadataService.cls 6100 9 6115 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4014 /force-app/main/default/classes/MetadataService.cls 6100 9 6115 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4016 /force-app/main/default/classes/MetadataService.cls 6107 20 6107 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4015 /force-app/main/default/classes/MetadataService.cls 6107 20 6107 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4017 /force-app/main/default/classes/MetadataService.cls 6108 20 6108 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4016 /force-app/main/default/classes/MetadataService.cls 6108 20 6108 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4018 /force-app/main/default/classes/MetadataService.cls 6109 20 6109 130 pmd 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]*'
4017 /force-app/main/default/classes/MetadataService.cls 6109 20 6109 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4019 /force-app/main/default/classes/MetadataService.cls 6110 20 6110 130 pmd 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]*'
4018 /force-app/main/default/classes/MetadataService.cls 6110 20 6110 130 pmd 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]*'
4020 /force-app/main/default/classes/MetadataService.cls 6111 20 6111 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4019 /force-app/main/default/classes/MetadataService.cls 6111 20 6111 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4021 /force-app/main/default/classes/MetadataService.cls 6112 20 6112 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 'resourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4020 /force-app/main/default/classes/MetadataService.cls 6112 20 6112 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 'resourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4022 /force-app/main/default/classes/MetadataService.cls 6113 20 6113 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4021 /force-app/main/default/classes/MetadataService.cls 6113 20 6113 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4023 /force-app/main/default/classes/MetadataService.cls 6114 20 6114 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4022 /force-app/main/default/classes/MetadataService.cls 6114 20 6114 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4024 /force-app/main/default/classes/MetadataService.cls 6116 9 6149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4023 /force-app/main/default/classes/MetadataService.cls 6116 9 6149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4025 /force-app/main/default/classes/MetadataService.cls 6116 9 6149 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4024 /force-app/main/default/classes/MetadataService.cls 6116 9 6149 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4026 /force-app/main/default/classes/MetadataService.cls 6119 20 6119 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4025 /force-app/main/default/classes/MetadataService.cls 6119 20 6119 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4027 /force-app/main/default/classes/MetadataService.cls 6122 20 6122 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4026 /force-app/main/default/classes/MetadataService.cls 6122 20 6122 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4028 /force-app/main/default/classes/MetadataService.cls 6123 20 6123 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4027 /force-app/main/default/classes/MetadataService.cls 6123 20 6123 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4029 /force-app/main/default/classes/MetadataService.cls 6127 20 6127 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4028 /force-app/main/default/classes/MetadataService.cls 6127 20 6127 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4030 /force-app/main/default/classes/MetadataService.cls 6128 20 6128 130 pmd 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]*'
4029 /force-app/main/default/classes/MetadataService.cls 6128 20 6128 130 pmd 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]*'
4031 /force-app/main/default/classes/MetadataService.cls 6129 20 6129 130 pmd 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]*'
4030 /force-app/main/default/classes/MetadataService.cls 6129 20 6129 130 pmd 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]*'
4032 /force-app/main/default/classes/MetadataService.cls 6138 20 6138 130 pmd 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]*'
4031 /force-app/main/default/classes/MetadataService.cls 6138 20 6138 130 pmd 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]*'
4033 /force-app/main/default/classes/MetadataService.cls 6139 20 6139 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 'allowFinish_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4032 /force-app/main/default/classes/MetadataService.cls 6139 20 6139 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 'allowFinish_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4034 /force-app/main/default/classes/MetadataService.cls 6140 20 6140 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 'allowPause_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4033 /force-app/main/default/classes/MetadataService.cls 6140 20 6140 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 'allowPause_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4035 /force-app/main/default/classes/MetadataService.cls 6141 20 6141 130 pmd 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]*'
4034 /force-app/main/default/classes/MetadataService.cls 6141 20 6141 130 pmd 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]*'
4036 /force-app/main/default/classes/MetadataService.cls 6142 20 6142 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4035 /force-app/main/default/classes/MetadataService.cls 6142 20 6142 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4037 /force-app/main/default/classes/MetadataService.cls 6143 20 6143 128 pmd 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]*'
4036 /force-app/main/default/classes/MetadataService.cls 6143 20 6143 128 pmd 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]*'
4038 /force-app/main/default/classes/MetadataService.cls 6144 20 6144 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 'pausedText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4037 /force-app/main/default/classes/MetadataService.cls 6144 20 6144 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 'pausedText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4039 /force-app/main/default/classes/MetadataService.cls 6145 20 6145 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4038 /force-app/main/default/classes/MetadataService.cls 6145 20 6145 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4040 /force-app/main/default/classes/MetadataService.cls 6146 20 6146 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4039 /force-app/main/default/classes/MetadataService.cls 6146 20 6146 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4041 /force-app/main/default/classes/MetadataService.cls 6147 20 6147 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4040 /force-app/main/default/classes/MetadataService.cls 6147 20 6147 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4042 /force-app/main/default/classes/MetadataService.cls 6148 20 6148 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]*'
4041 /force-app/main/default/classes/MetadataService.cls 6148 20 6148 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]*'
4043 /force-app/main/default/classes/MetadataService.cls 6150 9 6155 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4042 /force-app/main/default/classes/MetadataService.cls 6150 9 6155 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4044 /force-app/main/default/classes/MetadataService.cls 6152 20 6152 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4043 /force-app/main/default/classes/MetadataService.cls 6152 20 6152 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4045 /force-app/main/default/classes/MetadataService.cls 6153 20 6153 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4044 /force-app/main/default/classes/MetadataService.cls 6153 20 6153 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4046 /force-app/main/default/classes/MetadataService.cls 6154 20 6154 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4045 /force-app/main/default/classes/MetadataService.cls 6154 20 6154 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4047 /force-app/main/default/classes/MetadataService.cls 6156 9 6177 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4046 /force-app/main/default/classes/MetadataService.cls 6156 9 6177 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4048 /force-app/main/default/classes/MetadataService.cls 6156 9 6177 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4047 /force-app/main/default/classes/MetadataService.cls 6156 9 6177 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4049 /force-app/main/default/classes/MetadataService.cls 6159 20 6159 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4048 /force-app/main/default/classes/MetadataService.cls 6159 20 6159 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4050 /force-app/main/default/classes/MetadataService.cls 6161 20 6161 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4049 /force-app/main/default/classes/MetadataService.cls 6161 20 6161 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4051 /force-app/main/default/classes/MetadataService.cls 6168 20 6168 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'caSigned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4050 /force-app/main/default/classes/MetadataService.cls 6168 20 6168 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'caSigned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4052 /force-app/main/default/classes/MetadataService.cls 6169 20 6169 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 'encryptedWithPlatformEncryption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4051 /force-app/main/default/classes/MetadataService.cls 6169 20 6169 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 'encryptedWithPlatformEncryption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4053 /force-app/main/default/classes/MetadataService.cls 6170 20 6170 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 'expirationDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4052 /force-app/main/default/classes/MetadataService.cls 6170 20 6170 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 'expirationDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4054 /force-app/main/default/classes/MetadataService.cls 6171 20 6171 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 'keySize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4053 /force-app/main/default/classes/MetadataService.cls 6171 20 6171 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 'keySize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4055 /force-app/main/default/classes/MetadataService.cls 6172 20 6172 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4054 /force-app/main/default/classes/MetadataService.cls 6172 20 6172 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4056 /force-app/main/default/classes/MetadataService.cls 6173 20 6173 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 'privateKeyExportable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4055 /force-app/main/default/classes/MetadataService.cls 6173 20 6173 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 'privateKeyExportable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4057 /force-app/main/default/classes/MetadataService.cls 6174 20 6174 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4056 /force-app/main/default/classes/MetadataService.cls 6174 20 6174 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4058 /force-app/main/default/classes/MetadataService.cls 6175 20 6175 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4057 /force-app/main/default/classes/MetadataService.cls 6175 20 6175 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4059 /force-app/main/default/classes/MetadataService.cls 6176 20 6176 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]*'
4058 /force-app/main/default/classes/MetadataService.cls 6176 20 6176 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]*'
4060 /force-app/main/default/classes/MetadataService.cls 6178 9 6189 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4059 /force-app/main/default/classes/MetadataService.cls 6178 9 6189 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4061 /force-app/main/default/classes/MetadataService.cls 6180 17 6180 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
4060 /force-app/main/default/classes/MetadataService.cls 6180 17 6180 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
4062 /force-app/main/default/classes/MetadataService.cls 6183 20 6183 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4061 /force-app/main/default/classes/MetadataService.cls 6183 20 6183 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4063 /force-app/main/default/classes/MetadataService.cls 6184 20 6184 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4062 /force-app/main/default/classes/MetadataService.cls 6184 20 6184 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4064 /force-app/main/default/classes/MetadataService.cls 6185 20 6185 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 'objectField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4063 /force-app/main/default/classes/MetadataService.cls 6185 20 6185 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 'objectField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4065 /force-app/main/default/classes/MetadataService.cls 6186 20 6186 130 pmd 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]*'
4064 /force-app/main/default/classes/MetadataService.cls 6186 20 6186 130 pmd 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]*'
4066 /force-app/main/default/classes/MetadataService.cls 6187 20 6187 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4065 /force-app/main/default/classes/MetadataService.cls 6187 20 6187 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4067 /force-app/main/default/classes/MetadataService.cls 6188 20 6188 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]*'
4066 /force-app/main/default/classes/MetadataService.cls 6188 20 6188 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]*'
4068 /force-app/main/default/classes/MetadataService.cls 6190 9 6201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4067 /force-app/main/default/classes/MetadataService.cls 6190 9 6201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4069 /force-app/main/default/classes/MetadataService.cls 6195 20 6195 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4068 /force-app/main/default/classes/MetadataService.cls 6195 20 6195 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4070 /force-app/main/default/classes/MetadataService.cls 6196 20 6196 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 'sourceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4069 /force-app/main/default/classes/MetadataService.cls 6196 20 6196 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 'sourceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4071 /force-app/main/default/classes/MetadataService.cls 6197 20 6197 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 'sourceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4070 /force-app/main/default/classes/MetadataService.cls 6197 20 6197 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 'sourceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4072 /force-app/main/default/classes/MetadataService.cls 6198 20 6198 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 'targetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4071 /force-app/main/default/classes/MetadataService.cls 6198 20 6198 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 'targetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4073 /force-app/main/default/classes/MetadataService.cls 6199 20 6199 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4072 /force-app/main/default/classes/MetadataService.cls 6199 20 6199 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4074 /force-app/main/default/classes/MetadataService.cls 6200 20 6200 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]*'
4073 /force-app/main/default/classes/MetadataService.cls 6200 20 6200 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]*'
4075 /force-app/main/default/classes/MetadataService.cls 6202 9 6211 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4074 /force-app/main/default/classes/MetadataService.cls 6202 9 6211 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4076 /force-app/main/default/classes/MetadataService.cls 6206 20 6206 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4075 /force-app/main/default/classes/MetadataService.cls 6206 20 6206 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4077 /force-app/main/default/classes/MetadataService.cls 6207 20 6207 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4076 /force-app/main/default/classes/MetadataService.cls 6207 20 6207 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4078 /force-app/main/default/classes/MetadataService.cls 6208 20 6208 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 'keyCommand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4077 /force-app/main/default/classes/MetadataService.cls 6208 20 6208 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 'keyCommand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4079 /force-app/main/default/classes/MetadataService.cls 6209 20 6209 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4078 /force-app/main/default/classes/MetadataService.cls 6209 20 6209 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4080 /force-app/main/default/classes/MetadataService.cls 6210 20 6210 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]*'
4079 /force-app/main/default/classes/MetadataService.cls 6210 20 6210 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]*'
4081 /force-app/main/default/classes/MetadataService.cls 6212 9 6219 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4080 /force-app/main/default/classes/MetadataService.cls 6212 9 6219 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4082 /force-app/main/default/classes/MetadataService.cls 6215 20 6215 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4081 /force-app/main/default/classes/MetadataService.cls 6215 20 6215 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4083 /force-app/main/default/classes/MetadataService.cls 6216 20 6216 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4082 /force-app/main/default/classes/MetadataService.cls 6216 20 6216 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4084 /force-app/main/default/classes/MetadataService.cls 6217 20 6217 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4083 /force-app/main/default/classes/MetadataService.cls 6217 20 6217 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4085 /force-app/main/default/classes/MetadataService.cls 6218 20 6218 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]*'
4084 /force-app/main/default/classes/MetadataService.cls 6218 20 6218 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]*'
4086 /force-app/main/default/classes/MetadataService.cls 6220 9 6229 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4085 /force-app/main/default/classes/MetadataService.cls 6220 9 6229 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4087 /force-app/main/default/classes/MetadataService.cls 6224 20 6224 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'attribute_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4086 /force-app/main/default/classes/MetadataService.cls 6224 20 6224 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'attribute_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4088 /force-app/main/default/classes/MetadataService.cls 6225 20 6225 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fieldReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4087 /force-app/main/default/classes/MetadataService.cls 6225 20 6225 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fieldReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4089 /force-app/main/default/classes/MetadataService.cls 6226 20 6226 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4088 /force-app/main/default/classes/MetadataService.cls 6226 20 6226 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4090 /force-app/main/default/classes/MetadataService.cls 6227 20 6227 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4089 /force-app/main/default/classes/MetadataService.cls 6227 20 6227 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4091 /force-app/main/default/classes/MetadataService.cls 6228 20 6228 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]*'
4090 /force-app/main/default/classes/MetadataService.cls 6228 20 6228 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]*'
4092 /force-app/main/default/classes/MetadataService.cls 6230 9 6247 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4091 /force-app/main/default/classes/MetadataService.cls 6230 9 6247 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4093 /force-app/main/default/classes/MetadataService.cls 6230 9 6247 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4092 /force-app/main/default/classes/MetadataService.cls 6230 9 6247 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4094 /force-app/main/default/classes/MetadataService.cls 6233 20 6233 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4093 /force-app/main/default/classes/MetadataService.cls 6233 20 6233 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4095 /force-app/main/default/classes/MetadataService.cls 6238 18 6238 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
4094 /force-app/main/default/classes/MetadataService.cls 6238 18 6238 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
4096 /force-app/main/default/classes/MetadataService.cls 6239 20 6239 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4095 /force-app/main/default/classes/MetadataService.cls 6239 20 6239 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4097 /force-app/main/default/classes/MetadataService.cls 6240 20 6240 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4096 /force-app/main/default/classes/MetadataService.cls 6240 20 6240 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4098 /force-app/main/default/classes/MetadataService.cls 6241 20 6241 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4097 /force-app/main/default/classes/MetadataService.cls 6241 20 6241 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4099 /force-app/main/default/classes/MetadataService.cls 6242 20 6242 128 pmd 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]*'
4098 /force-app/main/default/classes/MetadataService.cls 6242 20 6242 128 pmd 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]*'
4100 /force-app/main/default/classes/MetadataService.cls 6243 20 6243 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4099 /force-app/main/default/classes/MetadataService.cls 6243 20 6243 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4101 /force-app/main/default/classes/MetadataService.cls 6244 20 6244 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4100 /force-app/main/default/classes/MetadataService.cls 6244 20 6244 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4102 /force-app/main/default/classes/MetadataService.cls 6245 20 6245 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4101 /force-app/main/default/classes/MetadataService.cls 6245 20 6245 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4103 /force-app/main/default/classes/MetadataService.cls 6246 20 6246 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]*'
4102 /force-app/main/default/classes/MetadataService.cls 6246 20 6246 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]*'
4104 /force-app/main/default/classes/MetadataService.cls 6248 9 6261 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4103 /force-app/main/default/classes/MetadataService.cls 6248 9 6261 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4105 /force-app/main/default/classes/MetadataService.cls 6251 20 6251 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4104 /force-app/main/default/classes/MetadataService.cls 6251 20 6251 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4106 /force-app/main/default/classes/MetadataService.cls 6255 20 6255 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4105 /force-app/main/default/classes/MetadataService.cls 6255 20 6255 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4107 /force-app/main/default/classes/MetadataService.cls 6256 20 6256 128 pmd 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]*'
4106 /force-app/main/default/classes/MetadataService.cls 6256 20 6256 128 pmd 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]*'
4108 /force-app/main/default/classes/MetadataService.cls 6257 20 6257 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4107 /force-app/main/default/classes/MetadataService.cls 6257 20 6257 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4109 /force-app/main/default/classes/MetadataService.cls 6258 20 6258 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4108 /force-app/main/default/classes/MetadataService.cls 6258 20 6258 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4110 /force-app/main/default/classes/MetadataService.cls 6259 20 6259 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4109 /force-app/main/default/classes/MetadataService.cls 6259 20 6259 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4111 /force-app/main/default/classes/MetadataService.cls 6260 20 6260 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4110 /force-app/main/default/classes/MetadataService.cls 6260 20 6260 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 6262 9 6269 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4111 /force-app/main/default/classes/MetadataService.cls 6262 9 6269 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4113 /force-app/main/default/classes/MetadataService.cls 6262 9 6269 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4112 /force-app/main/default/classes/MetadataService.cls 6262 9 6269 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4114 /force-app/main/default/classes/MetadataService.cls 6263 17 6263 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
4113 /force-app/main/default/classes/MetadataService.cls 6263 17 6263 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
4115 /force-app/main/default/classes/MetadataService.cls 6265 20 6265 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4114 /force-app/main/default/classes/MetadataService.cls 6265 20 6265 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4116 /force-app/main/default/classes/MetadataService.cls 6266 20 6266 131 pmd 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]*'
4115 /force-app/main/default/classes/MetadataService.cls 6266 20 6266 131 pmd 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]*'
4117 /force-app/main/default/classes/MetadataService.cls 6267 20 6267 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4116 /force-app/main/default/classes/MetadataService.cls 6267 20 6267 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4118 /force-app/main/default/classes/MetadataService.cls 6268 20 6268 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]*'
4117 /force-app/main/default/classes/MetadataService.cls 6268 20 6268 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]*'
4119 /force-app/main/default/classes/MetadataService.cls 6270 9 6279 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4118 /force-app/main/default/classes/MetadataService.cls 6270 9 6279 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4120 /force-app/main/default/classes/MetadataService.cls 6274 20 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 'beginning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4119 /force-app/main/default/classes/MetadataService.cls 6274 20 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 'beginning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4121 /force-app/main/default/classes/MetadataService.cls 6275 20 6275 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 'displaying_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4120 /force-app/main/default/classes/MetadataService.cls 6275 20 6275 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 'displaying_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4122 /force-app/main/default/classes/MetadataService.cls 6276 20 6276 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 'periodType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4121 /force-app/main/default/classes/MetadataService.cls 6276 20 6276 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 'periodType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4123 /force-app/main/default/classes/MetadataService.cls 6277 20 6277 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4122 /force-app/main/default/classes/MetadataService.cls 6277 20 6277 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4124 /force-app/main/default/classes/MetadataService.cls 6278 20 6278 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4123 /force-app/main/default/classes/MetadataService.cls 6278 20 6278 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4125 /force-app/main/default/classes/MetadataService.cls 6280 9 6309 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4124 /force-app/main/default/classes/MetadataService.cls 6280 9 6309 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4126 /force-app/main/default/classes/MetadataService.cls 6280 9 6309 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4125 /force-app/main/default/classes/MetadataService.cls 6280 9 6309 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4127 /force-app/main/default/classes/MetadataService.cls 6283 20 6283 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4126 /force-app/main/default/classes/MetadataService.cls 6283 20 6283 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4128 /force-app/main/default/classes/MetadataService.cls 6286 20 6286 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4127 /force-app/main/default/classes/MetadataService.cls 6286 20 6286 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4129 /force-app/main/default/classes/MetadataService.cls 6287 20 6287 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4128 /force-app/main/default/classes/MetadataService.cls 6287 20 6287 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4130 /force-app/main/default/classes/MetadataService.cls 6291 20 6291 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4129 /force-app/main/default/classes/MetadataService.cls 6291 20 6291 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4131 /force-app/main/default/classes/MetadataService.cls 6292 20 6292 130 pmd 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]*'
4130 /force-app/main/default/classes/MetadataService.cls 6292 20 6292 130 pmd 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]*'
4132 /force-app/main/default/classes/MetadataService.cls 6293 20 6293 130 pmd 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]*'
4131 /force-app/main/default/classes/MetadataService.cls 6293 20 6293 130 pmd 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]*'
4133 /force-app/main/default/classes/MetadataService.cls 6300 20 6300 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4132 /force-app/main/default/classes/MetadataService.cls 6300 20 6300 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4134 /force-app/main/default/classes/MetadataService.cls 6301 20 6301 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4133 /force-app/main/default/classes/MetadataService.cls 6301 20 6301 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4135 /force-app/main/default/classes/MetadataService.cls 6302 20 6302 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4134 /force-app/main/default/classes/MetadataService.cls 6302 20 6302 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4136 /force-app/main/default/classes/MetadataService.cls 6303 20 6303 140 pmd 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]*'
4135 /force-app/main/default/classes/MetadataService.cls 6303 20 6303 140 pmd 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]*'
4137 /force-app/main/default/classes/MetadataService.cls 6304 20 6304 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4136 /force-app/main/default/classes/MetadataService.cls 6304 20 6304 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4138 /force-app/main/default/classes/MetadataService.cls 6305 20 6305 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4137 /force-app/main/default/classes/MetadataService.cls 6305 20 6305 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4139 /force-app/main/default/classes/MetadataService.cls 6306 20 6306 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4138 /force-app/main/default/classes/MetadataService.cls 6306 20 6306 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4140 /force-app/main/default/classes/MetadataService.cls 6307 20 6307 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4139 /force-app/main/default/classes/MetadataService.cls 6307 20 6307 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4141 /force-app/main/default/classes/MetadataService.cls 6308 20 6308 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]*'
4140 /force-app/main/default/classes/MetadataService.cls 6308 20 6308 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]*'
4142 /force-app/main/default/classes/MetadataService.cls 6310 9 6319 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4141 /force-app/main/default/classes/MetadataService.cls 6310 9 6319 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4143 /force-app/main/default/classes/MetadataService.cls 6314 20 6314 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4142 /force-app/main/default/classes/MetadataService.cls 6314 20 6314 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4144 /force-app/main/default/classes/MetadataService.cls 6315 20 6315 130 pmd 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]*'
4143 /force-app/main/default/classes/MetadataService.cls 6315 20 6315 130 pmd 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]*'
4145 /force-app/main/default/classes/MetadataService.cls 6316 20 6316 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4144 /force-app/main/default/classes/MetadataService.cls 6316 20 6316 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4146 /force-app/main/default/classes/MetadataService.cls 6317 20 6317 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4145 /force-app/main/default/classes/MetadataService.cls 6317 20 6317 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4147 /force-app/main/default/classes/MetadataService.cls 6318 20 6318 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]*'
4146 /force-app/main/default/classes/MetadataService.cls 6318 20 6318 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]*'
4148 /force-app/main/default/classes/MetadataService.cls 6320 9 6335 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4147 /force-app/main/default/classes/MetadataService.cls 6320 9 6335 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4149 /force-app/main/default/classes/MetadataService.cls 6327 20 6327 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4148 /force-app/main/default/classes/MetadataService.cls 6327 20 6327 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4150 /force-app/main/default/classes/MetadataService.cls 6328 20 6328 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 'calculatePercent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4149 /force-app/main/default/classes/MetadataService.cls 6328 20 6328 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 'calculatePercent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4151 /force-app/main/default/classes/MetadataService.cls 6329 20 6329 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4150 /force-app/main/default/classes/MetadataService.cls 6329 20 6329 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4152 /force-app/main/default/classes/MetadataService.cls 6330 20 6330 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 'decimalPlaces_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4151 /force-app/main/default/classes/MetadataService.cls 6330 20 6330 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 'decimalPlaces_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4153 /force-app/main/default/classes/MetadataService.cls 6331 20 6331 130 pmd 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]*'
4152 /force-app/main/default/classes/MetadataService.cls 6331 20 6331 130 pmd 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]*'
4154 /force-app/main/default/classes/MetadataService.cls 6332 20 6332 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4153 /force-app/main/default/classes/MetadataService.cls 6332 20 6332 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4155 /force-app/main/default/classes/MetadataService.cls 6333 20 6333 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4154 /force-app/main/default/classes/MetadataService.cls 6333 20 6333 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4156 /force-app/main/default/classes/MetadataService.cls 6334 20 6334 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]*'
4155 /force-app/main/default/classes/MetadataService.cls 6334 20 6334 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]*'
4157 /force-app/main/default/classes/MetadataService.cls 6336 9 6363 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4156 /force-app/main/default/classes/MetadataService.cls 6336 9 6363 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4158 /force-app/main/default/classes/MetadataService.cls 6336 9 6363 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4157 /force-app/main/default/classes/MetadataService.cls 6336 9 6363 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4159 /force-app/main/default/classes/MetadataService.cls 6339 20 6339 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4158 /force-app/main/default/classes/MetadataService.cls 6339 20 6339 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4160 /force-app/main/default/classes/MetadataService.cls 6350 20 6350 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4159 /force-app/main/default/classes/MetadataService.cls 6350 20 6350 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4161 /force-app/main/default/classes/MetadataService.cls 6351 20 6351 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4160 /force-app/main/default/classes/MetadataService.cls 6351 20 6351 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4162 /force-app/main/default/classes/MetadataService.cls 6352 20 6352 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4161 /force-app/main/default/classes/MetadataService.cls 6352 20 6352 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4163 /force-app/main/default/classes/MetadataService.cls 6353 20 6353 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4162 /force-app/main/default/classes/MetadataService.cls 6353 20 6353 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4164 /force-app/main/default/classes/MetadataService.cls 6354 20 6354 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4163 /force-app/main/default/classes/MetadataService.cls 6354 20 6354 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4165 /force-app/main/default/classes/MetadataService.cls 6355 20 6355 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4164 /force-app/main/default/classes/MetadataService.cls 6355 20 6355 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4166 /force-app/main/default/classes/MetadataService.cls 6356 20 6356 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4165 /force-app/main/default/classes/MetadataService.cls 6356 20 6356 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4167 /force-app/main/default/classes/MetadataService.cls 6357 20 6357 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4166 /force-app/main/default/classes/MetadataService.cls 6357 20 6357 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4168 /force-app/main/default/classes/MetadataService.cls 6358 20 6358 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 'ruleAssociations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4167 /force-app/main/default/classes/MetadataService.cls 6358 20 6358 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 'ruleAssociations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4169 /force-app/main/default/classes/MetadataService.cls 6359 20 6359 140 pmd 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]*'
4168 /force-app/main/default/classes/MetadataService.cls 6359 20 6359 140 pmd 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]*'
4170 /force-app/main/default/classes/MetadataService.cls 6360 20 6360 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4169 /force-app/main/default/classes/MetadataService.cls 6360 20 6360 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4171 /force-app/main/default/classes/MetadataService.cls 6361 20 6361 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4170 /force-app/main/default/classes/MetadataService.cls 6361 20 6361 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4172 /force-app/main/default/classes/MetadataService.cls 6362 20 6362 244 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4171 /force-app/main/default/classes/MetadataService.cls 6362 20 6362 244 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4173 /force-app/main/default/classes/MetadataService.cls 6364 9 6375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4172 /force-app/main/default/classes/MetadataService.cls 6364 9 6375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4174 /force-app/main/default/classes/MetadataService.cls 6369 20 6369 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4173 /force-app/main/default/classes/MetadataService.cls 6369 20 6369 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4175 /force-app/main/default/classes/MetadataService.cls 6370 20 6370 128 pmd 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]*'
4174 /force-app/main/default/classes/MetadataService.cls 6370 20 6370 128 pmd 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]*'
4176 /force-app/main/default/classes/MetadataService.cls 6371 20 6371 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 'units_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4175 /force-app/main/default/classes/MetadataService.cls 6371 20 6371 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 'units_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4177 /force-app/main/default/classes/MetadataService.cls 6372 20 6372 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4176 /force-app/main/default/classes/MetadataService.cls 6372 20 6372 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4178 /force-app/main/default/classes/MetadataService.cls 6373 20 6373 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4177 /force-app/main/default/classes/MetadataService.cls 6373 20 6373 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4179 /force-app/main/default/classes/MetadataService.cls 6374 20 6374 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4178 /force-app/main/default/classes/MetadataService.cls 6374 20 6374 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 6376 9 6389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4179 /force-app/main/default/classes/MetadataService.cls 6376 9 6389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4181 /force-app/main/default/classes/MetadataService.cls 6382 20 6382 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4180 /force-app/main/default/classes/MetadataService.cls 6382 20 6382 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4182 /force-app/main/default/classes/MetadataService.cls 6383 20 6383 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4181 /force-app/main/default/classes/MetadataService.cls 6383 20 6383 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4183 /force-app/main/default/classes/MetadataService.cls 6384 20 6384 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4182 /force-app/main/default/classes/MetadataService.cls 6384 20 6384 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4184 /force-app/main/default/classes/MetadataService.cls 6385 20 6385 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'validFor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4183 /force-app/main/default/classes/MetadataService.cls 6385 20 6385 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'validFor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4185 /force-app/main/default/classes/MetadataService.cls 6386 20 6386 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4184 /force-app/main/default/classes/MetadataService.cls 6386 20 6386 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4186 /force-app/main/default/classes/MetadataService.cls 6387 20 6387 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4185 /force-app/main/default/classes/MetadataService.cls 6387 20 6387 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4187 /force-app/main/default/classes/MetadataService.cls 6388 20 6388 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]*'
4186 /force-app/main/default/classes/MetadataService.cls 6388 20 6388 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]*'
4188 /force-app/main/default/classes/MetadataService.cls 6390 9 6409 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4187 /force-app/main/default/classes/MetadataService.cls 6390 9 6409 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4189 /force-app/main/default/classes/MetadataService.cls 6390 9 6409 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4188 /force-app/main/default/classes/MetadataService.cls 6390 9 6409 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4190 /force-app/main/default/classes/MetadataService.cls 6399 20 6399 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 'bucketType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4189 /force-app/main/default/classes/MetadataService.cls 6399 20 6399 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 'bucketType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4191 /force-app/main/default/classes/MetadataService.cls 6400 20 6400 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4190 /force-app/main/default/classes/MetadataService.cls 6400 20 6400 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4192 /force-app/main/default/classes/MetadataService.cls 6401 20 6401 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4191 /force-app/main/default/classes/MetadataService.cls 6401 20 6401 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4193 /force-app/main/default/classes/MetadataService.cls 6402 20 6402 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 'nullTreatment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4192 /force-app/main/default/classes/MetadataService.cls 6402 20 6402 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 'nullTreatment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4194 /force-app/main/default/classes/MetadataService.cls 6403 20 6403 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 'otherBucketLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4193 /force-app/main/default/classes/MetadataService.cls 6403 20 6403 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 'otherBucketLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4195 /force-app/main/default/classes/MetadataService.cls 6404 20 6404 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 'sourceColumnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4194 /force-app/main/default/classes/MetadataService.cls 6404 20 6404 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 'sourceColumnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4196 /force-app/main/default/classes/MetadataService.cls 6405 20 6405 128 pmd 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]*'
4195 /force-app/main/default/classes/MetadataService.cls 6405 20 6405 128 pmd 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]*'
4197 /force-app/main/default/classes/MetadataService.cls 6406 20 6406 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4196 /force-app/main/default/classes/MetadataService.cls 6406 20 6406 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4198 /force-app/main/default/classes/MetadataService.cls 6407 20 6407 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4197 /force-app/main/default/classes/MetadataService.cls 6407 20 6407 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4199 /force-app/main/default/classes/MetadataService.cls 6408 20 6408 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]*'
4198 /force-app/main/default/classes/MetadataService.cls 6408 20 6408 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]*'
4200 /force-app/main/default/classes/MetadataService.cls 6410 9 6415 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4199 /force-app/main/default/classes/MetadataService.cls 6410 9 6415 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4201 /force-app/main/default/classes/MetadataService.cls 6412 20 6412 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'community_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4200 /force-app/main/default/classes/MetadataService.cls 6412 20 6412 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'community_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4202 /force-app/main/default/classes/MetadataService.cls 6413 20 6413 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4201 /force-app/main/default/classes/MetadataService.cls 6413 20 6413 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4203 /force-app/main/default/classes/MetadataService.cls 6414 20 6414 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4202 /force-app/main/default/classes/MetadataService.cls 6414 20 6414 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4204 /force-app/main/default/classes/MetadataService.cls 6416 9 6435 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4203 /force-app/main/default/classes/MetadataService.cls 6416 9 6435 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4205 /force-app/main/default/classes/MetadataService.cls 6416 9 6435 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4204 /force-app/main/default/classes/MetadataService.cls 6416 9 6435 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4206 /force-app/main/default/classes/MetadataService.cls 6419 20 6419 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4205 /force-app/main/default/classes/MetadataService.cls 6419 20 6419 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4207 /force-app/main/default/classes/MetadataService.cls 6426 20 6426 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 'autoActivateNewReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4206 /force-app/main/default/classes/MetadataService.cls 6426 20 6426 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 'autoActivateNewReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4208 /force-app/main/default/classes/MetadataService.cls 6427 20 6427 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 'enableFindSimilarOpportunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4207 /force-app/main/default/classes/MetadataService.cls 6427 20 6427 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 'enableFindSimilarOpportunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4209 /force-app/main/default/classes/MetadataService.cls 6428 20 6428 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 'enableOpportunityTeam_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4208 /force-app/main/default/classes/MetadataService.cls 6428 20 6428 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 'enableOpportunityTeam_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4210 /force-app/main/default/classes/MetadataService.cls 6429 20 6429 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 'enableUpdateReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4209 /force-app/main/default/classes/MetadataService.cls 6429 20 6429 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 'enableUpdateReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4211 /force-app/main/default/classes/MetadataService.cls 6430 20 6430 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 'findSimilarOppFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4210 /force-app/main/default/classes/MetadataService.cls 6430 20 6430 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 'findSimilarOppFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4212 /force-app/main/default/classes/MetadataService.cls 6431 20 6431 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 'promptToAddProducts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4211 /force-app/main/default/classes/MetadataService.cls 6431 20 6431 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 'promptToAddProducts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4213 /force-app/main/default/classes/MetadataService.cls 6432 20 6432 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4212 /force-app/main/default/classes/MetadataService.cls 6432 20 6432 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4214 /force-app/main/default/classes/MetadataService.cls 6433 20 6433 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4213 /force-app/main/default/classes/MetadataService.cls 6433 20 6433 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4215 /force-app/main/default/classes/MetadataService.cls 6434 20 6434 222 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4214 /force-app/main/default/classes/MetadataService.cls 6434 20 6434 222 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4216 /force-app/main/default/classes/MetadataService.cls 6436 9 6447 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4215 /force-app/main/default/classes/MetadataService.cls 6436 9 6447 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4217 /force-app/main/default/classes/MetadataService.cls 6441 20 6441 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4216 /force-app/main/default/classes/MetadataService.cls 6441 20 6441 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4218 /force-app/main/default/classes/MetadataService.cls 6442 20 6442 126 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4217 /force-app/main/default/classes/MetadataService.cls 6442 20 6442 126 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4219 /force-app/main/default/classes/MetadataService.cls 6443 20 6443 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4218 /force-app/main/default/classes/MetadataService.cls 6443 20 6443 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4220 /force-app/main/default/classes/MetadataService.cls 6444 20 6444 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4219 /force-app/main/default/classes/MetadataService.cls 6444 20 6444 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4221 /force-app/main/default/classes/MetadataService.cls 6445 20 6445 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4220 /force-app/main/default/classes/MetadataService.cls 6445 20 6445 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4222 /force-app/main/default/classes/MetadataService.cls 6446 20 6446 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 6446 20 6446 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4223 /force-app/main/default/classes/MetadataService.cls 6448 9 6455 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4222 /force-app/main/default/classes/MetadataService.cls 6448 9 6455 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4224 /force-app/main/default/classes/MetadataService.cls 6451 20 6451 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4223 /force-app/main/default/classes/MetadataService.cls 6451 20 6451 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4225 /force-app/main/default/classes/MetadataService.cls 6452 20 6452 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4224 /force-app/main/default/classes/MetadataService.cls 6452 20 6452 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4226 /force-app/main/default/classes/MetadataService.cls 6453 20 6453 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4225 /force-app/main/default/classes/MetadataService.cls 6453 20 6453 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4227 /force-app/main/default/classes/MetadataService.cls 6454 20 6454 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4226 /force-app/main/default/classes/MetadataService.cls 6454 20 6454 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4228 /force-app/main/default/classes/MetadataService.cls 6456 9 6465 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4227 /force-app/main/default/classes/MetadataService.cls 6456 9 6465 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4229 /force-app/main/default/classes/MetadataService.cls 6460 20 6460 128 pmd 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]*'
4228 /force-app/main/default/classes/MetadataService.cls 6460 20 6460 128 pmd 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]*'
4230 /force-app/main/default/classes/MetadataService.cls 6461 20 6461 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 'defaultArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4229 /force-app/main/default/classes/MetadataService.cls 6461 20 6461 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 'defaultArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4231 /force-app/main/default/classes/MetadataService.cls 6462 20 6462 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4230 /force-app/main/default/classes/MetadataService.cls 6462 20 6462 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4232 /force-app/main/default/classes/MetadataService.cls 6463 20 6463 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4231 /force-app/main/default/classes/MetadataService.cls 6463 20 6463 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4233 /force-app/main/default/classes/MetadataService.cls 6464 20 6464 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4232 /force-app/main/default/classes/MetadataService.cls 6464 20 6464 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4234 /force-app/main/default/classes/MetadataService.cls 6466 9 6493 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4233 /force-app/main/default/classes/MetadataService.cls 6466 9 6493 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4235 /force-app/main/default/classes/MetadataService.cls 6466 9 6493 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4234 /force-app/main/default/classes/MetadataService.cls 6466 9 6493 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4236 /force-app/main/default/classes/MetadataService.cls 6469 20 6469 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4235 /force-app/main/default/classes/MetadataService.cls 6469 20 6469 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4237 /force-app/main/default/classes/MetadataService.cls 6480 20 6480 130 pmd 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]*'
4236 /force-app/main/default/classes/MetadataService.cls 6480 20 6480 130 pmd 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]*'
4238 /force-app/main/default/classes/MetadataService.cls 6481 20 6481 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4237 /force-app/main/default/classes/MetadataService.cls 6481 20 6481 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4239 /force-app/main/default/classes/MetadataService.cls 6482 20 6482 130 pmd 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]*'
4238 /force-app/main/default/classes/MetadataService.cls 6482 20 6482 130 pmd 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]*'
4240 /force-app/main/default/classes/MetadataService.cls 6483 20 6483 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 'bottomLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4239 /force-app/main/default/classes/MetadataService.cls 6483 20 6483 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 'bottomLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4241 /force-app/main/default/classes/MetadataService.cls 6484 20 6484 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4240 /force-app/main/default/classes/MetadataService.cls 6484 20 6484 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4242 /force-app/main/default/classes/MetadataService.cls 6485 20 6485 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4241 /force-app/main/default/classes/MetadataService.cls 6485 20 6485 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4243 /force-app/main/default/classes/MetadataService.cls 6486 20 6486 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4242 /force-app/main/default/classes/MetadataService.cls 6486 20 6486 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4244 /force-app/main/default/classes/MetadataService.cls 6487 20 6487 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 'middleLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4243 /force-app/main/default/classes/MetadataService.cls 6487 20 6487 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 'middleLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4245 /force-app/main/default/classes/MetadataService.cls 6488 20 6488 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4244 /force-app/main/default/classes/MetadataService.cls 6488 20 6488 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4246 /force-app/main/default/classes/MetadataService.cls 6489 20 6489 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 'topLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4245 /force-app/main/default/classes/MetadataService.cls 6489 20 6489 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 'topLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4247 /force-app/main/default/classes/MetadataService.cls 6490 20 6490 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4246 /force-app/main/default/classes/MetadataService.cls 6490 20 6490 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4248 /force-app/main/default/classes/MetadataService.cls 6491 20 6491 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4247 /force-app/main/default/classes/MetadataService.cls 6491 20 6491 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4249 /force-app/main/default/classes/MetadataService.cls 6492 20 6492 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]*'
4248 /force-app/main/default/classes/MetadataService.cls 6492 20 6492 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]*'
4250 /force-app/main/default/classes/MetadataService.cls 6494 9 6503 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4249 /force-app/main/default/classes/MetadataService.cls 6494 9 6503 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4251 /force-app/main/default/classes/MetadataService.cls 6497 20 6497 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4250 /force-app/main/default/classes/MetadataService.cls 6497 20 6497 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4252 /force-app/main/default/classes/MetadataService.cls 6499 20 6499 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 'countriesAndStates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4251 /force-app/main/default/classes/MetadataService.cls 6499 20 6499 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 'countriesAndStates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4253 /force-app/main/default/classes/MetadataService.cls 6500 20 6500 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4252 /force-app/main/default/classes/MetadataService.cls 6500 20 6500 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4254 /force-app/main/default/classes/MetadataService.cls 6501 20 6501 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4253 /force-app/main/default/classes/MetadataService.cls 6501 20 6501 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4255 /force-app/main/default/classes/MetadataService.cls 6502 20 6502 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]*'
4254 /force-app/main/default/classes/MetadataService.cls 6502 20 6502 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]*'
4256 /force-app/main/default/classes/MetadataService.cls 6504 9 6515 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4255 /force-app/main/default/classes/MetadataService.cls 6504 9 6515 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4257 /force-app/main/default/classes/MetadataService.cls 6507 20 6507 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4256 /force-app/main/default/classes/MetadataService.cls 6507 20 6507 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4258 /force-app/main/default/classes/MetadataService.cls 6510 20 6510 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4257 /force-app/main/default/classes/MetadataService.cls 6510 20 6510 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4259 /force-app/main/default/classes/MetadataService.cls 6511 20 6511 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4258 /force-app/main/default/classes/MetadataService.cls 6511 20 6511 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4260 /force-app/main/default/classes/MetadataService.cls 6512 20 6512 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4259 /force-app/main/default/classes/MetadataService.cls 6512 20 6512 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4261 /force-app/main/default/classes/MetadataService.cls 6513 20 6513 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4260 /force-app/main/default/classes/MetadataService.cls 6513 20 6513 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4262 /force-app/main/default/classes/MetadataService.cls 6514 20 6514 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4261 /force-app/main/default/classes/MetadataService.cls 6514 20 6514 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4263 /force-app/main/default/classes/MetadataService.cls 6516 9 6521 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4262 /force-app/main/default/classes/MetadataService.cls 6516 9 6521 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4264 /force-app/main/default/classes/MetadataService.cls 6518 20 6518 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 'pathAssistantEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4263 /force-app/main/default/classes/MetadataService.cls 6518 20 6518 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 'pathAssistantEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4265 /force-app/main/default/classes/MetadataService.cls 6519 20 6519 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4264 /force-app/main/default/classes/MetadataService.cls 6519 20 6519 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4266 /force-app/main/default/classes/MetadataService.cls 6520 20 6520 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]*'
4265 /force-app/main/default/classes/MetadataService.cls 6520 20 6520 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]*'
4267 /force-app/main/default/classes/MetadataService.cls 6522 9 6531 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4266 /force-app/main/default/classes/MetadataService.cls 6522 9 6531 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4268 /force-app/main/default/classes/MetadataService.cls 6526 20 6526 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 'matchRuleSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4267 /force-app/main/default/classes/MetadataService.cls 6526 20 6526 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 'matchRuleSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4269 /force-app/main/default/classes/MetadataService.cls 6527 20 6527 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 'matchingRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4268 /force-app/main/default/classes/MetadataService.cls 6527 20 6527 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 'matchingRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4270 /force-app/main/default/classes/MetadataService.cls 6528 20 6528 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 'objectMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4269 /force-app/main/default/classes/MetadataService.cls 6528 20 6528 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 'objectMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4271 /force-app/main/default/classes/MetadataService.cls 6529 20 6529 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4270 /force-app/main/default/classes/MetadataService.cls 6529 20 6529 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4272 /force-app/main/default/classes/MetadataService.cls 6530 20 6530 111 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4271 /force-app/main/default/classes/MetadataService.cls 6530 20 6530 111 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 6532 9 6551 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4272 /force-app/main/default/classes/MetadataService.cls 6532 9 6551 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4274 /force-app/main/default/classes/MetadataService.cls 6532 9 6551 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4273 /force-app/main/default/classes/MetadataService.cls 6532 9 6551 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4275 /force-app/main/default/classes/MetadataService.cls 6540 17 6540 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
4274 /force-app/main/default/classes/MetadataService.cls 6540 17 6540 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
4276 /force-app/main/default/classes/MetadataService.cls 6541 20 6541 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4275 /force-app/main/default/classes/MetadataService.cls 6541 20 6541 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4277 /force-app/main/default/classes/MetadataService.cls 6542 20 6542 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4276 /force-app/main/default/classes/MetadataService.cls 6542 20 6542 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4278 /force-app/main/default/classes/MetadataService.cls 6543 20 6543 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4277 /force-app/main/default/classes/MetadataService.cls 6543 20 6543 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4279 /force-app/main/default/classes/MetadataService.cls 6544 20 6544 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'maxOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4278 /force-app/main/default/classes/MetadataService.cls 6544 20 6544 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'maxOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4280 /force-app/main/default/classes/MetadataService.cls 6545 20 6545 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'minOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4279 /force-app/main/default/classes/MetadataService.cls 6545 20 6545 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'minOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4281 /force-app/main/default/classes/MetadataService.cls 6546 20 6546 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4280 /force-app/main/default/classes/MetadataService.cls 6546 20 6546 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4282 /force-app/main/default/classes/MetadataService.cls 6547 20 6547 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 'sObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4281 /force-app/main/default/classes/MetadataService.cls 6547 20 6547 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 'sObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4283 /force-app/main/default/classes/MetadataService.cls 6548 20 6548 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4282 /force-app/main/default/classes/MetadataService.cls 6548 20 6548 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4284 /force-app/main/default/classes/MetadataService.cls 6549 20 6549 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4283 /force-app/main/default/classes/MetadataService.cls 6549 20 6549 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4285 /force-app/main/default/classes/MetadataService.cls 6550 20 6550 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4284 /force-app/main/default/classes/MetadataService.cls 6550 20 6550 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4286 /force-app/main/default/classes/MetadataService.cls 6552 9 6561 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4285 /force-app/main/default/classes/MetadataService.cls 6552 9 6561 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4287 /force-app/main/default/classes/MetadataService.cls 6555 20 6555 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4286 /force-app/main/default/classes/MetadataService.cls 6555 20 6555 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4288 /force-app/main/default/classes/MetadataService.cls 6557 20 6557 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 'enableQuote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4287 /force-app/main/default/classes/MetadataService.cls 6557 20 6557 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 'enableQuote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4289 /force-app/main/default/classes/MetadataService.cls 6558 20 6558 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4288 /force-app/main/default/classes/MetadataService.cls 6558 20 6558 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4290 /force-app/main/default/classes/MetadataService.cls 6559 20 6559 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4289 /force-app/main/default/classes/MetadataService.cls 6559 20 6559 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4291 /force-app/main/default/classes/MetadataService.cls 6560 20 6560 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4290 /force-app/main/default/classes/MetadataService.cls 6560 20 6560 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4292 /force-app/main/default/classes/MetadataService.cls 6562 9 6591 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4291 /force-app/main/default/classes/MetadataService.cls 6562 9 6591 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4293 /force-app/main/default/classes/MetadataService.cls 6562 9 6591 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4292 /force-app/main/default/classes/MetadataService.cls 6562 9 6591 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4294 /force-app/main/default/classes/MetadataService.cls 6576 20 6576 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4293 /force-app/main/default/classes/MetadataService.cls 6576 20 6576 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4295 /force-app/main/default/classes/MetadataService.cls 6577 20 6577 130 pmd 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]*'
4294 /force-app/main/default/classes/MetadataService.cls 6577 20 6577 130 pmd 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]*'
4296 /force-app/main/default/classes/MetadataService.cls 6578 20 6578 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4295 /force-app/main/default/classes/MetadataService.cls 6578 20 6578 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4297 /force-app/main/default/classes/MetadataService.cls 6579 20 6579 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4296 /force-app/main/default/classes/MetadataService.cls 6579 20 6579 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4298 /force-app/main/default/classes/MetadataService.cls 6580 20 6580 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4297 /force-app/main/default/classes/MetadataService.cls 6580 20 6580 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4299 /force-app/main/default/classes/MetadataService.cls 6581 20 6581 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4298 /force-app/main/default/classes/MetadataService.cls 6581 20 6581 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4300 /force-app/main/default/classes/MetadataService.cls 6582 20 6582 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4299 /force-app/main/default/classes/MetadataService.cls 6582 20 6582 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4301 /force-app/main/default/classes/MetadataService.cls 6583 20 6583 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4300 /force-app/main/default/classes/MetadataService.cls 6583 20 6583 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4302 /force-app/main/default/classes/MetadataService.cls 6584 20 6584 140 pmd 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]*'
4301 /force-app/main/default/classes/MetadataService.cls 6584 20 6584 140 pmd 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]*'
4303 /force-app/main/default/classes/MetadataService.cls 6585 20 6585 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4302 /force-app/main/default/classes/MetadataService.cls 6585 20 6585 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4304 /force-app/main/default/classes/MetadataService.cls 6586 20 6586 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4303 /force-app/main/default/classes/MetadataService.cls 6586 20 6586 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4305 /force-app/main/default/classes/MetadataService.cls 6587 20 6587 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4304 /force-app/main/default/classes/MetadataService.cls 6587 20 6587 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4306 /force-app/main/default/classes/MetadataService.cls 6588 20 6588 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4305 /force-app/main/default/classes/MetadataService.cls 6588 20 6588 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4307 /force-app/main/default/classes/MetadataService.cls 6589 20 6589 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4306 /force-app/main/default/classes/MetadataService.cls 6589 20 6589 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4308 /force-app/main/default/classes/MetadataService.cls 6590 20 6590 300 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4307 /force-app/main/default/classes/MetadataService.cls 6590 20 6590 300 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4309 /force-app/main/default/classes/MetadataService.cls 6592 9 6635 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4308 /force-app/main/default/classes/MetadataService.cls 6592 9 6635 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4310 /force-app/main/default/classes/MetadataService.cls 6592 9 6635 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class BusinessHoursEntry has 20 public methods, attributes, and properties (limit: 20)
4309 /force-app/main/default/classes/MetadataService.cls 6592 9 6635 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class BusinessHoursEntry has 20 public methods, attributes, and properties (limit: 20)
4311 /force-app/main/default/classes/MetadataService.cls 6592 9 6635 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4310 /force-app/main/default/classes/MetadataService.cls 6592 9 6635 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4312 /force-app/main/default/classes/MetadataService.cls 6595 20 6595 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4311 /force-app/main/default/classes/MetadataService.cls 6595 20 6595 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4313 /force-app/main/default/classes/MetadataService.cls 6597 18 6597 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4312 /force-app/main/default/classes/MetadataService.cls 6597 18 6597 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4314 /force-app/main/default/classes/MetadataService.cls 6614 20 6614 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4313 /force-app/main/default/classes/MetadataService.cls 6614 20 6614 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4315 /force-app/main/default/classes/MetadataService.cls 6615 20 6615 128 pmd 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]*'
4314 /force-app/main/default/classes/MetadataService.cls 6615 20 6615 128 pmd 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]*'
4316 /force-app/main/default/classes/MetadataService.cls 6616 20 6616 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 'fridayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4315 /force-app/main/default/classes/MetadataService.cls 6616 20 6616 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 'fridayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4317 /force-app/main/default/classes/MetadataService.cls 6617 20 6617 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 'fridayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4316 /force-app/main/default/classes/MetadataService.cls 6617 20 6617 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 'fridayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4318 /force-app/main/default/classes/MetadataService.cls 6618 20 6618 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 'mondayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4317 /force-app/main/default/classes/MetadataService.cls 6618 20 6618 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 'mondayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4319 /force-app/main/default/classes/MetadataService.cls 6619 20 6619 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 'mondayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4318 /force-app/main/default/classes/MetadataService.cls 6619 20 6619 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 'mondayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4320 /force-app/main/default/classes/MetadataService.cls 6620 20 6620 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4319 /force-app/main/default/classes/MetadataService.cls 6620 20 6620 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4321 /force-app/main/default/classes/MetadataService.cls 6621 20 6621 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 'saturdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4320 /force-app/main/default/classes/MetadataService.cls 6621 20 6621 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 'saturdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4322 /force-app/main/default/classes/MetadataService.cls 6622 20 6622 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 'saturdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4321 /force-app/main/default/classes/MetadataService.cls 6622 20 6622 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 'saturdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4323 /force-app/main/default/classes/MetadataService.cls 6623 20 6623 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 'sundayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4322 /force-app/main/default/classes/MetadataService.cls 6623 20 6623 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 'sundayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4324 /force-app/main/default/classes/MetadataService.cls 6624 20 6624 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 'sundayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4323 /force-app/main/default/classes/MetadataService.cls 6624 20 6624 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 'sundayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4325 /force-app/main/default/classes/MetadataService.cls 6625 20 6625 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 'thursdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4324 /force-app/main/default/classes/MetadataService.cls 6625 20 6625 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 'thursdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4326 /force-app/main/default/classes/MetadataService.cls 6626 20 6626 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 'thursdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4325 /force-app/main/default/classes/MetadataService.cls 6626 20 6626 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 'thursdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4327 /force-app/main/default/classes/MetadataService.cls 6627 20 6627 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 'timeZoneId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4326 /force-app/main/default/classes/MetadataService.cls 6627 20 6627 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 'timeZoneId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4328 /force-app/main/default/classes/MetadataService.cls 6628 20 6628 140 pmd 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]*'
4327 /force-app/main/default/classes/MetadataService.cls 6628 20 6628 140 pmd 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]*'
4329 /force-app/main/default/classes/MetadataService.cls 6629 20 6629 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 'tuesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4328 /force-app/main/default/classes/MetadataService.cls 6629 20 6629 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 'tuesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4330 /force-app/main/default/classes/MetadataService.cls 6630 20 6630 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 'wednesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4329 /force-app/main/default/classes/MetadataService.cls 6630 20 6630 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 'wednesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4331 /force-app/main/default/classes/MetadataService.cls 6631 20 6631 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 'wednesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4330 /force-app/main/default/classes/MetadataService.cls 6631 20 6631 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 'wednesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4332 /force-app/main/default/classes/MetadataService.cls 6632 20 6632 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4331 /force-app/main/default/classes/MetadataService.cls 6632 20 6632 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4333 /force-app/main/default/classes/MetadataService.cls 6633 20 6633 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4332 /force-app/main/default/classes/MetadataService.cls 6633 20 6633 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4334 /force-app/main/default/classes/MetadataService.cls 6634 20 6634 364 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4333 /force-app/main/default/classes/MetadataService.cls 6634 20 6634 364 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4335 /force-app/main/default/classes/MetadataService.cls 6636 9 6643 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4334 /force-app/main/default/classes/MetadataService.cls 6636 9 6643 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4336 /force-app/main/default/classes/MetadataService.cls 6639 20 6639 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 'permissionSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4335 /force-app/main/default/classes/MetadataService.cls 6639 20 6639 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 'permissionSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4337 /force-app/main/default/classes/MetadataService.cls 6640 20 6640 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4336 /force-app/main/default/classes/MetadataService.cls 6640 20 6640 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4338 /force-app/main/default/classes/MetadataService.cls 6641 20 6641 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4337 /force-app/main/default/classes/MetadataService.cls 6641 20 6641 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4339 /force-app/main/default/classes/MetadataService.cls 6642 20 6642 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4338 /force-app/main/default/classes/MetadataService.cls 6642 20 6642 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4340 /force-app/main/default/classes/MetadataService.cls 6644 9 6665 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4339 /force-app/main/default/classes/MetadataService.cls 6644 9 6665 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4341 /force-app/main/default/classes/MetadataService.cls 6644 9 6665 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4340 /force-app/main/default/classes/MetadataService.cls 6644 9 6665 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4342 /force-app/main/default/classes/MetadataService.cls 6647 20 6647 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4341 /force-app/main/default/classes/MetadataService.cls 6647 20 6647 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4343 /force-app/main/default/classes/MetadataService.cls 6649 20 6649 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4342 /force-app/main/default/classes/MetadataService.cls 6649 20 6649 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4344 /force-app/main/default/classes/MetadataService.cls 6656 20 6656 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4343 /force-app/main/default/classes/MetadataService.cls 6656 20 6656 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4345 /force-app/main/default/classes/MetadataService.cls 6657 20 6657 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 'availableInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4344 /force-app/main/default/classes/MetadataService.cls 6657 20 6657 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 'availableInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4346 /force-app/main/default/classes/MetadataService.cls 6658 20 6658 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 'confirmationTokenRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4345 /force-app/main/default/classes/MetadataService.cls 6658 20 6658 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 'confirmationTokenRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4347 /force-app/main/default/classes/MetadataService.cls 6659 20 6659 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4346 /force-app/main/default/classes/MetadataService.cls 6659 20 6659 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4348 /force-app/main/default/classes/MetadataService.cls 6660 20 6660 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4347 /force-app/main/default/classes/MetadataService.cls 6660 20 6660 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4349 /force-app/main/default/classes/MetadataService.cls 6661 20 6661 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4348 /force-app/main/default/classes/MetadataService.cls 6661 20 6661 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4350 /force-app/main/default/classes/MetadataService.cls 6662 20 6662 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4349 /force-app/main/default/classes/MetadataService.cls 6662 20 6662 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4351 /force-app/main/default/classes/MetadataService.cls 6663 20 6663 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4350 /force-app/main/default/classes/MetadataService.cls 6663 20 6663 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4352 /force-app/main/default/classes/MetadataService.cls 6664 20 6664 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]*'
4351 /force-app/main/default/classes/MetadataService.cls 6664 20 6664 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]*'
4353 /force-app/main/default/classes/MetadataService.cls 6666 9 6755 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4352 /force-app/main/default/classes/MetadataService.cls 6666 9 6755 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4354 /force-app/main/default/classes/MetadataService.cls 6666 9 6755 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomSite has 43 public methods, attributes, and properties (limit: 20)
4353 /force-app/main/default/classes/MetadataService.cls 6666 9 6755 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomSite has 43 public methods, attributes, and properties (limit: 20)
4355 /force-app/main/default/classes/MetadataService.cls 6666 9 6755 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4354 /force-app/main/default/classes/MetadataService.cls 6666 9 6755 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4356 /force-app/main/default/classes/MetadataService.cls 6669 20 6669 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4355 /force-app/main/default/classes/MetadataService.cls 6669 20 6669 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4357 /force-app/main/default/classes/MetadataService.cls 6711 20 6711 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4356 /force-app/main/default/classes/MetadataService.cls 6711 20 6711 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4358 /force-app/main/default/classes/MetadataService.cls 6712 20 6712 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 'allowHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4357 /force-app/main/default/classes/MetadataService.cls 6712 20 6712 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 'allowHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4359 /force-app/main/default/classes/MetadataService.cls 6713 20 6713 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 'allowStandardAnswersPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4358 /force-app/main/default/classes/MetadataService.cls 6713 20 6713 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 'allowStandardAnswersPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4360 /force-app/main/default/classes/MetadataService.cls 6714 20 6714 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 'allowStandardIdeasPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4359 /force-app/main/default/classes/MetadataService.cls 6714 20 6714 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 'allowStandardIdeasPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4361 /force-app/main/default/classes/MetadataService.cls 6715 20 6715 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 'allowStandardLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4360 /force-app/main/default/classes/MetadataService.cls 6715 20 6715 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 'allowStandardLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4362 /force-app/main/default/classes/MetadataService.cls 6716 20 6716 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 'allowStandardSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4361 /force-app/main/default/classes/MetadataService.cls 6716 20 6716 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 'allowStandardSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4363 /force-app/main/default/classes/MetadataService.cls 6717 20 6717 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 'analyticsTrackingCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4362 /force-app/main/default/classes/MetadataService.cls 6717 20 6717 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 'analyticsTrackingCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4364 /force-app/main/default/classes/MetadataService.cls 6718 20 6718 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 'authorizationRequiredPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4363 /force-app/main/default/classes/MetadataService.cls 6718 20 6718 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 'authorizationRequiredPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4365 /force-app/main/default/classes/MetadataService.cls 6719 20 6719 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 'bandwidthExceededPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4364 /force-app/main/default/classes/MetadataService.cls 6719 20 6719 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 'bandwidthExceededPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4366 /force-app/main/default/classes/MetadataService.cls 6720 20 6720 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 'changePasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4365 /force-app/main/default/classes/MetadataService.cls 6720 20 6720 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 'changePasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4367 /force-app/main/default/classes/MetadataService.cls 6721 20 6721 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 'chatterAnswersForgotPasswordConfirmPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4366 /force-app/main/default/classes/MetadataService.cls 6721 20 6721 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 'chatterAnswersForgotPasswordConfirmPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4368 /force-app/main/default/classes/MetadataService.cls 6722 20 6722 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 'chatterAnswersForgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4367 /force-app/main/default/classes/MetadataService.cls 6722 20 6722 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 'chatterAnswersForgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4369 /force-app/main/default/classes/MetadataService.cls 6723 20 6723 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 'chatterAnswersHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4368 /force-app/main/default/classes/MetadataService.cls 6723 20 6723 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 'chatterAnswersHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4370 /force-app/main/default/classes/MetadataService.cls 6724 20 6724 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 'chatterAnswersLoginPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4369 /force-app/main/default/classes/MetadataService.cls 6724 20 6724 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 'chatterAnswersLoginPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4371 /force-app/main/default/classes/MetadataService.cls 6725 20 6725 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 'chatterAnswersRegistrationPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4370 /force-app/main/default/classes/MetadataService.cls 6725 20 6725 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 'chatterAnswersRegistrationPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4372 /force-app/main/default/classes/MetadataService.cls 6726 20 6726 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 'clickjackProtectionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4371 /force-app/main/default/classes/MetadataService.cls 6726 20 6726 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 'clickjackProtectionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4373 /force-app/main/default/classes/MetadataService.cls 6727 20 6727 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 'customWebAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4372 /force-app/main/default/classes/MetadataService.cls 6727 20 6727 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 'customWebAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4374 /force-app/main/default/classes/MetadataService.cls 6728 20 6728 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4373 /force-app/main/default/classes/MetadataService.cls 6728 20 6728 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4375 /force-app/main/default/classes/MetadataService.cls 6729 20 6729 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 'favoriteIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4374 /force-app/main/default/classes/MetadataService.cls 6729 20 6729 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 'favoriteIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4376 /force-app/main/default/classes/MetadataService.cls 6730 20 6730 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 'fileNotFoundPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4375 /force-app/main/default/classes/MetadataService.cls 6730 20 6730 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 'fileNotFoundPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4377 /force-app/main/default/classes/MetadataService.cls 6731 20 6731 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 'forgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4376 /force-app/main/default/classes/MetadataService.cls 6731 20 6731 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 'forgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4378 /force-app/main/default/classes/MetadataService.cls 6732 20 6732 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 'genericErrorPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4377 /force-app/main/default/classes/MetadataService.cls 6732 20 6732 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 'genericErrorPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4379 /force-app/main/default/classes/MetadataService.cls 6733 20 6733 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 'guestProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4378 /force-app/main/default/classes/MetadataService.cls 6733 20 6733 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 'guestProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4380 /force-app/main/default/classes/MetadataService.cls 6734 20 6734 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 'inMaintenancePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4379 /force-app/main/default/classes/MetadataService.cls 6734 20 6734 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 'inMaintenancePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4381 /force-app/main/default/classes/MetadataService.cls 6735 20 6735 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 'inactiveIndexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4380 /force-app/main/default/classes/MetadataService.cls 6735 20 6735 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 'inactiveIndexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4382 /force-app/main/default/classes/MetadataService.cls 6736 20 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 'indexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4381 /force-app/main/default/classes/MetadataService.cls 6736 20 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 'indexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4383 /force-app/main/default/classes/MetadataService.cls 6737 20 6737 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4382 /force-app/main/default/classes/MetadataService.cls 6737 20 6737 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4384 /force-app/main/default/classes/MetadataService.cls 6738 20 6738 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 'myProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4383 /force-app/main/default/classes/MetadataService.cls 6738 20 6738 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 'myProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4385 /force-app/main/default/classes/MetadataService.cls 6739 20 6739 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4384 /force-app/main/default/classes/MetadataService.cls 6739 20 6739 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4386 /force-app/main/default/classes/MetadataService.cls 6740 20 6740 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4385 /force-app/main/default/classes/MetadataService.cls 6740 20 6740 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4387 /force-app/main/default/classes/MetadataService.cls 6741 20 6741 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 'requireInsecurePortalAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4386 /force-app/main/default/classes/MetadataService.cls 6741 20 6741 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 'requireInsecurePortalAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4388 /force-app/main/default/classes/MetadataService.cls 6742 20 6742 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 'robotsTxtPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4387 /force-app/main/default/classes/MetadataService.cls 6742 20 6742 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 'robotsTxtPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4389 /force-app/main/default/classes/MetadataService.cls 6743 20 6743 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 'rootComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4388 /force-app/main/default/classes/MetadataService.cls 6743 20 6743 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 'rootComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4390 /force-app/main/default/classes/MetadataService.cls 6744 20 6744 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 'selfRegPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4389 /force-app/main/default/classes/MetadataService.cls 6744 20 6744 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 'selfRegPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4391 /force-app/main/default/classes/MetadataService.cls 6745 20 6745 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 'serverIsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4390 /force-app/main/default/classes/MetadataService.cls 6745 20 6745 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 'serverIsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4392 /force-app/main/default/classes/MetadataService.cls 6746 20 6746 130 pmd 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]*'
4391 /force-app/main/default/classes/MetadataService.cls 6746 20 6746 130 pmd 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]*'
4393 /force-app/main/default/classes/MetadataService.cls 6747 20 6747 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 'siteRedirectMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4392 /force-app/main/default/classes/MetadataService.cls 6747 20 6747 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 'siteRedirectMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4394 /force-app/main/default/classes/MetadataService.cls 6748 20 6748 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 'siteTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4393 /force-app/main/default/classes/MetadataService.cls 6748 20 6748 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 'siteTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4395 /force-app/main/default/classes/MetadataService.cls 6749 20 6749 128 pmd 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]*'
4394 /force-app/main/default/classes/MetadataService.cls 6749 20 6749 128 pmd 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]*'
4396 /force-app/main/default/classes/MetadataService.cls 6750 20 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 'subdomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4395 /force-app/main/default/classes/MetadataService.cls 6750 20 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 'subdomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4397 /force-app/main/default/classes/MetadataService.cls 6751 20 6751 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4396 /force-app/main/default/classes/MetadataService.cls 6751 20 6751 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4398 /force-app/main/default/classes/MetadataService.cls 6752 20 6752 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4397 /force-app/main/default/classes/MetadataService.cls 6752 20 6752 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4399 /force-app/main/default/classes/MetadataService.cls 6753 20 6753 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4398 /force-app/main/default/classes/MetadataService.cls 6753 20 6753 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4400 /force-app/main/default/classes/MetadataService.cls 6754 20 6754 888 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4399 /force-app/main/default/classes/MetadataService.cls 6754 20 6754 888 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4401 /force-app/main/default/classes/MetadataService.cls 6756 9 6769 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4400 /force-app/main/default/classes/MetadataService.cls 6756 9 6769 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4402 /force-app/main/default/classes/MetadataService.cls 6759 20 6759 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4401 /force-app/main/default/classes/MetadataService.cls 6759 20 6759 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4403 /force-app/main/default/classes/MetadataService.cls 6763 20 6763 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4402 /force-app/main/default/classes/MetadataService.cls 6763 20 6763 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4404 /force-app/main/default/classes/MetadataService.cls 6764 20 6764 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4403 /force-app/main/default/classes/MetadataService.cls 6764 20 6764 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4405 /force-app/main/default/classes/MetadataService.cls 6765 20 6765 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4404 /force-app/main/default/classes/MetadataService.cls 6765 20 6765 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4406 /force-app/main/default/classes/MetadataService.cls 6766 20 6766 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4405 /force-app/main/default/classes/MetadataService.cls 6766 20 6766 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4407 /force-app/main/default/classes/MetadataService.cls 6767 20 6767 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4406 /force-app/main/default/classes/MetadataService.cls 6767 20 6767 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4408 /force-app/main/default/classes/MetadataService.cls 6768 20 6768 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4407 /force-app/main/default/classes/MetadataService.cls 6768 20 6768 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 6770 9 6775 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4408 /force-app/main/default/classes/MetadataService.cls 6770 9 6775 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4410 /force-app/main/default/classes/MetadataService.cls 6770 9 6775 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4409 /force-app/main/default/classes/MetadataService.cls 6770 9 6775 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4411 /force-app/main/default/classes/MetadataService.cls 6772 20 6772 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4410 /force-app/main/default/classes/MetadataService.cls 6772 20 6772 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4412 /force-app/main/default/classes/MetadataService.cls 6773 20 6773 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4411 /force-app/main/default/classes/MetadataService.cls 6773 20 6773 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4413 /force-app/main/default/classes/MetadataService.cls 6774 20 6774 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4412 /force-app/main/default/classes/MetadataService.cls 6774 20 6774 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4414 /force-app/main/default/classes/MetadataService.cls 6776 9 6783 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4413 /force-app/main/default/classes/MetadataService.cls 6776 9 6783 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4415 /force-app/main/default/classes/MetadataService.cls 6779 20 6779 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 'hideOnDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4414 /force-app/main/default/classes/MetadataService.cls 6779 20 6779 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 'hideOnDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4416 /force-app/main/default/classes/MetadataService.cls 6780 20 6780 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4415 /force-app/main/default/classes/MetadataService.cls 6780 20 6780 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4417 /force-app/main/default/classes/MetadataService.cls 6781 20 6781 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4416 /force-app/main/default/classes/MetadataService.cls 6781 20 6781 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4418 /force-app/main/default/classes/MetadataService.cls 6782 20 6782 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]*'
4417 /force-app/main/default/classes/MetadataService.cls 6782 20 6782 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]*'
4419 /force-app/main/default/classes/MetadataService.cls 6784 9 6791 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4418 /force-app/main/default/classes/MetadataService.cls 6784 9 6791 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4420 /force-app/main/default/classes/MetadataService.cls 6787 20 6787 131 pmd 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]*'
4419 /force-app/main/default/classes/MetadataService.cls 6787 20 6787 131 pmd 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]*'
4421 /force-app/main/default/classes/MetadataService.cls 6788 20 6788 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'terms_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4420 /force-app/main/default/classes/MetadataService.cls 6788 20 6788 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'terms_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4422 /force-app/main/default/classes/MetadataService.cls 6789 20 6789 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4421 /force-app/main/default/classes/MetadataService.cls 6789 20 6789 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4423 /force-app/main/default/classes/MetadataService.cls 6790 20 6790 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]*'
4422 /force-app/main/default/classes/MetadataService.cls 6790 20 6790 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]*'
4424 /force-app/main/default/classes/MetadataService.cls 6792 9 6817 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4423 /force-app/main/default/classes/MetadataService.cls 6792 9 6817 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4425 /force-app/main/default/classes/MetadataService.cls 6792 9 6817 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4424 /force-app/main/default/classes/MetadataService.cls 6792 9 6817 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4426 /force-app/main/default/classes/MetadataService.cls 6795 20 6795 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4425 /force-app/main/default/classes/MetadataService.cls 6795 20 6795 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4427 /force-app/main/default/classes/MetadataService.cls 6798 20 6798 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4426 /force-app/main/default/classes/MetadataService.cls 6798 20 6798 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4428 /force-app/main/default/classes/MetadataService.cls 6799 20 6799 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4427 /force-app/main/default/classes/MetadataService.cls 6799 20 6799 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4429 /force-app/main/default/classes/MetadataService.cls 6803 20 6803 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4428 /force-app/main/default/classes/MetadataService.cls 6803 20 6803 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4430 /force-app/main/default/classes/MetadataService.cls 6804 20 6804 130 pmd 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]*'
4429 /force-app/main/default/classes/MetadataService.cls 6804 20 6804 130 pmd 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]*'
4431 /force-app/main/default/classes/MetadataService.cls 6805 20 6805 130 pmd 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]*'
4430 /force-app/main/default/classes/MetadataService.cls 6805 20 6805 130 pmd 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]*'
4432 /force-app/main/default/classes/MetadataService.cls 6810 20 6810 130 pmd 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]*'
4431 /force-app/main/default/classes/MetadataService.cls 6810 20 6810 130 pmd 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]*'
4433 /force-app/main/default/classes/MetadataService.cls 6811 20 6811 128 pmd 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]*'
4432 /force-app/main/default/classes/MetadataService.cls 6811 20 6811 128 pmd 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]*'
4434 /force-app/main/default/classes/MetadataService.cls 6812 20 6812 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4433 /force-app/main/default/classes/MetadataService.cls 6812 20 6812 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4435 /force-app/main/default/classes/MetadataService.cls 6813 20 6813 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4434 /force-app/main/default/classes/MetadataService.cls 6813 20 6813 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4436 /force-app/main/default/classes/MetadataService.cls 6814 20 6814 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4435 /force-app/main/default/classes/MetadataService.cls 6814 20 6814 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4437 /force-app/main/default/classes/MetadataService.cls 6815 20 6815 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4436 /force-app/main/default/classes/MetadataService.cls 6815 20 6815 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4438 /force-app/main/default/classes/MetadataService.cls 6816 20 6816 197 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4437 /force-app/main/default/classes/MetadataService.cls 6816 20 6816 197 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4439 /force-app/main/default/classes/MetadataService.cls 6818 9 6835 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4438 /force-app/main/default/classes/MetadataService.cls 6818 9 6835 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4440 /force-app/main/default/classes/MetadataService.cls 6818 9 6835 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4439 /force-app/main/default/classes/MetadataService.cls 6818 9 6835 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4441 /force-app/main/default/classes/MetadataService.cls 6821 20 6821 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4440 /force-app/main/default/classes/MetadataService.cls 6821 20 6821 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4442 /force-app/main/default/classes/MetadataService.cls 6827 20 6827 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4441 /force-app/main/default/classes/MetadataService.cls 6827 20 6827 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4443 /force-app/main/default/classes/MetadataService.cls 6828 20 6828 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4442 /force-app/main/default/classes/MetadataService.cls 6828 20 6828 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4444 /force-app/main/default/classes/MetadataService.cls 6829 20 6829 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4443 /force-app/main/default/classes/MetadataService.cls 6829 20 6829 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4445 /force-app/main/default/classes/MetadataService.cls 6830 20 6830 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 'matchingRuleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4444 /force-app/main/default/classes/MetadataService.cls 6830 20 6830 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 'matchingRuleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4446 /force-app/main/default/classes/MetadataService.cls 6831 20 6831 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 'ruleStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4445 /force-app/main/default/classes/MetadataService.cls 6831 20 6831 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 'ruleStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4447 /force-app/main/default/classes/MetadataService.cls 6832 20 6832 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4446 /force-app/main/default/classes/MetadataService.cls 6832 20 6832 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4448 /force-app/main/default/classes/MetadataService.cls 6833 20 6833 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4447 /force-app/main/default/classes/MetadataService.cls 6833 20 6833 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4449 /force-app/main/default/classes/MetadataService.cls 6834 20 6834 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4448 /force-app/main/default/classes/MetadataService.cls 6834 20 6834 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4450 /force-app/main/default/classes/MetadataService.cls 6836 9 6863 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4449 /force-app/main/default/classes/MetadataService.cls 6836 9 6863 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4451 /force-app/main/default/classes/MetadataService.cls 6836 9 6863 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4450 /force-app/main/default/classes/MetadataService.cls 6836 9 6863 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4452 /force-app/main/default/classes/MetadataService.cls 6849 20 6849 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 'apiOnlyUserHomePageURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4451 /force-app/main/default/classes/MetadataService.cls 6849 20 6849 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 'apiOnlyUserHomePageURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4453 /force-app/main/default/classes/MetadataService.cls 6850 20 6850 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 'complexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4452 /force-app/main/default/classes/MetadataService.cls 6850 20 6850 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 'complexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4454 /force-app/main/default/classes/MetadataService.cls 6851 20 6851 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 'expiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4453 /force-app/main/default/classes/MetadataService.cls 6851 20 6851 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 'expiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4455 /force-app/main/default/classes/MetadataService.cls 6852 20 6852 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 'historyRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4454 /force-app/main/default/classes/MetadataService.cls 6852 20 6852 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 'historyRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4456 /force-app/main/default/classes/MetadataService.cls 6853 20 6853 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4455 /force-app/main/default/classes/MetadataService.cls 6853 20 6853 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4457 /force-app/main/default/classes/MetadataService.cls 6854 20 6854 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4456 /force-app/main/default/classes/MetadataService.cls 6854 20 6854 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4458 /force-app/main/default/classes/MetadataService.cls 6855 20 6855 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 'minimumPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4457 /force-app/main/default/classes/MetadataService.cls 6855 20 6855 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 'minimumPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4459 /force-app/main/default/classes/MetadataService.cls 6856 20 6856 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4458 /force-app/main/default/classes/MetadataService.cls 6856 20 6856 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4460 /force-app/main/default/classes/MetadataService.cls 6857 20 6857 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 'obscureSecretAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4459 /force-app/main/default/classes/MetadataService.cls 6857 20 6857 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 'obscureSecretAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4461 /force-app/main/default/classes/MetadataService.cls 6858 20 6858 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 'passwordAssistanceMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4460 /force-app/main/default/classes/MetadataService.cls 6858 20 6858 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 'passwordAssistanceMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4462 /force-app/main/default/classes/MetadataService.cls 6859 20 6859 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 'passwordAssistanceURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4461 /force-app/main/default/classes/MetadataService.cls 6859 20 6859 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 'passwordAssistanceURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4463 /force-app/main/default/classes/MetadataService.cls 6860 20 6860 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 'questionRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4462 /force-app/main/default/classes/MetadataService.cls 6860 20 6860 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 'questionRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4464 /force-app/main/default/classes/MetadataService.cls 6861 20 6861 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4463 /force-app/main/default/classes/MetadataService.cls 6861 20 6861 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4465 /force-app/main/default/classes/MetadataService.cls 6862 20 6862 312 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4464 /force-app/main/default/classes/MetadataService.cls 6862 20 6862 312 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4466 /force-app/main/default/classes/MetadataService.cls 6864 9 6885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4465 /force-app/main/default/classes/MetadataService.cls 6864 9 6885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4467 /force-app/main/default/classes/MetadataService.cls 6864 9 6885 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4466 /force-app/main/default/classes/MetadataService.cls 6864 9 6885 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4468 /force-app/main/default/classes/MetadataService.cls 6874 20 6874 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4467 /force-app/main/default/classes/MetadataService.cls 6874 20 6874 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4469 /force-app/main/default/classes/MetadataService.cls 6875 20 6875 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 'devName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4468 /force-app/main/default/classes/MetadataService.cls 6875 20 6875 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 'devName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4470 /force-app/main/default/classes/MetadataService.cls 6876 20 6876 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4469 /force-app/main/default/classes/MetadataService.cls 6876 20 6876 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4471 /force-app/main/default/classes/MetadataService.cls 6877 20 6877 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4470 /force-app/main/default/classes/MetadataService.cls 6877 20 6877 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4472 /force-app/main/default/classes/MetadataService.cls 6878 20 6878 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4471 /force-app/main/default/classes/MetadataService.cls 6878 20 6878 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4473 /force-app/main/default/classes/MetadataService.cls 6879 20 6879 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 'hideOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4472 /force-app/main/default/classes/MetadataService.cls 6879 20 6879 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 'hideOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4474 /force-app/main/default/classes/MetadataService.cls 6880 20 6880 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 'showSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4473 /force-app/main/default/classes/MetadataService.cls 6880 20 6880 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 'showSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4475 /force-app/main/default/classes/MetadataService.cls 6881 20 6881 130 pmd 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]*'
4474 /force-app/main/default/classes/MetadataService.cls 6881 20 6881 130 pmd 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]*'
4476 /force-app/main/default/classes/MetadataService.cls 6882 20 6882 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4475 /force-app/main/default/classes/MetadataService.cls 6882 20 6882 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4477 /force-app/main/default/classes/MetadataService.cls 6883 20 6883 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4476 /force-app/main/default/classes/MetadataService.cls 6883 20 6883 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4478 /force-app/main/default/classes/MetadataService.cls 6884 20 6884 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]*'
4477 /force-app/main/default/classes/MetadataService.cls 6884 20 6884 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]*'
4479 /force-app/main/default/classes/MetadataService.cls 6886 9 6893 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4478 /force-app/main/default/classes/MetadataService.cls 6886 9 6893 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4480 /force-app/main/default/classes/MetadataService.cls 6889 20 6889 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 'enableMobileLite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4479 /force-app/main/default/classes/MetadataService.cls 6889 20 6889 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 'enableMobileLite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4481 /force-app/main/default/classes/MetadataService.cls 6890 20 6890 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 'enableUserToDeviceLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4480 /force-app/main/default/classes/MetadataService.cls 6890 20 6890 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 'enableUserToDeviceLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4482 /force-app/main/default/classes/MetadataService.cls 6891 20 6891 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4481 /force-app/main/default/classes/MetadataService.cls 6891 20 6891 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4483 /force-app/main/default/classes/MetadataService.cls 6892 20 6892 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]*'
4482 /force-app/main/default/classes/MetadataService.cls 6892 20 6892 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]*'
4484 /force-app/main/default/classes/MetadataService.cls 6894 9 6903 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4483 /force-app/main/default/classes/MetadataService.cls 6894 9 6903 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4485 /force-app/main/default/classes/MetadataService.cls 6897 20 6897 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4484 /force-app/main/default/classes/MetadataService.cls 6897 20 6897 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4486 /force-app/main/default/classes/MetadataService.cls 6899 20 6899 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4485 /force-app/main/default/classes/MetadataService.cls 6899 20 6899 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4487 /force-app/main/default/classes/MetadataService.cls 6900 20 6900 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4486 /force-app/main/default/classes/MetadataService.cls 6900 20 6900 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4488 /force-app/main/default/classes/MetadataService.cls 6901 20 6901 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4487 /force-app/main/default/classes/MetadataService.cls 6901 20 6901 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4489 /force-app/main/default/classes/MetadataService.cls 6902 20 6902 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]*'
4488 /force-app/main/default/classes/MetadataService.cls 6902 20 6902 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]*'
4490 /force-app/main/default/classes/MetadataService.cls 6904 9 6927 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4489 /force-app/main/default/classes/MetadataService.cls 6904 9 6927 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4491 /force-app/main/default/classes/MetadataService.cls 6904 9 6927 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4490 /force-app/main/default/classes/MetadataService.cls 6904 9 6927 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4492 /force-app/main/default/classes/MetadataService.cls 6907 20 6907 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4491 /force-app/main/default/classes/MetadataService.cls 6907 20 6907 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4493 /force-app/main/default/classes/MetadataService.cls 6910 20 6910 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4492 /force-app/main/default/classes/MetadataService.cls 6910 20 6910 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4494 /force-app/main/default/classes/MetadataService.cls 6911 20 6911 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4493 /force-app/main/default/classes/MetadataService.cls 6911 20 6911 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4495 /force-app/main/default/classes/MetadataService.cls 6915 20 6915 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4494 /force-app/main/default/classes/MetadataService.cls 6915 20 6915 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4496 /force-app/main/default/classes/MetadataService.cls 6916 20 6916 130 pmd 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]*'
4495 /force-app/main/default/classes/MetadataService.cls 6916 20 6916 130 pmd 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]*'
4497 /force-app/main/default/classes/MetadataService.cls 6917 20 6917 130 pmd 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]*'
4496 /force-app/main/default/classes/MetadataService.cls 6917 20 6917 130 pmd 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]*'
4498 /force-app/main/default/classes/MetadataService.cls 6921 20 6921 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4497 /force-app/main/default/classes/MetadataService.cls 6921 20 6921 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4499 /force-app/main/default/classes/MetadataService.cls 6922 20 6922 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4498 /force-app/main/default/classes/MetadataService.cls 6922 20 6922 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4500 /force-app/main/default/classes/MetadataService.cls 6923 20 6923 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4499 /force-app/main/default/classes/MetadataService.cls 6923 20 6923 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4501 /force-app/main/default/classes/MetadataService.cls 6924 20 6924 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4500 /force-app/main/default/classes/MetadataService.cls 6924 20 6924 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4502 /force-app/main/default/classes/MetadataService.cls 6925 20 6925 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4501 /force-app/main/default/classes/MetadataService.cls 6925 20 6925 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4503 /force-app/main/default/classes/MetadataService.cls 6926 20 6926 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]*'
4502 /force-app/main/default/classes/MetadataService.cls 6926 20 6926 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]*'
4504 /force-app/main/default/classes/MetadataService.cls 6928 9 6939 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4503 /force-app/main/default/classes/MetadataService.cls 6928 9 6939 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4505 /force-app/main/default/classes/MetadataService.cls 6933 20 6933 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 'criteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4504 /force-app/main/default/classes/MetadataService.cls 6933 20 6933 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 'criteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4506 /force-app/main/default/classes/MetadataService.cls 6934 20 6934 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4505 /force-app/main/default/classes/MetadataService.cls 6934 20 6934 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4507 /force-app/main/default/classes/MetadataService.cls 6935 20 6935 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4506 /force-app/main/default/classes/MetadataService.cls 6935 20 6935 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4508 /force-app/main/default/classes/MetadataService.cls 6936 20 6936 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4507 /force-app/main/default/classes/MetadataService.cls 6936 20 6936 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4509 /force-app/main/default/classes/MetadataService.cls 6937 20 6937 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4508 /force-app/main/default/classes/MetadataService.cls 6937 20 6937 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4510 /force-app/main/default/classes/MetadataService.cls 6938 20 6938 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]*'
4509 /force-app/main/default/classes/MetadataService.cls 6938 20 6938 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]*'
4511 /force-app/main/default/classes/MetadataService.cls 6940 9 6951 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4510 /force-app/main/default/classes/MetadataService.cls 6940 9 6951 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4512 /force-app/main/default/classes/MetadataService.cls 6941 18 6941 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4511 /force-app/main/default/classes/MetadataService.cls 6941 18 6941 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4513 /force-app/main/default/classes/MetadataService.cls 6945 20 6945 128 pmd 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]*'
4512 /force-app/main/default/classes/MetadataService.cls 6945 20 6945 128 pmd 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]*'
4514 /force-app/main/default/classes/MetadataService.cls 6946 20 6946 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 'personAccountDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4513 /force-app/main/default/classes/MetadataService.cls 6946 20 6946 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 'personAccountDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4515 /force-app/main/default/classes/MetadataService.cls 6947 20 6947 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4514 /force-app/main/default/classes/MetadataService.cls 6947 20 6947 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4516 /force-app/main/default/classes/MetadataService.cls 6948 20 6948 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4515 /force-app/main/default/classes/MetadataService.cls 6948 20 6948 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4517 /force-app/main/default/classes/MetadataService.cls 6949 20 6949 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4516 /force-app/main/default/classes/MetadataService.cls 6949 20 6949 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4518 /force-app/main/default/classes/MetadataService.cls 6950 20 6950 115 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4517 /force-app/main/default/classes/MetadataService.cls 6950 20 6950 115 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4519 /force-app/main/default/classes/MetadataService.cls 6952 9 6957 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4518 /force-app/main/default/classes/MetadataService.cls 6952 9 6957 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4520 /force-app/main/default/classes/MetadataService.cls 6954 20 6954 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 'enableDashboardIPadApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4519 /force-app/main/default/classes/MetadataService.cls 6954 20 6954 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 'enableDashboardIPadApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4521 /force-app/main/default/classes/MetadataService.cls 6955 20 6955 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4520 /force-app/main/default/classes/MetadataService.cls 6955 20 6955 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4522 /force-app/main/default/classes/MetadataService.cls 6956 20 6956 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]*'
4521 /force-app/main/default/classes/MetadataService.cls 6956 20 6956 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]*'
4523 /force-app/main/default/classes/MetadataService.cls 6958 9 6969 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4522 /force-app/main/default/classes/MetadataService.cls 6958 9 6969 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4524 /force-app/main/default/classes/MetadataService.cls 6963 20 6963 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4523 /force-app/main/default/classes/MetadataService.cls 6963 20 6963 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4525 /force-app/main/default/classes/MetadataService.cls 6964 20 6964 128 pmd 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]*'
4524 /force-app/main/default/classes/MetadataService.cls 6964 20 6964 128 pmd 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]*'
4526 /force-app/main/default/classes/MetadataService.cls 6965 20 6965 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 'source_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4525 /force-app/main/default/classes/MetadataService.cls 6965 20 6965 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 'source_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4527 /force-app/main/default/classes/MetadataService.cls 6966 20 6966 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4526 /force-app/main/default/classes/MetadataService.cls 6966 20 6966 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4528 /force-app/main/default/classes/MetadataService.cls 6967 20 6967 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4527 /force-app/main/default/classes/MetadataService.cls 6967 20 6967 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4529 /force-app/main/default/classes/MetadataService.cls 6968 20 6968 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4528 /force-app/main/default/classes/MetadataService.cls 6968 20 6968 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4530 /force-app/main/default/classes/MetadataService.cls 6970 9 6975 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4529 /force-app/main/default/classes/MetadataService.cls 6970 9 6975 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4531 /force-app/main/default/classes/MetadataService.cls 6972 20 6972 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4530 /force-app/main/default/classes/MetadataService.cls 6972 20 6972 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4532 /force-app/main/default/classes/MetadataService.cls 6973 20 6973 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4531 /force-app/main/default/classes/MetadataService.cls 6973 20 6973 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4533 /force-app/main/default/classes/MetadataService.cls 6974 20 6974 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4532 /force-app/main/default/classes/MetadataService.cls 6974 20 6974 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4534 /force-app/main/default/classes/MetadataService.cls 6976 9 6978 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4533 /force-app/main/default/classes/MetadataService.cls 6976 9 6978 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4535 /force-app/main/default/classes/MetadataService.cls 6977 3 6977 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4534 /force-app/main/default/classes/MetadataService.cls 6977 3 6977 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4536 /force-app/main/default/classes/MetadataService.cls 6979 9 6981 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4535 /force-app/main/default/classes/MetadataService.cls 6979 9 6981 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4537 /force-app/main/default/classes/MetadataService.cls 6980 3 6980 27 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4536 /force-app/main/default/classes/MetadataService.cls 6980 3 6980 27 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4538 /force-app/main/default/classes/MetadataService.cls 6982 9 6988 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4537 /force-app/main/default/classes/MetadataService.cls 6982 9 6988 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4539 /force-app/main/default/classes/MetadataService.cls 6984 10 6984 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4538 /force-app/main/default/classes/MetadataService.cls 6984 10 6984 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4540 /force-app/main/default/classes/MetadataService.cls 6985 20 6985 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 6985 20 6985 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4541 /force-app/main/default/classes/MetadataService.cls 6985 20 6985 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4540 /force-app/main/default/classes/MetadataService.cls 6985 20 6985 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4542 /force-app/main/default/classes/MetadataService.cls 6986 20 6986 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 6986 20 6986 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4543 /force-app/main/default/classes/MetadataService.cls 6986 20 6986 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4542 /force-app/main/default/classes/MetadataService.cls 6986 20 6986 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4544 /force-app/main/default/classes/MetadataService.cls 6987 20 6987 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4543 /force-app/main/default/classes/MetadataService.cls 6987 20 6987 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4545 /force-app/main/default/classes/MetadataService.cls 6987 20 6987 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4544 /force-app/main/default/classes/MetadataService.cls 6987 20 6987 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4546 /force-app/main/default/classes/MetadataService.cls 6989 9 6995 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4545 /force-app/main/default/classes/MetadataService.cls 6989 9 6995 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4547 /force-app/main/default/classes/MetadataService.cls 6989 9 6995 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4546 /force-app/main/default/classes/MetadataService.cls 6989 9 6995 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4548 /force-app/main/default/classes/MetadataService.cls 6991 10 6991 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4547 /force-app/main/default/classes/MetadataService.cls 6991 10 6991 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4549 /force-app/main/default/classes/MetadataService.cls 6992 20 6992 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 6992 20 6992 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4550 /force-app/main/default/classes/MetadataService.cls 6992 20 6992 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4549 /force-app/main/default/classes/MetadataService.cls 6992 20 6992 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4551 /force-app/main/default/classes/MetadataService.cls 6993 20 6993 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 6993 20 6993 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4552 /force-app/main/default/classes/MetadataService.cls 6993 20 6993 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4551 /force-app/main/default/classes/MetadataService.cls 6993 20 6993 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4553 /force-app/main/default/classes/MetadataService.cls 6994 20 6994 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4552 /force-app/main/default/classes/MetadataService.cls 6994 20 6994 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4554 /force-app/main/default/classes/MetadataService.cls 6994 20 6994 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 6994 20 6994 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4555 /force-app/main/default/classes/MetadataService.cls 6996 9 7002 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4554 /force-app/main/default/classes/MetadataService.cls 6996 9 7002 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4556 /force-app/main/default/classes/MetadataService.cls 6998 10 6998 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4555 /force-app/main/default/classes/MetadataService.cls 6998 10 6998 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4557 /force-app/main/default/classes/MetadataService.cls 6999 20 6999 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 6999 20 6999 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4558 /force-app/main/default/classes/MetadataService.cls 6999 20 6999 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4557 /force-app/main/default/classes/MetadataService.cls 6999 20 6999 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4559 /force-app/main/default/classes/MetadataService.cls 7000 20 7000 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7000 20 7000 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4560 /force-app/main/default/classes/MetadataService.cls 7000 20 7000 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4559 /force-app/main/default/classes/MetadataService.cls 7000 20 7000 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4561 /force-app/main/default/classes/MetadataService.cls 7001 20 7001 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4560 /force-app/main/default/classes/MetadataService.cls 7001 20 7001 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4562 /force-app/main/default/classes/MetadataService.cls 7001 20 7001 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4561 /force-app/main/default/classes/MetadataService.cls 7001 20 7001 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4563 /force-app/main/default/classes/MetadataService.cls 7003 9 7009 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4562 /force-app/main/default/classes/MetadataService.cls 7003 9 7009 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4564 /force-app/main/default/classes/MetadataService.cls 7003 9 7009 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readListViewResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4563 /force-app/main/default/classes/MetadataService.cls 7003 9 7009 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readListViewResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4565 /force-app/main/default/classes/MetadataService.cls 7005 10 7005 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4564 /force-app/main/default/classes/MetadataService.cls 7005 10 7005 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4566 /force-app/main/default/classes/MetadataService.cls 7006 20 7006 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7006 20 7006 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4567 /force-app/main/default/classes/MetadataService.cls 7006 20 7006 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4566 /force-app/main/default/classes/MetadataService.cls 7006 20 7006 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4568 /force-app/main/default/classes/MetadataService.cls 7007 20 7007 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7007 20 7007 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4569 /force-app/main/default/classes/MetadataService.cls 7007 20 7007 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4568 /force-app/main/default/classes/MetadataService.cls 7007 20 7007 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4570 /force-app/main/default/classes/MetadataService.cls 7008 20 7008 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4569 /force-app/main/default/classes/MetadataService.cls 7008 20 7008 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4571 /force-app/main/default/classes/MetadataService.cls 7008 20 7008 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7008 20 7008 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4572 /force-app/main/default/classes/MetadataService.cls 7010 9 7016 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4571 /force-app/main/default/classes/MetadataService.cls 7010 9 7016 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4573 /force-app/main/default/classes/MetadataService.cls 7012 10 7012 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4572 /force-app/main/default/classes/MetadataService.cls 7012 10 7012 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4574 /force-app/main/default/classes/MetadataService.cls 7013 20 7013 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7013 20 7013 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4575 /force-app/main/default/classes/MetadataService.cls 7013 20 7013 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4574 /force-app/main/default/classes/MetadataService.cls 7013 20 7013 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4576 /force-app/main/default/classes/MetadataService.cls 7014 20 7014 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7014 20 7014 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4577 /force-app/main/default/classes/MetadataService.cls 7014 20 7014 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4576 /force-app/main/default/classes/MetadataService.cls 7014 20 7014 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4578 /force-app/main/default/classes/MetadataService.cls 7015 20 7015 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4577 /force-app/main/default/classes/MetadataService.cls 7015 20 7015 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4579 /force-app/main/default/classes/MetadataService.cls 7015 20 7015 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4578 /force-app/main/default/classes/MetadataService.cls 7015 20 7015 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4580 /force-app/main/default/classes/MetadataService.cls 7017 9 7023 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4579 /force-app/main/default/classes/MetadataService.cls 7017 9 7023 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4581 /force-app/main/default/classes/MetadataService.cls 7017 9 7023 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readInstalledPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4580 /force-app/main/default/classes/MetadataService.cls 7017 9 7023 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readInstalledPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4582 /force-app/main/default/classes/MetadataService.cls 7019 10 7019 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4581 /force-app/main/default/classes/MetadataService.cls 7019 10 7019 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4583 /force-app/main/default/classes/MetadataService.cls 7020 20 7020 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7020 20 7020 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4584 /force-app/main/default/classes/MetadataService.cls 7020 20 7020 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4583 /force-app/main/default/classes/MetadataService.cls 7020 20 7020 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4585 /force-app/main/default/classes/MetadataService.cls 7021 20 7021 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7021 20 7021 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4586 /force-app/main/default/classes/MetadataService.cls 7021 20 7021 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4585 /force-app/main/default/classes/MetadataService.cls 7021 20 7021 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4587 /force-app/main/default/classes/MetadataService.cls 7022 20 7022 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4586 /force-app/main/default/classes/MetadataService.cls 7022 20 7022 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4588 /force-app/main/default/classes/MetadataService.cls 7022 20 7022 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7022 20 7022 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4589 /force-app/main/default/classes/MetadataService.cls 7024 9 7030 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4588 /force-app/main/default/classes/MetadataService.cls 7024 9 7030 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4590 /force-app/main/default/classes/MetadataService.cls 7026 10 7026 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4589 /force-app/main/default/classes/MetadataService.cls 7026 10 7026 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4591 /force-app/main/default/classes/MetadataService.cls 7027 20 7027 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7027 20 7027 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4592 /force-app/main/default/classes/MetadataService.cls 7027 20 7027 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4591 /force-app/main/default/classes/MetadataService.cls 7027 20 7027 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4593 /force-app/main/default/classes/MetadataService.cls 7028 20 7028 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7028 20 7028 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4594 /force-app/main/default/classes/MetadataService.cls 7028 20 7028 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4593 /force-app/main/default/classes/MetadataService.cls 7028 20 7028 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4595 /force-app/main/default/classes/MetadataService.cls 7029 20 7029 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4594 /force-app/main/default/classes/MetadataService.cls 7029 20 7029 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4596 /force-app/main/default/classes/MetadataService.cls 7029 20 7029 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4595 /force-app/main/default/classes/MetadataService.cls 7029 20 7029 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4597 /force-app/main/default/classes/MetadataService.cls 7031 9 7037 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4596 /force-app/main/default/classes/MetadataService.cls 7031 9 7037 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4598 /force-app/main/default/classes/MetadataService.cls 7031 9 7037 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomFieldResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4597 /force-app/main/default/classes/MetadataService.cls 7031 9 7037 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomFieldResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4599 /force-app/main/default/classes/MetadataService.cls 7033 10 7033 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4598 /force-app/main/default/classes/MetadataService.cls 7033 10 7033 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4600 /force-app/main/default/classes/MetadataService.cls 7034 20 7034 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7034 20 7034 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4601 /force-app/main/default/classes/MetadataService.cls 7034 20 7034 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4600 /force-app/main/default/classes/MetadataService.cls 7034 20 7034 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4602 /force-app/main/default/classes/MetadataService.cls 7035 20 7035 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7035 20 7035 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4603 /force-app/main/default/classes/MetadataService.cls 7035 20 7035 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4602 /force-app/main/default/classes/MetadataService.cls 7035 20 7035 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4604 /force-app/main/default/classes/MetadataService.cls 7036 20 7036 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4603 /force-app/main/default/classes/MetadataService.cls 7036 20 7036 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4605 /force-app/main/default/classes/MetadataService.cls 7036 20 7036 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7036 20 7036 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4606 /force-app/main/default/classes/MetadataService.cls 7038 9 7044 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4605 /force-app/main/default/classes/MetadataService.cls 7038 9 7044 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4607 /force-app/main/default/classes/MetadataService.cls 7040 10 7040 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4606 /force-app/main/default/classes/MetadataService.cls 7040 10 7040 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4608 /force-app/main/default/classes/MetadataService.cls 7041 20 7041 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7041 20 7041 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4609 /force-app/main/default/classes/MetadataService.cls 7041 20 7041 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4608 /force-app/main/default/classes/MetadataService.cls 7041 20 7041 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4610 /force-app/main/default/classes/MetadataService.cls 7042 20 7042 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7042 20 7042 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4611 /force-app/main/default/classes/MetadataService.cls 7042 20 7042 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4610 /force-app/main/default/classes/MetadataService.cls 7042 20 7042 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4612 /force-app/main/default/classes/MetadataService.cls 7043 20 7043 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4611 /force-app/main/default/classes/MetadataService.cls 7043 20 7043 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4613 /force-app/main/default/classes/MetadataService.cls 7043 20 7043 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4612 /force-app/main/default/classes/MetadataService.cls 7043 20 7043 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4614 /force-app/main/default/classes/MetadataService.cls 7045 9 7051 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4613 /force-app/main/default/classes/MetadataService.cls 7045 9 7051 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4615 /force-app/main/default/classes/MetadataService.cls 7045 9 7051 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFieldSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4614 /force-app/main/default/classes/MetadataService.cls 7045 9 7051 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFieldSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4616 /force-app/main/default/classes/MetadataService.cls 7047 10 7047 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4615 /force-app/main/default/classes/MetadataService.cls 7047 10 7047 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4617 /force-app/main/default/classes/MetadataService.cls 7048 20 7048 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7048 20 7048 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4618 /force-app/main/default/classes/MetadataService.cls 7048 20 7048 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4617 /force-app/main/default/classes/MetadataService.cls 7048 20 7048 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4619 /force-app/main/default/classes/MetadataService.cls 7049 20 7049 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7049 20 7049 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4620 /force-app/main/default/classes/MetadataService.cls 7049 20 7049 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4619 /force-app/main/default/classes/MetadataService.cls 7049 20 7049 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4621 /force-app/main/default/classes/MetadataService.cls 7050 20 7050 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4620 /force-app/main/default/classes/MetadataService.cls 7050 20 7050 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4622 /force-app/main/default/classes/MetadataService.cls 7050 20 7050 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7050 20 7050 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4623 /force-app/main/default/classes/MetadataService.cls 7052 9 7058 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4622 /force-app/main/default/classes/MetadataService.cls 7052 9 7058 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4624 /force-app/main/default/classes/MetadataService.cls 7054 10 7054 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4623 /force-app/main/default/classes/MetadataService.cls 7054 10 7054 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4625 /force-app/main/default/classes/MetadataService.cls 7055 20 7055 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7055 20 7055 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4626 /force-app/main/default/classes/MetadataService.cls 7055 20 7055 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4625 /force-app/main/default/classes/MetadataService.cls 7055 20 7055 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4627 /force-app/main/default/classes/MetadataService.cls 7056 20 7056 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7056 20 7056 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4628 /force-app/main/default/classes/MetadataService.cls 7056 20 7056 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4627 /force-app/main/default/classes/MetadataService.cls 7056 20 7056 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4629 /force-app/main/default/classes/MetadataService.cls 7057 20 7057 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4628 /force-app/main/default/classes/MetadataService.cls 7057 20 7057 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4630 /force-app/main/default/classes/MetadataService.cls 7057 20 7057 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4629 /force-app/main/default/classes/MetadataService.cls 7057 20 7057 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4631 /force-app/main/default/classes/MetadataService.cls 7059 9 7065 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4630 /force-app/main/default/classes/MetadataService.cls 7059 9 7065 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4632 /force-app/main/default/classes/MetadataService.cls 7059 9 7065 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4631 /force-app/main/default/classes/MetadataService.cls 7059 9 7065 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4633 /force-app/main/default/classes/MetadataService.cls 7061 10 7061 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4632 /force-app/main/default/classes/MetadataService.cls 7061 10 7061 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4634 /force-app/main/default/classes/MetadataService.cls 7062 20 7062 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7062 20 7062 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4635 /force-app/main/default/classes/MetadataService.cls 7062 20 7062 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4634 /force-app/main/default/classes/MetadataService.cls 7062 20 7062 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4636 /force-app/main/default/classes/MetadataService.cls 7063 20 7063 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7063 20 7063 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4637 /force-app/main/default/classes/MetadataService.cls 7063 20 7063 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4636 /force-app/main/default/classes/MetadataService.cls 7063 20 7063 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4638 /force-app/main/default/classes/MetadataService.cls 7064 20 7064 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4637 /force-app/main/default/classes/MetadataService.cls 7064 20 7064 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4639 /force-app/main/default/classes/MetadataService.cls 7064 20 7064 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7064 20 7064 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4640 /force-app/main/default/classes/MetadataService.cls 7066 9 7072 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4639 /force-app/main/default/classes/MetadataService.cls 7066 9 7072 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4641 /force-app/main/default/classes/MetadataService.cls 7068 10 7068 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4640 /force-app/main/default/classes/MetadataService.cls 7068 10 7068 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4642 /force-app/main/default/classes/MetadataService.cls 7069 20 7069 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7069 20 7069 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4643 /force-app/main/default/classes/MetadataService.cls 7069 20 7069 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4642 /force-app/main/default/classes/MetadataService.cls 7069 20 7069 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4644 /force-app/main/default/classes/MetadataService.cls 7070 20 7070 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7070 20 7070 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4645 /force-app/main/default/classes/MetadataService.cls 7070 20 7070 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4644 /force-app/main/default/classes/MetadataService.cls 7070 20 7070 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4646 /force-app/main/default/classes/MetadataService.cls 7071 20 7071 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4645 /force-app/main/default/classes/MetadataService.cls 7071 20 7071 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4647 /force-app/main/default/classes/MetadataService.cls 7071 20 7071 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4646 /force-app/main/default/classes/MetadataService.cls 7071 20 7071 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4648 /force-app/main/default/classes/MetadataService.cls 7073 9 7079 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4647 /force-app/main/default/classes/MetadataService.cls 7073 9 7079 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4649 /force-app/main/default/classes/MetadataService.cls 7073 9 7079 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRecordTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4648 /force-app/main/default/classes/MetadataService.cls 7073 9 7079 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRecordTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4650 /force-app/main/default/classes/MetadataService.cls 7075 10 7075 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4649 /force-app/main/default/classes/MetadataService.cls 7075 10 7075 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4651 /force-app/main/default/classes/MetadataService.cls 7076 20 7076 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7076 20 7076 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4652 /force-app/main/default/classes/MetadataService.cls 7076 20 7076 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4651 /force-app/main/default/classes/MetadataService.cls 7076 20 7076 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4653 /force-app/main/default/classes/MetadataService.cls 7077 20 7077 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7077 20 7077 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4654 /force-app/main/default/classes/MetadataService.cls 7077 20 7077 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4653 /force-app/main/default/classes/MetadataService.cls 7077 20 7077 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4655 /force-app/main/default/classes/MetadataService.cls 7078 20 7078 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4654 /force-app/main/default/classes/MetadataService.cls 7078 20 7078 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4656 /force-app/main/default/classes/MetadataService.cls 7078 20 7078 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7078 20 7078 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4657 /force-app/main/default/classes/MetadataService.cls 7080 9 7086 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4656 /force-app/main/default/classes/MetadataService.cls 7080 9 7086 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4658 /force-app/main/default/classes/MetadataService.cls 7082 10 7082 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4657 /force-app/main/default/classes/MetadataService.cls 7082 10 7082 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4659 /force-app/main/default/classes/MetadataService.cls 7083 20 7083 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7083 20 7083 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4660 /force-app/main/default/classes/MetadataService.cls 7083 20 7083 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4659 /force-app/main/default/classes/MetadataService.cls 7083 20 7083 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4661 /force-app/main/default/classes/MetadataService.cls 7084 20 7084 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7084 20 7084 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4662 /force-app/main/default/classes/MetadataService.cls 7084 20 7084 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4661 /force-app/main/default/classes/MetadataService.cls 7084 20 7084 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4663 /force-app/main/default/classes/MetadataService.cls 7085 20 7085 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4662 /force-app/main/default/classes/MetadataService.cls 7085 20 7085 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4664 /force-app/main/default/classes/MetadataService.cls 7085 20 7085 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4663 /force-app/main/default/classes/MetadataService.cls 7085 20 7085 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4665 /force-app/main/default/classes/MetadataService.cls 7087 9 7093 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4664 /force-app/main/default/classes/MetadataService.cls 7087 9 7093 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4666 /force-app/main/default/classes/MetadataService.cls 7087 9 7093 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4665 /force-app/main/default/classes/MetadataService.cls 7087 9 7093 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4667 /force-app/main/default/classes/MetadataService.cls 7089 10 7089 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4666 /force-app/main/default/classes/MetadataService.cls 7089 10 7089 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4668 /force-app/main/default/classes/MetadataService.cls 7090 20 7090 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7090 20 7090 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4669 /force-app/main/default/classes/MetadataService.cls 7090 20 7090 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4668 /force-app/main/default/classes/MetadataService.cls 7090 20 7090 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4670 /force-app/main/default/classes/MetadataService.cls 7091 20 7091 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7091 20 7091 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4671 /force-app/main/default/classes/MetadataService.cls 7091 20 7091 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4670 /force-app/main/default/classes/MetadataService.cls 7091 20 7091 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4672 /force-app/main/default/classes/MetadataService.cls 7092 20 7092 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4671 /force-app/main/default/classes/MetadataService.cls 7092 20 7092 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4673 /force-app/main/default/classes/MetadataService.cls 7092 20 7092 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7092 20 7092 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4674 /force-app/main/default/classes/MetadataService.cls 7094 9 7100 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4673 /force-app/main/default/classes/MetadataService.cls 7094 9 7100 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4675 /force-app/main/default/classes/MetadataService.cls 7096 10 7096 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4674 /force-app/main/default/classes/MetadataService.cls 7096 10 7096 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4676 /force-app/main/default/classes/MetadataService.cls 7097 20 7097 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7097 20 7097 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4677 /force-app/main/default/classes/MetadataService.cls 7097 20 7097 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4676 /force-app/main/default/classes/MetadataService.cls 7097 20 7097 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4678 /force-app/main/default/classes/MetadataService.cls 7098 20 7098 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7098 20 7098 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4679 /force-app/main/default/classes/MetadataService.cls 7098 20 7098 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4678 /force-app/main/default/classes/MetadataService.cls 7098 20 7098 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4680 /force-app/main/default/classes/MetadataService.cls 7099 20 7099 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4679 /force-app/main/default/classes/MetadataService.cls 7099 20 7099 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4681 /force-app/main/default/classes/MetadataService.cls 7099 20 7099 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4680 /force-app/main/default/classes/MetadataService.cls 7099 20 7099 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4682 /force-app/main/default/classes/MetadataService.cls 7101 9 7107 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4681 /force-app/main/default/classes/MetadataService.cls 7101 9 7107 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4683 /force-app/main/default/classes/MetadataService.cls 7101 9 7107 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAddressSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4682 /force-app/main/default/classes/MetadataService.cls 7101 9 7107 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAddressSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4684 /force-app/main/default/classes/MetadataService.cls 7103 10 7103 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4683 /force-app/main/default/classes/MetadataService.cls 7103 10 7103 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4685 /force-app/main/default/classes/MetadataService.cls 7104 20 7104 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7104 20 7104 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4686 /force-app/main/default/classes/MetadataService.cls 7104 20 7104 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4685 /force-app/main/default/classes/MetadataService.cls 7104 20 7104 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4687 /force-app/main/default/classes/MetadataService.cls 7105 20 7105 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7105 20 7105 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4688 /force-app/main/default/classes/MetadataService.cls 7105 20 7105 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4687 /force-app/main/default/classes/MetadataService.cls 7105 20 7105 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4689 /force-app/main/default/classes/MetadataService.cls 7106 20 7106 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4688 /force-app/main/default/classes/MetadataService.cls 7106 20 7106 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4690 /force-app/main/default/classes/MetadataService.cls 7106 20 7106 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7106 20 7106 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4691 /force-app/main/default/classes/MetadataService.cls 7108 9 7114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4690 /force-app/main/default/classes/MetadataService.cls 7108 9 7114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4692 /force-app/main/default/classes/MetadataService.cls 7110 10 7110 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4691 /force-app/main/default/classes/MetadataService.cls 7110 10 7110 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4693 /force-app/main/default/classes/MetadataService.cls 7111 20 7111 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7111 20 7111 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4694 /force-app/main/default/classes/MetadataService.cls 7111 20 7111 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4693 /force-app/main/default/classes/MetadataService.cls 7111 20 7111 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4695 /force-app/main/default/classes/MetadataService.cls 7112 20 7112 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7112 20 7112 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4696 /force-app/main/default/classes/MetadataService.cls 7112 20 7112 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4695 /force-app/main/default/classes/MetadataService.cls 7112 20 7112 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4697 /force-app/main/default/classes/MetadataService.cls 7113 20 7113 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4696 /force-app/main/default/classes/MetadataService.cls 7113 20 7113 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4698 /force-app/main/default/classes/MetadataService.cls 7113 20 7113 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4697 /force-app/main/default/classes/MetadataService.cls 7113 20 7113 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4699 /force-app/main/default/classes/MetadataService.cls 7115 9 7121 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4698 /force-app/main/default/classes/MetadataService.cls 7115 9 7121 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4700 /force-app/main/default/classes/MetadataService.cls 7115 9 7121 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCaseSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4699 /force-app/main/default/classes/MetadataService.cls 7115 9 7121 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCaseSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4701 /force-app/main/default/classes/MetadataService.cls 7117 10 7117 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4700 /force-app/main/default/classes/MetadataService.cls 7117 10 7117 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4702 /force-app/main/default/classes/MetadataService.cls 7118 20 7118 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7118 20 7118 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4703 /force-app/main/default/classes/MetadataService.cls 7118 20 7118 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4702 /force-app/main/default/classes/MetadataService.cls 7118 20 7118 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4704 /force-app/main/default/classes/MetadataService.cls 7119 20 7119 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7119 20 7119 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4705 /force-app/main/default/classes/MetadataService.cls 7119 20 7119 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4704 /force-app/main/default/classes/MetadataService.cls 7119 20 7119 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4706 /force-app/main/default/classes/MetadataService.cls 7120 20 7120 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4705 /force-app/main/default/classes/MetadataService.cls 7120 20 7120 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4707 /force-app/main/default/classes/MetadataService.cls 7120 20 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4706 /force-app/main/default/classes/MetadataService.cls 7120 20 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4708 /force-app/main/default/classes/MetadataService.cls 7122 9 7128 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4707 /force-app/main/default/classes/MetadataService.cls 7122 9 7128 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4709 /force-app/main/default/classes/MetadataService.cls 7124 10 7124 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4708 /force-app/main/default/classes/MetadataService.cls 7124 10 7124 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4710 /force-app/main/default/classes/MetadataService.cls 7125 20 7125 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7125 20 7125 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4711 /force-app/main/default/classes/MetadataService.cls 7125 20 7125 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4710 /force-app/main/default/classes/MetadataService.cls 7125 20 7125 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4712 /force-app/main/default/classes/MetadataService.cls 7126 20 7126 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7126 20 7126 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4713 /force-app/main/default/classes/MetadataService.cls 7126 20 7126 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4712 /force-app/main/default/classes/MetadataService.cls 7126 20 7126 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4714 /force-app/main/default/classes/MetadataService.cls 7127 20 7127 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4713 /force-app/main/default/classes/MetadataService.cls 7127 20 7127 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4715 /force-app/main/default/classes/MetadataService.cls 7127 20 7127 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4714 /force-app/main/default/classes/MetadataService.cls 7127 20 7127 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4716 /force-app/main/default/classes/MetadataService.cls 7129 9 7135 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4715 /force-app/main/default/classes/MetadataService.cls 7129 9 7135 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4717 /force-app/main/default/classes/MetadataService.cls 7129 9 7135 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4716 /force-app/main/default/classes/MetadataService.cls 7129 9 7135 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4718 /force-app/main/default/classes/MetadataService.cls 7131 10 7131 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4717 /force-app/main/default/classes/MetadataService.cls 7131 10 7131 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4719 /force-app/main/default/classes/MetadataService.cls 7132 20 7132 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7132 20 7132 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4720 /force-app/main/default/classes/MetadataService.cls 7132 20 7132 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4719 /force-app/main/default/classes/MetadataService.cls 7132 20 7132 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4721 /force-app/main/default/classes/MetadataService.cls 7133 20 7133 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7133 20 7133 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4722 /force-app/main/default/classes/MetadataService.cls 7133 20 7133 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4721 /force-app/main/default/classes/MetadataService.cls 7133 20 7133 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4723 /force-app/main/default/classes/MetadataService.cls 7134 20 7134 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4722 /force-app/main/default/classes/MetadataService.cls 7134 20 7134 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4724 /force-app/main/default/classes/MetadataService.cls 7134 20 7134 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7134 20 7134 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4725 /force-app/main/default/classes/MetadataService.cls 7136 9 7142 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4724 /force-app/main/default/classes/MetadataService.cls 7136 9 7142 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4726 /force-app/main/default/classes/MetadataService.cls 7138 10 7138 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4725 /force-app/main/default/classes/MetadataService.cls 7138 10 7138 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4727 /force-app/main/default/classes/MetadataService.cls 7139 20 7139 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7139 20 7139 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4728 /force-app/main/default/classes/MetadataService.cls 7139 20 7139 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4727 /force-app/main/default/classes/MetadataService.cls 7139 20 7139 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4729 /force-app/main/default/classes/MetadataService.cls 7140 20 7140 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7140 20 7140 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4730 /force-app/main/default/classes/MetadataService.cls 7140 20 7140 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4729 /force-app/main/default/classes/MetadataService.cls 7140 20 7140 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4731 /force-app/main/default/classes/MetadataService.cls 7141 20 7141 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4730 /force-app/main/default/classes/MetadataService.cls 7141 20 7141 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4732 /force-app/main/default/classes/MetadataService.cls 7141 20 7141 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4731 /force-app/main/default/classes/MetadataService.cls 7141 20 7141 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4733 /force-app/main/default/classes/MetadataService.cls 7143 9 7149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4732 /force-app/main/default/classes/MetadataService.cls 7143 9 7149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4734 /force-app/main/default/classes/MetadataService.cls 7143 9 7149 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4733 /force-app/main/default/classes/MetadataService.cls 7143 9 7149 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4735 /force-app/main/default/classes/MetadataService.cls 7145 10 7145 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4734 /force-app/main/default/classes/MetadataService.cls 7145 10 7145 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4736 /force-app/main/default/classes/MetadataService.cls 7146 20 7146 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7146 20 7146 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4737 /force-app/main/default/classes/MetadataService.cls 7146 20 7146 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4736 /force-app/main/default/classes/MetadataService.cls 7146 20 7146 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4738 /force-app/main/default/classes/MetadataService.cls 7147 20 7147 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7147 20 7147 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4739 /force-app/main/default/classes/MetadataService.cls 7147 20 7147 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4738 /force-app/main/default/classes/MetadataService.cls 7147 20 7147 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4740 /force-app/main/default/classes/MetadataService.cls 7148 20 7148 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4739 /force-app/main/default/classes/MetadataService.cls 7148 20 7148 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4741 /force-app/main/default/classes/MetadataService.cls 7148 20 7148 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7148 20 7148 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4742 /force-app/main/default/classes/MetadataService.cls 7150 9 7156 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4741 /force-app/main/default/classes/MetadataService.cls 7150 9 7156 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4743 /force-app/main/default/classes/MetadataService.cls 7152 10 7152 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4742 /force-app/main/default/classes/MetadataService.cls 7152 10 7152 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4744 /force-app/main/default/classes/MetadataService.cls 7153 20 7153 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7153 20 7153 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4745 /force-app/main/default/classes/MetadataService.cls 7153 20 7153 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4744 /force-app/main/default/classes/MetadataService.cls 7153 20 7153 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4746 /force-app/main/default/classes/MetadataService.cls 7154 20 7154 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7154 20 7154 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4747 /force-app/main/default/classes/MetadataService.cls 7154 20 7154 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4746 /force-app/main/default/classes/MetadataService.cls 7154 20 7154 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4748 /force-app/main/default/classes/MetadataService.cls 7155 20 7155 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4747 /force-app/main/default/classes/MetadataService.cls 7155 20 7155 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4749 /force-app/main/default/classes/MetadataService.cls 7155 20 7155 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4748 /force-app/main/default/classes/MetadataService.cls 7155 20 7155 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4750 /force-app/main/default/classes/MetadataService.cls 7157 9 7163 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4749 /force-app/main/default/classes/MetadataService.cls 7157 9 7163 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4751 /force-app/main/default/classes/MetadataService.cls 7157 9 7163 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4750 /force-app/main/default/classes/MetadataService.cls 7157 9 7163 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4752 /force-app/main/default/classes/MetadataService.cls 7159 10 7159 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4751 /force-app/main/default/classes/MetadataService.cls 7159 10 7159 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4753 /force-app/main/default/classes/MetadataService.cls 7160 20 7160 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7160 20 7160 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4754 /force-app/main/default/classes/MetadataService.cls 7160 20 7160 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4753 /force-app/main/default/classes/MetadataService.cls 7160 20 7160 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4755 /force-app/main/default/classes/MetadataService.cls 7161 20 7161 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7161 20 7161 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4756 /force-app/main/default/classes/MetadataService.cls 7161 20 7161 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4755 /force-app/main/default/classes/MetadataService.cls 7161 20 7161 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4757 /force-app/main/default/classes/MetadataService.cls 7162 20 7162 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4756 /force-app/main/default/classes/MetadataService.cls 7162 20 7162 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4758 /force-app/main/default/classes/MetadataService.cls 7162 20 7162 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4757 /force-app/main/default/classes/MetadataService.cls 7162 20 7162 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4759 /force-app/main/default/classes/MetadataService.cls 7164 9 7170 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4758 /force-app/main/default/classes/MetadataService.cls 7164 9 7170 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4760 /force-app/main/default/classes/MetadataService.cls 7166 10 7166 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4759 /force-app/main/default/classes/MetadataService.cls 7166 10 7166 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4761 /force-app/main/default/classes/MetadataService.cls 7167 20 7167 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7167 20 7167 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4762 /force-app/main/default/classes/MetadataService.cls 7167 20 7167 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4761 /force-app/main/default/classes/MetadataService.cls 7167 20 7167 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4763 /force-app/main/default/classes/MetadataService.cls 7168 20 7168 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7168 20 7168 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4764 /force-app/main/default/classes/MetadataService.cls 7168 20 7168 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4763 /force-app/main/default/classes/MetadataService.cls 7168 20 7168 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4765 /force-app/main/default/classes/MetadataService.cls 7169 20 7169 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4764 /force-app/main/default/classes/MetadataService.cls 7169 20 7169 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4766 /force-app/main/default/classes/MetadataService.cls 7169 20 7169 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4765 /force-app/main/default/classes/MetadataService.cls 7169 20 7169 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4767 /force-app/main/default/classes/MetadataService.cls 7171 9 7177 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4766 /force-app/main/default/classes/MetadataService.cls 7171 9 7177 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4768 /force-app/main/default/classes/MetadataService.cls 7171 9 7177 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readScontrolResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4767 /force-app/main/default/classes/MetadataService.cls 7171 9 7177 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readScontrolResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4769 /force-app/main/default/classes/MetadataService.cls 7173 10 7173 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4768 /force-app/main/default/classes/MetadataService.cls 7173 10 7173 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4770 /force-app/main/default/classes/MetadataService.cls 7174 20 7174 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7174 20 7174 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4771 /force-app/main/default/classes/MetadataService.cls 7174 20 7174 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4770 /force-app/main/default/classes/MetadataService.cls 7174 20 7174 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4772 /force-app/main/default/classes/MetadataService.cls 7175 20 7175 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7175 20 7175 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4773 /force-app/main/default/classes/MetadataService.cls 7175 20 7175 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4772 /force-app/main/default/classes/MetadataService.cls 7175 20 7175 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4774 /force-app/main/default/classes/MetadataService.cls 7176 20 7176 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4773 /force-app/main/default/classes/MetadataService.cls 7176 20 7176 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4775 /force-app/main/default/classes/MetadataService.cls 7176 20 7176 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4774 /force-app/main/default/classes/MetadataService.cls 7176 20 7176 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4776 /force-app/main/default/classes/MetadataService.cls 7178 9 7184 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4775 /force-app/main/default/classes/MetadataService.cls 7178 9 7184 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4777 /force-app/main/default/classes/MetadataService.cls 7180 10 7180 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4776 /force-app/main/default/classes/MetadataService.cls 7180 10 7180 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4778 /force-app/main/default/classes/MetadataService.cls 7181 20 7181 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7181 20 7181 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4779 /force-app/main/default/classes/MetadataService.cls 7181 20 7181 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4778 /force-app/main/default/classes/MetadataService.cls 7181 20 7181 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4780 /force-app/main/default/classes/MetadataService.cls 7182 20 7182 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7182 20 7182 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4781 /force-app/main/default/classes/MetadataService.cls 7182 20 7182 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4780 /force-app/main/default/classes/MetadataService.cls 7182 20 7182 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4782 /force-app/main/default/classes/MetadataService.cls 7183 20 7183 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4781 /force-app/main/default/classes/MetadataService.cls 7183 20 7183 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4783 /force-app/main/default/classes/MetadataService.cls 7183 20 7183 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4782 /force-app/main/default/classes/MetadataService.cls 7183 20 7183 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4784 /force-app/main/default/classes/MetadataService.cls 7185 9 7191 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4783 /force-app/main/default/classes/MetadataService.cls 7185 9 7191 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4785 /force-app/main/default/classes/MetadataService.cls 7185 9 7191 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4784 /force-app/main/default/classes/MetadataService.cls 7185 9 7191 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4786 /force-app/main/default/classes/MetadataService.cls 7187 10 7187 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4785 /force-app/main/default/classes/MetadataService.cls 7187 10 7187 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4787 /force-app/main/default/classes/MetadataService.cls 7188 20 7188 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7188 20 7188 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4788 /force-app/main/default/classes/MetadataService.cls 7188 20 7188 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4787 /force-app/main/default/classes/MetadataService.cls 7188 20 7188 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4789 /force-app/main/default/classes/MetadataService.cls 7189 20 7189 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7189 20 7189 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4790 /force-app/main/default/classes/MetadataService.cls 7189 20 7189 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4789 /force-app/main/default/classes/MetadataService.cls 7189 20 7189 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4791 /force-app/main/default/classes/MetadataService.cls 7190 20 7190 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4790 /force-app/main/default/classes/MetadataService.cls 7190 20 7190 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4792 /force-app/main/default/classes/MetadataService.cls 7190 20 7190 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7190 20 7190 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4793 /force-app/main/default/classes/MetadataService.cls 7192 9 7198 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4792 /force-app/main/default/classes/MetadataService.cls 7192 9 7198 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4794 /force-app/main/default/classes/MetadataService.cls 7194 10 7194 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4793 /force-app/main/default/classes/MetadataService.cls 7194 10 7194 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4795 /force-app/main/default/classes/MetadataService.cls 7195 20 7195 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7195 20 7195 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4796 /force-app/main/default/classes/MetadataService.cls 7195 20 7195 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4795 /force-app/main/default/classes/MetadataService.cls 7195 20 7195 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4797 /force-app/main/default/classes/MetadataService.cls 7196 20 7196 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7196 20 7196 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4798 /force-app/main/default/classes/MetadataService.cls 7196 20 7196 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4797 /force-app/main/default/classes/MetadataService.cls 7196 20 7196 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4799 /force-app/main/default/classes/MetadataService.cls 7197 20 7197 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4798 /force-app/main/default/classes/MetadataService.cls 7197 20 7197 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4800 /force-app/main/default/classes/MetadataService.cls 7197 20 7197 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4799 /force-app/main/default/classes/MetadataService.cls 7197 20 7197 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4801 /force-app/main/default/classes/MetadataService.cls 7199 9 7205 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4800 /force-app/main/default/classes/MetadataService.cls 7199 9 7205 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4802 /force-app/main/default/classes/MetadataService.cls 7199 9 7205 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4801 /force-app/main/default/classes/MetadataService.cls 7199 9 7205 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4803 /force-app/main/default/classes/MetadataService.cls 7201 10 7201 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4802 /force-app/main/default/classes/MetadataService.cls 7201 10 7201 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4804 /force-app/main/default/classes/MetadataService.cls 7202 20 7202 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7202 20 7202 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4805 /force-app/main/default/classes/MetadataService.cls 7202 20 7202 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4804 /force-app/main/default/classes/MetadataService.cls 7202 20 7202 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4806 /force-app/main/default/classes/MetadataService.cls 7203 20 7203 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7203 20 7203 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4807 /force-app/main/default/classes/MetadataService.cls 7203 20 7203 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4806 /force-app/main/default/classes/MetadataService.cls 7203 20 7203 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4808 /force-app/main/default/classes/MetadataService.cls 7204 20 7204 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4807 /force-app/main/default/classes/MetadataService.cls 7204 20 7204 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4809 /force-app/main/default/classes/MetadataService.cls 7204 20 7204 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7204 20 7204 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4810 /force-app/main/default/classes/MetadataService.cls 7206 9 7212 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4809 /force-app/main/default/classes/MetadataService.cls 7206 9 7212 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4811 /force-app/main/default/classes/MetadataService.cls 7208 10 7208 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4810 /force-app/main/default/classes/MetadataService.cls 7208 10 7208 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4812 /force-app/main/default/classes/MetadataService.cls 7209 20 7209 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7209 20 7209 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4813 /force-app/main/default/classes/MetadataService.cls 7209 20 7209 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4812 /force-app/main/default/classes/MetadataService.cls 7209 20 7209 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4814 /force-app/main/default/classes/MetadataService.cls 7210 20 7210 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7210 20 7210 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4815 /force-app/main/default/classes/MetadataService.cls 7210 20 7210 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4814 /force-app/main/default/classes/MetadataService.cls 7210 20 7210 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4816 /force-app/main/default/classes/MetadataService.cls 7211 20 7211 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4815 /force-app/main/default/classes/MetadataService.cls 7211 20 7211 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4817 /force-app/main/default/classes/MetadataService.cls 7211 20 7211 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4816 /force-app/main/default/classes/MetadataService.cls 7211 20 7211 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4818 /force-app/main/default/classes/MetadataService.cls 7213 9 7219 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4817 /force-app/main/default/classes/MetadataService.cls 7213 9 7219 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4819 /force-app/main/default/classes/MetadataService.cls 7213 9 7219 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexClassResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4818 /force-app/main/default/classes/MetadataService.cls 7213 9 7219 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexClassResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4820 /force-app/main/default/classes/MetadataService.cls 7215 10 7215 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4819 /force-app/main/default/classes/MetadataService.cls 7215 10 7215 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4821 /force-app/main/default/classes/MetadataService.cls 7216 20 7216 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7216 20 7216 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4822 /force-app/main/default/classes/MetadataService.cls 7216 20 7216 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4821 /force-app/main/default/classes/MetadataService.cls 7216 20 7216 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4823 /force-app/main/default/classes/MetadataService.cls 7217 20 7217 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7217 20 7217 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4824 /force-app/main/default/classes/MetadataService.cls 7217 20 7217 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4823 /force-app/main/default/classes/MetadataService.cls 7217 20 7217 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4825 /force-app/main/default/classes/MetadataService.cls 7218 20 7218 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4824 /force-app/main/default/classes/MetadataService.cls 7218 20 7218 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4826 /force-app/main/default/classes/MetadataService.cls 7218 20 7218 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4825 /force-app/main/default/classes/MetadataService.cls 7218 20 7218 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4827 /force-app/main/default/classes/MetadataService.cls 7220 9 7226 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4826 /force-app/main/default/classes/MetadataService.cls 7220 9 7226 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4828 /force-app/main/default/classes/MetadataService.cls 7222 10 7222 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4827 /force-app/main/default/classes/MetadataService.cls 7222 10 7222 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4829 /force-app/main/default/classes/MetadataService.cls 7223 20 7223 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7223 20 7223 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4830 /force-app/main/default/classes/MetadataService.cls 7223 20 7223 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4829 /force-app/main/default/classes/MetadataService.cls 7223 20 7223 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4831 /force-app/main/default/classes/MetadataService.cls 7224 20 7224 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7224 20 7224 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4832 /force-app/main/default/classes/MetadataService.cls 7224 20 7224 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4831 /force-app/main/default/classes/MetadataService.cls 7224 20 7224 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4833 /force-app/main/default/classes/MetadataService.cls 7225 20 7225 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4832 /force-app/main/default/classes/MetadataService.cls 7225 20 7225 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4834 /force-app/main/default/classes/MetadataService.cls 7225 20 7225 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4833 /force-app/main/default/classes/MetadataService.cls 7225 20 7225 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4835 /force-app/main/default/classes/MetadataService.cls 7227 9 7233 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4834 /force-app/main/default/classes/MetadataService.cls 7227 9 7233 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4836 /force-app/main/default/classes/MetadataService.cls 7227 9 7233 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexTriggerResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4835 /force-app/main/default/classes/MetadataService.cls 7227 9 7233 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexTriggerResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4837 /force-app/main/default/classes/MetadataService.cls 7229 10 7229 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4836 /force-app/main/default/classes/MetadataService.cls 7229 10 7229 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4838 /force-app/main/default/classes/MetadataService.cls 7230 20 7230 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7230 20 7230 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4839 /force-app/main/default/classes/MetadataService.cls 7230 20 7230 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4838 /force-app/main/default/classes/MetadataService.cls 7230 20 7230 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4840 /force-app/main/default/classes/MetadataService.cls 7231 20 7231 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7231 20 7231 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4841 /force-app/main/default/classes/MetadataService.cls 7231 20 7231 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4840 /force-app/main/default/classes/MetadataService.cls 7231 20 7231 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4842 /force-app/main/default/classes/MetadataService.cls 7232 20 7232 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4841 /force-app/main/default/classes/MetadataService.cls 7232 20 7232 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4843 /force-app/main/default/classes/MetadataService.cls 7232 20 7232 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7232 20 7232 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4844 /force-app/main/default/classes/MetadataService.cls 7234 9 7240 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4843 /force-app/main/default/classes/MetadataService.cls 7234 9 7240 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4845 /force-app/main/default/classes/MetadataService.cls 7236 10 7236 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4844 /force-app/main/default/classes/MetadataService.cls 7236 10 7236 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4846 /force-app/main/default/classes/MetadataService.cls 7237 20 7237 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7237 20 7237 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4847 /force-app/main/default/classes/MetadataService.cls 7237 20 7237 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4846 /force-app/main/default/classes/MetadataService.cls 7237 20 7237 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4848 /force-app/main/default/classes/MetadataService.cls 7238 20 7238 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7238 20 7238 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4849 /force-app/main/default/classes/MetadataService.cls 7238 20 7238 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4848 /force-app/main/default/classes/MetadataService.cls 7238 20 7238 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4850 /force-app/main/default/classes/MetadataService.cls 7239 20 7239 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4849 /force-app/main/default/classes/MetadataService.cls 7239 20 7239 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4851 /force-app/main/default/classes/MetadataService.cls 7239 20 7239 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4850 /force-app/main/default/classes/MetadataService.cls 7239 20 7239 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4852 /force-app/main/default/classes/MetadataService.cls 7241 9 7247 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4851 /force-app/main/default/classes/MetadataService.cls 7241 9 7247 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4853 /force-app/main/default/classes/MetadataService.cls 7241 9 7247 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStaticResourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4852 /force-app/main/default/classes/MetadataService.cls 7241 9 7247 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStaticResourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4854 /force-app/main/default/classes/MetadataService.cls 7243 10 7243 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4853 /force-app/main/default/classes/MetadataService.cls 7243 10 7243 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4855 /force-app/main/default/classes/MetadataService.cls 7244 20 7244 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7244 20 7244 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4856 /force-app/main/default/classes/MetadataService.cls 7244 20 7244 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4855 /force-app/main/default/classes/MetadataService.cls 7244 20 7244 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4857 /force-app/main/default/classes/MetadataService.cls 7245 20 7245 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7245 20 7245 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4858 /force-app/main/default/classes/MetadataService.cls 7245 20 7245 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4857 /force-app/main/default/classes/MetadataService.cls 7245 20 7245 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4859 /force-app/main/default/classes/MetadataService.cls 7246 20 7246 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4858 /force-app/main/default/classes/MetadataService.cls 7246 20 7246 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4860 /force-app/main/default/classes/MetadataService.cls 7246 20 7246 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7246 20 7246 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4861 /force-app/main/default/classes/MetadataService.cls 7248 9 7254 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4860 /force-app/main/default/classes/MetadataService.cls 7248 9 7254 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4862 /force-app/main/default/classes/MetadataService.cls 7250 10 7250 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4861 /force-app/main/default/classes/MetadataService.cls 7250 10 7250 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4863 /force-app/main/default/classes/MetadataService.cls 7251 20 7251 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7251 20 7251 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4864 /force-app/main/default/classes/MetadataService.cls 7251 20 7251 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4863 /force-app/main/default/classes/MetadataService.cls 7251 20 7251 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4865 /force-app/main/default/classes/MetadataService.cls 7252 20 7252 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7252 20 7252 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4866 /force-app/main/default/classes/MetadataService.cls 7252 20 7252 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4865 /force-app/main/default/classes/MetadataService.cls 7252 20 7252 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4867 /force-app/main/default/classes/MetadataService.cls 7253 20 7253 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4866 /force-app/main/default/classes/MetadataService.cls 7253 20 7253 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4868 /force-app/main/default/classes/MetadataService.cls 7253 20 7253 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4867 /force-app/main/default/classes/MetadataService.cls 7253 20 7253 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4869 /force-app/main/default/classes/MetadataService.cls 7255 9 7261 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4868 /force-app/main/default/classes/MetadataService.cls 7255 9 7261 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4870 /force-app/main/default/classes/MetadataService.cls 7255 9 7261 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4869 /force-app/main/default/classes/MetadataService.cls 7255 9 7261 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4871 /force-app/main/default/classes/MetadataService.cls 7257 10 7257 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4870 /force-app/main/default/classes/MetadataService.cls 7257 10 7257 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4872 /force-app/main/default/classes/MetadataService.cls 7258 20 7258 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7258 20 7258 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4873 /force-app/main/default/classes/MetadataService.cls 7258 20 7258 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4872 /force-app/main/default/classes/MetadataService.cls 7258 20 7258 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4874 /force-app/main/default/classes/MetadataService.cls 7259 20 7259 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7259 20 7259 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4875 /force-app/main/default/classes/MetadataService.cls 7259 20 7259 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4874 /force-app/main/default/classes/MetadataService.cls 7259 20 7259 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4876 /force-app/main/default/classes/MetadataService.cls 7260 20 7260 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4875 /force-app/main/default/classes/MetadataService.cls 7260 20 7260 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4877 /force-app/main/default/classes/MetadataService.cls 7260 20 7260 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7260 20 7260 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4878 /force-app/main/default/classes/MetadataService.cls 7262 9 7268 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4877 /force-app/main/default/classes/MetadataService.cls 7262 9 7268 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4879 /force-app/main/default/classes/MetadataService.cls 7264 10 7264 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4878 /force-app/main/default/classes/MetadataService.cls 7264 10 7264 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4880 /force-app/main/default/classes/MetadataService.cls 7265 20 7265 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7265 20 7265 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4881 /force-app/main/default/classes/MetadataService.cls 7265 20 7265 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4880 /force-app/main/default/classes/MetadataService.cls 7265 20 7265 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4882 /force-app/main/default/classes/MetadataService.cls 7266 20 7266 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7266 20 7266 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4883 /force-app/main/default/classes/MetadataService.cls 7266 20 7266 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4882 /force-app/main/default/classes/MetadataService.cls 7266 20 7266 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4884 /force-app/main/default/classes/MetadataService.cls 7267 20 7267 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4883 /force-app/main/default/classes/MetadataService.cls 7267 20 7267 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4885 /force-app/main/default/classes/MetadataService.cls 7267 20 7267 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4884 /force-app/main/default/classes/MetadataService.cls 7267 20 7267 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4886 /force-app/main/default/classes/MetadataService.cls 7269 9 7275 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4885 /force-app/main/default/classes/MetadataService.cls 7269 9 7275 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4887 /force-app/main/default/classes/MetadataService.cls 7269 9 7275 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4886 /force-app/main/default/classes/MetadataService.cls 7269 9 7275 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4888 /force-app/main/default/classes/MetadataService.cls 7271 10 7271 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4887 /force-app/main/default/classes/MetadataService.cls 7271 10 7271 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4889 /force-app/main/default/classes/MetadataService.cls 7272 20 7272 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7272 20 7272 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4890 /force-app/main/default/classes/MetadataService.cls 7272 20 7272 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4889 /force-app/main/default/classes/MetadataService.cls 7272 20 7272 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4891 /force-app/main/default/classes/MetadataService.cls 7273 20 7273 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7273 20 7273 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4892 /force-app/main/default/classes/MetadataService.cls 7273 20 7273 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4891 /force-app/main/default/classes/MetadataService.cls 7273 20 7273 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4893 /force-app/main/default/classes/MetadataService.cls 7274 20 7274 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4892 /force-app/main/default/classes/MetadataService.cls 7274 20 7274 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4894 /force-app/main/default/classes/MetadataService.cls 7274 20 7274 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7274 20 7274 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4895 /force-app/main/default/classes/MetadataService.cls 7276 9 7282 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4894 /force-app/main/default/classes/MetadataService.cls 7276 9 7282 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4896 /force-app/main/default/classes/MetadataService.cls 7278 10 7278 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4895 /force-app/main/default/classes/MetadataService.cls 7278 10 7278 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4897 /force-app/main/default/classes/MetadataService.cls 7279 20 7279 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7279 20 7279 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4898 /force-app/main/default/classes/MetadataService.cls 7279 20 7279 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4897 /force-app/main/default/classes/MetadataService.cls 7279 20 7279 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4899 /force-app/main/default/classes/MetadataService.cls 7280 20 7280 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7280 20 7280 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4900 /force-app/main/default/classes/MetadataService.cls 7280 20 7280 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4899 /force-app/main/default/classes/MetadataService.cls 7280 20 7280 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4901 /force-app/main/default/classes/MetadataService.cls 7281 20 7281 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4900 /force-app/main/default/classes/MetadataService.cls 7281 20 7281 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4902 /force-app/main/default/classes/MetadataService.cls 7281 20 7281 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4901 /force-app/main/default/classes/MetadataService.cls 7281 20 7281 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4903 /force-app/main/default/classes/MetadataService.cls 7283 9 7289 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4902 /force-app/main/default/classes/MetadataService.cls 7283 9 7289 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4904 /force-app/main/default/classes/MetadataService.cls 7283 9 7289 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4903 /force-app/main/default/classes/MetadataService.cls 7283 9 7289 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4905 /force-app/main/default/classes/MetadataService.cls 7285 10 7285 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4904 /force-app/main/default/classes/MetadataService.cls 7285 10 7285 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4906 /force-app/main/default/classes/MetadataService.cls 7286 20 7286 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7286 20 7286 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4907 /force-app/main/default/classes/MetadataService.cls 7286 20 7286 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4906 /force-app/main/default/classes/MetadataService.cls 7286 20 7286 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4908 /force-app/main/default/classes/MetadataService.cls 7287 20 7287 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7287 20 7287 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4909 /force-app/main/default/classes/MetadataService.cls 7287 20 7287 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4908 /force-app/main/default/classes/MetadataService.cls 7287 20 7287 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4910 /force-app/main/default/classes/MetadataService.cls 7288 20 7288 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4909 /force-app/main/default/classes/MetadataService.cls 7288 20 7288 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4911 /force-app/main/default/classes/MetadataService.cls 7288 20 7288 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7288 20 7288 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4912 /force-app/main/default/classes/MetadataService.cls 7290 9 7296 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4911 /force-app/main/default/classes/MetadataService.cls 7290 9 7296 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4913 /force-app/main/default/classes/MetadataService.cls 7292 10 7292 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4912 /force-app/main/default/classes/MetadataService.cls 7292 10 7292 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4914 /force-app/main/default/classes/MetadataService.cls 7293 20 7293 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7293 20 7293 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4915 /force-app/main/default/classes/MetadataService.cls 7293 20 7293 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4914 /force-app/main/default/classes/MetadataService.cls 7293 20 7293 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4916 /force-app/main/default/classes/MetadataService.cls 7294 20 7294 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7294 20 7294 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4917 /force-app/main/default/classes/MetadataService.cls 7294 20 7294 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4916 /force-app/main/default/classes/MetadataService.cls 7294 20 7294 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4918 /force-app/main/default/classes/MetadataService.cls 7295 20 7295 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4917 /force-app/main/default/classes/MetadataService.cls 7295 20 7295 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4919 /force-app/main/default/classes/MetadataService.cls 7295 20 7295 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4918 /force-app/main/default/classes/MetadataService.cls 7295 20 7295 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4920 /force-app/main/default/classes/MetadataService.cls 7297 9 7303 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4919 /force-app/main/default/classes/MetadataService.cls 7297 9 7303 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4921 /force-app/main/default/classes/MetadataService.cls 7297 9 7303 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAccountSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4920 /force-app/main/default/classes/MetadataService.cls 7297 9 7303 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAccountSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4922 /force-app/main/default/classes/MetadataService.cls 7299 10 7299 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4921 /force-app/main/default/classes/MetadataService.cls 7299 10 7299 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4923 /force-app/main/default/classes/MetadataService.cls 7300 20 7300 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7300 20 7300 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4924 /force-app/main/default/classes/MetadataService.cls 7300 20 7300 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4923 /force-app/main/default/classes/MetadataService.cls 7300 20 7300 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4925 /force-app/main/default/classes/MetadataService.cls 7301 20 7301 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7301 20 7301 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4926 /force-app/main/default/classes/MetadataService.cls 7301 20 7301 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4925 /force-app/main/default/classes/MetadataService.cls 7301 20 7301 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4927 /force-app/main/default/classes/MetadataService.cls 7302 20 7302 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4926 /force-app/main/default/classes/MetadataService.cls 7302 20 7302 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4928 /force-app/main/default/classes/MetadataService.cls 7302 20 7302 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7302 20 7302 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4929 /force-app/main/default/classes/MetadataService.cls 7304 9 7310 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4928 /force-app/main/default/classes/MetadataService.cls 7304 9 7310 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4930 /force-app/main/default/classes/MetadataService.cls 7306 10 7306 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4929 /force-app/main/default/classes/MetadataService.cls 7306 10 7306 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4931 /force-app/main/default/classes/MetadataService.cls 7307 20 7307 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7307 20 7307 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4932 /force-app/main/default/classes/MetadataService.cls 7307 20 7307 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4931 /force-app/main/default/classes/MetadataService.cls 7307 20 7307 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4933 /force-app/main/default/classes/MetadataService.cls 7308 20 7308 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7308 20 7308 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4934 /force-app/main/default/classes/MetadataService.cls 7308 20 7308 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4933 /force-app/main/default/classes/MetadataService.cls 7308 20 7308 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4935 /force-app/main/default/classes/MetadataService.cls 7309 20 7309 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4934 /force-app/main/default/classes/MetadataService.cls 7309 20 7309 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4936 /force-app/main/default/classes/MetadataService.cls 7309 20 7309 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4935 /force-app/main/default/classes/MetadataService.cls 7309 20 7309 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4937 /force-app/main/default/classes/MetadataService.cls 7311 9 7317 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4936 /force-app/main/default/classes/MetadataService.cls 7311 9 7317 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4938 /force-app/main/default/classes/MetadataService.cls 7311 9 7317 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQueueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4937 /force-app/main/default/classes/MetadataService.cls 7311 9 7317 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQueueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4939 /force-app/main/default/classes/MetadataService.cls 7313 10 7313 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4938 /force-app/main/default/classes/MetadataService.cls 7313 10 7313 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4940 /force-app/main/default/classes/MetadataService.cls 7314 20 7314 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7314 20 7314 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4941 /force-app/main/default/classes/MetadataService.cls 7314 20 7314 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4940 /force-app/main/default/classes/MetadataService.cls 7314 20 7314 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4942 /force-app/main/default/classes/MetadataService.cls 7315 20 7315 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7315 20 7315 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4943 /force-app/main/default/classes/MetadataService.cls 7315 20 7315 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4942 /force-app/main/default/classes/MetadataService.cls 7315 20 7315 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4944 /force-app/main/default/classes/MetadataService.cls 7316 20 7316 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4943 /force-app/main/default/classes/MetadataService.cls 7316 20 7316 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4945 /force-app/main/default/classes/MetadataService.cls 7316 20 7316 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7316 20 7316 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4946 /force-app/main/default/classes/MetadataService.cls 7318 9 7324 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4945 /force-app/main/default/classes/MetadataService.cls 7318 9 7324 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4947 /force-app/main/default/classes/MetadataService.cls 7320 10 7320 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4946 /force-app/main/default/classes/MetadataService.cls 7320 10 7320 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4948 /force-app/main/default/classes/MetadataService.cls 7321 20 7321 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7321 20 7321 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4949 /force-app/main/default/classes/MetadataService.cls 7321 20 7321 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4948 /force-app/main/default/classes/MetadataService.cls 7321 20 7321 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4950 /force-app/main/default/classes/MetadataService.cls 7322 20 7322 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7322 20 7322 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4951 /force-app/main/default/classes/MetadataService.cls 7322 20 7322 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4950 /force-app/main/default/classes/MetadataService.cls 7322 20 7322 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4952 /force-app/main/default/classes/MetadataService.cls 7323 20 7323 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4951 /force-app/main/default/classes/MetadataService.cls 7323 20 7323 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4953 /force-app/main/default/classes/MetadataService.cls 7323 20 7323 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4952 /force-app/main/default/classes/MetadataService.cls 7323 20 7323 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4954 /force-app/main/default/classes/MetadataService.cls 7325 9 7331 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4953 /force-app/main/default/classes/MetadataService.cls 7325 9 7331 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4955 /force-app/main/default/classes/MetadataService.cls 7325 9 7331 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomDataTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4954 /force-app/main/default/classes/MetadataService.cls 7325 9 7331 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomDataTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4956 /force-app/main/default/classes/MetadataService.cls 7327 10 7327 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4955 /force-app/main/default/classes/MetadataService.cls 7327 10 7327 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4957 /force-app/main/default/classes/MetadataService.cls 7328 20 7328 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7328 20 7328 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4958 /force-app/main/default/classes/MetadataService.cls 7328 20 7328 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4957 /force-app/main/default/classes/MetadataService.cls 7328 20 7328 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4959 /force-app/main/default/classes/MetadataService.cls 7329 20 7329 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7329 20 7329 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4960 /force-app/main/default/classes/MetadataService.cls 7329 20 7329 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4959 /force-app/main/default/classes/MetadataService.cls 7329 20 7329 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4961 /force-app/main/default/classes/MetadataService.cls 7330 20 7330 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4960 /force-app/main/default/classes/MetadataService.cls 7330 20 7330 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4962 /force-app/main/default/classes/MetadataService.cls 7330 20 7330 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7330 20 7330 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4963 /force-app/main/default/classes/MetadataService.cls 7332 9 7338 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4962 /force-app/main/default/classes/MetadataService.cls 7332 9 7338 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4964 /force-app/main/default/classes/MetadataService.cls 7334 10 7334 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4963 /force-app/main/default/classes/MetadataService.cls 7334 10 7334 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4965 /force-app/main/default/classes/MetadataService.cls 7335 20 7335 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7335 20 7335 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4966 /force-app/main/default/classes/MetadataService.cls 7335 20 7335 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4965 /force-app/main/default/classes/MetadataService.cls 7335 20 7335 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4967 /force-app/main/default/classes/MetadataService.cls 7336 20 7336 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7336 20 7336 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4968 /force-app/main/default/classes/MetadataService.cls 7336 20 7336 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4967 /force-app/main/default/classes/MetadataService.cls 7336 20 7336 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4969 /force-app/main/default/classes/MetadataService.cls 7337 20 7337 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4968 /force-app/main/default/classes/MetadataService.cls 7337 20 7337 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4970 /force-app/main/default/classes/MetadataService.cls 7337 20 7337 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4969 /force-app/main/default/classes/MetadataService.cls 7337 20 7337 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4971 /force-app/main/default/classes/MetadataService.cls 7339 9 7345 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4970 /force-app/main/default/classes/MetadataService.cls 7339 9 7345 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4972 /force-app/main/default/classes/MetadataService.cls 7339 9 7345 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readExternalDataSourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4971 /force-app/main/default/classes/MetadataService.cls 7339 9 7345 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readExternalDataSourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4973 /force-app/main/default/classes/MetadataService.cls 7341 10 7341 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4972 /force-app/main/default/classes/MetadataService.cls 7341 10 7341 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4974 /force-app/main/default/classes/MetadataService.cls 7342 20 7342 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7342 20 7342 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4975 /force-app/main/default/classes/MetadataService.cls 7342 20 7342 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4974 /force-app/main/default/classes/MetadataService.cls 7342 20 7342 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4976 /force-app/main/default/classes/MetadataService.cls 7343 20 7343 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7343 20 7343 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4977 /force-app/main/default/classes/MetadataService.cls 7343 20 7343 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4976 /force-app/main/default/classes/MetadataService.cls 7343 20 7343 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4978 /force-app/main/default/classes/MetadataService.cls 7344 20 7344 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4977 /force-app/main/default/classes/MetadataService.cls 7344 20 7344 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4979 /force-app/main/default/classes/MetadataService.cls 7344 20 7344 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7344 20 7344 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4980 /force-app/main/default/classes/MetadataService.cls 7346 9 7352 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4979 /force-app/main/default/classes/MetadataService.cls 7346 9 7352 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4981 /force-app/main/default/classes/MetadataService.cls 7348 10 7348 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4980 /force-app/main/default/classes/MetadataService.cls 7348 10 7348 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4982 /force-app/main/default/classes/MetadataService.cls 7349 20 7349 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7349 20 7349 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4983 /force-app/main/default/classes/MetadataService.cls 7349 20 7349 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4982 /force-app/main/default/classes/MetadataService.cls 7349 20 7349 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4984 /force-app/main/default/classes/MetadataService.cls 7350 20 7350 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7350 20 7350 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4985 /force-app/main/default/classes/MetadataService.cls 7350 20 7350 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4984 /force-app/main/default/classes/MetadataService.cls 7350 20 7350 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4986 /force-app/main/default/classes/MetadataService.cls 7351 20 7351 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4985 /force-app/main/default/classes/MetadataService.cls 7351 20 7351 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4987 /force-app/main/default/classes/MetadataService.cls 7351 20 7351 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4986 /force-app/main/default/classes/MetadataService.cls 7351 20 7351 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4988 /force-app/main/default/classes/MetadataService.cls 7353 9 7359 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4987 /force-app/main/default/classes/MetadataService.cls 7353 9 7359 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4989 /force-app/main/default/classes/MetadataService.cls 7353 9 7359 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4988 /force-app/main/default/classes/MetadataService.cls 7353 9 7359 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4990 /force-app/main/default/classes/MetadataService.cls 7355 10 7355 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4989 /force-app/main/default/classes/MetadataService.cls 7355 10 7355 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4991 /force-app/main/default/classes/MetadataService.cls 7356 20 7356 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7356 20 7356 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4992 /force-app/main/default/classes/MetadataService.cls 7356 20 7356 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4991 /force-app/main/default/classes/MetadataService.cls 7356 20 7356 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4993 /force-app/main/default/classes/MetadataService.cls 7357 20 7357 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7357 20 7357 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4994 /force-app/main/default/classes/MetadataService.cls 7357 20 7357 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4993 /force-app/main/default/classes/MetadataService.cls 7357 20 7357 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4995 /force-app/main/default/classes/MetadataService.cls 7358 20 7358 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4994 /force-app/main/default/classes/MetadataService.cls 7358 20 7358 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4996 /force-app/main/default/classes/MetadataService.cls 7358 20 7358 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7358 20 7358 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4997 /force-app/main/default/classes/MetadataService.cls 7360 9 7366 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4996 /force-app/main/default/classes/MetadataService.cls 7360 9 7366 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4998 /force-app/main/default/classes/MetadataService.cls 7362 10 7362 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4997 /force-app/main/default/classes/MetadataService.cls 7362 10 7362 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4999 /force-app/main/default/classes/MetadataService.cls 7363 20 7363 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7363 20 7363 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5000 /force-app/main/default/classes/MetadataService.cls 7363 20 7363 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4999 /force-app/main/default/classes/MetadataService.cls 7363 20 7363 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5001 /force-app/main/default/classes/MetadataService.cls 7364 20 7364 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7364 20 7364 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5002 /force-app/main/default/classes/MetadataService.cls 7364 20 7364 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5001 /force-app/main/default/classes/MetadataService.cls 7364 20 7364 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5003 /force-app/main/default/classes/MetadataService.cls 7365 20 7365 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5002 /force-app/main/default/classes/MetadataService.cls 7365 20 7365 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5004 /force-app/main/default/classes/MetadataService.cls 7365 20 7365 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5003 /force-app/main/default/classes/MetadataService.cls 7365 20 7365 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5005 /force-app/main/default/classes/MetadataService.cls 7367 9 7373 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5004 /force-app/main/default/classes/MetadataService.cls 7367 9 7373 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5006 /force-app/main/default/classes/MetadataService.cls 7367 9 7373 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5005 /force-app/main/default/classes/MetadataService.cls 7367 9 7373 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5007 /force-app/main/default/classes/MetadataService.cls 7369 10 7369 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5006 /force-app/main/default/classes/MetadataService.cls 7369 10 7369 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5008 /force-app/main/default/classes/MetadataService.cls 7370 20 7370 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7370 20 7370 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5009 /force-app/main/default/classes/MetadataService.cls 7370 20 7370 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5008 /force-app/main/default/classes/MetadataService.cls 7370 20 7370 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5010 /force-app/main/default/classes/MetadataService.cls 7371 20 7371 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7371 20 7371 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5011 /force-app/main/default/classes/MetadataService.cls 7371 20 7371 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5010 /force-app/main/default/classes/MetadataService.cls 7371 20 7371 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5012 /force-app/main/default/classes/MetadataService.cls 7372 20 7372 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5011 /force-app/main/default/classes/MetadataService.cls 7372 20 7372 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5013 /force-app/main/default/classes/MetadataService.cls 7372 20 7372 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7372 20 7372 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5014 /force-app/main/default/classes/MetadataService.cls 7374 9 7380 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5013 /force-app/main/default/classes/MetadataService.cls 7374 9 7380 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5015 /force-app/main/default/classes/MetadataService.cls 7376 10 7376 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5014 /force-app/main/default/classes/MetadataService.cls 7376 10 7376 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5016 /force-app/main/default/classes/MetadataService.cls 7377 20 7377 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7377 20 7377 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5017 /force-app/main/default/classes/MetadataService.cls 7377 20 7377 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5016 /force-app/main/default/classes/MetadataService.cls 7377 20 7377 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5018 /force-app/main/default/classes/MetadataService.cls 7378 20 7378 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7378 20 7378 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5019 /force-app/main/default/classes/MetadataService.cls 7378 20 7378 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5018 /force-app/main/default/classes/MetadataService.cls 7378 20 7378 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5020 /force-app/main/default/classes/MetadataService.cls 7379 20 7379 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5019 /force-app/main/default/classes/MetadataService.cls 7379 20 7379 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5021 /force-app/main/default/classes/MetadataService.cls 7379 20 7379 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5020 /force-app/main/default/classes/MetadataService.cls 7379 20 7379 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5022 /force-app/main/default/classes/MetadataService.cls 7381 9 7387 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5021 /force-app/main/default/classes/MetadataService.cls 7381 9 7387 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5023 /force-app/main/default/classes/MetadataService.cls 7381 9 7387 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompactLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5022 /force-app/main/default/classes/MetadataService.cls 7381 9 7387 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompactLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5024 /force-app/main/default/classes/MetadataService.cls 7383 10 7383 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5023 /force-app/main/default/classes/MetadataService.cls 7383 10 7383 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5025 /force-app/main/default/classes/MetadataService.cls 7384 20 7384 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7384 20 7384 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5026 /force-app/main/default/classes/MetadataService.cls 7384 20 7384 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5025 /force-app/main/default/classes/MetadataService.cls 7384 20 7384 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5027 /force-app/main/default/classes/MetadataService.cls 7385 20 7385 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7385 20 7385 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5028 /force-app/main/default/classes/MetadataService.cls 7385 20 7385 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5027 /force-app/main/default/classes/MetadataService.cls 7385 20 7385 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5029 /force-app/main/default/classes/MetadataService.cls 7386 20 7386 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5028 /force-app/main/default/classes/MetadataService.cls 7386 20 7386 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5030 /force-app/main/default/classes/MetadataService.cls 7386 20 7386 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7386 20 7386 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5031 /force-app/main/default/classes/MetadataService.cls 7388 9 7394 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5030 /force-app/main/default/classes/MetadataService.cls 7388 9 7394 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5032 /force-app/main/default/classes/MetadataService.cls 7390 10 7390 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5031 /force-app/main/default/classes/MetadataService.cls 7390 10 7390 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5033 /force-app/main/default/classes/MetadataService.cls 7391 20 7391 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7391 20 7391 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5034 /force-app/main/default/classes/MetadataService.cls 7391 20 7391 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5033 /force-app/main/default/classes/MetadataService.cls 7391 20 7391 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5035 /force-app/main/default/classes/MetadataService.cls 7392 20 7392 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7392 20 7392 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5036 /force-app/main/default/classes/MetadataService.cls 7392 20 7392 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5035 /force-app/main/default/classes/MetadataService.cls 7392 20 7392 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5037 /force-app/main/default/classes/MetadataService.cls 7393 20 7393 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5036 /force-app/main/default/classes/MetadataService.cls 7393 20 7393 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5038 /force-app/main/default/classes/MetadataService.cls 7393 20 7393 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5037 /force-app/main/default/classes/MetadataService.cls 7393 20 7393 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5039 /force-app/main/default/classes/MetadataService.cls 7395 9 7401 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5038 /force-app/main/default/classes/MetadataService.cls 7395 9 7401 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5040 /force-app/main/default/classes/MetadataService.cls 7395 9 7401 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingReasonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5039 /force-app/main/default/classes/MetadataService.cls 7395 9 7401 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingReasonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5041 /force-app/main/default/classes/MetadataService.cls 7397 10 7397 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5040 /force-app/main/default/classes/MetadataService.cls 7397 10 7397 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5042 /force-app/main/default/classes/MetadataService.cls 7398 20 7398 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7398 20 7398 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5043 /force-app/main/default/classes/MetadataService.cls 7398 20 7398 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5042 /force-app/main/default/classes/MetadataService.cls 7398 20 7398 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5044 /force-app/main/default/classes/MetadataService.cls 7399 20 7399 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7399 20 7399 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5045 /force-app/main/default/classes/MetadataService.cls 7399 20 7399 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5044 /force-app/main/default/classes/MetadataService.cls 7399 20 7399 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5046 /force-app/main/default/classes/MetadataService.cls 7400 20 7400 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5045 /force-app/main/default/classes/MetadataService.cls 7400 20 7400 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5047 /force-app/main/default/classes/MetadataService.cls 7400 20 7400 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7400 20 7400 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5048 /force-app/main/default/classes/MetadataService.cls 7402 9 7408 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5047 /force-app/main/default/classes/MetadataService.cls 7402 9 7408 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5049 /force-app/main/default/classes/MetadataService.cls 7404 10 7404 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5048 /force-app/main/default/classes/MetadataService.cls 7404 10 7404 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5050 /force-app/main/default/classes/MetadataService.cls 7405 20 7405 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7405 20 7405 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5051 /force-app/main/default/classes/MetadataService.cls 7405 20 7405 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5050 /force-app/main/default/classes/MetadataService.cls 7405 20 7405 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5052 /force-app/main/default/classes/MetadataService.cls 7406 20 7406 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7406 20 7406 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5053 /force-app/main/default/classes/MetadataService.cls 7406 20 7406 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5052 /force-app/main/default/classes/MetadataService.cls 7406 20 7406 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5054 /force-app/main/default/classes/MetadataService.cls 7407 20 7407 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5053 /force-app/main/default/classes/MetadataService.cls 7407 20 7407 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5055 /force-app/main/default/classes/MetadataService.cls 7407 20 7407 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5054 /force-app/main/default/classes/MetadataService.cls 7407 20 7407 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5056 /force-app/main/default/classes/MetadataService.cls 7409 9 7415 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5055 /force-app/main/default/classes/MetadataService.cls 7409 9 7415 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5057 /force-app/main/default/classes/MetadataService.cls 7409 9 7415 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readValidationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5056 /force-app/main/default/classes/MetadataService.cls 7409 9 7415 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readValidationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5058 /force-app/main/default/classes/MetadataService.cls 7411 10 7411 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5057 /force-app/main/default/classes/MetadataService.cls 7411 10 7411 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5059 /force-app/main/default/classes/MetadataService.cls 7412 20 7412 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7412 20 7412 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5060 /force-app/main/default/classes/MetadataService.cls 7412 20 7412 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5059 /force-app/main/default/classes/MetadataService.cls 7412 20 7412 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5061 /force-app/main/default/classes/MetadataService.cls 7413 20 7413 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7413 20 7413 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5062 /force-app/main/default/classes/MetadataService.cls 7413 20 7413 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5061 /force-app/main/default/classes/MetadataService.cls 7413 20 7413 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5063 /force-app/main/default/classes/MetadataService.cls 7414 20 7414 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5062 /force-app/main/default/classes/MetadataService.cls 7414 20 7414 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5064 /force-app/main/default/classes/MetadataService.cls 7414 20 7414 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7414 20 7414 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5065 /force-app/main/default/classes/MetadataService.cls 7416 9 7422 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5064 /force-app/main/default/classes/MetadataService.cls 7416 9 7422 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5066 /force-app/main/default/classes/MetadataService.cls 7418 10 7418 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5065 /force-app/main/default/classes/MetadataService.cls 7418 10 7418 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5067 /force-app/main/default/classes/MetadataService.cls 7419 20 7419 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7419 20 7419 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5068 /force-app/main/default/classes/MetadataService.cls 7419 20 7419 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5067 /force-app/main/default/classes/MetadataService.cls 7419 20 7419 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5069 /force-app/main/default/classes/MetadataService.cls 7420 20 7420 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7420 20 7420 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5070 /force-app/main/default/classes/MetadataService.cls 7420 20 7420 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5069 /force-app/main/default/classes/MetadataService.cls 7420 20 7420 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5071 /force-app/main/default/classes/MetadataService.cls 7421 20 7421 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5070 /force-app/main/default/classes/MetadataService.cls 7421 20 7421 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5072 /force-app/main/default/classes/MetadataService.cls 7421 20 7421 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5071 /force-app/main/default/classes/MetadataService.cls 7421 20 7421 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5073 /force-app/main/default/classes/MetadataService.cls 7423 9 7429 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5072 /force-app/main/default/classes/MetadataService.cls 7423 9 7429 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5074 /force-app/main/default/classes/MetadataService.cls 7423 9 7429 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5073 /force-app/main/default/classes/MetadataService.cls 7423 9 7429 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5075 /force-app/main/default/classes/MetadataService.cls 7425 10 7425 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5074 /force-app/main/default/classes/MetadataService.cls 7425 10 7425 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5076 /force-app/main/default/classes/MetadataService.cls 7426 20 7426 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7426 20 7426 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5077 /force-app/main/default/classes/MetadataService.cls 7426 20 7426 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5076 /force-app/main/default/classes/MetadataService.cls 7426 20 7426 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5078 /force-app/main/default/classes/MetadataService.cls 7427 20 7427 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7427 20 7427 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5079 /force-app/main/default/classes/MetadataService.cls 7427 20 7427 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5078 /force-app/main/default/classes/MetadataService.cls 7427 20 7427 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5080 /force-app/main/default/classes/MetadataService.cls 7428 20 7428 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5079 /force-app/main/default/classes/MetadataService.cls 7428 20 7428 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5081 /force-app/main/default/classes/MetadataService.cls 7428 20 7428 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7428 20 7428 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5082 /force-app/main/default/classes/MetadataService.cls 7430 9 7436 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5081 /force-app/main/default/classes/MetadataService.cls 7430 9 7436 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5083 /force-app/main/default/classes/MetadataService.cls 7432 10 7432 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5082 /force-app/main/default/classes/MetadataService.cls 7432 10 7432 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5084 /force-app/main/default/classes/MetadataService.cls 7433 20 7433 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7433 20 7433 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5085 /force-app/main/default/classes/MetadataService.cls 7433 20 7433 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5084 /force-app/main/default/classes/MetadataService.cls 7433 20 7433 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5086 /force-app/main/default/classes/MetadataService.cls 7434 20 7434 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7434 20 7434 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5087 /force-app/main/default/classes/MetadataService.cls 7434 20 7434 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5086 /force-app/main/default/classes/MetadataService.cls 7434 20 7434 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5088 /force-app/main/default/classes/MetadataService.cls 7435 20 7435 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5087 /force-app/main/default/classes/MetadataService.cls 7435 20 7435 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5089 /force-app/main/default/classes/MetadataService.cls 7435 20 7435 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5088 /force-app/main/default/classes/MetadataService.cls 7435 20 7435 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5090 /force-app/main/default/classes/MetadataService.cls 7437 9 7443 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5089 /force-app/main/default/classes/MetadataService.cls 7437 9 7443 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5091 /force-app/main/default/classes/MetadataService.cls 7437 9 7443 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5090 /force-app/main/default/classes/MetadataService.cls 7437 9 7443 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5092 /force-app/main/default/classes/MetadataService.cls 7439 10 7439 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5091 /force-app/main/default/classes/MetadataService.cls 7439 10 7439 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5093 /force-app/main/default/classes/MetadataService.cls 7440 20 7440 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7440 20 7440 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5094 /force-app/main/default/classes/MetadataService.cls 7440 20 7440 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5093 /force-app/main/default/classes/MetadataService.cls 7440 20 7440 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5095 /force-app/main/default/classes/MetadataService.cls 7441 20 7441 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7441 20 7441 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5096 /force-app/main/default/classes/MetadataService.cls 7441 20 7441 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5095 /force-app/main/default/classes/MetadataService.cls 7441 20 7441 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5097 /force-app/main/default/classes/MetadataService.cls 7442 20 7442 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5096 /force-app/main/default/classes/MetadataService.cls 7442 20 7442 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5098 /force-app/main/default/classes/MetadataService.cls 7442 20 7442 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7442 20 7442 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5099 /force-app/main/default/classes/MetadataService.cls 7444 9 7450 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5098 /force-app/main/default/classes/MetadataService.cls 7444 9 7450 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5100 /force-app/main/default/classes/MetadataService.cls 7446 10 7446 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5099 /force-app/main/default/classes/MetadataService.cls 7446 10 7446 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5101 /force-app/main/default/classes/MetadataService.cls 7447 20 7447 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7447 20 7447 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5102 /force-app/main/default/classes/MetadataService.cls 7447 20 7447 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5101 /force-app/main/default/classes/MetadataService.cls 7447 20 7447 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5103 /force-app/main/default/classes/MetadataService.cls 7448 20 7448 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7448 20 7448 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5104 /force-app/main/default/classes/MetadataService.cls 7448 20 7448 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5103 /force-app/main/default/classes/MetadataService.cls 7448 20 7448 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5105 /force-app/main/default/classes/MetadataService.cls 7449 20 7449 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5104 /force-app/main/default/classes/MetadataService.cls 7449 20 7449 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5106 /force-app/main/default/classes/MetadataService.cls 7449 20 7449 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5105 /force-app/main/default/classes/MetadataService.cls 7449 20 7449 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5107 /force-app/main/default/classes/MetadataService.cls 7451 9 7457 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5106 /force-app/main/default/classes/MetadataService.cls 7451 9 7457 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5108 /force-app/main/default/classes/MetadataService.cls 7451 9 7457 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5107 /force-app/main/default/classes/MetadataService.cls 7451 9 7457 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5109 /force-app/main/default/classes/MetadataService.cls 7453 10 7453 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5108 /force-app/main/default/classes/MetadataService.cls 7453 10 7453 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5110 /force-app/main/default/classes/MetadataService.cls 7454 20 7454 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7454 20 7454 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5111 /force-app/main/default/classes/MetadataService.cls 7454 20 7454 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5110 /force-app/main/default/classes/MetadataService.cls 7454 20 7454 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5112 /force-app/main/default/classes/MetadataService.cls 7455 20 7455 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7455 20 7455 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5113 /force-app/main/default/classes/MetadataService.cls 7455 20 7455 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5112 /force-app/main/default/classes/MetadataService.cls 7455 20 7455 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5114 /force-app/main/default/classes/MetadataService.cls 7456 20 7456 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5113 /force-app/main/default/classes/MetadataService.cls 7456 20 7456 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5115 /force-app/main/default/classes/MetadataService.cls 7456 20 7456 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7456 20 7456 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5116 /force-app/main/default/classes/MetadataService.cls 7458 9 7464 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5115 /force-app/main/default/classes/MetadataService.cls 7458 9 7464 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5117 /force-app/main/default/classes/MetadataService.cls 7460 10 7460 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5116 /force-app/main/default/classes/MetadataService.cls 7460 10 7460 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5118 /force-app/main/default/classes/MetadataService.cls 7461 20 7461 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7461 20 7461 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5119 /force-app/main/default/classes/MetadataService.cls 7461 20 7461 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5118 /force-app/main/default/classes/MetadataService.cls 7461 20 7461 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5120 /force-app/main/default/classes/MetadataService.cls 7462 20 7462 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7462 20 7462 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5121 /force-app/main/default/classes/MetadataService.cls 7462 20 7462 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5120 /force-app/main/default/classes/MetadataService.cls 7462 20 7462 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5122 /force-app/main/default/classes/MetadataService.cls 7463 20 7463 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5121 /force-app/main/default/classes/MetadataService.cls 7463 20 7463 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5123 /force-app/main/default/classes/MetadataService.cls 7463 20 7463 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5122 /force-app/main/default/classes/MetadataService.cls 7463 20 7463 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5124 /force-app/main/default/classes/MetadataService.cls 7465 9 7471 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5123 /force-app/main/default/classes/MetadataService.cls 7465 9 7471 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5125 /force-app/main/default/classes/MetadataService.cls 7465 9 7471 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAnalyticSnapshotResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5124 /force-app/main/default/classes/MetadataService.cls 7465 9 7471 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAnalyticSnapshotResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5126 /force-app/main/default/classes/MetadataService.cls 7467 10 7467 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5125 /force-app/main/default/classes/MetadataService.cls 7467 10 7467 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5127 /force-app/main/default/classes/MetadataService.cls 7468 20 7468 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7468 20 7468 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5128 /force-app/main/default/classes/MetadataService.cls 7468 20 7468 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5127 /force-app/main/default/classes/MetadataService.cls 7468 20 7468 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5129 /force-app/main/default/classes/MetadataService.cls 7469 20 7469 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7469 20 7469 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5130 /force-app/main/default/classes/MetadataService.cls 7469 20 7469 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5129 /force-app/main/default/classes/MetadataService.cls 7469 20 7469 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5131 /force-app/main/default/classes/MetadataService.cls 7470 20 7470 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5130 /force-app/main/default/classes/MetadataService.cls 7470 20 7470 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5132 /force-app/main/default/classes/MetadataService.cls 7470 20 7470 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7470 20 7470 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5133 /force-app/main/default/classes/MetadataService.cls 7472 9 7478 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5132 /force-app/main/default/classes/MetadataService.cls 7472 9 7478 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5134 /force-app/main/default/classes/MetadataService.cls 7474 10 7474 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5133 /force-app/main/default/classes/MetadataService.cls 7474 10 7474 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5135 /force-app/main/default/classes/MetadataService.cls 7475 20 7475 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7475 20 7475 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5136 /force-app/main/default/classes/MetadataService.cls 7475 20 7475 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5135 /force-app/main/default/classes/MetadataService.cls 7475 20 7475 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5137 /force-app/main/default/classes/MetadataService.cls 7476 20 7476 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7476 20 7476 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5138 /force-app/main/default/classes/MetadataService.cls 7476 20 7476 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5137 /force-app/main/default/classes/MetadataService.cls 7476 20 7476 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5139 /force-app/main/default/classes/MetadataService.cls 7477 20 7477 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5138 /force-app/main/default/classes/MetadataService.cls 7477 20 7477 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5140 /force-app/main/default/classes/MetadataService.cls 7477 20 7477 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5139 /force-app/main/default/classes/MetadataService.cls 7477 20 7477 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5141 /force-app/main/default/classes/MetadataService.cls 7479 9 7485 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5140 /force-app/main/default/classes/MetadataService.cls 7479 9 7485 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5142 /force-app/main/default/classes/MetadataService.cls 7479 9 7485 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPageWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5141 /force-app/main/default/classes/MetadataService.cls 7479 9 7485 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPageWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5143 /force-app/main/default/classes/MetadataService.cls 7481 10 7481 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5142 /force-app/main/default/classes/MetadataService.cls 7481 10 7481 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5144 /force-app/main/default/classes/MetadataService.cls 7482 20 7482 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7482 20 7482 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5145 /force-app/main/default/classes/MetadataService.cls 7482 20 7482 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5144 /force-app/main/default/classes/MetadataService.cls 7482 20 7482 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5146 /force-app/main/default/classes/MetadataService.cls 7483 20 7483 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7483 20 7483 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5147 /force-app/main/default/classes/MetadataService.cls 7483 20 7483 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5146 /force-app/main/default/classes/MetadataService.cls 7483 20 7483 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5148 /force-app/main/default/classes/MetadataService.cls 7484 20 7484 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5147 /force-app/main/default/classes/MetadataService.cls 7484 20 7484 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5149 /force-app/main/default/classes/MetadataService.cls 7484 20 7484 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7484 20 7484 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5150 /force-app/main/default/classes/MetadataService.cls 7486 9 7492 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5149 /force-app/main/default/classes/MetadataService.cls 7486 9 7492 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5151 /force-app/main/default/classes/MetadataService.cls 7488 10 7488 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5150 /force-app/main/default/classes/MetadataService.cls 7488 10 7488 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5152 /force-app/main/default/classes/MetadataService.cls 7489 20 7489 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7489 20 7489 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5153 /force-app/main/default/classes/MetadataService.cls 7489 20 7489 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5152 /force-app/main/default/classes/MetadataService.cls 7489 20 7489 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5154 /force-app/main/default/classes/MetadataService.cls 7490 20 7490 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7490 20 7490 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5155 /force-app/main/default/classes/MetadataService.cls 7490 20 7490 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5154 /force-app/main/default/classes/MetadataService.cls 7490 20 7490 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5156 /force-app/main/default/classes/MetadataService.cls 7491 20 7491 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5155 /force-app/main/default/classes/MetadataService.cls 7491 20 7491 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5157 /force-app/main/default/classes/MetadataService.cls 7491 20 7491 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5156 /force-app/main/default/classes/MetadataService.cls 7491 20 7491 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5158 /force-app/main/default/classes/MetadataService.cls 7493 9 7499 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5157 /force-app/main/default/classes/MetadataService.cls 7493 9 7499 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5159 /force-app/main/default/classes/MetadataService.cls 7493 9 7499 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuickActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5158 /force-app/main/default/classes/MetadataService.cls 7493 9 7499 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuickActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5160 /force-app/main/default/classes/MetadataService.cls 7495 10 7495 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5159 /force-app/main/default/classes/MetadataService.cls 7495 10 7495 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5161 /force-app/main/default/classes/MetadataService.cls 7496 20 7496 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7496 20 7496 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5162 /force-app/main/default/classes/MetadataService.cls 7496 20 7496 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5161 /force-app/main/default/classes/MetadataService.cls 7496 20 7496 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5163 /force-app/main/default/classes/MetadataService.cls 7497 20 7497 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7497 20 7497 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5164 /force-app/main/default/classes/MetadataService.cls 7497 20 7497 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5163 /force-app/main/default/classes/MetadataService.cls 7497 20 7497 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5165 /force-app/main/default/classes/MetadataService.cls 7498 20 7498 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5164 /force-app/main/default/classes/MetadataService.cls 7498 20 7498 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5166 /force-app/main/default/classes/MetadataService.cls 7498 20 7498 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7498 20 7498 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5167 /force-app/main/default/classes/MetadataService.cls 7500 9 7506 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5166 /force-app/main/default/classes/MetadataService.cls 7500 9 7506 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5168 /force-app/main/default/classes/MetadataService.cls 7502 10 7502 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5167 /force-app/main/default/classes/MetadataService.cls 7502 10 7502 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5169 /force-app/main/default/classes/MetadataService.cls 7503 20 7503 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7503 20 7503 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5170 /force-app/main/default/classes/MetadataService.cls 7503 20 7503 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5169 /force-app/main/default/classes/MetadataService.cls 7503 20 7503 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5171 /force-app/main/default/classes/MetadataService.cls 7504 20 7504 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7504 20 7504 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5172 /force-app/main/default/classes/MetadataService.cls 7504 20 7504 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5171 /force-app/main/default/classes/MetadataService.cls 7504 20 7504 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5173 /force-app/main/default/classes/MetadataService.cls 7505 20 7505 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5172 /force-app/main/default/classes/MetadataService.cls 7505 20 7505 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5174 /force-app/main/default/classes/MetadataService.cls 7505 20 7505 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5173 /force-app/main/default/classes/MetadataService.cls 7505 20 7505 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5175 /force-app/main/default/classes/MetadataService.cls 7507 9 7513 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5174 /force-app/main/default/classes/MetadataService.cls 7507 9 7513 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5176 /force-app/main/default/classes/MetadataService.cls 7507 9 7513 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlexiPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5175 /force-app/main/default/classes/MetadataService.cls 7507 9 7513 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlexiPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5177 /force-app/main/default/classes/MetadataService.cls 7509 10 7509 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5176 /force-app/main/default/classes/MetadataService.cls 7509 10 7509 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5178 /force-app/main/default/classes/MetadataService.cls 7510 20 7510 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7510 20 7510 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5179 /force-app/main/default/classes/MetadataService.cls 7510 20 7510 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5178 /force-app/main/default/classes/MetadataService.cls 7510 20 7510 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5180 /force-app/main/default/classes/MetadataService.cls 7511 20 7511 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7511 20 7511 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5181 /force-app/main/default/classes/MetadataService.cls 7511 20 7511 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5180 /force-app/main/default/classes/MetadataService.cls 7511 20 7511 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5182 /force-app/main/default/classes/MetadataService.cls 7512 20 7512 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5181 /force-app/main/default/classes/MetadataService.cls 7512 20 7512 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5183 /force-app/main/default/classes/MetadataService.cls 7512 20 7512 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7512 20 7512 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5184 /force-app/main/default/classes/MetadataService.cls 7514 9 7520 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5183 /force-app/main/default/classes/MetadataService.cls 7514 9 7520 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5185 /force-app/main/default/classes/MetadataService.cls 7516 10 7516 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5184 /force-app/main/default/classes/MetadataService.cls 7516 10 7516 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5186 /force-app/main/default/classes/MetadataService.cls 7517 20 7517 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7517 20 7517 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5187 /force-app/main/default/classes/MetadataService.cls 7517 20 7517 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5186 /force-app/main/default/classes/MetadataService.cls 7517 20 7517 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5188 /force-app/main/default/classes/MetadataService.cls 7518 20 7518 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7518 20 7518 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5189 /force-app/main/default/classes/MetadataService.cls 7518 20 7518 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5188 /force-app/main/default/classes/MetadataService.cls 7518 20 7518 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5190 /force-app/main/default/classes/MetadataService.cls 7519 20 7519 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5189 /force-app/main/default/classes/MetadataService.cls 7519 20 7519 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5191 /force-app/main/default/classes/MetadataService.cls 7519 20 7519 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5190 /force-app/main/default/classes/MetadataService.cls 7519 20 7519 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5192 /force-app/main/default/classes/MetadataService.cls 7521 9 7527 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5191 /force-app/main/default/classes/MetadataService.cls 7521 9 7527 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5193 /force-app/main/default/classes/MetadataService.cls 7521 9 7527 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomTabResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5192 /force-app/main/default/classes/MetadataService.cls 7521 9 7527 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomTabResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5194 /force-app/main/default/classes/MetadataService.cls 7523 10 7523 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5193 /force-app/main/default/classes/MetadataService.cls 7523 10 7523 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5195 /force-app/main/default/classes/MetadataService.cls 7524 20 7524 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7524 20 7524 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5196 /force-app/main/default/classes/MetadataService.cls 7524 20 7524 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5195 /force-app/main/default/classes/MetadataService.cls 7524 20 7524 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5197 /force-app/main/default/classes/MetadataService.cls 7525 20 7525 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7525 20 7525 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5198 /force-app/main/default/classes/MetadataService.cls 7525 20 7525 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5197 /force-app/main/default/classes/MetadataService.cls 7525 20 7525 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5199 /force-app/main/default/classes/MetadataService.cls 7526 20 7526 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5198 /force-app/main/default/classes/MetadataService.cls 7526 20 7526 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5200 /force-app/main/default/classes/MetadataService.cls 7526 20 7526 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7526 20 7526 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5201 /force-app/main/default/classes/MetadataService.cls 7528 9 7534 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5200 /force-app/main/default/classes/MetadataService.cls 7528 9 7534 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5202 /force-app/main/default/classes/MetadataService.cls 7530 10 7530 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5201 /force-app/main/default/classes/MetadataService.cls 7530 10 7530 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5203 /force-app/main/default/classes/MetadataService.cls 7531 20 7531 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7531 20 7531 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5204 /force-app/main/default/classes/MetadataService.cls 7531 20 7531 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5203 /force-app/main/default/classes/MetadataService.cls 7531 20 7531 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5205 /force-app/main/default/classes/MetadataService.cls 7532 20 7532 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7532 20 7532 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5206 /force-app/main/default/classes/MetadataService.cls 7532 20 7532 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5205 /force-app/main/default/classes/MetadataService.cls 7532 20 7532 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5207 /force-app/main/default/classes/MetadataService.cls 7533 20 7533 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5206 /force-app/main/default/classes/MetadataService.cls 7533 20 7533 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5208 /force-app/main/default/classes/MetadataService.cls 7533 20 7533 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5207 /force-app/main/default/classes/MetadataService.cls 7533 20 7533 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5209 /force-app/main/default/classes/MetadataService.cls 7535 9 7541 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5208 /force-app/main/default/classes/MetadataService.cls 7535 9 7541 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5210 /force-app/main/default/classes/MetadataService.cls 7535 9 7541 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5209 /force-app/main/default/classes/MetadataService.cls 7535 9 7541 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5211 /force-app/main/default/classes/MetadataService.cls 7537 10 7537 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5210 /force-app/main/default/classes/MetadataService.cls 7537 10 7537 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5212 /force-app/main/default/classes/MetadataService.cls 7538 20 7538 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7538 20 7538 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5213 /force-app/main/default/classes/MetadataService.cls 7538 20 7538 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5212 /force-app/main/default/classes/MetadataService.cls 7538 20 7538 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5214 /force-app/main/default/classes/MetadataService.cls 7539 20 7539 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7539 20 7539 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5215 /force-app/main/default/classes/MetadataService.cls 7539 20 7539 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5214 /force-app/main/default/classes/MetadataService.cls 7539 20 7539 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5216 /force-app/main/default/classes/MetadataService.cls 7540 20 7540 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5215 /force-app/main/default/classes/MetadataService.cls 7540 20 7540 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5217 /force-app/main/default/classes/MetadataService.cls 7540 20 7540 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7540 20 7540 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5218 /force-app/main/default/classes/MetadataService.cls 7542 9 7548 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5217 /force-app/main/default/classes/MetadataService.cls 7542 9 7548 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5219 /force-app/main/default/classes/MetadataService.cls 7544 10 7544 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5218 /force-app/main/default/classes/MetadataService.cls 7544 10 7544 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5220 /force-app/main/default/classes/MetadataService.cls 7545 20 7545 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7545 20 7545 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5221 /force-app/main/default/classes/MetadataService.cls 7545 20 7545 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5220 /force-app/main/default/classes/MetadataService.cls 7545 20 7545 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5222 /force-app/main/default/classes/MetadataService.cls 7546 20 7546 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7546 20 7546 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5223 /force-app/main/default/classes/MetadataService.cls 7546 20 7546 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5222 /force-app/main/default/classes/MetadataService.cls 7546 20 7546 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5224 /force-app/main/default/classes/MetadataService.cls 7547 20 7547 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5223 /force-app/main/default/classes/MetadataService.cls 7547 20 7547 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5225 /force-app/main/default/classes/MetadataService.cls 7547 20 7547 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5224 /force-app/main/default/classes/MetadataService.cls 7547 20 7547 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5226 /force-app/main/default/classes/MetadataService.cls 7549 9 7555 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5225 /force-app/main/default/classes/MetadataService.cls 7549 9 7555 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5227 /force-app/main/default/classes/MetadataService.cls 7549 9 7555 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5226 /force-app/main/default/classes/MetadataService.cls 7549 9 7555 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5228 /force-app/main/default/classes/MetadataService.cls 7551 10 7551 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5227 /force-app/main/default/classes/MetadataService.cls 7551 10 7551 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5229 /force-app/main/default/classes/MetadataService.cls 7552 20 7552 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7552 20 7552 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5230 /force-app/main/default/classes/MetadataService.cls 7552 20 7552 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5229 /force-app/main/default/classes/MetadataService.cls 7552 20 7552 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5231 /force-app/main/default/classes/MetadataService.cls 7553 20 7553 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7553 20 7553 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5232 /force-app/main/default/classes/MetadataService.cls 7553 20 7553 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5231 /force-app/main/default/classes/MetadataService.cls 7553 20 7553 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5233 /force-app/main/default/classes/MetadataService.cls 7554 20 7554 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5232 /force-app/main/default/classes/MetadataService.cls 7554 20 7554 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5234 /force-app/main/default/classes/MetadataService.cls 7554 20 7554 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7554 20 7554 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5235 /force-app/main/default/classes/MetadataService.cls 7556 9 7562 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5234 /force-app/main/default/classes/MetadataService.cls 7556 9 7562 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5236 /force-app/main/default/classes/MetadataService.cls 7558 10 7558 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5235 /force-app/main/default/classes/MetadataService.cls 7558 10 7558 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5237 /force-app/main/default/classes/MetadataService.cls 7559 20 7559 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7559 20 7559 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5238 /force-app/main/default/classes/MetadataService.cls 7559 20 7559 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5237 /force-app/main/default/classes/MetadataService.cls 7559 20 7559 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5239 /force-app/main/default/classes/MetadataService.cls 7560 20 7560 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7560 20 7560 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5240 /force-app/main/default/classes/MetadataService.cls 7560 20 7560 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5239 /force-app/main/default/classes/MetadataService.cls 7560 20 7560 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5241 /force-app/main/default/classes/MetadataService.cls 7561 20 7561 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5240 /force-app/main/default/classes/MetadataService.cls 7561 20 7561 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5242 /force-app/main/default/classes/MetadataService.cls 7561 20 7561 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5241 /force-app/main/default/classes/MetadataService.cls 7561 20 7561 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5243 /force-app/main/default/classes/MetadataService.cls 7563 9 7569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5242 /force-app/main/default/classes/MetadataService.cls 7563 9 7569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5244 /force-app/main/default/classes/MetadataService.cls 7563 9 7569 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPortalResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5243 /force-app/main/default/classes/MetadataService.cls 7563 9 7569 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPortalResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5245 /force-app/main/default/classes/MetadataService.cls 7565 10 7565 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5244 /force-app/main/default/classes/MetadataService.cls 7565 10 7565 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5246 /force-app/main/default/classes/MetadataService.cls 7566 20 7566 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7566 20 7566 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5247 /force-app/main/default/classes/MetadataService.cls 7566 20 7566 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5246 /force-app/main/default/classes/MetadataService.cls 7566 20 7566 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5248 /force-app/main/default/classes/MetadataService.cls 7567 20 7567 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7567 20 7567 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5249 /force-app/main/default/classes/MetadataService.cls 7567 20 7567 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5248 /force-app/main/default/classes/MetadataService.cls 7567 20 7567 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5250 /force-app/main/default/classes/MetadataService.cls 7568 20 7568 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5249 /force-app/main/default/classes/MetadataService.cls 7568 20 7568 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5251 /force-app/main/default/classes/MetadataService.cls 7568 20 7568 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7568 20 7568 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5252 /force-app/main/default/classes/MetadataService.cls 7570 9 7576 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5251 /force-app/main/default/classes/MetadataService.cls 7570 9 7576 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5253 /force-app/main/default/classes/MetadataService.cls 7572 10 7572 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5252 /force-app/main/default/classes/MetadataService.cls 7572 10 7572 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5254 /force-app/main/default/classes/MetadataService.cls 7573 20 7573 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7573 20 7573 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5255 /force-app/main/default/classes/MetadataService.cls 7573 20 7573 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5254 /force-app/main/default/classes/MetadataService.cls 7573 20 7573 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5256 /force-app/main/default/classes/MetadataService.cls 7574 20 7574 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7574 20 7574 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5257 /force-app/main/default/classes/MetadataService.cls 7574 20 7574 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5256 /force-app/main/default/classes/MetadataService.cls 7574 20 7574 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5258 /force-app/main/default/classes/MetadataService.cls 7575 20 7575 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5257 /force-app/main/default/classes/MetadataService.cls 7575 20 7575 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5259 /force-app/main/default/classes/MetadataService.cls 7575 20 7575 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5258 /force-app/main/default/classes/MetadataService.cls 7575 20 7575 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5260 /force-app/main/default/classes/MetadataService.cls 7577 9 7583 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5259 /force-app/main/default/classes/MetadataService.cls 7577 9 7583 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5261 /force-app/main/default/classes/MetadataService.cls 7577 9 7583 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLetterheadResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5260 /force-app/main/default/classes/MetadataService.cls 7577 9 7583 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLetterheadResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5262 /force-app/main/default/classes/MetadataService.cls 7579 10 7579 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5261 /force-app/main/default/classes/MetadataService.cls 7579 10 7579 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5263 /force-app/main/default/classes/MetadataService.cls 7580 20 7580 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7580 20 7580 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5264 /force-app/main/default/classes/MetadataService.cls 7580 20 7580 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5263 /force-app/main/default/classes/MetadataService.cls 7580 20 7580 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5265 /force-app/main/default/classes/MetadataService.cls 7581 20 7581 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7581 20 7581 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5266 /force-app/main/default/classes/MetadataService.cls 7581 20 7581 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5265 /force-app/main/default/classes/MetadataService.cls 7581 20 7581 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5267 /force-app/main/default/classes/MetadataService.cls 7582 20 7582 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5266 /force-app/main/default/classes/MetadataService.cls 7582 20 7582 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5268 /force-app/main/default/classes/MetadataService.cls 7582 20 7582 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7582 20 7582 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5269 /force-app/main/default/classes/MetadataService.cls 7584 9 7590 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5268 /force-app/main/default/classes/MetadataService.cls 7584 9 7590 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5270 /force-app/main/default/classes/MetadataService.cls 7586 10 7586 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5269 /force-app/main/default/classes/MetadataService.cls 7586 10 7586 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5271 /force-app/main/default/classes/MetadataService.cls 7587 20 7587 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7587 20 7587 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5272 /force-app/main/default/classes/MetadataService.cls 7587 20 7587 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5271 /force-app/main/default/classes/MetadataService.cls 7587 20 7587 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5273 /force-app/main/default/classes/MetadataService.cls 7588 20 7588 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7588 20 7588 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5274 /force-app/main/default/classes/MetadataService.cls 7588 20 7588 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5273 /force-app/main/default/classes/MetadataService.cls 7588 20 7588 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5275 /force-app/main/default/classes/MetadataService.cls 7589 20 7589 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5274 /force-app/main/default/classes/MetadataService.cls 7589 20 7589 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5276 /force-app/main/default/classes/MetadataService.cls 7589 20 7589 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5275 /force-app/main/default/classes/MetadataService.cls 7589 20 7589 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5277 /force-app/main/default/classes/MetadataService.cls 7591 9 7597 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5276 /force-app/main/default/classes/MetadataService.cls 7591 9 7597 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5278 /force-app/main/default/classes/MetadataService.cls 7591 9 7597 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5277 /force-app/main/default/classes/MetadataService.cls 7591 9 7597 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5279 /force-app/main/default/classes/MetadataService.cls 7593 10 7593 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5278 /force-app/main/default/classes/MetadataService.cls 7593 10 7593 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5280 /force-app/main/default/classes/MetadataService.cls 7594 20 7594 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7594 20 7594 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5281 /force-app/main/default/classes/MetadataService.cls 7594 20 7594 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5280 /force-app/main/default/classes/MetadataService.cls 7594 20 7594 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5282 /force-app/main/default/classes/MetadataService.cls 7595 20 7595 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7595 20 7595 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5283 /force-app/main/default/classes/MetadataService.cls 7595 20 7595 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5282 /force-app/main/default/classes/MetadataService.cls 7595 20 7595 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5284 /force-app/main/default/classes/MetadataService.cls 7596 20 7596 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5283 /force-app/main/default/classes/MetadataService.cls 7596 20 7596 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5285 /force-app/main/default/classes/MetadataService.cls 7596 20 7596 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7596 20 7596 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5286 /force-app/main/default/classes/MetadataService.cls 7598 9 7604 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5285 /force-app/main/default/classes/MetadataService.cls 7598 9 7604 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5287 /force-app/main/default/classes/MetadataService.cls 7600 10 7600 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5286 /force-app/main/default/classes/MetadataService.cls 7600 10 7600 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5288 /force-app/main/default/classes/MetadataService.cls 7601 20 7601 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7601 20 7601 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5289 /force-app/main/default/classes/MetadataService.cls 7601 20 7601 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5288 /force-app/main/default/classes/MetadataService.cls 7601 20 7601 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5290 /force-app/main/default/classes/MetadataService.cls 7602 20 7602 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7602 20 7602 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5291 /force-app/main/default/classes/MetadataService.cls 7602 20 7602 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5290 /force-app/main/default/classes/MetadataService.cls 7602 20 7602 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5292 /force-app/main/default/classes/MetadataService.cls 7603 20 7603 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5291 /force-app/main/default/classes/MetadataService.cls 7603 20 7603 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5293 /force-app/main/default/classes/MetadataService.cls 7603 20 7603 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5292 /force-app/main/default/classes/MetadataService.cls 7603 20 7603 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5294 /force-app/main/default/classes/MetadataService.cls 7605 9 7611 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5293 /force-app/main/default/classes/MetadataService.cls 7605 9 7611 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5295 /force-app/main/default/classes/MetadataService.cls 7605 9 7611 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5294 /force-app/main/default/classes/MetadataService.cls 7605 9 7611 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5296 /force-app/main/default/classes/MetadataService.cls 7607 10 7607 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5295 /force-app/main/default/classes/MetadataService.cls 7607 10 7607 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5297 /force-app/main/default/classes/MetadataService.cls 7608 20 7608 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7608 20 7608 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5298 /force-app/main/default/classes/MetadataService.cls 7608 20 7608 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5297 /force-app/main/default/classes/MetadataService.cls 7608 20 7608 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5299 /force-app/main/default/classes/MetadataService.cls 7609 20 7609 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7609 20 7609 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5300 /force-app/main/default/classes/MetadataService.cls 7609 20 7609 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5299 /force-app/main/default/classes/MetadataService.cls 7609 20 7609 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5301 /force-app/main/default/classes/MetadataService.cls 7610 20 7610 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5300 /force-app/main/default/classes/MetadataService.cls 7610 20 7610 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5302 /force-app/main/default/classes/MetadataService.cls 7610 20 7610 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7610 20 7610 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5303 /force-app/main/default/classes/MetadataService.cls 7612 9 7618 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5302 /force-app/main/default/classes/MetadataService.cls 7612 9 7618 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5304 /force-app/main/default/classes/MetadataService.cls 7614 10 7614 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5303 /force-app/main/default/classes/MetadataService.cls 7614 10 7614 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5305 /force-app/main/default/classes/MetadataService.cls 7615 20 7615 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7615 20 7615 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5306 /force-app/main/default/classes/MetadataService.cls 7615 20 7615 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5305 /force-app/main/default/classes/MetadataService.cls 7615 20 7615 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5307 /force-app/main/default/classes/MetadataService.cls 7616 20 7616 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7616 20 7616 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5308 /force-app/main/default/classes/MetadataService.cls 7616 20 7616 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5307 /force-app/main/default/classes/MetadataService.cls 7616 20 7616 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5309 /force-app/main/default/classes/MetadataService.cls 7617 20 7617 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5308 /force-app/main/default/classes/MetadataService.cls 7617 20 7617 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5310 /force-app/main/default/classes/MetadataService.cls 7617 20 7617 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5309 /force-app/main/default/classes/MetadataService.cls 7617 20 7617 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5311 /force-app/main/default/classes/MetadataService.cls 7619 9 7625 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5310 /force-app/main/default/classes/MetadataService.cls 7619 9 7625 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5312 /force-app/main/default/classes/MetadataService.cls 7619 9 7625 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5311 /force-app/main/default/classes/MetadataService.cls 7619 9 7625 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5313 /force-app/main/default/classes/MetadataService.cls 7621 10 7621 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5312 /force-app/main/default/classes/MetadataService.cls 7621 10 7621 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5314 /force-app/main/default/classes/MetadataService.cls 7622 20 7622 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7622 20 7622 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5315 /force-app/main/default/classes/MetadataService.cls 7622 20 7622 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5314 /force-app/main/default/classes/MetadataService.cls 7622 20 7622 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5316 /force-app/main/default/classes/MetadataService.cls 7623 20 7623 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7623 20 7623 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5317 /force-app/main/default/classes/MetadataService.cls 7623 20 7623 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5316 /force-app/main/default/classes/MetadataService.cls 7623 20 7623 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5318 /force-app/main/default/classes/MetadataService.cls 7624 20 7624 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5317 /force-app/main/default/classes/MetadataService.cls 7624 20 7624 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5319 /force-app/main/default/classes/MetadataService.cls 7624 20 7624 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7624 20 7624 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5320 /force-app/main/default/classes/MetadataService.cls 7626 9 7632 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5319 /force-app/main/default/classes/MetadataService.cls 7626 9 7632 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5321 /force-app/main/default/classes/MetadataService.cls 7628 10 7628 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5320 /force-app/main/default/classes/MetadataService.cls 7628 10 7628 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5322 /force-app/main/default/classes/MetadataService.cls 7629 20 7629 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7629 20 7629 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5323 /force-app/main/default/classes/MetadataService.cls 7629 20 7629 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5322 /force-app/main/default/classes/MetadataService.cls 7629 20 7629 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5324 /force-app/main/default/classes/MetadataService.cls 7630 20 7630 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7630 20 7630 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5325 /force-app/main/default/classes/MetadataService.cls 7630 20 7630 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5324 /force-app/main/default/classes/MetadataService.cls 7630 20 7630 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5326 /force-app/main/default/classes/MetadataService.cls 7631 20 7631 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5325 /force-app/main/default/classes/MetadataService.cls 7631 20 7631 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5327 /force-app/main/default/classes/MetadataService.cls 7631 20 7631 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5326 /force-app/main/default/classes/MetadataService.cls 7631 20 7631 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5328 /force-app/main/default/classes/MetadataService.cls 7633 9 7639 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5327 /force-app/main/default/classes/MetadataService.cls 7633 9 7639 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5329 /force-app/main/default/classes/MetadataService.cls 7633 9 7639 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5328 /force-app/main/default/classes/MetadataService.cls 7633 9 7639 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5330 /force-app/main/default/classes/MetadataService.cls 7635 10 7635 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5329 /force-app/main/default/classes/MetadataService.cls 7635 10 7635 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5331 /force-app/main/default/classes/MetadataService.cls 7636 20 7636 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7636 20 7636 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5332 /force-app/main/default/classes/MetadataService.cls 7636 20 7636 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5331 /force-app/main/default/classes/MetadataService.cls 7636 20 7636 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5333 /force-app/main/default/classes/MetadataService.cls 7637 20 7637 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7637 20 7637 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5334 /force-app/main/default/classes/MetadataService.cls 7637 20 7637 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5333 /force-app/main/default/classes/MetadataService.cls 7637 20 7637 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5335 /force-app/main/default/classes/MetadataService.cls 7638 20 7638 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5334 /force-app/main/default/classes/MetadataService.cls 7638 20 7638 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5336 /force-app/main/default/classes/MetadataService.cls 7638 20 7638 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7638 20 7638 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5337 /force-app/main/default/classes/MetadataService.cls 7640 9 7646 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5336 /force-app/main/default/classes/MetadataService.cls 7640 9 7646 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5338 /force-app/main/default/classes/MetadataService.cls 7642 10 7642 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5337 /force-app/main/default/classes/MetadataService.cls 7642 10 7642 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5339 /force-app/main/default/classes/MetadataService.cls 7643 20 7643 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7643 20 7643 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5340 /force-app/main/default/classes/MetadataService.cls 7643 20 7643 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5339 /force-app/main/default/classes/MetadataService.cls 7643 20 7643 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5341 /force-app/main/default/classes/MetadataService.cls 7644 20 7644 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7644 20 7644 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5342 /force-app/main/default/classes/MetadataService.cls 7644 20 7644 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5341 /force-app/main/default/classes/MetadataService.cls 7644 20 7644 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5343 /force-app/main/default/classes/MetadataService.cls 7645 20 7645 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5342 /force-app/main/default/classes/MetadataService.cls 7645 20 7645 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5344 /force-app/main/default/classes/MetadataService.cls 7645 20 7645 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5343 /force-app/main/default/classes/MetadataService.cls 7645 20 7645 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5345 /force-app/main/default/classes/MetadataService.cls 7647 9 7653 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5344 /force-app/main/default/classes/MetadataService.cls 7647 9 7653 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5346 /force-app/main/default/classes/MetadataService.cls 7647 9 7653 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5345 /force-app/main/default/classes/MetadataService.cls 7647 9 7653 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5347 /force-app/main/default/classes/MetadataService.cls 7649 10 7649 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5346 /force-app/main/default/classes/MetadataService.cls 7649 10 7649 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5348 /force-app/main/default/classes/MetadataService.cls 7650 20 7650 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7650 20 7650 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5349 /force-app/main/default/classes/MetadataService.cls 7650 20 7650 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5348 /force-app/main/default/classes/MetadataService.cls 7650 20 7650 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5350 /force-app/main/default/classes/MetadataService.cls 7651 20 7651 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7651 20 7651 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5351 /force-app/main/default/classes/MetadataService.cls 7651 20 7651 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5350 /force-app/main/default/classes/MetadataService.cls 7651 20 7651 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5352 /force-app/main/default/classes/MetadataService.cls 7652 20 7652 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5351 /force-app/main/default/classes/MetadataService.cls 7652 20 7652 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5353 /force-app/main/default/classes/MetadataService.cls 7652 20 7652 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7652 20 7652 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5354 /force-app/main/default/classes/MetadataService.cls 7654 9 7660 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5353 /force-app/main/default/classes/MetadataService.cls 7654 9 7660 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5355 /force-app/main/default/classes/MetadataService.cls 7656 10 7656 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5354 /force-app/main/default/classes/MetadataService.cls 7656 10 7656 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5356 /force-app/main/default/classes/MetadataService.cls 7657 20 7657 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7657 20 7657 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5357 /force-app/main/default/classes/MetadataService.cls 7657 20 7657 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5356 /force-app/main/default/classes/MetadataService.cls 7657 20 7657 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5358 /force-app/main/default/classes/MetadataService.cls 7658 20 7658 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7658 20 7658 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5359 /force-app/main/default/classes/MetadataService.cls 7658 20 7658 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5358 /force-app/main/default/classes/MetadataService.cls 7658 20 7658 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5360 /force-app/main/default/classes/MetadataService.cls 7659 20 7659 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5359 /force-app/main/default/classes/MetadataService.cls 7659 20 7659 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5361 /force-app/main/default/classes/MetadataService.cls 7659 20 7659 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5360 /force-app/main/default/classes/MetadataService.cls 7659 20 7659 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5362 /force-app/main/default/classes/MetadataService.cls 7661 9 7667 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5361 /force-app/main/default/classes/MetadataService.cls 7661 9 7667 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5363 /force-app/main/default/classes/MetadataService.cls 7661 9 7667 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5362 /force-app/main/default/classes/MetadataService.cls 7661 9 7667 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5364 /force-app/main/default/classes/MetadataService.cls 7663 10 7663 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5363 /force-app/main/default/classes/MetadataService.cls 7663 10 7663 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5365 /force-app/main/default/classes/MetadataService.cls 7664 20 7664 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7664 20 7664 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5366 /force-app/main/default/classes/MetadataService.cls 7664 20 7664 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5365 /force-app/main/default/classes/MetadataService.cls 7664 20 7664 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5367 /force-app/main/default/classes/MetadataService.cls 7665 20 7665 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7665 20 7665 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5368 /force-app/main/default/classes/MetadataService.cls 7665 20 7665 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5367 /force-app/main/default/classes/MetadataService.cls 7665 20 7665 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5369 /force-app/main/default/classes/MetadataService.cls 7666 20 7666 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5368 /force-app/main/default/classes/MetadataService.cls 7666 20 7666 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5370 /force-app/main/default/classes/MetadataService.cls 7666 20 7666 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7666 20 7666 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5371 /force-app/main/default/classes/MetadataService.cls 7668 9 7674 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5370 /force-app/main/default/classes/MetadataService.cls 7668 9 7674 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5372 /force-app/main/default/classes/MetadataService.cls 7670 10 7670 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5371 /force-app/main/default/classes/MetadataService.cls 7670 10 7670 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5373 /force-app/main/default/classes/MetadataService.cls 7671 20 7671 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7671 20 7671 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5374 /force-app/main/default/classes/MetadataService.cls 7671 20 7671 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5373 /force-app/main/default/classes/MetadataService.cls 7671 20 7671 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5375 /force-app/main/default/classes/MetadataService.cls 7672 20 7672 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7672 20 7672 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5376 /force-app/main/default/classes/MetadataService.cls 7672 20 7672 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5375 /force-app/main/default/classes/MetadataService.cls 7672 20 7672 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5377 /force-app/main/default/classes/MetadataService.cls 7673 20 7673 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5376 /force-app/main/default/classes/MetadataService.cls 7673 20 7673 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5378 /force-app/main/default/classes/MetadataService.cls 7673 20 7673 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5377 /force-app/main/default/classes/MetadataService.cls 7673 20 7673 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5379 /force-app/main/default/classes/MetadataService.cls 7675 9 7681 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5378 /force-app/main/default/classes/MetadataService.cls 7675 9 7681 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5380 /force-app/main/default/classes/MetadataService.cls 7675 9 7681 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5379 /force-app/main/default/classes/MetadataService.cls 7675 9 7681 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5381 /force-app/main/default/classes/MetadataService.cls 7677 10 7677 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5380 /force-app/main/default/classes/MetadataService.cls 7677 10 7677 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5382 /force-app/main/default/classes/MetadataService.cls 7678 20 7678 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7678 20 7678 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5383 /force-app/main/default/classes/MetadataService.cls 7678 20 7678 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5382 /force-app/main/default/classes/MetadataService.cls 7678 20 7678 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5384 /force-app/main/default/classes/MetadataService.cls 7679 20 7679 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7679 20 7679 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5385 /force-app/main/default/classes/MetadataService.cls 7679 20 7679 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5384 /force-app/main/default/classes/MetadataService.cls 7679 20 7679 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5386 /force-app/main/default/classes/MetadataService.cls 7680 20 7680 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5385 /force-app/main/default/classes/MetadataService.cls 7680 20 7680 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5387 /force-app/main/default/classes/MetadataService.cls 7680 20 7680 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7680 20 7680 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5388 /force-app/main/default/classes/MetadataService.cls 7682 9 7688 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5387 /force-app/main/default/classes/MetadataService.cls 7682 9 7688 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5389 /force-app/main/default/classes/MetadataService.cls 7684 10 7684 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5388 /force-app/main/default/classes/MetadataService.cls 7684 10 7684 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5390 /force-app/main/default/classes/MetadataService.cls 7685 20 7685 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7685 20 7685 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5391 /force-app/main/default/classes/MetadataService.cls 7685 20 7685 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5390 /force-app/main/default/classes/MetadataService.cls 7685 20 7685 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5392 /force-app/main/default/classes/MetadataService.cls 7686 20 7686 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7686 20 7686 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5393 /force-app/main/default/classes/MetadataService.cls 7686 20 7686 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5392 /force-app/main/default/classes/MetadataService.cls 7686 20 7686 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5394 /force-app/main/default/classes/MetadataService.cls 7687 20 7687 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5393 /force-app/main/default/classes/MetadataService.cls 7687 20 7687 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5395 /force-app/main/default/classes/MetadataService.cls 7687 20 7687 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5394 /force-app/main/default/classes/MetadataService.cls 7687 20 7687 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5396 /force-app/main/default/classes/MetadataService.cls 7689 9 7695 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5395 /force-app/main/default/classes/MetadataService.cls 7689 9 7695 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5397 /force-app/main/default/classes/MetadataService.cls 7689 9 7695 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5396 /force-app/main/default/classes/MetadataService.cls 7689 9 7695 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5398 /force-app/main/default/classes/MetadataService.cls 7691 10 7691 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5397 /force-app/main/default/classes/MetadataService.cls 7691 10 7691 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5399 /force-app/main/default/classes/MetadataService.cls 7692 20 7692 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7692 20 7692 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5400 /force-app/main/default/classes/MetadataService.cls 7692 20 7692 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5399 /force-app/main/default/classes/MetadataService.cls 7692 20 7692 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5401 /force-app/main/default/classes/MetadataService.cls 7693 20 7693 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7693 20 7693 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5402 /force-app/main/default/classes/MetadataService.cls 7693 20 7693 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5401 /force-app/main/default/classes/MetadataService.cls 7693 20 7693 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5403 /force-app/main/default/classes/MetadataService.cls 7694 20 7694 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5402 /force-app/main/default/classes/MetadataService.cls 7694 20 7694 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5404 /force-app/main/default/classes/MetadataService.cls 7694 20 7694 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7694 20 7694 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5405 /force-app/main/default/classes/MetadataService.cls 7696 9 7702 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5404 /force-app/main/default/classes/MetadataService.cls 7696 9 7702 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5406 /force-app/main/default/classes/MetadataService.cls 7698 10 7698 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5405 /force-app/main/default/classes/MetadataService.cls 7698 10 7698 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5407 /force-app/main/default/classes/MetadataService.cls 7699 20 7699 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7699 20 7699 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5408 /force-app/main/default/classes/MetadataService.cls 7699 20 7699 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5407 /force-app/main/default/classes/MetadataService.cls 7699 20 7699 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5409 /force-app/main/default/classes/MetadataService.cls 7700 20 7700 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7700 20 7700 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5410 /force-app/main/default/classes/MetadataService.cls 7700 20 7700 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5409 /force-app/main/default/classes/MetadataService.cls 7700 20 7700 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5411 /force-app/main/default/classes/MetadataService.cls 7701 20 7701 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5410 /force-app/main/default/classes/MetadataService.cls 7701 20 7701 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5412 /force-app/main/default/classes/MetadataService.cls 7701 20 7701 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5411 /force-app/main/default/classes/MetadataService.cls 7701 20 7701 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5413 /force-app/main/default/classes/MetadataService.cls 7703 9 7709 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5412 /force-app/main/default/classes/MetadataService.cls 7703 9 7709 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5414 /force-app/main/default/classes/MetadataService.cls 7703 9 7709 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5413 /force-app/main/default/classes/MetadataService.cls 7703 9 7709 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5415 /force-app/main/default/classes/MetadataService.cls 7705 10 7705 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5414 /force-app/main/default/classes/MetadataService.cls 7705 10 7705 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5416 /force-app/main/default/classes/MetadataService.cls 7706 20 7706 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7706 20 7706 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5417 /force-app/main/default/classes/MetadataService.cls 7706 20 7706 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5416 /force-app/main/default/classes/MetadataService.cls 7706 20 7706 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5418 /force-app/main/default/classes/MetadataService.cls 7707 20 7707 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7707 20 7707 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5419 /force-app/main/default/classes/MetadataService.cls 7707 20 7707 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5418 /force-app/main/default/classes/MetadataService.cls 7707 20 7707 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5420 /force-app/main/default/classes/MetadataService.cls 7708 20 7708 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5419 /force-app/main/default/classes/MetadataService.cls 7708 20 7708 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5421 /force-app/main/default/classes/MetadataService.cls 7708 20 7708 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7708 20 7708 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5422 /force-app/main/default/classes/MetadataService.cls 7710 9 7716 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5421 /force-app/main/default/classes/MetadataService.cls 7710 9 7716 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5423 /force-app/main/default/classes/MetadataService.cls 7712 10 7712 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5422 /force-app/main/default/classes/MetadataService.cls 7712 10 7712 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5424 /force-app/main/default/classes/MetadataService.cls 7713 20 7713 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7713 20 7713 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5425 /force-app/main/default/classes/MetadataService.cls 7713 20 7713 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5424 /force-app/main/default/classes/MetadataService.cls 7713 20 7713 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5426 /force-app/main/default/classes/MetadataService.cls 7714 20 7714 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7714 20 7714 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5427 /force-app/main/default/classes/MetadataService.cls 7714 20 7714 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5426 /force-app/main/default/classes/MetadataService.cls 7714 20 7714 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5428 /force-app/main/default/classes/MetadataService.cls 7715 20 7715 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5427 /force-app/main/default/classes/MetadataService.cls 7715 20 7715 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5429 /force-app/main/default/classes/MetadataService.cls 7715 20 7715 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5428 /force-app/main/default/classes/MetadataService.cls 7715 20 7715 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5430 /force-app/main/default/classes/MetadataService.cls 7717 9 7723 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5429 /force-app/main/default/classes/MetadataService.cls 7717 9 7723 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5431 /force-app/main/default/classes/MetadataService.cls 7717 9 7723 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPostTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5430 /force-app/main/default/classes/MetadataService.cls 7717 9 7723 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPostTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5432 /force-app/main/default/classes/MetadataService.cls 7719 10 7719 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5431 /force-app/main/default/classes/MetadataService.cls 7719 10 7719 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5433 /force-app/main/default/classes/MetadataService.cls 7720 20 7720 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7720 20 7720 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5434 /force-app/main/default/classes/MetadataService.cls 7720 20 7720 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5433 /force-app/main/default/classes/MetadataService.cls 7720 20 7720 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5435 /force-app/main/default/classes/MetadataService.cls 7721 20 7721 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7721 20 7721 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5436 /force-app/main/default/classes/MetadataService.cls 7721 20 7721 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5435 /force-app/main/default/classes/MetadataService.cls 7721 20 7721 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5437 /force-app/main/default/classes/MetadataService.cls 7722 20 7722 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5436 /force-app/main/default/classes/MetadataService.cls 7722 20 7722 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5438 /force-app/main/default/classes/MetadataService.cls 7722 20 7722 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7722 20 7722 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5439 /force-app/main/default/classes/MetadataService.cls 7724 9 7730 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5438 /force-app/main/default/classes/MetadataService.cls 7724 9 7730 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5440 /force-app/main/default/classes/MetadataService.cls 7726 10 7726 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5439 /force-app/main/default/classes/MetadataService.cls 7726 10 7726 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5441 /force-app/main/default/classes/MetadataService.cls 7727 20 7727 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7727 20 7727 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5442 /force-app/main/default/classes/MetadataService.cls 7727 20 7727 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5441 /force-app/main/default/classes/MetadataService.cls 7727 20 7727 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5443 /force-app/main/default/classes/MetadataService.cls 7728 20 7728 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7728 20 7728 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5444 /force-app/main/default/classes/MetadataService.cls 7728 20 7728 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5443 /force-app/main/default/classes/MetadataService.cls 7728 20 7728 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5445 /force-app/main/default/classes/MetadataService.cls 7729 20 7729 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5444 /force-app/main/default/classes/MetadataService.cls 7729 20 7729 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5446 /force-app/main/default/classes/MetadataService.cls 7729 20 7729 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5445 /force-app/main/default/classes/MetadataService.cls 7729 20 7729 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5447 /force-app/main/default/classes/MetadataService.cls 7731 9 7737 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5446 /force-app/main/default/classes/MetadataService.cls 7731 9 7737 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5448 /force-app/main/default/classes/MetadataService.cls 7731 9 7737 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApprovalProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5447 /force-app/main/default/classes/MetadataService.cls 7731 9 7737 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApprovalProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5449 /force-app/main/default/classes/MetadataService.cls 7733 10 7733 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5448 /force-app/main/default/classes/MetadataService.cls 7733 10 7733 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5450 /force-app/main/default/classes/MetadataService.cls 7734 20 7734 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7734 20 7734 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5451 /force-app/main/default/classes/MetadataService.cls 7734 20 7734 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5450 /force-app/main/default/classes/MetadataService.cls 7734 20 7734 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5452 /force-app/main/default/classes/MetadataService.cls 7735 20 7735 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7735 20 7735 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5453 /force-app/main/default/classes/MetadataService.cls 7735 20 7735 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5452 /force-app/main/default/classes/MetadataService.cls 7735 20 7735 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5454 /force-app/main/default/classes/MetadataService.cls 7736 20 7736 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5453 /force-app/main/default/classes/MetadataService.cls 7736 20 7736 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5455 /force-app/main/default/classes/MetadataService.cls 7736 20 7736 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7736 20 7736 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5456 /force-app/main/default/classes/MetadataService.cls 7738 9 7744 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5455 /force-app/main/default/classes/MetadataService.cls 7738 9 7744 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5457 /force-app/main/default/classes/MetadataService.cls 7740 10 7740 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5456 /force-app/main/default/classes/MetadataService.cls 7740 10 7740 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5458 /force-app/main/default/classes/MetadataService.cls 7741 20 7741 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7741 20 7741 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5459 /force-app/main/default/classes/MetadataService.cls 7741 20 7741 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5458 /force-app/main/default/classes/MetadataService.cls 7741 20 7741 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5460 /force-app/main/default/classes/MetadataService.cls 7742 20 7742 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7742 20 7742 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5461 /force-app/main/default/classes/MetadataService.cls 7742 20 7742 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5460 /force-app/main/default/classes/MetadataService.cls 7742 20 7742 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5462 /force-app/main/default/classes/MetadataService.cls 7743 20 7743 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5461 /force-app/main/default/classes/MetadataService.cls 7743 20 7743 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5463 /force-app/main/default/classes/MetadataService.cls 7743 20 7743 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5462 /force-app/main/default/classes/MetadataService.cls 7743 20 7743 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5464 /force-app/main/default/classes/MetadataService.cls 7745 9 7751 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5463 /force-app/main/default/classes/MetadataService.cls 7745 9 7751 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5465 /force-app/main/default/classes/MetadataService.cls 7745 9 7751 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5464 /force-app/main/default/classes/MetadataService.cls 7745 9 7751 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5466 /force-app/main/default/classes/MetadataService.cls 7747 10 7747 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5465 /force-app/main/default/classes/MetadataService.cls 7747 10 7747 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5467 /force-app/main/default/classes/MetadataService.cls 7748 20 7748 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-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 /force-app/main/default/classes/MetadataService.cls 7748 20 7748 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5468 /force-app/main/default/classes/MetadataService.cls 7748 20 7748 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5467 /force-app/main/default/classes/MetadataService.cls 7748 20 7748 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5469 /force-app/main/default/classes/MetadataService.cls 7749 20 7749 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-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 /force-app/main/default/classes/MetadataService.cls 7749 20 7749 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5470 /force-app/main/default/classes/MetadataService.cls 7749 20 7749 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5469 /force-app/main/default/classes/MetadataService.cls 7749 20 7749 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5471 /force-app/main/default/classes/MetadataService.cls 7750 20 7750 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5470 /force-app/main/default/classes/MetadataService.cls 7750 20 7750 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5472 /force-app/main/default/classes/MetadataService.cls 7750 20 7750 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7750 20 7750 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5473 /force-app/main/default/classes/MetadataService.cls 7752 9 7758 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5472 /force-app/main/default/classes/MetadataService.cls 7752 9 7758 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5474 /force-app/main/default/classes/MetadataService.cls 7754 10 7754 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5473 /force-app/main/default/classes/MetadataService.cls 7754 10 7754 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5475 /force-app/main/default/classes/MetadataService.cls 7755 20 7755 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5474 /force-app/main/default/classes/MetadataService.cls 7755 20 7755 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5476 /force-app/main/default/classes/MetadataService.cls 7755 20 7755 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5475 /force-app/main/default/classes/MetadataService.cls 7755 20 7755 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5477 /force-app/main/default/classes/MetadataService.cls 7756 20 7756 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5476 /force-app/main/default/classes/MetadataService.cls 7756 20 7756 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5478 /force-app/main/default/classes/MetadataService.cls 7756 20 7756 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5477 /force-app/main/default/classes/MetadataService.cls 7756 20 7756 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5479 /force-app/main/default/classes/MetadataService.cls 7757 20 7757 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5478 /force-app/main/default/classes/MetadataService.cls 7757 20 7757 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5480 /force-app/main/default/classes/MetadataService.cls 7757 20 7757 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5479 /force-app/main/default/classes/MetadataService.cls 7757 20 7757 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5481 /force-app/main/default/classes/MetadataService.cls 7759 9 7765 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5480 /force-app/main/default/classes/MetadataService.cls 7759 9 7765 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5482 /force-app/main/default/classes/MetadataService.cls 7759 9 7765 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5481 /force-app/main/default/classes/MetadataService.cls 7759 9 7765 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5483 /force-app/main/default/classes/MetadataService.cls 7761 10 7761 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5482 /force-app/main/default/classes/MetadataService.cls 7761 10 7761 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5484 /force-app/main/default/classes/MetadataService.cls 7762 20 7762 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5483 /force-app/main/default/classes/MetadataService.cls 7762 20 7762 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5485 /force-app/main/default/classes/MetadataService.cls 7762 20 7762 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5484 /force-app/main/default/classes/MetadataService.cls 7762 20 7762 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5486 /force-app/main/default/classes/MetadataService.cls 7763 20 7763 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5485 /force-app/main/default/classes/MetadataService.cls 7763 20 7763 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5487 /force-app/main/default/classes/MetadataService.cls 7763 20 7763 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5486 /force-app/main/default/classes/MetadataService.cls 7763 20 7763 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5488 /force-app/main/default/classes/MetadataService.cls 7764 20 7764 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5487 /force-app/main/default/classes/MetadataService.cls 7764 20 7764 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5489 /force-app/main/default/classes/MetadataService.cls 7764 20 7764 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5488 /force-app/main/default/classes/MetadataService.cls 7764 20 7764 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5490 /force-app/main/default/classes/MetadataService.cls 7766 9 7772 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5489 /force-app/main/default/classes/MetadataService.cls 7766 9 7772 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5491 /force-app/main/default/classes/MetadataService.cls 7768 10 7768 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5490 /force-app/main/default/classes/MetadataService.cls 7768 10 7768 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5492 /force-app/main/default/classes/MetadataService.cls 7769 20 7769 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5491 /force-app/main/default/classes/MetadataService.cls 7769 20 7769 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5493 /force-app/main/default/classes/MetadataService.cls 7769 20 7769 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5492 /force-app/main/default/classes/MetadataService.cls 7769 20 7769 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5494 /force-app/main/default/classes/MetadataService.cls 7770 20 7770 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5493 /force-app/main/default/classes/MetadataService.cls 7770 20 7770 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5495 /force-app/main/default/classes/MetadataService.cls 7770 20 7770 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5494 /force-app/main/default/classes/MetadataService.cls 7770 20 7770 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5496 /force-app/main/default/classes/MetadataService.cls 7771 20 7771 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5495 /force-app/main/default/classes/MetadataService.cls 7771 20 7771 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5497 /force-app/main/default/classes/MetadataService.cls 7771 20 7771 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5496 /force-app/main/default/classes/MetadataService.cls 7771 20 7771 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5498 /force-app/main/default/classes/MetadataService.cls 7773 9 7779 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5497 /force-app/main/default/classes/MetadataService.cls 7773 9 7779 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5499 /force-app/main/default/classes/MetadataService.cls 7773 9 7779 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectTranslationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5498 /force-app/main/default/classes/MetadataService.cls 7773 9 7779 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectTranslationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5500 /force-app/main/default/classes/MetadataService.cls 7775 10 7775 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5499 /force-app/main/default/classes/MetadataService.cls 7775 10 7775 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5501 /force-app/main/default/classes/MetadataService.cls 7776 20 7776 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5500 /force-app/main/default/classes/MetadataService.cls 7776 20 7776 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5502 /force-app/main/default/classes/MetadataService.cls 7776 20 7776 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5501 /force-app/main/default/classes/MetadataService.cls 7776 20 7776 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5503 /force-app/main/default/classes/MetadataService.cls 7777 20 7777 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5502 /force-app/main/default/classes/MetadataService.cls 7777 20 7777 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5504 /force-app/main/default/classes/MetadataService.cls 7777 20 7777 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5503 /force-app/main/default/classes/MetadataService.cls 7777 20 7777 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5505 /force-app/main/default/classes/MetadataService.cls 7778 20 7778 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5504 /force-app/main/default/classes/MetadataService.cls 7778 20 7778 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5506 /force-app/main/default/classes/MetadataService.cls 7778 20 7778 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5505 /force-app/main/default/classes/MetadataService.cls 7778 20 7778 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5507 /force-app/main/default/classes/MetadataService.cls 7780 9 7786 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5506 /force-app/main/default/classes/MetadataService.cls 7780 9 7786 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5508 /force-app/main/default/classes/MetadataService.cls 7782 10 7782 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5507 /force-app/main/default/classes/MetadataService.cls 7782 10 7782 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5509 /force-app/main/default/classes/MetadataService.cls 7783 20 7783 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5508 /force-app/main/default/classes/MetadataService.cls 7783 20 7783 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5510 /force-app/main/default/classes/MetadataService.cls 7783 20 7783 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5509 /force-app/main/default/classes/MetadataService.cls 7783 20 7783 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5511 /force-app/main/default/classes/MetadataService.cls 7784 20 7784 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5510 /force-app/main/default/classes/MetadataService.cls 7784 20 7784 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5512 /force-app/main/default/classes/MetadataService.cls 7784 20 7784 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5511 /force-app/main/default/classes/MetadataService.cls 7784 20 7784 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5513 /force-app/main/default/classes/MetadataService.cls 7785 20 7785 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5512 /force-app/main/default/classes/MetadataService.cls 7785 20 7785 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5514 /force-app/main/default/classes/MetadataService.cls 7785 20 7785 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5513 /force-app/main/default/classes/MetadataService.cls 7785 20 7785 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5515 /force-app/main/default/classes/MetadataService.cls 7787 9 7793 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5514 /force-app/main/default/classes/MetadataService.cls 7787 9 7793 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5516 /force-app/main/default/classes/MetadataService.cls 7787 9 7793 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTranslationsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5515 /force-app/main/default/classes/MetadataService.cls 7787 9 7793 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTranslationsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5517 /force-app/main/default/classes/MetadataService.cls 7789 10 7789 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5516 /force-app/main/default/classes/MetadataService.cls 7789 10 7789 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5518 /force-app/main/default/classes/MetadataService.cls 7790 20 7790 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5517 /force-app/main/default/classes/MetadataService.cls 7790 20 7790 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5519 /force-app/main/default/classes/MetadataService.cls 7790 20 7790 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5518 /force-app/main/default/classes/MetadataService.cls 7790 20 7790 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5520 /force-app/main/default/classes/MetadataService.cls 7791 20 7791 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5519 /force-app/main/default/classes/MetadataService.cls 7791 20 7791 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5521 /force-app/main/default/classes/MetadataService.cls 7791 20 7791 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5520 /force-app/main/default/classes/MetadataService.cls 7791 20 7791 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5522 /force-app/main/default/classes/MetadataService.cls 7792 20 7792 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5521 /force-app/main/default/classes/MetadataService.cls 7792 20 7792 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5523 /force-app/main/default/classes/MetadataService.cls 7792 20 7792 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5522 /force-app/main/default/classes/MetadataService.cls 7792 20 7792 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5524 /force-app/main/default/classes/MetadataService.cls 7794 9 7800 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5523 /force-app/main/default/classes/MetadataService.cls 7794 9 7800 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5525 /force-app/main/default/classes/MetadataService.cls 7796 10 7796 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5524 /force-app/main/default/classes/MetadataService.cls 7796 10 7796 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5526 /force-app/main/default/classes/MetadataService.cls 7797 20 7797 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5525 /force-app/main/default/classes/MetadataService.cls 7797 20 7797 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5527 /force-app/main/default/classes/MetadataService.cls 7797 20 7797 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5526 /force-app/main/default/classes/MetadataService.cls 7797 20 7797 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5528 /force-app/main/default/classes/MetadataService.cls 7798 20 7798 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5527 /force-app/main/default/classes/MetadataService.cls 7798 20 7798 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5529 /force-app/main/default/classes/MetadataService.cls 7798 20 7798 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5528 /force-app/main/default/classes/MetadataService.cls 7798 20 7798 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5530 /force-app/main/default/classes/MetadataService.cls 7799 20 7799 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5529 /force-app/main/default/classes/MetadataService.cls 7799 20 7799 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5531 /force-app/main/default/classes/MetadataService.cls 7799 20 7799 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5530 /force-app/main/default/classes/MetadataService.cls 7799 20 7799 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5532 /force-app/main/default/classes/MetadataService.cls 7801 9 7807 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5531 /force-app/main/default/classes/MetadataService.cls 7801 9 7807 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5533 /force-app/main/default/classes/MetadataService.cls 7801 9 7807 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProfileResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5532 /force-app/main/default/classes/MetadataService.cls 7801 9 7807 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProfileResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5534 /force-app/main/default/classes/MetadataService.cls 7803 10 7803 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5533 /force-app/main/default/classes/MetadataService.cls 7803 10 7803 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5535 /force-app/main/default/classes/MetadataService.cls 7804 20 7804 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5534 /force-app/main/default/classes/MetadataService.cls 7804 20 7804 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5536 /force-app/main/default/classes/MetadataService.cls 7804 20 7804 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5535 /force-app/main/default/classes/MetadataService.cls 7804 20 7804 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5537 /force-app/main/default/classes/MetadataService.cls 7805 20 7805 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5536 /force-app/main/default/classes/MetadataService.cls 7805 20 7805 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5538 /force-app/main/default/classes/MetadataService.cls 7805 20 7805 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5537 /force-app/main/default/classes/MetadataService.cls 7805 20 7805 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5539 /force-app/main/default/classes/MetadataService.cls 7806 20 7806 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5538 /force-app/main/default/classes/MetadataService.cls 7806 20 7806 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5540 /force-app/main/default/classes/MetadataService.cls 7806 20 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5539 /force-app/main/default/classes/MetadataService.cls 7806 20 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5541 /force-app/main/default/classes/MetadataService.cls 7808 9 7814 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5540 /force-app/main/default/classes/MetadataService.cls 7808 9 7814 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5542 /force-app/main/default/classes/MetadataService.cls 7810 10 7810 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5541 /force-app/main/default/classes/MetadataService.cls 7810 10 7810 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5543 /force-app/main/default/classes/MetadataService.cls 7811 20 7811 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5542 /force-app/main/default/classes/MetadataService.cls 7811 20 7811 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5544 /force-app/main/default/classes/MetadataService.cls 7811 20 7811 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5543 /force-app/main/default/classes/MetadataService.cls 7811 20 7811 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5545 /force-app/main/default/classes/MetadataService.cls 7812 20 7812 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5544 /force-app/main/default/classes/MetadataService.cls 7812 20 7812 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5546 /force-app/main/default/classes/MetadataService.cls 7812 20 7812 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5545 /force-app/main/default/classes/MetadataService.cls 7812 20 7812 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5547 /force-app/main/default/classes/MetadataService.cls 7813 20 7813 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5546 /force-app/main/default/classes/MetadataService.cls 7813 20 7813 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5548 /force-app/main/default/classes/MetadataService.cls 7813 20 7813 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5547 /force-app/main/default/classes/MetadataService.cls 7813 20 7813 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5549 /force-app/main/default/classes/MetadataService.cls 7815 9 7821 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5548 /force-app/main/default/classes/MetadataService.cls 7815 9 7821 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5550 /force-app/main/default/classes/MetadataService.cls 7815 9 7821 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPermissionSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5549 /force-app/main/default/classes/MetadataService.cls 7815 9 7821 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPermissionSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5551 /force-app/main/default/classes/MetadataService.cls 7817 10 7817 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5550 /force-app/main/default/classes/MetadataService.cls 7817 10 7817 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5552 /force-app/main/default/classes/MetadataService.cls 7818 20 7818 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5551 /force-app/main/default/classes/MetadataService.cls 7818 20 7818 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5553 /force-app/main/default/classes/MetadataService.cls 7818 20 7818 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5552 /force-app/main/default/classes/MetadataService.cls 7818 20 7818 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5554 /force-app/main/default/classes/MetadataService.cls 7819 20 7819 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5553 /force-app/main/default/classes/MetadataService.cls 7819 20 7819 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5555 /force-app/main/default/classes/MetadataService.cls 7819 20 7819 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5554 /force-app/main/default/classes/MetadataService.cls 7819 20 7819 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5556 /force-app/main/default/classes/MetadataService.cls 7820 20 7820 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5555 /force-app/main/default/classes/MetadataService.cls 7820 20 7820 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5557 /force-app/main/default/classes/MetadataService.cls 7820 20 7820 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5556 /force-app/main/default/classes/MetadataService.cls 7820 20 7820 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5558 /force-app/main/default/classes/MetadataService.cls 7822 9 7828 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5557 /force-app/main/default/classes/MetadataService.cls 7822 9 7828 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5559 /force-app/main/default/classes/MetadataService.cls 7824 10 7824 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5558 /force-app/main/default/classes/MetadataService.cls 7824 10 7824 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5560 /force-app/main/default/classes/MetadataService.cls 7825 20 7825 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5559 /force-app/main/default/classes/MetadataService.cls 7825 20 7825 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5561 /force-app/main/default/classes/MetadataService.cls 7825 20 7825 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5560 /force-app/main/default/classes/MetadataService.cls 7825 20 7825 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5562 /force-app/main/default/classes/MetadataService.cls 7826 20 7826 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5561 /force-app/main/default/classes/MetadataService.cls 7826 20 7826 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5563 /force-app/main/default/classes/MetadataService.cls 7826 20 7826 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5562 /force-app/main/default/classes/MetadataService.cls 7826 20 7826 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5564 /force-app/main/default/classes/MetadataService.cls 7827 20 7827 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5563 /force-app/main/default/classes/MetadataService.cls 7827 20 7827 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5565 /force-app/main/default/classes/MetadataService.cls 7827 20 7827 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5564 /force-app/main/default/classes/MetadataService.cls 7827 20 7827 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5566 /force-app/main/default/classes/MetadataService.cls 7829 9 7835 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5565 /force-app/main/default/classes/MetadataService.cls 7829 9 7835 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5567 /force-app/main/default/classes/MetadataService.cls 7829 9 7835 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDataCategoryGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5566 /force-app/main/default/classes/MetadataService.cls 7829 9 7835 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDataCategoryGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5568 /force-app/main/default/classes/MetadataService.cls 7831 10 7831 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5567 /force-app/main/default/classes/MetadataService.cls 7831 10 7831 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5569 /force-app/main/default/classes/MetadataService.cls 7832 20 7832 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5568 /force-app/main/default/classes/MetadataService.cls 7832 20 7832 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5570 /force-app/main/default/classes/MetadataService.cls 7832 20 7832 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5569 /force-app/main/default/classes/MetadataService.cls 7832 20 7832 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5571 /force-app/main/default/classes/MetadataService.cls 7833 20 7833 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5570 /force-app/main/default/classes/MetadataService.cls 7833 20 7833 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5572 /force-app/main/default/classes/MetadataService.cls 7833 20 7833 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5571 /force-app/main/default/classes/MetadataService.cls 7833 20 7833 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5573 /force-app/main/default/classes/MetadataService.cls 7834 20 7834 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5572 /force-app/main/default/classes/MetadataService.cls 7834 20 7834 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5574 /force-app/main/default/classes/MetadataService.cls 7834 20 7834 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5573 /force-app/main/default/classes/MetadataService.cls 7834 20 7834 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 7836 9 7842 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5574 /force-app/main/default/classes/MetadataService.cls 7836 9 7842 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5576 /force-app/main/default/classes/MetadataService.cls 7838 10 7838 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5575 /force-app/main/default/classes/MetadataService.cls 7838 10 7838 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5577 /force-app/main/default/classes/MetadataService.cls 7839 20 7839 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5576 /force-app/main/default/classes/MetadataService.cls 7839 20 7839 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5578 /force-app/main/default/classes/MetadataService.cls 7839 20 7839 127 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5577 /force-app/main/default/classes/MetadataService.cls 7839 20 7839 127 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5579 /force-app/main/default/classes/MetadataService.cls 7840 20 7840 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5578 /force-app/main/default/classes/MetadataService.cls 7840 20 7840 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5580 /force-app/main/default/classes/MetadataService.cls 7840 20 7840 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5579 /force-app/main/default/classes/MetadataService.cls 7840 20 7840 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5581 /force-app/main/default/classes/MetadataService.cls 7841 20 7841 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5580 /force-app/main/default/classes/MetadataService.cls 7841 20 7841 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5582 /force-app/main/default/classes/MetadataService.cls 7841 20 7841 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5581 /force-app/main/default/classes/MetadataService.cls 7841 20 7841 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5583 /force-app/main/default/classes/MetadataService.cls 7843 9 7849 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5582 /force-app/main/default/classes/MetadataService.cls 7843 9 7849 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5584 /force-app/main/default/classes/MetadataService.cls 7843 9 7849 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRemoteSiteSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5583 /force-app/main/default/classes/MetadataService.cls 7843 9 7849 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRemoteSiteSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5585 /force-app/main/default/classes/MetadataService.cls 7845 10 7845 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5584 /force-app/main/default/classes/MetadataService.cls 7845 10 7845 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5586 /force-app/main/default/classes/MetadataService.cls 7846 20 7846 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5585 /force-app/main/default/classes/MetadataService.cls 7846 20 7846 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5587 /force-app/main/default/classes/MetadataService.cls 7846 20 7846 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5586 /force-app/main/default/classes/MetadataService.cls 7846 20 7846 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5588 /force-app/main/default/classes/MetadataService.cls 7847 20 7847 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5587 /force-app/main/default/classes/MetadataService.cls 7847 20 7847 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5589 /force-app/main/default/classes/MetadataService.cls 7847 20 7847 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5588 /force-app/main/default/classes/MetadataService.cls 7847 20 7847 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5590 /force-app/main/default/classes/MetadataService.cls 7848 20 7848 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5589 /force-app/main/default/classes/MetadataService.cls 7848 20 7848 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5591 /force-app/main/default/classes/MetadataService.cls 7848 20 7848 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5590 /force-app/main/default/classes/MetadataService.cls 7848 20 7848 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5592 /force-app/main/default/classes/MetadataService.cls 7850 9 7856 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5591 /force-app/main/default/classes/MetadataService.cls 7850 9 7856 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5593 /force-app/main/default/classes/MetadataService.cls 7852 10 7852 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5592 /force-app/main/default/classes/MetadataService.cls 7852 10 7852 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5594 /force-app/main/default/classes/MetadataService.cls 7853 20 7853 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5593 /force-app/main/default/classes/MetadataService.cls 7853 20 7853 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5595 /force-app/main/default/classes/MetadataService.cls 7853 20 7853 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5594 /force-app/main/default/classes/MetadataService.cls 7853 20 7853 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5596 /force-app/main/default/classes/MetadataService.cls 7854 20 7854 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5595 /force-app/main/default/classes/MetadataService.cls 7854 20 7854 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5597 /force-app/main/default/classes/MetadataService.cls 7854 20 7854 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5596 /force-app/main/default/classes/MetadataService.cls 7854 20 7854 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5598 /force-app/main/default/classes/MetadataService.cls 7855 20 7855 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5597 /force-app/main/default/classes/MetadataService.cls 7855 20 7855 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5599 /force-app/main/default/classes/MetadataService.cls 7855 20 7855 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5598 /force-app/main/default/classes/MetadataService.cls 7855 20 7855 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5600 /force-app/main/default/classes/MetadataService.cls 7857 9 7863 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5599 /force-app/main/default/classes/MetadataService.cls 7857 9 7863 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5601 /force-app/main/default/classes/MetadataService.cls 7857 9 7863 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5600 /force-app/main/default/classes/MetadataService.cls 7857 9 7863 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5602 /force-app/main/default/classes/MetadataService.cls 7859 10 7859 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5601 /force-app/main/default/classes/MetadataService.cls 7859 10 7859 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5603 /force-app/main/default/classes/MetadataService.cls 7860 20 7860 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5602 /force-app/main/default/classes/MetadataService.cls 7860 20 7860 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5604 /force-app/main/default/classes/MetadataService.cls 7860 20 7860 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5603 /force-app/main/default/classes/MetadataService.cls 7860 20 7860 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5605 /force-app/main/default/classes/MetadataService.cls 7861 20 7861 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5604 /force-app/main/default/classes/MetadataService.cls 7861 20 7861 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5606 /force-app/main/default/classes/MetadataService.cls 7861 20 7861 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5605 /force-app/main/default/classes/MetadataService.cls 7861 20 7861 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5607 /force-app/main/default/classes/MetadataService.cls 7862 20 7862 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5606 /force-app/main/default/classes/MetadataService.cls 7862 20 7862 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5608 /force-app/main/default/classes/MetadataService.cls 7862 20 7862 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7862 20 7862 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5609 /force-app/main/default/classes/MetadataService.cls 7864 9 7870 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5608 /force-app/main/default/classes/MetadataService.cls 7864 9 7870 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5610 /force-app/main/default/classes/MetadataService.cls 7866 10 7866 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5609 /force-app/main/default/classes/MetadataService.cls 7866 10 7866 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5611 /force-app/main/default/classes/MetadataService.cls 7867 20 7867 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5610 /force-app/main/default/classes/MetadataService.cls 7867 20 7867 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5612 /force-app/main/default/classes/MetadataService.cls 7867 20 7867 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5611 /force-app/main/default/classes/MetadataService.cls 7867 20 7867 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5613 /force-app/main/default/classes/MetadataService.cls 7868 20 7868 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5612 /force-app/main/default/classes/MetadataService.cls 7868 20 7868 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5614 /force-app/main/default/classes/MetadataService.cls 7868 20 7868 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5613 /force-app/main/default/classes/MetadataService.cls 7868 20 7868 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5615 /force-app/main/default/classes/MetadataService.cls 7869 20 7869 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5614 /force-app/main/default/classes/MetadataService.cls 7869 20 7869 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5616 /force-app/main/default/classes/MetadataService.cls 7869 20 7869 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5615 /force-app/main/default/classes/MetadataService.cls 7869 20 7869 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5617 /force-app/main/default/classes/MetadataService.cls 7871 9 7877 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5616 /force-app/main/default/classes/MetadataService.cls 7871 9 7877 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5618 /force-app/main/default/classes/MetadataService.cls 7871 9 7877 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuthProviderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5617 /force-app/main/default/classes/MetadataService.cls 7871 9 7877 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuthProviderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5619 /force-app/main/default/classes/MetadataService.cls 7873 10 7873 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5618 /force-app/main/default/classes/MetadataService.cls 7873 10 7873 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5620 /force-app/main/default/classes/MetadataService.cls 7874 20 7874 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5619 /force-app/main/default/classes/MetadataService.cls 7874 20 7874 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5621 /force-app/main/default/classes/MetadataService.cls 7874 20 7874 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5620 /force-app/main/default/classes/MetadataService.cls 7874 20 7874 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5622 /force-app/main/default/classes/MetadataService.cls 7875 20 7875 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5621 /force-app/main/default/classes/MetadataService.cls 7875 20 7875 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5623 /force-app/main/default/classes/MetadataService.cls 7875 20 7875 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5622 /force-app/main/default/classes/MetadataService.cls 7875 20 7875 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5624 /force-app/main/default/classes/MetadataService.cls 7876 20 7876 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5623 /force-app/main/default/classes/MetadataService.cls 7876 20 7876 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5625 /force-app/main/default/classes/MetadataService.cls 7876 20 7876 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5624 /force-app/main/default/classes/MetadataService.cls 7876 20 7876 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5626 /force-app/main/default/classes/MetadataService.cls 7878 9 7884 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5625 /force-app/main/default/classes/MetadataService.cls 7878 9 7884 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5627 /force-app/main/default/classes/MetadataService.cls 7880 10 7880 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5626 /force-app/main/default/classes/MetadataService.cls 7880 10 7880 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5628 /force-app/main/default/classes/MetadataService.cls 7881 20 7881 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5627 /force-app/main/default/classes/MetadataService.cls 7881 20 7881 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5629 /force-app/main/default/classes/MetadataService.cls 7881 20 7881 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5628 /force-app/main/default/classes/MetadataService.cls 7881 20 7881 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5630 /force-app/main/default/classes/MetadataService.cls 7882 20 7882 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5629 /force-app/main/default/classes/MetadataService.cls 7882 20 7882 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5631 /force-app/main/default/classes/MetadataService.cls 7882 20 7882 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5630 /force-app/main/default/classes/MetadataService.cls 7882 20 7882 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5632 /force-app/main/default/classes/MetadataService.cls 7883 20 7883 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5631 /force-app/main/default/classes/MetadataService.cls 7883 20 7883 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5633 /force-app/main/default/classes/MetadataService.cls 7883 20 7883 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5632 /force-app/main/default/classes/MetadataService.cls 7883 20 7883 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5634 /force-app/main/default/classes/MetadataService.cls 7885 9 7891 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5633 /force-app/main/default/classes/MetadataService.cls 7885 9 7891 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5635 /force-app/main/default/classes/MetadataService.cls 7885 9 7891 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readKnowledgeSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5634 /force-app/main/default/classes/MetadataService.cls 7885 9 7891 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readKnowledgeSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5636 /force-app/main/default/classes/MetadataService.cls 7887 10 7887 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5635 /force-app/main/default/classes/MetadataService.cls 7887 10 7887 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5637 /force-app/main/default/classes/MetadataService.cls 7888 20 7888 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5636 /force-app/main/default/classes/MetadataService.cls 7888 20 7888 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5638 /force-app/main/default/classes/MetadataService.cls 7888 20 7888 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5637 /force-app/main/default/classes/MetadataService.cls 7888 20 7888 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5639 /force-app/main/default/classes/MetadataService.cls 7889 20 7889 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5638 /force-app/main/default/classes/MetadataService.cls 7889 20 7889 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5640 /force-app/main/default/classes/MetadataService.cls 7889 20 7889 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5639 /force-app/main/default/classes/MetadataService.cls 7889 20 7889 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5641 /force-app/main/default/classes/MetadataService.cls 7890 20 7890 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5640 /force-app/main/default/classes/MetadataService.cls 7890 20 7890 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5642 /force-app/main/default/classes/MetadataService.cls 7890 20 7890 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5641 /force-app/main/default/classes/MetadataService.cls 7890 20 7890 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5643 /force-app/main/default/classes/MetadataService.cls 7892 9 7898 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5642 /force-app/main/default/classes/MetadataService.cls 7892 9 7898 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5644 /force-app/main/default/classes/MetadataService.cls 7894 10 7894 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5643 /force-app/main/default/classes/MetadataService.cls 7894 10 7894 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5645 /force-app/main/default/classes/MetadataService.cls 7895 20 7895 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5644 /force-app/main/default/classes/MetadataService.cls 7895 20 7895 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5646 /force-app/main/default/classes/MetadataService.cls 7895 20 7895 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5645 /force-app/main/default/classes/MetadataService.cls 7895 20 7895 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5647 /force-app/main/default/classes/MetadataService.cls 7896 20 7896 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5646 /force-app/main/default/classes/MetadataService.cls 7896 20 7896 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5648 /force-app/main/default/classes/MetadataService.cls 7896 20 7896 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5647 /force-app/main/default/classes/MetadataService.cls 7896 20 7896 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5649 /force-app/main/default/classes/MetadataService.cls 7897 20 7897 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5648 /force-app/main/default/classes/MetadataService.cls 7897 20 7897 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5650 /force-app/main/default/classes/MetadataService.cls 7897 20 7897 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5649 /force-app/main/default/classes/MetadataService.cls 7897 20 7897 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5651 /force-app/main/default/classes/MetadataService.cls 7899 9 7905 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5650 /force-app/main/default/classes/MetadataService.cls 7899 9 7905 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5652 /force-app/main/default/classes/MetadataService.cls 7899 9 7905 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5651 /force-app/main/default/classes/MetadataService.cls 7899 9 7905 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5653 /force-app/main/default/classes/MetadataService.cls 7901 10 7901 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5652 /force-app/main/default/classes/MetadataService.cls 7901 10 7901 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5654 /force-app/main/default/classes/MetadataService.cls 7902 20 7902 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5653 /force-app/main/default/classes/MetadataService.cls 7902 20 7902 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5655 /force-app/main/default/classes/MetadataService.cls 7902 20 7902 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5654 /force-app/main/default/classes/MetadataService.cls 7902 20 7902 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5656 /force-app/main/default/classes/MetadataService.cls 7903 20 7903 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5655 /force-app/main/default/classes/MetadataService.cls 7903 20 7903 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5657 /force-app/main/default/classes/MetadataService.cls 7903 20 7903 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5656 /force-app/main/default/classes/MetadataService.cls 7903 20 7903 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5658 /force-app/main/default/classes/MetadataService.cls 7904 20 7904 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5657 /force-app/main/default/classes/MetadataService.cls 7904 20 7904 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5659 /force-app/main/default/classes/MetadataService.cls 7904 20 7904 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5658 /force-app/main/default/classes/MetadataService.cls 7904 20 7904 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 7906 9 7912 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5659 /force-app/main/default/classes/MetadataService.cls 7906 9 7912 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5661 /force-app/main/default/classes/MetadataService.cls 7908 10 7908 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5660 /force-app/main/default/classes/MetadataService.cls 7908 10 7908 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5662 /force-app/main/default/classes/MetadataService.cls 7909 20 7909 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5661 /force-app/main/default/classes/MetadataService.cls 7909 20 7909 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5663 /force-app/main/default/classes/MetadataService.cls 7909 20 7909 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5662 /force-app/main/default/classes/MetadataService.cls 7909 20 7909 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5664 /force-app/main/default/classes/MetadataService.cls 7910 20 7910 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5663 /force-app/main/default/classes/MetadataService.cls 7910 20 7910 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5665 /force-app/main/default/classes/MetadataService.cls 7910 20 7910 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5664 /force-app/main/default/classes/MetadataService.cls 7910 20 7910 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5666 /force-app/main/default/classes/MetadataService.cls 7911 20 7911 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5665 /force-app/main/default/classes/MetadataService.cls 7911 20 7911 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5667 /force-app/main/default/classes/MetadataService.cls 7911 20 7911 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5666 /force-app/main/default/classes/MetadataService.cls 7911 20 7911 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5668 /force-app/main/default/classes/MetadataService.cls 7913 9 7919 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5667 /force-app/main/default/classes/MetadataService.cls 7913 9 7919 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5669 /force-app/main/default/classes/MetadataService.cls 7913 9 7919 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5668 /force-app/main/default/classes/MetadataService.cls 7913 9 7919 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5670 /force-app/main/default/classes/MetadataService.cls 7915 10 7915 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5669 /force-app/main/default/classes/MetadataService.cls 7915 10 7915 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5671 /force-app/main/default/classes/MetadataService.cls 7916 20 7916 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5670 /force-app/main/default/classes/MetadataService.cls 7916 20 7916 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5672 /force-app/main/default/classes/MetadataService.cls 7916 20 7916 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5671 /force-app/main/default/classes/MetadataService.cls 7916 20 7916 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5673 /force-app/main/default/classes/MetadataService.cls 7917 20 7917 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5672 /force-app/main/default/classes/MetadataService.cls 7917 20 7917 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5674 /force-app/main/default/classes/MetadataService.cls 7917 20 7917 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5673 /force-app/main/default/classes/MetadataService.cls 7917 20 7917 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5675 /force-app/main/default/classes/MetadataService.cls 7918 20 7918 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5674 /force-app/main/default/classes/MetadataService.cls 7918 20 7918 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5676 /force-app/main/default/classes/MetadataService.cls 7918 20 7918 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5675 /force-app/main/default/classes/MetadataService.cls 7918 20 7918 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5677 /force-app/main/default/classes/MetadataService.cls 7920 9 7926 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5676 /force-app/main/default/classes/MetadataService.cls 7920 9 7926 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5678 /force-app/main/default/classes/MetadataService.cls 7922 10 7922 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5677 /force-app/main/default/classes/MetadataService.cls 7922 10 7922 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5679 /force-app/main/default/classes/MetadataService.cls 7923 20 7923 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5678 /force-app/main/default/classes/MetadataService.cls 7923 20 7923 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5680 /force-app/main/default/classes/MetadataService.cls 7923 20 7923 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5679 /force-app/main/default/classes/MetadataService.cls 7923 20 7923 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5681 /force-app/main/default/classes/MetadataService.cls 7924 20 7924 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5680 /force-app/main/default/classes/MetadataService.cls 7924 20 7924 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5682 /force-app/main/default/classes/MetadataService.cls 7924 20 7924 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5681 /force-app/main/default/classes/MetadataService.cls 7924 20 7924 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5683 /force-app/main/default/classes/MetadataService.cls 7925 20 7925 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5682 /force-app/main/default/classes/MetadataService.cls 7925 20 7925 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5684 /force-app/main/default/classes/MetadataService.cls 7925 20 7925 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5683 /force-app/main/default/classes/MetadataService.cls 7925 20 7925 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5685 /force-app/main/default/classes/MetadataService.cls 7927 9 7933 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5684 /force-app/main/default/classes/MetadataService.cls 7927 9 7933 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5686 /force-app/main/default/classes/MetadataService.cls 7927 9 7933 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readIdeasSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5685 /force-app/main/default/classes/MetadataService.cls 7927 9 7933 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readIdeasSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5687 /force-app/main/default/classes/MetadataService.cls 7929 10 7929 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5686 /force-app/main/default/classes/MetadataService.cls 7929 10 7929 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5688 /force-app/main/default/classes/MetadataService.cls 7930 20 7930 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5687 /force-app/main/default/classes/MetadataService.cls 7930 20 7930 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5689 /force-app/main/default/classes/MetadataService.cls 7930 20 7930 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5688 /force-app/main/default/classes/MetadataService.cls 7930 20 7930 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5690 /force-app/main/default/classes/MetadataService.cls 7931 20 7931 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5689 /force-app/main/default/classes/MetadataService.cls 7931 20 7931 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5691 /force-app/main/default/classes/MetadataService.cls 7931 20 7931 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5690 /force-app/main/default/classes/MetadataService.cls 7931 20 7931 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5692 /force-app/main/default/classes/MetadataService.cls 7932 20 7932 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5691 /force-app/main/default/classes/MetadataService.cls 7932 20 7932 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5693 /force-app/main/default/classes/MetadataService.cls 7932 20 7932 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5692 /force-app/main/default/classes/MetadataService.cls 7932 20 7932 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5694 /force-app/main/default/classes/MetadataService.cls 7934 9 7940 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5693 /force-app/main/default/classes/MetadataService.cls 7934 9 7940 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5695 /force-app/main/default/classes/MetadataService.cls 7936 10 7936 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5694 /force-app/main/default/classes/MetadataService.cls 7936 10 7936 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5696 /force-app/main/default/classes/MetadataService.cls 7937 20 7937 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5695 /force-app/main/default/classes/MetadataService.cls 7937 20 7937 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5697 /force-app/main/default/classes/MetadataService.cls 7937 20 7937 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5696 /force-app/main/default/classes/MetadataService.cls 7937 20 7937 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5698 /force-app/main/default/classes/MetadataService.cls 7938 20 7938 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5697 /force-app/main/default/classes/MetadataService.cls 7938 20 7938 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5699 /force-app/main/default/classes/MetadataService.cls 7938 20 7938 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5698 /force-app/main/default/classes/MetadataService.cls 7938 20 7938 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5700 /force-app/main/default/classes/MetadataService.cls 7939 20 7939 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5699 /force-app/main/default/classes/MetadataService.cls 7939 20 7939 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5701 /force-app/main/default/classes/MetadataService.cls 7939 20 7939 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5700 /force-app/main/default/classes/MetadataService.cls 7939 20 7939 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5702 /force-app/main/default/classes/MetadataService.cls 7941 9 7947 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5701 /force-app/main/default/classes/MetadataService.cls 7941 9 7947 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5703 /force-app/main/default/classes/MetadataService.cls 7941 9 7947 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readChatterAnswersSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5702 /force-app/main/default/classes/MetadataService.cls 7941 9 7947 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readChatterAnswersSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5704 /force-app/main/default/classes/MetadataService.cls 7943 10 7943 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5703 /force-app/main/default/classes/MetadataService.cls 7943 10 7943 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5705 /force-app/main/default/classes/MetadataService.cls 7944 20 7944 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5704 /force-app/main/default/classes/MetadataService.cls 7944 20 7944 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5706 /force-app/main/default/classes/MetadataService.cls 7944 20 7944 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5705 /force-app/main/default/classes/MetadataService.cls 7944 20 7944 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5707 /force-app/main/default/classes/MetadataService.cls 7945 20 7945 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5706 /force-app/main/default/classes/MetadataService.cls 7945 20 7945 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5708 /force-app/main/default/classes/MetadataService.cls 7945 20 7945 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5707 /force-app/main/default/classes/MetadataService.cls 7945 20 7945 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5709 /force-app/main/default/classes/MetadataService.cls 7946 20 7946 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5708 /force-app/main/default/classes/MetadataService.cls 7946 20 7946 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5710 /force-app/main/default/classes/MetadataService.cls 7946 20 7946 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5709 /force-app/main/default/classes/MetadataService.cls 7946 20 7946 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5711 /force-app/main/default/classes/MetadataService.cls 7948 9 7954 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5710 /force-app/main/default/classes/MetadataService.cls 7948 9 7954 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5712 /force-app/main/default/classes/MetadataService.cls 7950 10 7950 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5711 /force-app/main/default/classes/MetadataService.cls 7950 10 7950 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5713 /force-app/main/default/classes/MetadataService.cls 7951 20 7951 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5712 /force-app/main/default/classes/MetadataService.cls 7951 20 7951 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5714 /force-app/main/default/classes/MetadataService.cls 7951 20 7951 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5713 /force-app/main/default/classes/MetadataService.cls 7951 20 7951 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5715 /force-app/main/default/classes/MetadataService.cls 7952 20 7952 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5714 /force-app/main/default/classes/MetadataService.cls 7952 20 7952 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5716 /force-app/main/default/classes/MetadataService.cls 7952 20 7952 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5715 /force-app/main/default/classes/MetadataService.cls 7952 20 7952 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5717 /force-app/main/default/classes/MetadataService.cls 7953 20 7953 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5716 /force-app/main/default/classes/MetadataService.cls 7953 20 7953 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5718 /force-app/main/default/classes/MetadataService.cls 7953 20 7953 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5717 /force-app/main/default/classes/MetadataService.cls 7953 20 7953 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5719 /force-app/main/default/classes/MetadataService.cls 7955 9 7961 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5718 /force-app/main/default/classes/MetadataService.cls 7955 9 7961 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5720 /force-app/main/default/classes/MetadataService.cls 7955 9 7961 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCommunityResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5719 /force-app/main/default/classes/MetadataService.cls 7955 9 7961 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCommunityResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5721 /force-app/main/default/classes/MetadataService.cls 7957 10 7957 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5720 /force-app/main/default/classes/MetadataService.cls 7957 10 7957 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5722 /force-app/main/default/classes/MetadataService.cls 7958 20 7958 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5721 /force-app/main/default/classes/MetadataService.cls 7958 20 7958 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5723 /force-app/main/default/classes/MetadataService.cls 7958 20 7958 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5722 /force-app/main/default/classes/MetadataService.cls 7958 20 7958 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5724 /force-app/main/default/classes/MetadataService.cls 7959 20 7959 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5723 /force-app/main/default/classes/MetadataService.cls 7959 20 7959 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5725 /force-app/main/default/classes/MetadataService.cls 7959 20 7959 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5724 /force-app/main/default/classes/MetadataService.cls 7959 20 7959 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5726 /force-app/main/default/classes/MetadataService.cls 7960 20 7960 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5725 /force-app/main/default/classes/MetadataService.cls 7960 20 7960 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5727 /force-app/main/default/classes/MetadataService.cls 7960 20 7960 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5726 /force-app/main/default/classes/MetadataService.cls 7960 20 7960 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 7962 9 7968 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5727 /force-app/main/default/classes/MetadataService.cls 7962 9 7968 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5729 /force-app/main/default/classes/MetadataService.cls 7964 10 7964 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5728 /force-app/main/default/classes/MetadataService.cls 7964 10 7964 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5730 /force-app/main/default/classes/MetadataService.cls 7965 20 7965 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5729 /force-app/main/default/classes/MetadataService.cls 7965 20 7965 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5731 /force-app/main/default/classes/MetadataService.cls 7965 20 7965 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5730 /force-app/main/default/classes/MetadataService.cls 7965 20 7965 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5732 /force-app/main/default/classes/MetadataService.cls 7966 20 7966 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5731 /force-app/main/default/classes/MetadataService.cls 7966 20 7966 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5733 /force-app/main/default/classes/MetadataService.cls 7966 20 7966 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5732 /force-app/main/default/classes/MetadataService.cls 7966 20 7966 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5734 /force-app/main/default/classes/MetadataService.cls 7967 20 7967 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5733 /force-app/main/default/classes/MetadataService.cls 7967 20 7967 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5735 /force-app/main/default/classes/MetadataService.cls 7967 20 7967 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5734 /force-app/main/default/classes/MetadataService.cls 7967 20 7967 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5736 /force-app/main/default/classes/MetadataService.cls 7969 9 7975 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5735 /force-app/main/default/classes/MetadataService.cls 7969 9 7975 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5737 /force-app/main/default/classes/MetadataService.cls 7969 9 7975 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readActivitiesSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5736 /force-app/main/default/classes/MetadataService.cls 7969 9 7975 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readActivitiesSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5738 /force-app/main/default/classes/MetadataService.cls 7971 10 7971 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5737 /force-app/main/default/classes/MetadataService.cls 7971 10 7971 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5739 /force-app/main/default/classes/MetadataService.cls 7972 20 7972 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5738 /force-app/main/default/classes/MetadataService.cls 7972 20 7972 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5740 /force-app/main/default/classes/MetadataService.cls 7972 20 7972 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5739 /force-app/main/default/classes/MetadataService.cls 7972 20 7972 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5741 /force-app/main/default/classes/MetadataService.cls 7973 20 7973 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5740 /force-app/main/default/classes/MetadataService.cls 7973 20 7973 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5742 /force-app/main/default/classes/MetadataService.cls 7973 20 7973 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5741 /force-app/main/default/classes/MetadataService.cls 7973 20 7973 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5743 /force-app/main/default/classes/MetadataService.cls 7974 20 7974 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5742 /force-app/main/default/classes/MetadataService.cls 7974 20 7974 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5744 /force-app/main/default/classes/MetadataService.cls 7974 20 7974 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7974 20 7974 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5745 /force-app/main/default/classes/MetadataService.cls 7976 9 7982 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5744 /force-app/main/default/classes/MetadataService.cls 7976 9 7982 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5746 /force-app/main/default/classes/MetadataService.cls 7978 10 7978 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5745 /force-app/main/default/classes/MetadataService.cls 7978 10 7978 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5747 /force-app/main/default/classes/MetadataService.cls 7979 20 7979 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5746 /force-app/main/default/classes/MetadataService.cls 7979 20 7979 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5748 /force-app/main/default/classes/MetadataService.cls 7979 20 7979 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5747 /force-app/main/default/classes/MetadataService.cls 7979 20 7979 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5749 /force-app/main/default/classes/MetadataService.cls 7980 20 7980 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5748 /force-app/main/default/classes/MetadataService.cls 7980 20 7980 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5750 /force-app/main/default/classes/MetadataService.cls 7980 20 7980 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5749 /force-app/main/default/classes/MetadataService.cls 7980 20 7980 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5751 /force-app/main/default/classes/MetadataService.cls 7981 20 7981 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5750 /force-app/main/default/classes/MetadataService.cls 7981 20 7981 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5752 /force-app/main/default/classes/MetadataService.cls 7981 20 7981 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5751 /force-app/main/default/classes/MetadataService.cls 7981 20 7981 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5753 /force-app/main/default/classes/MetadataService.cls 7983 9 7989 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5752 /force-app/main/default/classes/MetadataService.cls 7983 9 7989 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5754 /force-app/main/default/classes/MetadataService.cls 7983 9 7989 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readContractSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5753 /force-app/main/default/classes/MetadataService.cls 7983 9 7989 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readContractSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5755 /force-app/main/default/classes/MetadataService.cls 7985 10 7985 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5754 /force-app/main/default/classes/MetadataService.cls 7985 10 7985 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5756 /force-app/main/default/classes/MetadataService.cls 7986 20 7986 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5755 /force-app/main/default/classes/MetadataService.cls 7986 20 7986 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5757 /force-app/main/default/classes/MetadataService.cls 7986 20 7986 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5756 /force-app/main/default/classes/MetadataService.cls 7986 20 7986 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5758 /force-app/main/default/classes/MetadataService.cls 7987 20 7987 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5757 /force-app/main/default/classes/MetadataService.cls 7987 20 7987 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5759 /force-app/main/default/classes/MetadataService.cls 7987 20 7987 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5758 /force-app/main/default/classes/MetadataService.cls 7987 20 7987 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5760 /force-app/main/default/classes/MetadataService.cls 7988 20 7988 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5759 /force-app/main/default/classes/MetadataService.cls 7988 20 7988 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5761 /force-app/main/default/classes/MetadataService.cls 7988 20 7988 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5760 /force-app/main/default/classes/MetadataService.cls 7988 20 7988 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5762 /force-app/main/default/classes/MetadataService.cls 7990 9 7996 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5761 /force-app/main/default/classes/MetadataService.cls 7990 9 7996 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5763 /force-app/main/default/classes/MetadataService.cls 7992 10 7992 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5762 /force-app/main/default/classes/MetadataService.cls 7992 10 7992 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5764 /force-app/main/default/classes/MetadataService.cls 7993 20 7993 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5763 /force-app/main/default/classes/MetadataService.cls 7993 20 7993 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5765 /force-app/main/default/classes/MetadataService.cls 7993 20 7993 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5764 /force-app/main/default/classes/MetadataService.cls 7993 20 7993 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5766 /force-app/main/default/classes/MetadataService.cls 7994 20 7994 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5765 /force-app/main/default/classes/MetadataService.cls 7994 20 7994 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5767 /force-app/main/default/classes/MetadataService.cls 7994 20 7994 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5766 /force-app/main/default/classes/MetadataService.cls 7994 20 7994 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5768 /force-app/main/default/classes/MetadataService.cls 7995 20 7995 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5767 /force-app/main/default/classes/MetadataService.cls 7995 20 7995 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5769 /force-app/main/default/classes/MetadataService.cls 7995 20 7995 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5768 /force-app/main/default/classes/MetadataService.cls 7995 20 7995 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5770 /force-app/main/default/classes/MetadataService.cls 7997 9 8003 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5769 /force-app/main/default/classes/MetadataService.cls 7997 9 8003 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5771 /force-app/main/default/classes/MetadataService.cls 7997 9 8003 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOrderSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5770 /force-app/main/default/classes/MetadataService.cls 7997 9 8003 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOrderSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5772 /force-app/main/default/classes/MetadataService.cls 7999 10 7999 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5771 /force-app/main/default/classes/MetadataService.cls 7999 10 7999 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5773 /force-app/main/default/classes/MetadataService.cls 8000 20 8000 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5772 /force-app/main/default/classes/MetadataService.cls 8000 20 8000 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5774 /force-app/main/default/classes/MetadataService.cls 8000 20 8000 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5773 /force-app/main/default/classes/MetadataService.cls 8000 20 8000 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5775 /force-app/main/default/classes/MetadataService.cls 8001 20 8001 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5774 /force-app/main/default/classes/MetadataService.cls 8001 20 8001 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5776 /force-app/main/default/classes/MetadataService.cls 8001 20 8001 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5775 /force-app/main/default/classes/MetadataService.cls 8001 20 8001 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5777 /force-app/main/default/classes/MetadataService.cls 8002 20 8002 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5776 /force-app/main/default/classes/MetadataService.cls 8002 20 8002 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5778 /force-app/main/default/classes/MetadataService.cls 8002 20 8002 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5777 /force-app/main/default/classes/MetadataService.cls 8002 20 8002 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5779 /force-app/main/default/classes/MetadataService.cls 8004 9 8010 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5778 /force-app/main/default/classes/MetadataService.cls 8004 9 8010 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5780 /force-app/main/default/classes/MetadataService.cls 8006 10 8006 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5779 /force-app/main/default/classes/MetadataService.cls 8006 10 8006 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5781 /force-app/main/default/classes/MetadataService.cls 8007 20 8007 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5780 /force-app/main/default/classes/MetadataService.cls 8007 20 8007 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5782 /force-app/main/default/classes/MetadataService.cls 8007 20 8007 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5781 /force-app/main/default/classes/MetadataService.cls 8007 20 8007 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5783 /force-app/main/default/classes/MetadataService.cls 8008 20 8008 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5782 /force-app/main/default/classes/MetadataService.cls 8008 20 8008 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5784 /force-app/main/default/classes/MetadataService.cls 8008 20 8008 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5783 /force-app/main/default/classes/MetadataService.cls 8008 20 8008 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5785 /force-app/main/default/classes/MetadataService.cls 8009 20 8009 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5784 /force-app/main/default/classes/MetadataService.cls 8009 20 8009 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5786 /force-app/main/default/classes/MetadataService.cls 8009 20 8009 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5785 /force-app/main/default/classes/MetadataService.cls 8009 20 8009 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5787 /force-app/main/default/classes/MetadataService.cls 8011 9 8017 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5786 /force-app/main/default/classes/MetadataService.cls 8011 9 8017 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5788 /force-app/main/default/classes/MetadataService.cls 8011 9 8017 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOpportunitySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5787 /force-app/main/default/classes/MetadataService.cls 8011 9 8017 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOpportunitySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5789 /force-app/main/default/classes/MetadataService.cls 8013 10 8013 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5788 /force-app/main/default/classes/MetadataService.cls 8013 10 8013 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5790 /force-app/main/default/classes/MetadataService.cls 8014 20 8014 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5789 /force-app/main/default/classes/MetadataService.cls 8014 20 8014 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5791 /force-app/main/default/classes/MetadataService.cls 8014 20 8014 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5790 /force-app/main/default/classes/MetadataService.cls 8014 20 8014 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5792 /force-app/main/default/classes/MetadataService.cls 8015 20 8015 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5791 /force-app/main/default/classes/MetadataService.cls 8015 20 8015 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5793 /force-app/main/default/classes/MetadataService.cls 8015 20 8015 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5792 /force-app/main/default/classes/MetadataService.cls 8015 20 8015 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5794 /force-app/main/default/classes/MetadataService.cls 8016 20 8016 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5793 /force-app/main/default/classes/MetadataService.cls 8016 20 8016 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5795 /force-app/main/default/classes/MetadataService.cls 8016 20 8016 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5794 /force-app/main/default/classes/MetadataService.cls 8016 20 8016 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 8018 9 8024 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5795 /force-app/main/default/classes/MetadataService.cls 8018 9 8024 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5797 /force-app/main/default/classes/MetadataService.cls 8020 10 8020 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5796 /force-app/main/default/classes/MetadataService.cls 8020 10 8020 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5798 /force-app/main/default/classes/MetadataService.cls 8021 20 8021 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5797 /force-app/main/default/classes/MetadataService.cls 8021 20 8021 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5799 /force-app/main/default/classes/MetadataService.cls 8021 20 8021 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5798 /force-app/main/default/classes/MetadataService.cls 8021 20 8021 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5800 /force-app/main/default/classes/MetadataService.cls 8022 20 8022 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5799 /force-app/main/default/classes/MetadataService.cls 8022 20 8022 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5801 /force-app/main/default/classes/MetadataService.cls 8022 20 8022 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5800 /force-app/main/default/classes/MetadataService.cls 8022 20 8022 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5802 /force-app/main/default/classes/MetadataService.cls 8023 20 8023 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5801 /force-app/main/default/classes/MetadataService.cls 8023 20 8023 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5803 /force-app/main/default/classes/MetadataService.cls 8023 20 8023 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5802 /force-app/main/default/classes/MetadataService.cls 8023 20 8023 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5804 /force-app/main/default/classes/MetadataService.cls 8025 9 8031 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5803 /force-app/main/default/classes/MetadataService.cls 8025 9 8031 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5805 /force-app/main/default/classes/MetadataService.cls 8025 9 8031 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProductSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5804 /force-app/main/default/classes/MetadataService.cls 8025 9 8031 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProductSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5806 /force-app/main/default/classes/MetadataService.cls 8027 10 8027 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5805 /force-app/main/default/classes/MetadataService.cls 8027 10 8027 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5807 /force-app/main/default/classes/MetadataService.cls 8028 20 8028 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5806 /force-app/main/default/classes/MetadataService.cls 8028 20 8028 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5808 /force-app/main/default/classes/MetadataService.cls 8028 20 8028 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5807 /force-app/main/default/classes/MetadataService.cls 8028 20 8028 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5809 /force-app/main/default/classes/MetadataService.cls 8029 20 8029 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5808 /force-app/main/default/classes/MetadataService.cls 8029 20 8029 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5810 /force-app/main/default/classes/MetadataService.cls 8029 20 8029 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5809 /force-app/main/default/classes/MetadataService.cls 8029 20 8029 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5811 /force-app/main/default/classes/MetadataService.cls 8030 20 8030 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5810 /force-app/main/default/classes/MetadataService.cls 8030 20 8030 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5812 /force-app/main/default/classes/MetadataService.cls 8030 20 8030 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5811 /force-app/main/default/classes/MetadataService.cls 8030 20 8030 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5813 /force-app/main/default/classes/MetadataService.cls 8032 9 8038 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5812 /force-app/main/default/classes/MetadataService.cls 8032 9 8038 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5814 /force-app/main/default/classes/MetadataService.cls 8034 10 8034 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5813 /force-app/main/default/classes/MetadataService.cls 8034 10 8034 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5815 /force-app/main/default/classes/MetadataService.cls 8035 20 8035 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5814 /force-app/main/default/classes/MetadataService.cls 8035 20 8035 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5816 /force-app/main/default/classes/MetadataService.cls 8035 20 8035 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5815 /force-app/main/default/classes/MetadataService.cls 8035 20 8035 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5817 /force-app/main/default/classes/MetadataService.cls 8036 20 8036 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5816 /force-app/main/default/classes/MetadataService.cls 8036 20 8036 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5818 /force-app/main/default/classes/MetadataService.cls 8036 20 8036 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5817 /force-app/main/default/classes/MetadataService.cls 8036 20 8036 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5819 /force-app/main/default/classes/MetadataService.cls 8037 20 8037 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5818 /force-app/main/default/classes/MetadataService.cls 8037 20 8037 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5820 /force-app/main/default/classes/MetadataService.cls 8037 20 8037 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5819 /force-app/main/default/classes/MetadataService.cls 8037 20 8037 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5821 /force-app/main/default/classes/MetadataService.cls 8039 9 8045 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5820 /force-app/main/default/classes/MetadataService.cls 8039 9 8045 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5822 /force-app/main/default/classes/MetadataService.cls 8039 9 8045 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuoteSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5821 /force-app/main/default/classes/MetadataService.cls 8039 9 8045 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuoteSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5823 /force-app/main/default/classes/MetadataService.cls 8041 10 8041 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5822 /force-app/main/default/classes/MetadataService.cls 8041 10 8041 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5824 /force-app/main/default/classes/MetadataService.cls 8042 20 8042 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5823 /force-app/main/default/classes/MetadataService.cls 8042 20 8042 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5825 /force-app/main/default/classes/MetadataService.cls 8042 20 8042 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5824 /force-app/main/default/classes/MetadataService.cls 8042 20 8042 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5826 /force-app/main/default/classes/MetadataService.cls 8043 20 8043 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5825 /force-app/main/default/classes/MetadataService.cls 8043 20 8043 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5827 /force-app/main/default/classes/MetadataService.cls 8043 20 8043 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5826 /force-app/main/default/classes/MetadataService.cls 8043 20 8043 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5828 /force-app/main/default/classes/MetadataService.cls 8044 20 8044 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5827 /force-app/main/default/classes/MetadataService.cls 8044 20 8044 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5829 /force-app/main/default/classes/MetadataService.cls 8044 20 8044 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5828 /force-app/main/default/classes/MetadataService.cls 8044 20 8044 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5830 /force-app/main/default/classes/MetadataService.cls 8046 9 8052 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5829 /force-app/main/default/classes/MetadataService.cls 8046 9 8052 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5831 /force-app/main/default/classes/MetadataService.cls 8048 10 8048 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5830 /force-app/main/default/classes/MetadataService.cls 8048 10 8048 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5832 /force-app/main/default/classes/MetadataService.cls 8049 20 8049 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5831 /force-app/main/default/classes/MetadataService.cls 8049 20 8049 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5833 /force-app/main/default/classes/MetadataService.cls 8049 20 8049 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5832 /force-app/main/default/classes/MetadataService.cls 8049 20 8049 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5834 /force-app/main/default/classes/MetadataService.cls 8050 20 8050 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5833 /force-app/main/default/classes/MetadataService.cls 8050 20 8050 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5835 /force-app/main/default/classes/MetadataService.cls 8050 20 8050 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5834 /force-app/main/default/classes/MetadataService.cls 8050 20 8050 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5836 /force-app/main/default/classes/MetadataService.cls 8051 20 8051 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5835 /force-app/main/default/classes/MetadataService.cls 8051 20 8051 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5837 /force-app/main/default/classes/MetadataService.cls 8051 20 8051 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5836 /force-app/main/default/classes/MetadataService.cls 8051 20 8051 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5838 /force-app/main/default/classes/MetadataService.cls 8053 9 8059 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5837 /force-app/main/default/classes/MetadataService.cls 8053 9 8059 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5839 /force-app/main/default/classes/MetadataService.cls 8053 9 8059 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCallCenterResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5838 /force-app/main/default/classes/MetadataService.cls 8053 9 8059 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCallCenterResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5840 /force-app/main/default/classes/MetadataService.cls 8055 10 8055 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5839 /force-app/main/default/classes/MetadataService.cls 8055 10 8055 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5841 /force-app/main/default/classes/MetadataService.cls 8056 20 8056 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5840 /force-app/main/default/classes/MetadataService.cls 8056 20 8056 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5842 /force-app/main/default/classes/MetadataService.cls 8056 20 8056 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5841 /force-app/main/default/classes/MetadataService.cls 8056 20 8056 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5843 /force-app/main/default/classes/MetadataService.cls 8057 20 8057 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5842 /force-app/main/default/classes/MetadataService.cls 8057 20 8057 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5844 /force-app/main/default/classes/MetadataService.cls 8057 20 8057 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5843 /force-app/main/default/classes/MetadataService.cls 8057 20 8057 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5845 /force-app/main/default/classes/MetadataService.cls 8058 20 8058 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5844 /force-app/main/default/classes/MetadataService.cls 8058 20 8058 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5846 /force-app/main/default/classes/MetadataService.cls 8058 20 8058 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 8058 20 8058 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5847 /force-app/main/default/classes/MetadataService.cls 8060 9 8066 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5846 /force-app/main/default/classes/MetadataService.cls 8060 9 8066 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5848 /force-app/main/default/classes/MetadataService.cls 8062 10 8062 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5847 /force-app/main/default/classes/MetadataService.cls 8062 10 8062 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5849 /force-app/main/default/classes/MetadataService.cls 8063 20 8063 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5848 /force-app/main/default/classes/MetadataService.cls 8063 20 8063 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5850 /force-app/main/default/classes/MetadataService.cls 8063 20 8063 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5849 /force-app/main/default/classes/MetadataService.cls 8063 20 8063 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5851 /force-app/main/default/classes/MetadataService.cls 8064 20 8064 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5850 /force-app/main/default/classes/MetadataService.cls 8064 20 8064 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5852 /force-app/main/default/classes/MetadataService.cls 8064 20 8064 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5851 /force-app/main/default/classes/MetadataService.cls 8064 20 8064 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5853 /force-app/main/default/classes/MetadataService.cls 8065 20 8065 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5852 /force-app/main/default/classes/MetadataService.cls 8065 20 8065 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5854 /force-app/main/default/classes/MetadataService.cls 8065 20 8065 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5853 /force-app/main/default/classes/MetadataService.cls 8065 20 8065 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5855 /force-app/main/default/classes/MetadataService.cls 8067 9 8073 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5854 /force-app/main/default/classes/MetadataService.cls 8067 9 8073 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5856 /force-app/main/default/classes/MetadataService.cls 8067 9 8073 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5855 /force-app/main/default/classes/MetadataService.cls 8067 9 8073 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5857 /force-app/main/default/classes/MetadataService.cls 8069 10 8069 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5856 /force-app/main/default/classes/MetadataService.cls 8069 10 8069 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5858 /force-app/main/default/classes/MetadataService.cls 8070 20 8070 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5857 /force-app/main/default/classes/MetadataService.cls 8070 20 8070 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5859 /force-app/main/default/classes/MetadataService.cls 8070 20 8070 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5858 /force-app/main/default/classes/MetadataService.cls 8070 20 8070 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5860 /force-app/main/default/classes/MetadataService.cls 8071 20 8071 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5859 /force-app/main/default/classes/MetadataService.cls 8071 20 8071 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5861 /force-app/main/default/classes/MetadataService.cls 8071 20 8071 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5860 /force-app/main/default/classes/MetadataService.cls 8071 20 8071 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5862 /force-app/main/default/classes/MetadataService.cls 8072 20 8072 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5861 /force-app/main/default/classes/MetadataService.cls 8072 20 8072 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5863 /force-app/main/default/classes/MetadataService.cls 8072 20 8072 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5862 /force-app/main/default/classes/MetadataService.cls 8072 20 8072 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 8074 9 8080 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5863 /force-app/main/default/classes/MetadataService.cls 8074 9 8080 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5865 /force-app/main/default/classes/MetadataService.cls 8076 10 8076 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5864 /force-app/main/default/classes/MetadataService.cls 8076 10 8076 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5866 /force-app/main/default/classes/MetadataService.cls 8077 20 8077 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5865 /force-app/main/default/classes/MetadataService.cls 8077 20 8077 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5867 /force-app/main/default/classes/MetadataService.cls 8077 20 8077 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5866 /force-app/main/default/classes/MetadataService.cls 8077 20 8077 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5868 /force-app/main/default/classes/MetadataService.cls 8078 20 8078 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5867 /force-app/main/default/classes/MetadataService.cls 8078 20 8078 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5869 /force-app/main/default/classes/MetadataService.cls 8078 20 8078 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5868 /force-app/main/default/classes/MetadataService.cls 8078 20 8078 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5870 /force-app/main/default/classes/MetadataService.cls 8079 20 8079 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5869 /force-app/main/default/classes/MetadataService.cls 8079 20 8079 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5871 /force-app/main/default/classes/MetadataService.cls 8079 20 8079 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5870 /force-app/main/default/classes/MetadataService.cls 8079 20 8079 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5872 /force-app/main/default/classes/MetadataService.cls 8081 9 8087 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5871 /force-app/main/default/classes/MetadataService.cls 8081 9 8087 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5873 /force-app/main/default/classes/MetadataService.cls 8081 9 8087 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMilestoneTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5872 /force-app/main/default/classes/MetadataService.cls 8081 9 8087 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMilestoneTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5874 /force-app/main/default/classes/MetadataService.cls 8083 10 8083 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5873 /force-app/main/default/classes/MetadataService.cls 8083 10 8083 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5875 /force-app/main/default/classes/MetadataService.cls 8084 20 8084 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5874 /force-app/main/default/classes/MetadataService.cls 8084 20 8084 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5876 /force-app/main/default/classes/MetadataService.cls 8084 20 8084 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5875 /force-app/main/default/classes/MetadataService.cls 8084 20 8084 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5877 /force-app/main/default/classes/MetadataService.cls 8085 20 8085 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5876 /force-app/main/default/classes/MetadataService.cls 8085 20 8085 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5878 /force-app/main/default/classes/MetadataService.cls 8085 20 8085 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5877 /force-app/main/default/classes/MetadataService.cls 8085 20 8085 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5879 /force-app/main/default/classes/MetadataService.cls 8086 20 8086 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5878 /force-app/main/default/classes/MetadataService.cls 8086 20 8086 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5880 /force-app/main/default/classes/MetadataService.cls 8086 20 8086 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5879 /force-app/main/default/classes/MetadataService.cls 8086 20 8086 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5881 /force-app/main/default/classes/MetadataService.cls 8088 9 8094 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5880 /force-app/main/default/classes/MetadataService.cls 8088 9 8094 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5882 /force-app/main/default/classes/MetadataService.cls 8090 10 8090 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5881 /force-app/main/default/classes/MetadataService.cls 8090 10 8090 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5883 /force-app/main/default/classes/MetadataService.cls 8091 20 8091 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5882 /force-app/main/default/classes/MetadataService.cls 8091 20 8091 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5884 /force-app/main/default/classes/MetadataService.cls 8091 20 8091 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5883 /force-app/main/default/classes/MetadataService.cls 8091 20 8091 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5885 /force-app/main/default/classes/MetadataService.cls 8092 20 8092 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5884 /force-app/main/default/classes/MetadataService.cls 8092 20 8092 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5886 /force-app/main/default/classes/MetadataService.cls 8092 20 8092 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5885 /force-app/main/default/classes/MetadataService.cls 8092 20 8092 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5887 /force-app/main/default/classes/MetadataService.cls 8093 20 8093 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5886 /force-app/main/default/classes/MetadataService.cls 8093 20 8093 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5888 /force-app/main/default/classes/MetadataService.cls 8093 20 8093 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5887 /force-app/main/default/classes/MetadataService.cls 8093 20 8093 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5889 /force-app/main/default/classes/MetadataService.cls 8095 9 8101 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5888 /force-app/main/default/classes/MetadataService.cls 8095 9 8101 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5890 /force-app/main/default/classes/MetadataService.cls 8095 9 8101 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5889 /force-app/main/default/classes/MetadataService.cls 8095 9 8101 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5891 /force-app/main/default/classes/MetadataService.cls 8097 10 8097 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5890 /force-app/main/default/classes/MetadataService.cls 8097 10 8097 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5892 /force-app/main/default/classes/MetadataService.cls 8098 20 8098 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5891 /force-app/main/default/classes/MetadataService.cls 8098 20 8098 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5893 /force-app/main/default/classes/MetadataService.cls 8098 20 8098 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5892 /force-app/main/default/classes/MetadataService.cls 8098 20 8098 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5894 /force-app/main/default/classes/MetadataService.cls 8099 20 8099 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5893 /force-app/main/default/classes/MetadataService.cls 8099 20 8099 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5895 /force-app/main/default/classes/MetadataService.cls 8099 20 8099 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5894 /force-app/main/default/classes/MetadataService.cls 8099 20 8099 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5896 /force-app/main/default/classes/MetadataService.cls 8100 20 8100 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5895 /force-app/main/default/classes/MetadataService.cls 8100 20 8100 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5897 /force-app/main/default/classes/MetadataService.cls 8100 20 8100 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5896 /force-app/main/default/classes/MetadataService.cls 8100 20 8100 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 8102 9 8108 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5897 /force-app/main/default/classes/MetadataService.cls 8102 9 8108 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5899 /force-app/main/default/classes/MetadataService.cls 8104 10 8104 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5898 /force-app/main/default/classes/MetadataService.cls 8104 10 8104 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5900 /force-app/main/default/classes/MetadataService.cls 8105 20 8105 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5899 /force-app/main/default/classes/MetadataService.cls 8105 20 8105 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5901 /force-app/main/default/classes/MetadataService.cls 8105 20 8105 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5900 /force-app/main/default/classes/MetadataService.cls 8105 20 8105 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5902 /force-app/main/default/classes/MetadataService.cls 8106 20 8106 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5901 /force-app/main/default/classes/MetadataService.cls 8106 20 8106 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5903 /force-app/main/default/classes/MetadataService.cls 8106 20 8106 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5902 /force-app/main/default/classes/MetadataService.cls 8106 20 8106 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5904 /force-app/main/default/classes/MetadataService.cls 8107 20 8107 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5903 /force-app/main/default/classes/MetadataService.cls 8107 20 8107 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5905 /force-app/main/default/classes/MetadataService.cls 8107 20 8107 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5904 /force-app/main/default/classes/MetadataService.cls 8107 20 8107 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5906 /force-app/main/default/classes/MetadataService.cls 8109 9 8115 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5905 /force-app/main/default/classes/MetadataService.cls 8109 9 8115 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5907 /force-app/main/default/classes/MetadataService.cls 8109 9 8115 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5906 /force-app/main/default/classes/MetadataService.cls 8109 9 8115 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5908 /force-app/main/default/classes/MetadataService.cls 8111 10 8111 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5907 /force-app/main/default/classes/MetadataService.cls 8111 10 8111 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5909 /force-app/main/default/classes/MetadataService.cls 8112 20 8112 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5908 /force-app/main/default/classes/MetadataService.cls 8112 20 8112 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5910 /force-app/main/default/classes/MetadataService.cls 8112 20 8112 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5909 /force-app/main/default/classes/MetadataService.cls 8112 20 8112 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5911 /force-app/main/default/classes/MetadataService.cls 8113 20 8113 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5910 /force-app/main/default/classes/MetadataService.cls 8113 20 8113 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5912 /force-app/main/default/classes/MetadataService.cls 8113 20 8113 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5911 /force-app/main/default/classes/MetadataService.cls 8113 20 8113 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5913 /force-app/main/default/classes/MetadataService.cls 8114 20 8114 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5912 /force-app/main/default/classes/MetadataService.cls 8114 20 8114 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5914 /force-app/main/default/classes/MetadataService.cls 8114 20 8114 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5913 /force-app/main/default/classes/MetadataService.cls 8114 20 8114 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5915 /force-app/main/default/classes/MetadataService.cls 8116 9 8122 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5914 /force-app/main/default/classes/MetadataService.cls 8116 9 8122 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5916 /force-app/main/default/classes/MetadataService.cls 8118 10 8118 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5915 /force-app/main/default/classes/MetadataService.cls 8118 10 8118 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5917 /force-app/main/default/classes/MetadataService.cls 8119 20 8119 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5916 /force-app/main/default/classes/MetadataService.cls 8119 20 8119 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5918 /force-app/main/default/classes/MetadataService.cls 8119 20 8119 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5917 /force-app/main/default/classes/MetadataService.cls 8119 20 8119 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5919 /force-app/main/default/classes/MetadataService.cls 8120 20 8120 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5918 /force-app/main/default/classes/MetadataService.cls 8120 20 8120 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5920 /force-app/main/default/classes/MetadataService.cls 8120 20 8120 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5919 /force-app/main/default/classes/MetadataService.cls 8120 20 8120 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5921 /force-app/main/default/classes/MetadataService.cls 8121 20 8121 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5920 /force-app/main/default/classes/MetadataService.cls 8121 20 8121 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5922 /force-app/main/default/classes/MetadataService.cls 8121 20 8121 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5921 /force-app/main/default/classes/MetadataService.cls 8121 20 8121 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5923 /force-app/main/default/classes/MetadataService.cls 8123 9 8129 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5922 /force-app/main/default/classes/MetadataService.cls 8123 9 8129 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5924 /force-app/main/default/classes/MetadataService.cls 8123 9 8129 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5923 /force-app/main/default/classes/MetadataService.cls 8123 9 8129 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5925 /force-app/main/default/classes/MetadataService.cls 8125 10 8125 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5924 /force-app/main/default/classes/MetadataService.cls 8125 10 8125 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5926 /force-app/main/default/classes/MetadataService.cls 8126 20 8126 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5925 /force-app/main/default/classes/MetadataService.cls 8126 20 8126 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5927 /force-app/main/default/classes/MetadataService.cls 8126 20 8126 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5926 /force-app/main/default/classes/MetadataService.cls 8126 20 8126 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5928 /force-app/main/default/classes/MetadataService.cls 8127 20 8127 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5927 /force-app/main/default/classes/MetadataService.cls 8127 20 8127 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5929 /force-app/main/default/classes/MetadataService.cls 8127 20 8127 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5928 /force-app/main/default/classes/MetadataService.cls 8127 20 8127 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5930 /force-app/main/default/classes/MetadataService.cls 8128 20 8128 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5929 /force-app/main/default/classes/MetadataService.cls 8128 20 8128 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5931 /force-app/main/default/classes/MetadataService.cls 8128 20 8128 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5930 /force-app/main/default/classes/MetadataService.cls 8128 20 8128 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5932 /force-app/main/default/classes/MetadataService.cls 8130 9 8136 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5931 /force-app/main/default/classes/MetadataService.cls 8130 9 8136 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5933 /force-app/main/default/classes/MetadataService.cls 8132 10 8132 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5932 /force-app/main/default/classes/MetadataService.cls 8132 10 8132 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5934 /force-app/main/default/classes/MetadataService.cls 8133 20 8133 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5933 /force-app/main/default/classes/MetadataService.cls 8133 20 8133 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5935 /force-app/main/default/classes/MetadataService.cls 8133 20 8133 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5934 /force-app/main/default/classes/MetadataService.cls 8133 20 8133 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5936 /force-app/main/default/classes/MetadataService.cls 8134 20 8134 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5935 /force-app/main/default/classes/MetadataService.cls 8134 20 8134 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5937 /force-app/main/default/classes/MetadataService.cls 8134 20 8134 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5936 /force-app/main/default/classes/MetadataService.cls 8134 20 8134 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5938 /force-app/main/default/classes/MetadataService.cls 8135 20 8135 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5937 /force-app/main/default/classes/MetadataService.cls 8135 20 8135 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5939 /force-app/main/default/classes/MetadataService.cls 8135 20 8135 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5938 /force-app/main/default/classes/MetadataService.cls 8135 20 8135 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5940 /force-app/main/default/classes/MetadataService.cls 8137 9 8143 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5939 /force-app/main/default/classes/MetadataService.cls 8137 9 8143 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5941 /force-app/main/default/classes/MetadataService.cls 8137 9 8143 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursEntryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5940 /force-app/main/default/classes/MetadataService.cls 8137 9 8143 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursEntryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5942 /force-app/main/default/classes/MetadataService.cls 8139 10 8139 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5941 /force-app/main/default/classes/MetadataService.cls 8139 10 8139 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5943 /force-app/main/default/classes/MetadataService.cls 8140 20 8140 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5942 /force-app/main/default/classes/MetadataService.cls 8140 20 8140 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5944 /force-app/main/default/classes/MetadataService.cls 8140 20 8140 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5943 /force-app/main/default/classes/MetadataService.cls 8140 20 8140 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5945 /force-app/main/default/classes/MetadataService.cls 8141 20 8141 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5944 /force-app/main/default/classes/MetadataService.cls 8141 20 8141 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5946 /force-app/main/default/classes/MetadataService.cls 8141 20 8141 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5945 /force-app/main/default/classes/MetadataService.cls 8141 20 8141 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5947 /force-app/main/default/classes/MetadataService.cls 8142 20 8142 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5946 /force-app/main/default/classes/MetadataService.cls 8142 20 8142 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5948 /force-app/main/default/classes/MetadataService.cls 8142 20 8142 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5947 /force-app/main/default/classes/MetadataService.cls 8142 20 8142 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5949 /force-app/main/default/classes/MetadataService.cls 8144 9 8150 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5948 /force-app/main/default/classes/MetadataService.cls 8144 9 8150 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5950 /force-app/main/default/classes/MetadataService.cls 8146 10 8146 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5949 /force-app/main/default/classes/MetadataService.cls 8146 10 8146 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5951 /force-app/main/default/classes/MetadataService.cls 8147 20 8147 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5950 /force-app/main/default/classes/MetadataService.cls 8147 20 8147 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5952 /force-app/main/default/classes/MetadataService.cls 8147 20 8147 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5951 /force-app/main/default/classes/MetadataService.cls 8147 20 8147 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5953 /force-app/main/default/classes/MetadataService.cls 8148 20 8148 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5952 /force-app/main/default/classes/MetadataService.cls 8148 20 8148 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5954 /force-app/main/default/classes/MetadataService.cls 8148 20 8148 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5953 /force-app/main/default/classes/MetadataService.cls 8148 20 8148 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5955 /force-app/main/default/classes/MetadataService.cls 8149 20 8149 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5954 /force-app/main/default/classes/MetadataService.cls 8149 20 8149 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5956 /force-app/main/default/classes/MetadataService.cls 8149 20 8149 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5955 /force-app/main/default/classes/MetadataService.cls 8149 20 8149 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5957 /force-app/main/default/classes/MetadataService.cls 8151 9 8157 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5956 /force-app/main/default/classes/MetadataService.cls 8151 9 8157 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5958 /force-app/main/default/classes/MetadataService.cls 8151 9 8157 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readConnectedAppResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5957 /force-app/main/default/classes/MetadataService.cls 8151 9 8157 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readConnectedAppResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5959 /force-app/main/default/classes/MetadataService.cls 8153 10 8153 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5958 /force-app/main/default/classes/MetadataService.cls 8153 10 8153 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5960 /force-app/main/default/classes/MetadataService.cls 8154 20 8154 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5959 /force-app/main/default/classes/MetadataService.cls 8154 20 8154 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5961 /force-app/main/default/classes/MetadataService.cls 8154 20 8154 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5960 /force-app/main/default/classes/MetadataService.cls 8154 20 8154 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5962 /force-app/main/default/classes/MetadataService.cls 8155 20 8155 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5961 /force-app/main/default/classes/MetadataService.cls 8155 20 8155 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5963 /force-app/main/default/classes/MetadataService.cls 8155 20 8155 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5962 /force-app/main/default/classes/MetadataService.cls 8155 20 8155 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5964 /force-app/main/default/classes/MetadataService.cls 8156 20 8156 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5963 /force-app/main/default/classes/MetadataService.cls 8156 20 8156 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5965 /force-app/main/default/classes/MetadataService.cls 8156 20 8156 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5964 /force-app/main/default/classes/MetadataService.cls 8156 20 8156 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5966 /force-app/main/default/classes/MetadataService.cls 8158 9 8164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5965 /force-app/main/default/classes/MetadataService.cls 8158 9 8164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5967 /force-app/main/default/classes/MetadataService.cls 8160 10 8160 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5966 /force-app/main/default/classes/MetadataService.cls 8160 10 8160 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5968 /force-app/main/default/classes/MetadataService.cls 8161 20 8161 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5967 /force-app/main/default/classes/MetadataService.cls 8161 20 8161 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5969 /force-app/main/default/classes/MetadataService.cls 8161 20 8161 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5968 /force-app/main/default/classes/MetadataService.cls 8161 20 8161 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5970 /force-app/main/default/classes/MetadataService.cls 8162 20 8162 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5969 /force-app/main/default/classes/MetadataService.cls 8162 20 8162 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5971 /force-app/main/default/classes/MetadataService.cls 8162 20 8162 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5970 /force-app/main/default/classes/MetadataService.cls 8162 20 8162 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5972 /force-app/main/default/classes/MetadataService.cls 8163 20 8163 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5971 /force-app/main/default/classes/MetadataService.cls 8163 20 8163 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5973 /force-app/main/default/classes/MetadataService.cls 8163 20 8163 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5972 /force-app/main/default/classes/MetadataService.cls 8163 20 8163 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5974 /force-app/main/default/classes/MetadataService.cls 8165 9 8171 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5973 /force-app/main/default/classes/MetadataService.cls 8165 9 8171 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5975 /force-app/main/default/classes/MetadataService.cls 8165 9 8171 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAppMenuResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5974 /force-app/main/default/classes/MetadataService.cls 8165 9 8171 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAppMenuResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5976 /force-app/main/default/classes/MetadataService.cls 8167 10 8167 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5975 /force-app/main/default/classes/MetadataService.cls 8167 10 8167 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5977 /force-app/main/default/classes/MetadataService.cls 8168 20 8168 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5976 /force-app/main/default/classes/MetadataService.cls 8168 20 8168 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5978 /force-app/main/default/classes/MetadataService.cls 8168 20 8168 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5977 /force-app/main/default/classes/MetadataService.cls 8168 20 8168 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5979 /force-app/main/default/classes/MetadataService.cls 8169 20 8169 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5978 /force-app/main/default/classes/MetadataService.cls 8169 20 8169 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5980 /force-app/main/default/classes/MetadataService.cls 8169 20 8169 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5979 /force-app/main/default/classes/MetadataService.cls 8169 20 8169 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5981 /force-app/main/default/classes/MetadataService.cls 8170 20 8170 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5980 /force-app/main/default/classes/MetadataService.cls 8170 20 8170 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5982 /force-app/main/default/classes/MetadataService.cls 8170 20 8170 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5981 /force-app/main/default/classes/MetadataService.cls 8170 20 8170 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5983 /force-app/main/default/classes/MetadataService.cls 8172 9 8178 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5982 /force-app/main/default/classes/MetadataService.cls 8172 9 8178 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5984 /force-app/main/default/classes/MetadataService.cls 8174 10 8174 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5983 /force-app/main/default/classes/MetadataService.cls 8174 10 8174 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5985 /force-app/main/default/classes/MetadataService.cls 8175 20 8175 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5984 /force-app/main/default/classes/MetadataService.cls 8175 20 8175 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5986 /force-app/main/default/classes/MetadataService.cls 8175 20 8175 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5985 /force-app/main/default/classes/MetadataService.cls 8175 20 8175 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5987 /force-app/main/default/classes/MetadataService.cls 8176 20 8176 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5986 /force-app/main/default/classes/MetadataService.cls 8176 20 8176 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5988 /force-app/main/default/classes/MetadataService.cls 8176 20 8176 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5987 /force-app/main/default/classes/MetadataService.cls 8176 20 8176 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5989 /force-app/main/default/classes/MetadataService.cls 8177 20 8177 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5988 /force-app/main/default/classes/MetadataService.cls 8177 20 8177 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5990 /force-app/main/default/classes/MetadataService.cls 8177 20 8177 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5989 /force-app/main/default/classes/MetadataService.cls 8177 20 8177 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5991 /force-app/main/default/classes/MetadataService.cls 8179 9 8185 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5990 /force-app/main/default/classes/MetadataService.cls 8179 9 8185 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5992 /force-app/main/default/classes/MetadataService.cls 8179 9 8185 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMobileSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5991 /force-app/main/default/classes/MetadataService.cls 8179 9 8185 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMobileSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5993 /force-app/main/default/classes/MetadataService.cls 8181 10 8181 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5992 /force-app/main/default/classes/MetadataService.cls 8181 10 8181 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5994 /force-app/main/default/classes/MetadataService.cls 8182 20 8182 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5993 /force-app/main/default/classes/MetadataService.cls 8182 20 8182 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5995 /force-app/main/default/classes/MetadataService.cls 8182 20 8182 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5994 /force-app/main/default/classes/MetadataService.cls 8182 20 8182 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5996 /force-app/main/default/classes/MetadataService.cls 8183 20 8183 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5995 /force-app/main/default/classes/MetadataService.cls 8183 20 8183 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5997 /force-app/main/default/classes/MetadataService.cls 8183 20 8183 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5996 /force-app/main/default/classes/MetadataService.cls 8183 20 8183 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5998 /force-app/main/default/classes/MetadataService.cls 8184 20 8184 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5997 /force-app/main/default/classes/MetadataService.cls 8184 20 8184 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5999 /force-app/main/default/classes/MetadataService.cls 8184 20 8184 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5998 /force-app/main/default/classes/MetadataService.cls 8184 20 8184 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6000 /force-app/main/default/classes/MetadataService.cls 8186 9 8192 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5999 /force-app/main/default/classes/MetadataService.cls 8186 9 8192 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6001 /force-app/main/default/classes/MetadataService.cls 8188 10 8188 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6000 /force-app/main/default/classes/MetadataService.cls 8188 10 8188 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6002 /force-app/main/default/classes/MetadataService.cls 8189 20 8189 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6001 /force-app/main/default/classes/MetadataService.cls 8189 20 8189 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6003 /force-app/main/default/classes/MetadataService.cls 8189 20 8189 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6002 /force-app/main/default/classes/MetadataService.cls 8189 20 8189 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6004 /force-app/main/default/classes/MetadataService.cls 8190 20 8190 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6003 /force-app/main/default/classes/MetadataService.cls 8190 20 8190 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6005 /force-app/main/default/classes/MetadataService.cls 8190 20 8190 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6004 /force-app/main/default/classes/MetadataService.cls 8190 20 8190 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6006 /force-app/main/default/classes/MetadataService.cls 8191 20 8191 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6005 /force-app/main/default/classes/MetadataService.cls 8191 20 8191 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6007 /force-app/main/default/classes/MetadataService.cls 8191 20 8191 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6006 /force-app/main/default/classes/MetadataService.cls 8191 20 8191 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6008 /force-app/main/default/classes/MetadataService.cls 8193 9 8199 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6007 /force-app/main/default/classes/MetadataService.cls 8193 9 8199 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6009 /force-app/main/default/classes/MetadataService.cls 8193 9 8199 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNetworkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6008 /force-app/main/default/classes/MetadataService.cls 8193 9 8199 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNetworkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6010 /force-app/main/default/classes/MetadataService.cls 8195 10 8195 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6009 /force-app/main/default/classes/MetadataService.cls 8195 10 8195 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6011 /force-app/main/default/classes/MetadataService.cls 8196 20 8196 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6010 /force-app/main/default/classes/MetadataService.cls 8196 20 8196 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6012 /force-app/main/default/classes/MetadataService.cls 8196 20 8196 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6011 /force-app/main/default/classes/MetadataService.cls 8196 20 8196 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6013 /force-app/main/default/classes/MetadataService.cls 8197 20 8197 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6012 /force-app/main/default/classes/MetadataService.cls 8197 20 8197 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6014 /force-app/main/default/classes/MetadataService.cls 8197 20 8197 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6013 /force-app/main/default/classes/MetadataService.cls 8197 20 8197 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6015 /force-app/main/default/classes/MetadataService.cls 8198 20 8198 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6014 /force-app/main/default/classes/MetadataService.cls 8198 20 8198 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6016 /force-app/main/default/classes/MetadataService.cls 8198 20 8198 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6015 /force-app/main/default/classes/MetadataService.cls 8198 20 8198 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6017 /force-app/main/default/classes/MetadataService.cls 8200 9 8206 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6016 /force-app/main/default/classes/MetadataService.cls 8200 9 8206 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6018 /force-app/main/default/classes/MetadataService.cls 8202 10 8202 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6017 /force-app/main/default/classes/MetadataService.cls 8202 10 8202 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6019 /force-app/main/default/classes/MetadataService.cls 8203 20 8203 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6018 /force-app/main/default/classes/MetadataService.cls 8203 20 8203 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6020 /force-app/main/default/classes/MetadataService.cls 8203 20 8203 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6019 /force-app/main/default/classes/MetadataService.cls 8203 20 8203 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6021 /force-app/main/default/classes/MetadataService.cls 8204 20 8204 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6020 /force-app/main/default/classes/MetadataService.cls 8204 20 8204 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6022 /force-app/main/default/classes/MetadataService.cls 8204 20 8204 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6021 /force-app/main/default/classes/MetadataService.cls 8204 20 8204 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6023 /force-app/main/default/classes/MetadataService.cls 8205 20 8205 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6022 /force-app/main/default/classes/MetadataService.cls 8205 20 8205 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6024 /force-app/main/default/classes/MetadataService.cls 8205 20 8205 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6023 /force-app/main/default/classes/MetadataService.cls 8205 20 8205 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6025 /force-app/main/default/classes/MetadataService.cls 8207 9 8213 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6024 /force-app/main/default/classes/MetadataService.cls 8207 9 8213 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6026 /force-app/main/default/classes/MetadataService.cls 8207 9 8213 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompanySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6025 /force-app/main/default/classes/MetadataService.cls 8207 9 8213 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompanySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6027 /force-app/main/default/classes/MetadataService.cls 8209 10 8209 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6026 /force-app/main/default/classes/MetadataService.cls 8209 10 8209 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6028 /force-app/main/default/classes/MetadataService.cls 8210 20 8210 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6027 /force-app/main/default/classes/MetadataService.cls 8210 20 8210 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6029 /force-app/main/default/classes/MetadataService.cls 8210 20 8210 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6028 /force-app/main/default/classes/MetadataService.cls 8210 20 8210 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6030 /force-app/main/default/classes/MetadataService.cls 8211 20 8211 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6029 /force-app/main/default/classes/MetadataService.cls 8211 20 8211 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6031 /force-app/main/default/classes/MetadataService.cls 8211 20 8211 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6030 /force-app/main/default/classes/MetadataService.cls 8211 20 8211 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6032 /force-app/main/default/classes/MetadataService.cls 8212 20 8212 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6031 /force-app/main/default/classes/MetadataService.cls 8212 20 8212 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6033 /force-app/main/default/classes/MetadataService.cls 8212 20 8212 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6032 /force-app/main/default/classes/MetadataService.cls 8212 20 8212 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6034 /force-app/main/default/classes/MetadataService.cls 8214 9 8220 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6033 /force-app/main/default/classes/MetadataService.cls 8214 9 8220 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6035 /force-app/main/default/classes/MetadataService.cls 8216 10 8216 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6034 /force-app/main/default/classes/MetadataService.cls 8216 10 8216 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6036 /force-app/main/default/classes/MetadataService.cls 8217 20 8217 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6035 /force-app/main/default/classes/MetadataService.cls 8217 20 8217 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6037 /force-app/main/default/classes/MetadataService.cls 8217 20 8217 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6036 /force-app/main/default/classes/MetadataService.cls 8217 20 8217 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6038 /force-app/main/default/classes/MetadataService.cls 8218 20 8218 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6037 /force-app/main/default/classes/MetadataService.cls 8218 20 8218 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6039 /force-app/main/default/classes/MetadataService.cls 8218 20 8218 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6038 /force-app/main/default/classes/MetadataService.cls 8218 20 8218 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6040 /force-app/main/default/classes/MetadataService.cls 8219 20 8219 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6039 /force-app/main/default/classes/MetadataService.cls 8219 20 8219 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6041 /force-app/main/default/classes/MetadataService.cls 8219 20 8219 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6040 /force-app/main/default/classes/MetadataService.cls 8219 20 8219 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6042 /force-app/main/default/classes/MetadataService.cls 8221 9 8227 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6041 /force-app/main/default/classes/MetadataService.cls 8221 9 8227 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6043 /force-app/main/default/classes/MetadataService.cls 8221 9 8227 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readForecastingSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6042 /force-app/main/default/classes/MetadataService.cls 8221 9 8227 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readForecastingSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6044 /force-app/main/default/classes/MetadataService.cls 8223 10 8223 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6043 /force-app/main/default/classes/MetadataService.cls 8223 10 8223 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6045 /force-app/main/default/classes/MetadataService.cls 8224 20 8224 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6044 /force-app/main/default/classes/MetadataService.cls 8224 20 8224 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6046 /force-app/main/default/classes/MetadataService.cls 8224 20 8224 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6045 /force-app/main/default/classes/MetadataService.cls 8224 20 8224 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6047 /force-app/main/default/classes/MetadataService.cls 8225 20 8225 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6046 /force-app/main/default/classes/MetadataService.cls 8225 20 8225 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6048 /force-app/main/default/classes/MetadataService.cls 8225 20 8225 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6047 /force-app/main/default/classes/MetadataService.cls 8225 20 8225 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6049 /force-app/main/default/classes/MetadataService.cls 8226 20 8226 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6048 /force-app/main/default/classes/MetadataService.cls 8226 20 8226 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6050 /force-app/main/default/classes/MetadataService.cls 8226 20 8226 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6049 /force-app/main/default/classes/MetadataService.cls 8226 20 8226 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6051 /force-app/main/default/classes/MetadataService.cls 8228 9 8234 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6050 /force-app/main/default/classes/MetadataService.cls 8228 9 8234 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6052 /force-app/main/default/classes/MetadataService.cls 8230 10 8230 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6051 /force-app/main/default/classes/MetadataService.cls 8230 10 8230 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6053 /force-app/main/default/classes/MetadataService.cls 8231 20 8231 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6052 /force-app/main/default/classes/MetadataService.cls 8231 20 8231 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6054 /force-app/main/default/classes/MetadataService.cls 8231 20 8231 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6053 /force-app/main/default/classes/MetadataService.cls 8231 20 8231 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6055 /force-app/main/default/classes/MetadataService.cls 8232 20 8232 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6054 /force-app/main/default/classes/MetadataService.cls 8232 20 8232 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6056 /force-app/main/default/classes/MetadataService.cls 8232 20 8232 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6055 /force-app/main/default/classes/MetadataService.cls 8232 20 8232 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6057 /force-app/main/default/classes/MetadataService.cls 8233 20 8233 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6056 /force-app/main/default/classes/MetadataService.cls 8233 20 8233 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6058 /force-app/main/default/classes/MetadataService.cls 8233 20 8233 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6057 /force-app/main/default/classes/MetadataService.cls 8233 20 8233 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6059 /force-app/main/default/classes/MetadataService.cls 8235 9 8241 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6058 /force-app/main/default/classes/MetadataService.cls 8235 9 8241 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6060 /force-app/main/default/classes/MetadataService.cls 8235 9 8241 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSamlSsoConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6059 /force-app/main/default/classes/MetadataService.cls 8235 9 8241 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSamlSsoConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6061 /force-app/main/default/classes/MetadataService.cls 8237 10 8237 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6060 /force-app/main/default/classes/MetadataService.cls 8237 10 8237 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6062 /force-app/main/default/classes/MetadataService.cls 8238 20 8238 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6061 /force-app/main/default/classes/MetadataService.cls 8238 20 8238 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6063 /force-app/main/default/classes/MetadataService.cls 8238 20 8238 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6062 /force-app/main/default/classes/MetadataService.cls 8238 20 8238 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6064 /force-app/main/default/classes/MetadataService.cls 8239 20 8239 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6063 /force-app/main/default/classes/MetadataService.cls 8239 20 8239 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6065 /force-app/main/default/classes/MetadataService.cls 8239 20 8239 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6064 /force-app/main/default/classes/MetadataService.cls 8239 20 8239 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6066 /force-app/main/default/classes/MetadataService.cls 8240 20 8240 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6065 /force-app/main/default/classes/MetadataService.cls 8240 20 8240 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6067 /force-app/main/default/classes/MetadataService.cls 8240 20 8240 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6066 /force-app/main/default/classes/MetadataService.cls 8240 20 8240 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6068 /force-app/main/default/classes/MetadataService.cls 8242 9 8248 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6067 /force-app/main/default/classes/MetadataService.cls 8242 9 8248 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6069 /force-app/main/default/classes/MetadataService.cls 8244 10 8244 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6068 /force-app/main/default/classes/MetadataService.cls 8244 10 8244 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6070 /force-app/main/default/classes/MetadataService.cls 8245 20 8245 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6069 /force-app/main/default/classes/MetadataService.cls 8245 20 8245 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6071 /force-app/main/default/classes/MetadataService.cls 8245 20 8245 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6070 /force-app/main/default/classes/MetadataService.cls 8245 20 8245 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6072 /force-app/main/default/classes/MetadataService.cls 8246 20 8246 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6071 /force-app/main/default/classes/MetadataService.cls 8246 20 8246 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6073 /force-app/main/default/classes/MetadataService.cls 8246 20 8246 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6072 /force-app/main/default/classes/MetadataService.cls 8246 20 8246 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6074 /force-app/main/default/classes/MetadataService.cls 8247 20 8247 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6073 /force-app/main/default/classes/MetadataService.cls 8247 20 8247 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6075 /force-app/main/default/classes/MetadataService.cls 8247 20 8247 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6074 /force-app/main/default/classes/MetadataService.cls 8247 20 8247 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6076 /force-app/main/default/classes/MetadataService.cls 8249 9 8255 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6075 /force-app/main/default/classes/MetadataService.cls 8249 9 8255 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6077 /force-app/main/default/classes/MetadataService.cls 8249 9 8255 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveAgentSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6076 /force-app/main/default/classes/MetadataService.cls 8249 9 8255 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveAgentSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6078 /force-app/main/default/classes/MetadataService.cls 8251 10 8251 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6077 /force-app/main/default/classes/MetadataService.cls 8251 10 8251 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6079 /force-app/main/default/classes/MetadataService.cls 8252 20 8252 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6078 /force-app/main/default/classes/MetadataService.cls 8252 20 8252 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6080 /force-app/main/default/classes/MetadataService.cls 8252 20 8252 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6079 /force-app/main/default/classes/MetadataService.cls 8252 20 8252 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6081 /force-app/main/default/classes/MetadataService.cls 8253 20 8253 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6080 /force-app/main/default/classes/MetadataService.cls 8253 20 8253 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6082 /force-app/main/default/classes/MetadataService.cls 8253 20 8253 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6081 /force-app/main/default/classes/MetadataService.cls 8253 20 8253 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6083 /force-app/main/default/classes/MetadataService.cls 8254 20 8254 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6082 /force-app/main/default/classes/MetadataService.cls 8254 20 8254 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6084 /force-app/main/default/classes/MetadataService.cls 8254 20 8254 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6083 /force-app/main/default/classes/MetadataService.cls 8254 20 8254 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6085 /force-app/main/default/classes/MetadataService.cls 8256 9 8262 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6084 /force-app/main/default/classes/MetadataService.cls 8256 9 8262 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6086 /force-app/main/default/classes/MetadataService.cls 8258 10 8258 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6085 /force-app/main/default/classes/MetadataService.cls 8258 10 8258 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6087 /force-app/main/default/classes/MetadataService.cls 8259 20 8259 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6086 /force-app/main/default/classes/MetadataService.cls 8259 20 8259 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6088 /force-app/main/default/classes/MetadataService.cls 8259 20 8259 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6087 /force-app/main/default/classes/MetadataService.cls 8259 20 8259 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6089 /force-app/main/default/classes/MetadataService.cls 8260 20 8260 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6088 /force-app/main/default/classes/MetadataService.cls 8260 20 8260 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6090 /force-app/main/default/classes/MetadataService.cls 8260 20 8260 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6089 /force-app/main/default/classes/MetadataService.cls 8260 20 8260 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6091 /force-app/main/default/classes/MetadataService.cls 8261 20 8261 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6090 /force-app/main/default/classes/MetadataService.cls 8261 20 8261 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6092 /force-app/main/default/classes/MetadataService.cls 8261 20 8261 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6091 /force-app/main/default/classes/MetadataService.cls 8261 20 8261 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6093 /force-app/main/default/classes/MetadataService.cls 8263 9 8269 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6092 /force-app/main/default/classes/MetadataService.cls 8263 9 8269 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6094 /force-app/main/default/classes/MetadataService.cls 8263 9 8269 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSkillResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6093 /force-app/main/default/classes/MetadataService.cls 8263 9 8269 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSkillResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6095 /force-app/main/default/classes/MetadataService.cls 8265 10 8265 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6094 /force-app/main/default/classes/MetadataService.cls 8265 10 8265 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6096 /force-app/main/default/classes/MetadataService.cls 8266 20 8266 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6095 /force-app/main/default/classes/MetadataService.cls 8266 20 8266 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6097 /force-app/main/default/classes/MetadataService.cls 8266 20 8266 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6096 /force-app/main/default/classes/MetadataService.cls 8266 20 8266 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6098 /force-app/main/default/classes/MetadataService.cls 8267 20 8267 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6097 /force-app/main/default/classes/MetadataService.cls 8267 20 8267 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6099 /force-app/main/default/classes/MetadataService.cls 8267 20 8267 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6098 /force-app/main/default/classes/MetadataService.cls 8267 20 8267 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6100 /force-app/main/default/classes/MetadataService.cls 8268 20 8268 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6099 /force-app/main/default/classes/MetadataService.cls 8268 20 8268 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6101 /force-app/main/default/classes/MetadataService.cls 8268 20 8268 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6100 /force-app/main/default/classes/MetadataService.cls 8268 20 8268 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6102 /force-app/main/default/classes/MetadataService.cls 8270 9 8276 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6101 /force-app/main/default/classes/MetadataService.cls 8270 9 8276 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6103 /force-app/main/default/classes/MetadataService.cls 8272 10 8272 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6102 /force-app/main/default/classes/MetadataService.cls 8272 10 8272 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6104 /force-app/main/default/classes/MetadataService.cls 8273 20 8273 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6103 /force-app/main/default/classes/MetadataService.cls 8273 20 8273 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6105 /force-app/main/default/classes/MetadataService.cls 8273 20 8273 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6104 /force-app/main/default/classes/MetadataService.cls 8273 20 8273 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6106 /force-app/main/default/classes/MetadataService.cls 8274 20 8274 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6105 /force-app/main/default/classes/MetadataService.cls 8274 20 8274 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6107 /force-app/main/default/classes/MetadataService.cls 8274 20 8274 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6106 /force-app/main/default/classes/MetadataService.cls 8274 20 8274 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6108 /force-app/main/default/classes/MetadataService.cls 8275 20 8275 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6107 /force-app/main/default/classes/MetadataService.cls 8275 20 8275 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6109 /force-app/main/default/classes/MetadataService.cls 8275 20 8275 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6108 /force-app/main/default/classes/MetadataService.cls 8275 20 8275 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6110 /force-app/main/default/classes/MetadataService.cls 8277 9 8283 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6109 /force-app/main/default/classes/MetadataService.cls 8277 9 8283 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6111 /force-app/main/default/classes/MetadataService.cls 8277 9 8283 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatDeploymentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6110 /force-app/main/default/classes/MetadataService.cls 8277 9 8283 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatDeploymentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6112 /force-app/main/default/classes/MetadataService.cls 8279 10 8279 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6111 /force-app/main/default/classes/MetadataService.cls 8279 10 8279 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6113 /force-app/main/default/classes/MetadataService.cls 8280 20 8280 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6112 /force-app/main/default/classes/MetadataService.cls 8280 20 8280 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6114 /force-app/main/default/classes/MetadataService.cls 8280 20 8280 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6113 /force-app/main/default/classes/MetadataService.cls 8280 20 8280 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6115 /force-app/main/default/classes/MetadataService.cls 8281 20 8281 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6114 /force-app/main/default/classes/MetadataService.cls 8281 20 8281 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6116 /force-app/main/default/classes/MetadataService.cls 8281 20 8281 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6115 /force-app/main/default/classes/MetadataService.cls 8281 20 8281 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6117 /force-app/main/default/classes/MetadataService.cls 8282 20 8282 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6116 /force-app/main/default/classes/MetadataService.cls 8282 20 8282 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6118 /force-app/main/default/classes/MetadataService.cls 8282 20 8282 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6117 /force-app/main/default/classes/MetadataService.cls 8282 20 8282 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6119 /force-app/main/default/classes/MetadataService.cls 8284 9 8290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6118 /force-app/main/default/classes/MetadataService.cls 8284 9 8290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6120 /force-app/main/default/classes/MetadataService.cls 8286 10 8286 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6119 /force-app/main/default/classes/MetadataService.cls 8286 10 8286 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6121 /force-app/main/default/classes/MetadataService.cls 8287 20 8287 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6120 /force-app/main/default/classes/MetadataService.cls 8287 20 8287 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6122 /force-app/main/default/classes/MetadataService.cls 8287 20 8287 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6121 /force-app/main/default/classes/MetadataService.cls 8287 20 8287 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6123 /force-app/main/default/classes/MetadataService.cls 8288 20 8288 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6122 /force-app/main/default/classes/MetadataService.cls 8288 20 8288 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6124 /force-app/main/default/classes/MetadataService.cls 8288 20 8288 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6123 /force-app/main/default/classes/MetadataService.cls 8288 20 8288 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6125 /force-app/main/default/classes/MetadataService.cls 8289 20 8289 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6124 /force-app/main/default/classes/MetadataService.cls 8289 20 8289 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6126 /force-app/main/default/classes/MetadataService.cls 8289 20 8289 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6125 /force-app/main/default/classes/MetadataService.cls 8289 20 8289 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6127 /force-app/main/default/classes/MetadataService.cls 8291 9 8297 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6126 /force-app/main/default/classes/MetadataService.cls 8291 9 8297 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6128 /force-app/main/default/classes/MetadataService.cls 8291 9 8297 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatButtonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6127 /force-app/main/default/classes/MetadataService.cls 8291 9 8297 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatButtonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6129 /force-app/main/default/classes/MetadataService.cls 8293 10 8293 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6128 /force-app/main/default/classes/MetadataService.cls 8293 10 8293 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6130 /force-app/main/default/classes/MetadataService.cls 8294 20 8294 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6129 /force-app/main/default/classes/MetadataService.cls 8294 20 8294 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6131 /force-app/main/default/classes/MetadataService.cls 8294 20 8294 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6130 /force-app/main/default/classes/MetadataService.cls 8294 20 8294 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6132 /force-app/main/default/classes/MetadataService.cls 8295 20 8295 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6131 /force-app/main/default/classes/MetadataService.cls 8295 20 8295 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6133 /force-app/main/default/classes/MetadataService.cls 8295 20 8295 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6132 /force-app/main/default/classes/MetadataService.cls 8295 20 8295 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6134 /force-app/main/default/classes/MetadataService.cls 8296 20 8296 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6133 /force-app/main/default/classes/MetadataService.cls 8296 20 8296 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6135 /force-app/main/default/classes/MetadataService.cls 8296 20 8296 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6134 /force-app/main/default/classes/MetadataService.cls 8296 20 8296 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6136 /force-app/main/default/classes/MetadataService.cls 8298 9 8304 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6135 /force-app/main/default/classes/MetadataService.cls 8298 9 8304 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6137 /force-app/main/default/classes/MetadataService.cls 8300 10 8300 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6136 /force-app/main/default/classes/MetadataService.cls 8300 10 8300 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6138 /force-app/main/default/classes/MetadataService.cls 8301 20 8301 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6137 /force-app/main/default/classes/MetadataService.cls 8301 20 8301 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6139 /force-app/main/default/classes/MetadataService.cls 8301 20 8301 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6138 /force-app/main/default/classes/MetadataService.cls 8301 20 8301 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6140 /force-app/main/default/classes/MetadataService.cls 8302 20 8302 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6139 /force-app/main/default/classes/MetadataService.cls 8302 20 8302 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6141 /force-app/main/default/classes/MetadataService.cls 8302 20 8302 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6140 /force-app/main/default/classes/MetadataService.cls 8302 20 8302 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6142 /force-app/main/default/classes/MetadataService.cls 8303 20 8303 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6141 /force-app/main/default/classes/MetadataService.cls 8303 20 8303 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6143 /force-app/main/default/classes/MetadataService.cls 8303 20 8303 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6142 /force-app/main/default/classes/MetadataService.cls 8303 20 8303 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6144 /force-app/main/default/classes/MetadataService.cls 8305 9 8311 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6143 /force-app/main/default/classes/MetadataService.cls 8305 9 8311 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6145 /force-app/main/default/classes/MetadataService.cls 8305 9 8311 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatAgentConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6144 /force-app/main/default/classes/MetadataService.cls 8305 9 8311 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatAgentConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6146 /force-app/main/default/classes/MetadataService.cls 8307 10 8307 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6145 /force-app/main/default/classes/MetadataService.cls 8307 10 8307 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6147 /force-app/main/default/classes/MetadataService.cls 8308 20 8308 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6146 /force-app/main/default/classes/MetadataService.cls 8308 20 8308 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6148 /force-app/main/default/classes/MetadataService.cls 8308 20 8308 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6147 /force-app/main/default/classes/MetadataService.cls 8308 20 8308 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6149 /force-app/main/default/classes/MetadataService.cls 8309 20 8309 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6148 /force-app/main/default/classes/MetadataService.cls 8309 20 8309 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6150 /force-app/main/default/classes/MetadataService.cls 8309 20 8309 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6149 /force-app/main/default/classes/MetadataService.cls 8309 20 8309 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6151 /force-app/main/default/classes/MetadataService.cls 8310 20 8310 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6150 /force-app/main/default/classes/MetadataService.cls 8310 20 8310 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6152 /force-app/main/default/classes/MetadataService.cls 8310 20 8310 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6151 /force-app/main/default/classes/MetadataService.cls 8310 20 8310 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6153 /force-app/main/default/classes/MetadataService.cls 8312 9 8318 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6152 /force-app/main/default/classes/MetadataService.cls 8312 9 8318 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6154 /force-app/main/default/classes/MetadataService.cls 8314 10 8314 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6153 /force-app/main/default/classes/MetadataService.cls 8314 10 8314 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6155 /force-app/main/default/classes/MetadataService.cls 8315 20 8315 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6154 /force-app/main/default/classes/MetadataService.cls 8315 20 8315 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6156 /force-app/main/default/classes/MetadataService.cls 8315 20 8315 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6155 /force-app/main/default/classes/MetadataService.cls 8315 20 8315 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6157 /force-app/main/default/classes/MetadataService.cls 8316 20 8316 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6156 /force-app/main/default/classes/MetadataService.cls 8316 20 8316 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6158 /force-app/main/default/classes/MetadataService.cls 8316 20 8316 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6157 /force-app/main/default/classes/MetadataService.cls 8316 20 8316 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6159 /force-app/main/default/classes/MetadataService.cls 8317 20 8317 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6158 /force-app/main/default/classes/MetadataService.cls 8317 20 8317 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6160 /force-app/main/default/classes/MetadataService.cls 8317 20 8317 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6159 /force-app/main/default/classes/MetadataService.cls 8317 20 8317 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6161 /force-app/main/default/classes/MetadataService.cls 8319 9 8325 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6160 /force-app/main/default/classes/MetadataService.cls 8319 9 8325 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6162 /force-app/main/default/classes/MetadataService.cls 8319 9 8325 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSynonymDictionaryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6161 /force-app/main/default/classes/MetadataService.cls 8319 9 8325 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSynonymDictionaryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6163 /force-app/main/default/classes/MetadataService.cls 8321 10 8321 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6162 /force-app/main/default/classes/MetadataService.cls 8321 10 8321 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6164 /force-app/main/default/classes/MetadataService.cls 8322 20 8322 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6163 /force-app/main/default/classes/MetadataService.cls 8322 20 8322 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6165 /force-app/main/default/classes/MetadataService.cls 8322 20 8322 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6164 /force-app/main/default/classes/MetadataService.cls 8322 20 8322 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6166 /force-app/main/default/classes/MetadataService.cls 8323 20 8323 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6165 /force-app/main/default/classes/MetadataService.cls 8323 20 8323 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6167 /force-app/main/default/classes/MetadataService.cls 8323 20 8323 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6166 /force-app/main/default/classes/MetadataService.cls 8323 20 8323 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6168 /force-app/main/default/classes/MetadataService.cls 8324 20 8324 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6167 /force-app/main/default/classes/MetadataService.cls 8324 20 8324 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6169 /force-app/main/default/classes/MetadataService.cls 8324 20 8324 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6168 /force-app/main/default/classes/MetadataService.cls 8324 20 8324 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6170 /force-app/main/default/classes/MetadataService.cls 8326 9 8332 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6169 /force-app/main/default/classes/MetadataService.cls 8326 9 8332 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6171 /force-app/main/default/classes/MetadataService.cls 8328 10 8328 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6170 /force-app/main/default/classes/MetadataService.cls 8328 10 8328 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6172 /force-app/main/default/classes/MetadataService.cls 8329 20 8329 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6171 /force-app/main/default/classes/MetadataService.cls 8329 20 8329 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6173 /force-app/main/default/classes/MetadataService.cls 8329 20 8329 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6172 /force-app/main/default/classes/MetadataService.cls 8329 20 8329 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6174 /force-app/main/default/classes/MetadataService.cls 8330 20 8330 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6173 /force-app/main/default/classes/MetadataService.cls 8330 20 8330 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6175 /force-app/main/default/classes/MetadataService.cls 8330 20 8330 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6174 /force-app/main/default/classes/MetadataService.cls 8330 20 8330 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6176 /force-app/main/default/classes/MetadataService.cls 8331 20 8331 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6175 /force-app/main/default/classes/MetadataService.cls 8331 20 8331 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6177 /force-app/main/default/classes/MetadataService.cls 8331 20 8331 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6176 /force-app/main/default/classes/MetadataService.cls 8331 20 8331 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6178 /force-app/main/default/classes/MetadataService.cls 8333 9 8339 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6177 /force-app/main/default/classes/MetadataService.cls 8333 9 8339 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6179 /force-app/main/default/classes/MetadataService.cls 8333 9 8339 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6178 /force-app/main/default/classes/MetadataService.cls 8333 9 8339 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6180 /force-app/main/default/classes/MetadataService.cls 8335 10 8335 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6179 /force-app/main/default/classes/MetadataService.cls 8335 10 8335 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6181 /force-app/main/default/classes/MetadataService.cls 8336 20 8336 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6180 /force-app/main/default/classes/MetadataService.cls 8336 20 8336 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6182 /force-app/main/default/classes/MetadataService.cls 8336 20 8336 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6181 /force-app/main/default/classes/MetadataService.cls 8336 20 8336 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6183 /force-app/main/default/classes/MetadataService.cls 8337 20 8337 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6182 /force-app/main/default/classes/MetadataService.cls 8337 20 8337 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6184 /force-app/main/default/classes/MetadataService.cls 8337 20 8337 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6183 /force-app/main/default/classes/MetadataService.cls 8337 20 8337 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6185 /force-app/main/default/classes/MetadataService.cls 8338 20 8338 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6184 /force-app/main/default/classes/MetadataService.cls 8338 20 8338 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6186 /force-app/main/default/classes/MetadataService.cls 8338 20 8338 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6185 /force-app/main/default/classes/MetadataService.cls 8338 20 8338 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6187 /force-app/main/default/classes/MetadataService.cls 8340 9 8346 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6186 /force-app/main/default/classes/MetadataService.cls 8340 9 8346 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6188 /force-app/main/default/classes/MetadataService.cls 8342 10 8342 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6187 /force-app/main/default/classes/MetadataService.cls 8342 10 8342 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6189 /force-app/main/default/classes/MetadataService.cls 8343 20 8343 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6188 /force-app/main/default/classes/MetadataService.cls 8343 20 8343 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6190 /force-app/main/default/classes/MetadataService.cls 8343 20 8343 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6189 /force-app/main/default/classes/MetadataService.cls 8343 20 8343 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6191 /force-app/main/default/classes/MetadataService.cls 8344 20 8344 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6190 /force-app/main/default/classes/MetadataService.cls 8344 20 8344 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6192 /force-app/main/default/classes/MetadataService.cls 8344 20 8344 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6191 /force-app/main/default/classes/MetadataService.cls 8344 20 8344 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6193 /force-app/main/default/classes/MetadataService.cls 8345 20 8345 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6192 /force-app/main/default/classes/MetadataService.cls 8345 20 8345 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6194 /force-app/main/default/classes/MetadataService.cls 8345 20 8345 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6193 /force-app/main/default/classes/MetadataService.cls 8345 20 8345 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6195 /force-app/main/default/classes/MetadataService.cls 8347 9 8353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6194 /force-app/main/default/classes/MetadataService.cls 8347 9 8353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6196 /force-app/main/default/classes/MetadataService.cls 8347 9 8353 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6195 /force-app/main/default/classes/MetadataService.cls 8347 9 8353 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6197 /force-app/main/default/classes/MetadataService.cls 8349 10 8349 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6196 /force-app/main/default/classes/MetadataService.cls 8349 10 8349 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6198 /force-app/main/default/classes/MetadataService.cls 8350 20 8350 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6197 /force-app/main/default/classes/MetadataService.cls 8350 20 8350 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6199 /force-app/main/default/classes/MetadataService.cls 8350 20 8350 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6198 /force-app/main/default/classes/MetadataService.cls 8350 20 8350 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6200 /force-app/main/default/classes/MetadataService.cls 8351 20 8351 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6199 /force-app/main/default/classes/MetadataService.cls 8351 20 8351 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6201 /force-app/main/default/classes/MetadataService.cls 8351 20 8351 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6200 /force-app/main/default/classes/MetadataService.cls 8351 20 8351 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6202 /force-app/main/default/classes/MetadataService.cls 8352 20 8352 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6201 /force-app/main/default/classes/MetadataService.cls 8352 20 8352 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6203 /force-app/main/default/classes/MetadataService.cls 8352 20 8352 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6202 /force-app/main/default/classes/MetadataService.cls 8352 20 8352 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6204 /force-app/main/default/classes/MetadataService.cls 8354 9 8360 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6203 /force-app/main/default/classes/MetadataService.cls 8354 9 8360 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6205 /force-app/main/default/classes/MetadataService.cls 8356 10 8356 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6204 /force-app/main/default/classes/MetadataService.cls 8356 10 8356 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6206 /force-app/main/default/classes/MetadataService.cls 8357 20 8357 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6205 /force-app/main/default/classes/MetadataService.cls 8357 20 8357 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6207 /force-app/main/default/classes/MetadataService.cls 8357 20 8357 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6206 /force-app/main/default/classes/MetadataService.cls 8357 20 8357 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6208 /force-app/main/default/classes/MetadataService.cls 8358 20 8358 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6207 /force-app/main/default/classes/MetadataService.cls 8358 20 8358 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6209 /force-app/main/default/classes/MetadataService.cls 8358 20 8358 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6208 /force-app/main/default/classes/MetadataService.cls 8358 20 8358 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6210 /force-app/main/default/classes/MetadataService.cls 8359 20 8359 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6209 /force-app/main/default/classes/MetadataService.cls 8359 20 8359 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6211 /force-app/main/default/classes/MetadataService.cls 8359 20 8359 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6210 /force-app/main/default/classes/MetadataService.cls 8359 20 8359 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6212 /force-app/main/default/classes/MetadataService.cls 8361 9 8367 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6211 /force-app/main/default/classes/MetadataService.cls 8361 9 8367 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6213 /force-app/main/default/classes/MetadataService.cls 8361 9 8367 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6212 /force-app/main/default/classes/MetadataService.cls 8361 9 8367 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6214 /force-app/main/default/classes/MetadataService.cls 8363 10 8363 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6213 /force-app/main/default/classes/MetadataService.cls 8363 10 8363 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6215 /force-app/main/default/classes/MetadataService.cls 8364 20 8364 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6214 /force-app/main/default/classes/MetadataService.cls 8364 20 8364 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6216 /force-app/main/default/classes/MetadataService.cls 8364 20 8364 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6215 /force-app/main/default/classes/MetadataService.cls 8364 20 8364 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6217 /force-app/main/default/classes/MetadataService.cls 8365 20 8365 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6216 /force-app/main/default/classes/MetadataService.cls 8365 20 8365 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6218 /force-app/main/default/classes/MetadataService.cls 8365 20 8365 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6217 /force-app/main/default/classes/MetadataService.cls 8365 20 8365 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6219 /force-app/main/default/classes/MetadataService.cls 8366 20 8366 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6218 /force-app/main/default/classes/MetadataService.cls 8366 20 8366 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6220 /force-app/main/default/classes/MetadataService.cls 8366 20 8366 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6219 /force-app/main/default/classes/MetadataService.cls 8366 20 8366 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6221 /force-app/main/default/classes/MetadataService.cls 8368 9 8374 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6220 /force-app/main/default/classes/MetadataService.cls 8368 9 8374 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6222 /force-app/main/default/classes/MetadataService.cls 8370 10 8370 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6221 /force-app/main/default/classes/MetadataService.cls 8370 10 8370 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6223 /force-app/main/default/classes/MetadataService.cls 8371 20 8371 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6222 /force-app/main/default/classes/MetadataService.cls 8371 20 8371 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6224 /force-app/main/default/classes/MetadataService.cls 8371 20 8371 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6223 /force-app/main/default/classes/MetadataService.cls 8371 20 8371 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6225 /force-app/main/default/classes/MetadataService.cls 8372 20 8372 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6224 /force-app/main/default/classes/MetadataService.cls 8372 20 8372 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6226 /force-app/main/default/classes/MetadataService.cls 8372 20 8372 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6225 /force-app/main/default/classes/MetadataService.cls 8372 20 8372 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6227 /force-app/main/default/classes/MetadataService.cls 8373 20 8373 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6226 /force-app/main/default/classes/MetadataService.cls 8373 20 8373 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6228 /force-app/main/default/classes/MetadataService.cls 8373 20 8373 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6227 /force-app/main/default/classes/MetadataService.cls 8373 20 8373 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6229 /force-app/main/default/classes/MetadataService.cls 8375 9 8381 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6228 /force-app/main/default/classes/MetadataService.cls 8375 9 8381 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6230 /force-app/main/default/classes/MetadataService.cls 8375 9 8381 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6229 /force-app/main/default/classes/MetadataService.cls 8375 9 8381 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6231 /force-app/main/default/classes/MetadataService.cls 8377 10 8377 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6230 /force-app/main/default/classes/MetadataService.cls 8377 10 8377 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6232 /force-app/main/default/classes/MetadataService.cls 8378 20 8378 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6231 /force-app/main/default/classes/MetadataService.cls 8378 20 8378 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6233 /force-app/main/default/classes/MetadataService.cls 8378 20 8378 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6232 /force-app/main/default/classes/MetadataService.cls 8378 20 8378 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6234 /force-app/main/default/classes/MetadataService.cls 8379 20 8379 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6233 /force-app/main/default/classes/MetadataService.cls 8379 20 8379 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6235 /force-app/main/default/classes/MetadataService.cls 8379 20 8379 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6234 /force-app/main/default/classes/MetadataService.cls 8379 20 8379 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6236 /force-app/main/default/classes/MetadataService.cls 8380 20 8380 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6235 /force-app/main/default/classes/MetadataService.cls 8380 20 8380 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6237 /force-app/main/default/classes/MetadataService.cls 8380 20 8380 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6236 /force-app/main/default/classes/MetadataService.cls 8380 20 8380 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6238 /force-app/main/default/classes/MetadataService.cls 8382 9 8388 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6237 /force-app/main/default/classes/MetadataService.cls 8382 9 8388 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6239 /force-app/main/default/classes/MetadataService.cls 8384 10 8384 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6238 /force-app/main/default/classes/MetadataService.cls 8384 10 8384 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6240 /force-app/main/default/classes/MetadataService.cls 8385 20 8385 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6239 /force-app/main/default/classes/MetadataService.cls 8385 20 8385 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6241 /force-app/main/default/classes/MetadataService.cls 8385 20 8385 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6240 /force-app/main/default/classes/MetadataService.cls 8385 20 8385 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6242 /force-app/main/default/classes/MetadataService.cls 8386 20 8386 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6241 /force-app/main/default/classes/MetadataService.cls 8386 20 8386 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6243 /force-app/main/default/classes/MetadataService.cls 8386 20 8386 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6242 /force-app/main/default/classes/MetadataService.cls 8386 20 8386 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6244 /force-app/main/default/classes/MetadataService.cls 8387 20 8387 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6243 /force-app/main/default/classes/MetadataService.cls 8387 20 8387 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6245 /force-app/main/default/classes/MetadataService.cls 8387 20 8387 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6244 /force-app/main/default/classes/MetadataService.cls 8387 20 8387 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6246 /force-app/main/default/classes/MetadataService.cls 8389 9 8395 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6245 /force-app/main/default/classes/MetadataService.cls 8389 9 8395 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6247 /force-app/main/default/classes/MetadataService.cls 8389 9 8395 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6246 /force-app/main/default/classes/MetadataService.cls 8389 9 8395 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6248 /force-app/main/default/classes/MetadataService.cls 8391 10 8391 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6247 /force-app/main/default/classes/MetadataService.cls 8391 10 8391 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6249 /force-app/main/default/classes/MetadataService.cls 8392 20 8392 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6248 /force-app/main/default/classes/MetadataService.cls 8392 20 8392 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6250 /force-app/main/default/classes/MetadataService.cls 8392 20 8392 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6249 /force-app/main/default/classes/MetadataService.cls 8392 20 8392 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6251 /force-app/main/default/classes/MetadataService.cls 8393 20 8393 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6250 /force-app/main/default/classes/MetadataService.cls 8393 20 8393 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6252 /force-app/main/default/classes/MetadataService.cls 8393 20 8393 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6251 /force-app/main/default/classes/MetadataService.cls 8393 20 8393 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6253 /force-app/main/default/classes/MetadataService.cls 8394 20 8394 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6252 /force-app/main/default/classes/MetadataService.cls 8394 20 8394 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6254 /force-app/main/default/classes/MetadataService.cls 8394 20 8394 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6253 /force-app/main/default/classes/MetadataService.cls 8394 20 8394 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6255 /force-app/main/default/classes/MetadataService.cls 8396 9 8402 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6254 /force-app/main/default/classes/MetadataService.cls 8396 9 8402 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6256 /force-app/main/default/classes/MetadataService.cls 8398 10 8398 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6255 /force-app/main/default/classes/MetadataService.cls 8398 10 8398 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6257 /force-app/main/default/classes/MetadataService.cls 8399 20 8399 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6256 /force-app/main/default/classes/MetadataService.cls 8399 20 8399 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6258 /force-app/main/default/classes/MetadataService.cls 8399 20 8399 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6257 /force-app/main/default/classes/MetadataService.cls 8399 20 8399 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6259 /force-app/main/default/classes/MetadataService.cls 8400 20 8400 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6258 /force-app/main/default/classes/MetadataService.cls 8400 20 8400 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6260 /force-app/main/default/classes/MetadataService.cls 8400 20 8400 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6259 /force-app/main/default/classes/MetadataService.cls 8400 20 8400 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6261 /force-app/main/default/classes/MetadataService.cls 8401 20 8401 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6260 /force-app/main/default/classes/MetadataService.cls 8401 20 8401 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6262 /force-app/main/default/classes/MetadataService.cls 8401 20 8401 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6261 /force-app/main/default/classes/MetadataService.cls 8401 20 8401 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6263 /force-app/main/default/classes/MetadataService.cls 8403 9 8409 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6262 /force-app/main/default/classes/MetadataService.cls 8403 9 8409 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6264 /force-app/main/default/classes/MetadataService.cls 8403 9 8409 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRoleOrTerritoryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6263 /force-app/main/default/classes/MetadataService.cls 8403 9 8409 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRoleOrTerritoryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6265 /force-app/main/default/classes/MetadataService.cls 8405 10 8405 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6264 /force-app/main/default/classes/MetadataService.cls 8405 10 8405 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6266 /force-app/main/default/classes/MetadataService.cls 8406 20 8406 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6265 /force-app/main/default/classes/MetadataService.cls 8406 20 8406 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6267 /force-app/main/default/classes/MetadataService.cls 8406 20 8406 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6266 /force-app/main/default/classes/MetadataService.cls 8406 20 8406 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6268 /force-app/main/default/classes/MetadataService.cls 8407 20 8407 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6267 /force-app/main/default/classes/MetadataService.cls 8407 20 8407 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6269 /force-app/main/default/classes/MetadataService.cls 8407 20 8407 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6268 /force-app/main/default/classes/MetadataService.cls 8407 20 8407 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6270 /force-app/main/default/classes/MetadataService.cls 8408 20 8408 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6269 /force-app/main/default/classes/MetadataService.cls 8408 20 8408 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6271 /force-app/main/default/classes/MetadataService.cls 8408 20 8408 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6270 /force-app/main/default/classes/MetadataService.cls 8408 20 8408 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6272 /force-app/main/default/classes/MetadataService.cls 8410 9 8416 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6271 /force-app/main/default/classes/MetadataService.cls 8410 9 8416 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6273 /force-app/main/default/classes/MetadataService.cls 8412 10 8412 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6272 /force-app/main/default/classes/MetadataService.cls 8412 10 8412 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6274 /force-app/main/default/classes/MetadataService.cls 8413 20 8413 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6273 /force-app/main/default/classes/MetadataService.cls 8413 20 8413 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6275 /force-app/main/default/classes/MetadataService.cls 8413 20 8413 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6274 /force-app/main/default/classes/MetadataService.cls 8413 20 8413 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6276 /force-app/main/default/classes/MetadataService.cls 8414 20 8414 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6275 /force-app/main/default/classes/MetadataService.cls 8414 20 8414 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6277 /force-app/main/default/classes/MetadataService.cls 8414 20 8414 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6276 /force-app/main/default/classes/MetadataService.cls 8414 20 8414 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6278 /force-app/main/default/classes/MetadataService.cls 8415 20 8415 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6277 /force-app/main/default/classes/MetadataService.cls 8415 20 8415 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6279 /force-app/main/default/classes/MetadataService.cls 8415 20 8415 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6278 /force-app/main/default/classes/MetadataService.cls 8415 20 8415 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6280 /force-app/main/default/classes/MetadataService.cls 8417 9 8423 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6279 /force-app/main/default/classes/MetadataService.cls 8417 9 8423 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6281 /force-app/main/default/classes/MetadataService.cls 8417 9 8423 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6280 /force-app/main/default/classes/MetadataService.cls 8417 9 8423 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6282 /force-app/main/default/classes/MetadataService.cls 8419 10 8419 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6281 /force-app/main/default/classes/MetadataService.cls 8419 10 8419 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6283 /force-app/main/default/classes/MetadataService.cls 8420 20 8420 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6282 /force-app/main/default/classes/MetadataService.cls 8420 20 8420 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6284 /force-app/main/default/classes/MetadataService.cls 8420 20 8420 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6283 /force-app/main/default/classes/MetadataService.cls 8420 20 8420 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6285 /force-app/main/default/classes/MetadataService.cls 8421 20 8421 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6284 /force-app/main/default/classes/MetadataService.cls 8421 20 8421 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6286 /force-app/main/default/classes/MetadataService.cls 8421 20 8421 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6285 /force-app/main/default/classes/MetadataService.cls 8421 20 8421 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6287 /force-app/main/default/classes/MetadataService.cls 8422 20 8422 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6286 /force-app/main/default/classes/MetadataService.cls 8422 20 8422 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6288 /force-app/main/default/classes/MetadataService.cls 8422 20 8422 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6287 /force-app/main/default/classes/MetadataService.cls 8422 20 8422 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6289 /force-app/main/default/classes/MetadataService.cls 8424 9 8430 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6288 /force-app/main/default/classes/MetadataService.cls 8424 9 8430 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6290 /force-app/main/default/classes/MetadataService.cls 8426 10 8426 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6289 /force-app/main/default/classes/MetadataService.cls 8426 10 8426 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6291 /force-app/main/default/classes/MetadataService.cls 8427 20 8427 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6290 /force-app/main/default/classes/MetadataService.cls 8427 20 8427 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6292 /force-app/main/default/classes/MetadataService.cls 8427 20 8427 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6291 /force-app/main/default/classes/MetadataService.cls 8427 20 8427 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6293 /force-app/main/default/classes/MetadataService.cls 8428 20 8428 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6292 /force-app/main/default/classes/MetadataService.cls 8428 20 8428 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6294 /force-app/main/default/classes/MetadataService.cls 8428 20 8428 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6293 /force-app/main/default/classes/MetadataService.cls 8428 20 8428 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6295 /force-app/main/default/classes/MetadataService.cls 8429 20 8429 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6294 /force-app/main/default/classes/MetadataService.cls 8429 20 8429 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6296 /force-app/main/default/classes/MetadataService.cls 8429 20 8429 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6295 /force-app/main/default/classes/MetadataService.cls 8429 20 8429 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6297 /force-app/main/default/classes/MetadataService.cls 8431 9 8437 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6296 /force-app/main/default/classes/MetadataService.cls 8431 9 8437 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6298 /force-app/main/default/classes/MetadataService.cls 8431 9 8437 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSiteDotComResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6297 /force-app/main/default/classes/MetadataService.cls 8431 9 8437 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSiteDotComResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6299 /force-app/main/default/classes/MetadataService.cls 8433 10 8433 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6298 /force-app/main/default/classes/MetadataService.cls 8433 10 8433 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6300 /force-app/main/default/classes/MetadataService.cls 8434 20 8434 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6299 /force-app/main/default/classes/MetadataService.cls 8434 20 8434 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6301 /force-app/main/default/classes/MetadataService.cls 8434 20 8434 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6300 /force-app/main/default/classes/MetadataService.cls 8434 20 8434 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6302 /force-app/main/default/classes/MetadataService.cls 8435 20 8435 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6301 /force-app/main/default/classes/MetadataService.cls 8435 20 8435 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6303 /force-app/main/default/classes/MetadataService.cls 8435 20 8435 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6302 /force-app/main/default/classes/MetadataService.cls 8435 20 8435 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6304 /force-app/main/default/classes/MetadataService.cls 8436 20 8436 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6303 /force-app/main/default/classes/MetadataService.cls 8436 20 8436 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6305 /force-app/main/default/classes/MetadataService.cls 8436 20 8436 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6304 /force-app/main/default/classes/MetadataService.cls 8436 20 8436 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6306 /force-app/main/default/classes/MetadataService.cls 8438 9 8444 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6305 /force-app/main/default/classes/MetadataService.cls 8438 9 8444 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6307 /force-app/main/default/classes/MetadataService.cls 8440 10 8440 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6306 /force-app/main/default/classes/MetadataService.cls 8440 10 8440 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6308 /force-app/main/default/classes/MetadataService.cls 8441 20 8441 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6307 /force-app/main/default/classes/MetadataService.cls 8441 20 8441 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6309 /force-app/main/default/classes/MetadataService.cls 8441 20 8441 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6308 /force-app/main/default/classes/MetadataService.cls 8441 20 8441 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6310 /force-app/main/default/classes/MetadataService.cls 8442 20 8442 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6309 /force-app/main/default/classes/MetadataService.cls 8442 20 8442 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6311 /force-app/main/default/classes/MetadataService.cls 8442 20 8442 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6310 /force-app/main/default/classes/MetadataService.cls 8442 20 8442 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6312 /force-app/main/default/classes/MetadataService.cls 8443 20 8443 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6311 /force-app/main/default/classes/MetadataService.cls 8443 20 8443 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6313 /force-app/main/default/classes/MetadataService.cls 8443 20 8443 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6312 /force-app/main/default/classes/MetadataService.cls 8443 20 8443 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6314 /force-app/main/default/classes/MetadataService.cls 8445 9 8451 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6313 /force-app/main/default/classes/MetadataService.cls 8445 9 8451 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6315 /force-app/main/default/classes/MetadataService.cls 8445 9 8451 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowTaskResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6314 /force-app/main/default/classes/MetadataService.cls 8445 9 8451 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowTaskResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6316 /force-app/main/default/classes/MetadataService.cls 8447 10 8447 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6315 /force-app/main/default/classes/MetadataService.cls 8447 10 8447 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6317 /force-app/main/default/classes/MetadataService.cls 8448 20 8448 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6316 /force-app/main/default/classes/MetadataService.cls 8448 20 8448 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6318 /force-app/main/default/classes/MetadataService.cls 8448 20 8448 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6317 /force-app/main/default/classes/MetadataService.cls 8448 20 8448 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6319 /force-app/main/default/classes/MetadataService.cls 8449 20 8449 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6318 /force-app/main/default/classes/MetadataService.cls 8449 20 8449 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6320 /force-app/main/default/classes/MetadataService.cls 8449 20 8449 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6319 /force-app/main/default/classes/MetadataService.cls 8449 20 8449 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6321 /force-app/main/default/classes/MetadataService.cls 8450 20 8450 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6320 /force-app/main/default/classes/MetadataService.cls 8450 20 8450 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6322 /force-app/main/default/classes/MetadataService.cls 8450 20 8450 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6321 /force-app/main/default/classes/MetadataService.cls 8450 20 8450 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6323 /force-app/main/default/classes/MetadataService.cls 8452 9 8458 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6322 /force-app/main/default/classes/MetadataService.cls 8452 9 8458 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6324 /force-app/main/default/classes/MetadataService.cls 8454 10 8454 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6323 /force-app/main/default/classes/MetadataService.cls 8454 10 8454 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6325 /force-app/main/default/classes/MetadataService.cls 8455 20 8455 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6324 /force-app/main/default/classes/MetadataService.cls 8455 20 8455 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6326 /force-app/main/default/classes/MetadataService.cls 8455 20 8455 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6325 /force-app/main/default/classes/MetadataService.cls 8455 20 8455 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6327 /force-app/main/default/classes/MetadataService.cls 8456 20 8456 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6326 /force-app/main/default/classes/MetadataService.cls 8456 20 8456 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6328 /force-app/main/default/classes/MetadataService.cls 8456 20 8456 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6327 /force-app/main/default/classes/MetadataService.cls 8456 20 8456 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6329 /force-app/main/default/classes/MetadataService.cls 8457 20 8457 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6328 /force-app/main/default/classes/MetadataService.cls 8457 20 8457 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6330 /force-app/main/default/classes/MetadataService.cls 8457 20 8457 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6329 /force-app/main/default/classes/MetadataService.cls 8457 20 8457 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6331 /force-app/main/default/classes/MetadataService.cls 8459 9 8465 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6330 /force-app/main/default/classes/MetadataService.cls 8459 9 8465 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6332 /force-app/main/default/classes/MetadataService.cls 8459 9 8465 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowSendResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6331 /force-app/main/default/classes/MetadataService.cls 8459 9 8465 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowSendResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6333 /force-app/main/default/classes/MetadataService.cls 8461 10 8461 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6332 /force-app/main/default/classes/MetadataService.cls 8461 10 8461 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6334 /force-app/main/default/classes/MetadataService.cls 8462 20 8462 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6333 /force-app/main/default/classes/MetadataService.cls 8462 20 8462 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6335 /force-app/main/default/classes/MetadataService.cls 8462 20 8462 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6334 /force-app/main/default/classes/MetadataService.cls 8462 20 8462 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6336 /force-app/main/default/classes/MetadataService.cls 8463 20 8463 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6335 /force-app/main/default/classes/MetadataService.cls 8463 20 8463 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6337 /force-app/main/default/classes/MetadataService.cls 8463 20 8463 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6336 /force-app/main/default/classes/MetadataService.cls 8463 20 8463 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6338 /force-app/main/default/classes/MetadataService.cls 8464 20 8464 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6337 /force-app/main/default/classes/MetadataService.cls 8464 20 8464 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6339 /force-app/main/default/classes/MetadataService.cls 8464 20 8464 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6338 /force-app/main/default/classes/MetadataService.cls 8464 20 8464 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6340 /force-app/main/default/classes/MetadataService.cls 8466 9 8472 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6339 /force-app/main/default/classes/MetadataService.cls 8466 9 8472 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6341 /force-app/main/default/classes/MetadataService.cls 8468 10 8468 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6340 /force-app/main/default/classes/MetadataService.cls 8468 10 8468 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6342 /force-app/main/default/classes/MetadataService.cls 8469 20 8469 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6341 /force-app/main/default/classes/MetadataService.cls 8469 20 8469 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6343 /force-app/main/default/classes/MetadataService.cls 8469 20 8469 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6342 /force-app/main/default/classes/MetadataService.cls 8469 20 8469 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6344 /force-app/main/default/classes/MetadataService.cls 8470 20 8470 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6343 /force-app/main/default/classes/MetadataService.cls 8470 20 8470 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6345 /force-app/main/default/classes/MetadataService.cls 8470 20 8470 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6344 /force-app/main/default/classes/MetadataService.cls 8470 20 8470 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6346 /force-app/main/default/classes/MetadataService.cls 8471 20 8471 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6345 /force-app/main/default/classes/MetadataService.cls 8471 20 8471 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6347 /force-app/main/default/classes/MetadataService.cls 8471 20 8471 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6346 /force-app/main/default/classes/MetadataService.cls 8471 20 8471 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6348 /force-app/main/default/classes/MetadataService.cls 8473 9 8479 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6347 /force-app/main/default/classes/MetadataService.cls 8473 9 8479 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6349 /force-app/main/default/classes/MetadataService.cls 8473 9 8479 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowOutboundMessageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6348 /force-app/main/default/classes/MetadataService.cls 8473 9 8479 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowOutboundMessageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6350 /force-app/main/default/classes/MetadataService.cls 8475 10 8475 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6349 /force-app/main/default/classes/MetadataService.cls 8475 10 8475 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6351 /force-app/main/default/classes/MetadataService.cls 8476 20 8476 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6350 /force-app/main/default/classes/MetadataService.cls 8476 20 8476 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6352 /force-app/main/default/classes/MetadataService.cls 8476 20 8476 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6351 /force-app/main/default/classes/MetadataService.cls 8476 20 8476 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6353 /force-app/main/default/classes/MetadataService.cls 8477 20 8477 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6352 /force-app/main/default/classes/MetadataService.cls 8477 20 8477 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6354 /force-app/main/default/classes/MetadataService.cls 8477 20 8477 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6353 /force-app/main/default/classes/MetadataService.cls 8477 20 8477 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6355 /force-app/main/default/classes/MetadataService.cls 8478 20 8478 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6354 /force-app/main/default/classes/MetadataService.cls 8478 20 8478 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6356 /force-app/main/default/classes/MetadataService.cls 8478 20 8478 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6355 /force-app/main/default/classes/MetadataService.cls 8478 20 8478 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6357 /force-app/main/default/classes/MetadataService.cls 8480 9 8486 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6356 /force-app/main/default/classes/MetadataService.cls 8480 9 8486 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6358 /force-app/main/default/classes/MetadataService.cls 8482 10 8482 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6357 /force-app/main/default/classes/MetadataService.cls 8482 10 8482 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6359 /force-app/main/default/classes/MetadataService.cls 8483 20 8483 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6358 /force-app/main/default/classes/MetadataService.cls 8483 20 8483 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6360 /force-app/main/default/classes/MetadataService.cls 8483 20 8483 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6359 /force-app/main/default/classes/MetadataService.cls 8483 20 8483 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6361 /force-app/main/default/classes/MetadataService.cls 8484 20 8484 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6360 /force-app/main/default/classes/MetadataService.cls 8484 20 8484 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6362 /force-app/main/default/classes/MetadataService.cls 8484 20 8484 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6361 /force-app/main/default/classes/MetadataService.cls 8484 20 8484 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6363 /force-app/main/default/classes/MetadataService.cls 8485 20 8485 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6362 /force-app/main/default/classes/MetadataService.cls 8485 20 8485 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6364 /force-app/main/default/classes/MetadataService.cls 8485 20 8485 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6363 /force-app/main/default/classes/MetadataService.cls 8485 20 8485 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6365 /force-app/main/default/classes/MetadataService.cls 8487 9 8493 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6364 /force-app/main/default/classes/MetadataService.cls 8487 9 8493 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6366 /force-app/main/default/classes/MetadataService.cls 8487 9 8493 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowKnowledgePublishResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6365 /force-app/main/default/classes/MetadataService.cls 8487 9 8493 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowKnowledgePublishResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6367 /force-app/main/default/classes/MetadataService.cls 8489 10 8489 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6366 /force-app/main/default/classes/MetadataService.cls 8489 10 8489 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6368 /force-app/main/default/classes/MetadataService.cls 8490 20 8490 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6367 /force-app/main/default/classes/MetadataService.cls 8490 20 8490 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6369 /force-app/main/default/classes/MetadataService.cls 8490 20 8490 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6368 /force-app/main/default/classes/MetadataService.cls 8490 20 8490 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6370 /force-app/main/default/classes/MetadataService.cls 8491 20 8491 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6369 /force-app/main/default/classes/MetadataService.cls 8491 20 8491 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6371 /force-app/main/default/classes/MetadataService.cls 8491 20 8491 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6370 /force-app/main/default/classes/MetadataService.cls 8491 20 8491 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6372 /force-app/main/default/classes/MetadataService.cls 8492 20 8492 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6371 /force-app/main/default/classes/MetadataService.cls 8492 20 8492 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6373 /force-app/main/default/classes/MetadataService.cls 8492 20 8492 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6372 /force-app/main/default/classes/MetadataService.cls 8492 20 8492 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6374 /force-app/main/default/classes/MetadataService.cls 8494 9 8500 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6373 /force-app/main/default/classes/MetadataService.cls 8494 9 8500 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6375 /force-app/main/default/classes/MetadataService.cls 8496 10 8496 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6374 /force-app/main/default/classes/MetadataService.cls 8496 10 8496 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6376 /force-app/main/default/classes/MetadataService.cls 8497 20 8497 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6375 /force-app/main/default/classes/MetadataService.cls 8497 20 8497 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6377 /force-app/main/default/classes/MetadataService.cls 8497 20 8497 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6376 /force-app/main/default/classes/MetadataService.cls 8497 20 8497 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6378 /force-app/main/default/classes/MetadataService.cls 8498 20 8498 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6377 /force-app/main/default/classes/MetadataService.cls 8498 20 8498 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6379 /force-app/main/default/classes/MetadataService.cls 8498 20 8498 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6378 /force-app/main/default/classes/MetadataService.cls 8498 20 8498 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6380 /force-app/main/default/classes/MetadataService.cls 8499 20 8499 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6379 /force-app/main/default/classes/MetadataService.cls 8499 20 8499 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6381 /force-app/main/default/classes/MetadataService.cls 8499 20 8499 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6380 /force-app/main/default/classes/MetadataService.cls 8499 20 8499 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6382 /force-app/main/default/classes/MetadataService.cls 8501 9 8507 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6381 /force-app/main/default/classes/MetadataService.cls 8501 9 8507 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6383 /force-app/main/default/classes/MetadataService.cls 8501 9 8507 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowFieldUpdateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6382 /force-app/main/default/classes/MetadataService.cls 8501 9 8507 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowFieldUpdateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6384 /force-app/main/default/classes/MetadataService.cls 8503 10 8503 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6383 /force-app/main/default/classes/MetadataService.cls 8503 10 8503 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6385 /force-app/main/default/classes/MetadataService.cls 8504 20 8504 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6384 /force-app/main/default/classes/MetadataService.cls 8504 20 8504 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6386 /force-app/main/default/classes/MetadataService.cls 8504 20 8504 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6385 /force-app/main/default/classes/MetadataService.cls 8504 20 8504 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6387 /force-app/main/default/classes/MetadataService.cls 8505 20 8505 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6386 /force-app/main/default/classes/MetadataService.cls 8505 20 8505 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6388 /force-app/main/default/classes/MetadataService.cls 8505 20 8505 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6387 /force-app/main/default/classes/MetadataService.cls 8505 20 8505 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6389 /force-app/main/default/classes/MetadataService.cls 8506 20 8506 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6388 /force-app/main/default/classes/MetadataService.cls 8506 20 8506 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6390 /force-app/main/default/classes/MetadataService.cls 8506 20 8506 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6389 /force-app/main/default/classes/MetadataService.cls 8506 20 8506 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6391 /force-app/main/default/classes/MetadataService.cls 8508 9 8514 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6390 /force-app/main/default/classes/MetadataService.cls 8508 9 8514 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6392 /force-app/main/default/classes/MetadataService.cls 8510 10 8510 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6391 /force-app/main/default/classes/MetadataService.cls 8510 10 8510 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6393 /force-app/main/default/classes/MetadataService.cls 8511 20 8511 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6392 /force-app/main/default/classes/MetadataService.cls 8511 20 8511 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6394 /force-app/main/default/classes/MetadataService.cls 8511 20 8511 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6393 /force-app/main/default/classes/MetadataService.cls 8511 20 8511 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6395 /force-app/main/default/classes/MetadataService.cls 8512 20 8512 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6394 /force-app/main/default/classes/MetadataService.cls 8512 20 8512 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6396 /force-app/main/default/classes/MetadataService.cls 8512 20 8512 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6395 /force-app/main/default/classes/MetadataService.cls 8512 20 8512 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6397 /force-app/main/default/classes/MetadataService.cls 8513 20 8513 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6396 /force-app/main/default/classes/MetadataService.cls 8513 20 8513 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6398 /force-app/main/default/classes/MetadataService.cls 8513 20 8513 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6397 /force-app/main/default/classes/MetadataService.cls 8513 20 8513 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6399 /force-app/main/default/classes/MetadataService.cls 8515 9 8521 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6398 /force-app/main/default/classes/MetadataService.cls 8515 9 8521 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6400 /force-app/main/default/classes/MetadataService.cls 8515 9 8521 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowAlertResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6399 /force-app/main/default/classes/MetadataService.cls 8515 9 8521 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowAlertResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6401 /force-app/main/default/classes/MetadataService.cls 8517 10 8517 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6400 /force-app/main/default/classes/MetadataService.cls 8517 10 8517 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6402 /force-app/main/default/classes/MetadataService.cls 8518 20 8518 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6401 /force-app/main/default/classes/MetadataService.cls 8518 20 8518 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6403 /force-app/main/default/classes/MetadataService.cls 8518 20 8518 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6402 /force-app/main/default/classes/MetadataService.cls 8518 20 8518 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6404 /force-app/main/default/classes/MetadataService.cls 8519 20 8519 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6403 /force-app/main/default/classes/MetadataService.cls 8519 20 8519 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6405 /force-app/main/default/classes/MetadataService.cls 8519 20 8519 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6404 /force-app/main/default/classes/MetadataService.cls 8519 20 8519 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6406 /force-app/main/default/classes/MetadataService.cls 8520 20 8520 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6405 /force-app/main/default/classes/MetadataService.cls 8520 20 8520 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6407 /force-app/main/default/classes/MetadataService.cls 8520 20 8520 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6406 /force-app/main/default/classes/MetadataService.cls 8520 20 8520 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6408 /force-app/main/default/classes/MetadataService.cls 8522 9 8528 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6407 /force-app/main/default/classes/MetadataService.cls 8522 9 8528 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6409 /force-app/main/default/classes/MetadataService.cls 8524 10 8524 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6408 /force-app/main/default/classes/MetadataService.cls 8524 10 8524 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6410 /force-app/main/default/classes/MetadataService.cls 8525 20 8525 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6409 /force-app/main/default/classes/MetadataService.cls 8525 20 8525 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6411 /force-app/main/default/classes/MetadataService.cls 8525 20 8525 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6410 /force-app/main/default/classes/MetadataService.cls 8525 20 8525 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6412 /force-app/main/default/classes/MetadataService.cls 8526 20 8526 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6411 /force-app/main/default/classes/MetadataService.cls 8526 20 8526 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6413 /force-app/main/default/classes/MetadataService.cls 8526 20 8526 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6412 /force-app/main/default/classes/MetadataService.cls 8526 20 8526 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6414 /force-app/main/default/classes/MetadataService.cls 8527 20 8527 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6413 /force-app/main/default/classes/MetadataService.cls 8527 20 8527 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6415 /force-app/main/default/classes/MetadataService.cls 8527 20 8527 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6414 /force-app/main/default/classes/MetadataService.cls 8527 20 8527 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6416 /force-app/main/default/classes/MetadataService.cls 8529 9 8535 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6415 /force-app/main/default/classes/MetadataService.cls 8529 9 8535 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6417 /force-app/main/default/classes/MetadataService.cls 8529 9 8535 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readVisualizationPluginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6416 /force-app/main/default/classes/MetadataService.cls 8529 9 8535 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readVisualizationPluginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6418 /force-app/main/default/classes/MetadataService.cls 8531 10 8531 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6417 /force-app/main/default/classes/MetadataService.cls 8531 10 8531 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6419 /force-app/main/default/classes/MetadataService.cls 8532 20 8532 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6418 /force-app/main/default/classes/MetadataService.cls 8532 20 8532 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6420 /force-app/main/default/classes/MetadataService.cls 8532 20 8532 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6419 /force-app/main/default/classes/MetadataService.cls 8532 20 8532 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6421 /force-app/main/default/classes/MetadataService.cls 8533 20 8533 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6420 /force-app/main/default/classes/MetadataService.cls 8533 20 8533 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6422 /force-app/main/default/classes/MetadataService.cls 8533 20 8533 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6421 /force-app/main/default/classes/MetadataService.cls 8533 20 8533 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6423 /force-app/main/default/classes/MetadataService.cls 8534 20 8534 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6422 /force-app/main/default/classes/MetadataService.cls 8534 20 8534 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6424 /force-app/main/default/classes/MetadataService.cls 8534 20 8534 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6423 /force-app/main/default/classes/MetadataService.cls 8534 20 8534 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6425 /force-app/main/default/classes/MetadataService.cls 8536 9 8542 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6424 /force-app/main/default/classes/MetadataService.cls 8536 9 8542 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6426 /force-app/main/default/classes/MetadataService.cls 8538 10 8538 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6425 /force-app/main/default/classes/MetadataService.cls 8538 10 8538 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6427 /force-app/main/default/classes/MetadataService.cls 8539 20 8539 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6426 /force-app/main/default/classes/MetadataService.cls 8539 20 8539 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6428 /force-app/main/default/classes/MetadataService.cls 8539 20 8539 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6427 /force-app/main/default/classes/MetadataService.cls 8539 20 8539 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6429 /force-app/main/default/classes/MetadataService.cls 8540 20 8540 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6428 /force-app/main/default/classes/MetadataService.cls 8540 20 8540 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6430 /force-app/main/default/classes/MetadataService.cls 8540 20 8540 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6429 /force-app/main/default/classes/MetadataService.cls 8540 20 8540 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6431 /force-app/main/default/classes/MetadataService.cls 8541 20 8541 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6430 /force-app/main/default/classes/MetadataService.cls 8541 20 8541 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6432 /force-app/main/default/classes/MetadataService.cls 8541 20 8541 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6431 /force-app/main/default/classes/MetadataService.cls 8541 20 8541 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6433 /force-app/main/default/classes/MetadataService.cls 8543 9 8549 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6432 /force-app/main/default/classes/MetadataService.cls 8543 9 8549 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6434 /force-app/main/default/classes/MetadataService.cls 8543 9 8549 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6433 /force-app/main/default/classes/MetadataService.cls 8543 9 8549 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6435 /force-app/main/default/classes/MetadataService.cls 8545 10 8545 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6434 /force-app/main/default/classes/MetadataService.cls 8545 10 8545 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6436 /force-app/main/default/classes/MetadataService.cls 8546 20 8546 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6435 /force-app/main/default/classes/MetadataService.cls 8546 20 8546 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6437 /force-app/main/default/classes/MetadataService.cls 8546 20 8546 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6436 /force-app/main/default/classes/MetadataService.cls 8546 20 8546 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6438 /force-app/main/default/classes/MetadataService.cls 8547 20 8547 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6437 /force-app/main/default/classes/MetadataService.cls 8547 20 8547 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6439 /force-app/main/default/classes/MetadataService.cls 8547 20 8547 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6438 /force-app/main/default/classes/MetadataService.cls 8547 20 8547 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6440 /force-app/main/default/classes/MetadataService.cls 8548 20 8548 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6439 /force-app/main/default/classes/MetadataService.cls 8548 20 8548 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6441 /force-app/main/default/classes/MetadataService.cls 8548 20 8548 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6440 /force-app/main/default/classes/MetadataService.cls 8548 20 8548 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6442 /force-app/main/default/classes/MetadataService.cls 8550 9 8556 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6441 /force-app/main/default/classes/MetadataService.cls 8550 9 8556 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6443 /force-app/main/default/classes/MetadataService.cls 8552 10 8552 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6442 /force-app/main/default/classes/MetadataService.cls 8552 10 8552 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6444 /force-app/main/default/classes/MetadataService.cls 8553 20 8553 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6443 /force-app/main/default/classes/MetadataService.cls 8553 20 8553 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6445 /force-app/main/default/classes/MetadataService.cls 8553 20 8553 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6444 /force-app/main/default/classes/MetadataService.cls 8553 20 8553 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6446 /force-app/main/default/classes/MetadataService.cls 8554 20 8554 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6445 /force-app/main/default/classes/MetadataService.cls 8554 20 8554 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6447 /force-app/main/default/classes/MetadataService.cls 8554 20 8554 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6446 /force-app/main/default/classes/MetadataService.cls 8554 20 8554 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6448 /force-app/main/default/classes/MetadataService.cls 8555 20 8555 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6447 /force-app/main/default/classes/MetadataService.cls 8555 20 8555 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6449 /force-app/main/default/classes/MetadataService.cls 8555 20 8555 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6448 /force-app/main/default/classes/MetadataService.cls 8555 20 8555 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6450 /force-app/main/default/classes/MetadataService.cls 8557 9 8563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6449 /force-app/main/default/classes/MetadataService.cls 8557 9 8563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6451 /force-app/main/default/classes/MetadataService.cls 8557 9 8563 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNameSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6450 /force-app/main/default/classes/MetadataService.cls 8557 9 8563 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNameSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6452 /force-app/main/default/classes/MetadataService.cls 8559 10 8559 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6451 /force-app/main/default/classes/MetadataService.cls 8559 10 8559 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6453 /force-app/main/default/classes/MetadataService.cls 8560 20 8560 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6452 /force-app/main/default/classes/MetadataService.cls 8560 20 8560 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6454 /force-app/main/default/classes/MetadataService.cls 8560 20 8560 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6453 /force-app/main/default/classes/MetadataService.cls 8560 20 8560 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6455 /force-app/main/default/classes/MetadataService.cls 8561 20 8561 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6454 /force-app/main/default/classes/MetadataService.cls 8561 20 8561 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6456 /force-app/main/default/classes/MetadataService.cls 8561 20 8561 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6455 /force-app/main/default/classes/MetadataService.cls 8561 20 8561 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6457 /force-app/main/default/classes/MetadataService.cls 8562 20 8562 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6456 /force-app/main/default/classes/MetadataService.cls 8562 20 8562 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6458 /force-app/main/default/classes/MetadataService.cls 8562 20 8562 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6457 /force-app/main/default/classes/MetadataService.cls 8562 20 8562 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6459 /force-app/main/default/classes/MetadataService.cls 8564 9 8570 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6458 /force-app/main/default/classes/MetadataService.cls 8564 9 8570 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6460 /force-app/main/default/classes/MetadataService.cls 8566 10 8566 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6459 /force-app/main/default/classes/MetadataService.cls 8566 10 8566 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6461 /force-app/main/default/classes/MetadataService.cls 8567 20 8567 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6460 /force-app/main/default/classes/MetadataService.cls 8567 20 8567 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6462 /force-app/main/default/classes/MetadataService.cls 8567 20 8567 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6461 /force-app/main/default/classes/MetadataService.cls 8567 20 8567 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6463 /force-app/main/default/classes/MetadataService.cls 8568 20 8568 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6462 /force-app/main/default/classes/MetadataService.cls 8568 20 8568 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6464 /force-app/main/default/classes/MetadataService.cls 8568 20 8568 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6463 /force-app/main/default/classes/MetadataService.cls 8568 20 8568 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6465 /force-app/main/default/classes/MetadataService.cls 8569 20 8569 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6464 /force-app/main/default/classes/MetadataService.cls 8569 20 8569 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6466 /force-app/main/default/classes/MetadataService.cls 8569 20 8569 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6465 /force-app/main/default/classes/MetadataService.cls 8569 20 8569 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6467 /force-app/main/default/classes/MetadataService.cls 8571 9 8577 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6466 /force-app/main/default/classes/MetadataService.cls 8571 9 8577 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6468 /force-app/main/default/classes/MetadataService.cls 8571 9 8577 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMarketingActionSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6467 /force-app/main/default/classes/MetadataService.cls 8571 9 8577 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMarketingActionSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6469 /force-app/main/default/classes/MetadataService.cls 8573 10 8573 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6468 /force-app/main/default/classes/MetadataService.cls 8573 10 8573 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6470 /force-app/main/default/classes/MetadataService.cls 8574 20 8574 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6469 /force-app/main/default/classes/MetadataService.cls 8574 20 8574 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6471 /force-app/main/default/classes/MetadataService.cls 8574 20 8574 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6470 /force-app/main/default/classes/MetadataService.cls 8574 20 8574 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6472 /force-app/main/default/classes/MetadataService.cls 8575 20 8575 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6471 /force-app/main/default/classes/MetadataService.cls 8575 20 8575 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6473 /force-app/main/default/classes/MetadataService.cls 8575 20 8575 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6472 /force-app/main/default/classes/MetadataService.cls 8575 20 8575 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6474 /force-app/main/default/classes/MetadataService.cls 8576 20 8576 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6473 /force-app/main/default/classes/MetadataService.cls 8576 20 8576 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6475 /force-app/main/default/classes/MetadataService.cls 8576 20 8576 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6474 /force-app/main/default/classes/MetadataService.cls 8576 20 8576 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6476 /force-app/main/default/classes/MetadataService.cls 8578 9 8584 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6475 /force-app/main/default/classes/MetadataService.cls 8578 9 8584 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6477 /force-app/main/default/classes/MetadataService.cls 8580 10 8580 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6476 /force-app/main/default/classes/MetadataService.cls 8580 10 8580 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6478 /force-app/main/default/classes/MetadataService.cls 8581 20 8581 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6477 /force-app/main/default/classes/MetadataService.cls 8581 20 8581 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6479 /force-app/main/default/classes/MetadataService.cls 8581 20 8581 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6478 /force-app/main/default/classes/MetadataService.cls 8581 20 8581 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6480 /force-app/main/default/classes/MetadataService.cls 8582 20 8582 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6479 /force-app/main/default/classes/MetadataService.cls 8582 20 8582 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6481 /force-app/main/default/classes/MetadataService.cls 8582 20 8582 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6480 /force-app/main/default/classes/MetadataService.cls 8582 20 8582 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6482 /force-app/main/default/classes/MetadataService.cls 8583 20 8583 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6481 /force-app/main/default/classes/MetadataService.cls 8583 20 8583 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6483 /force-app/main/default/classes/MetadataService.cls 8583 20 8583 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6482 /force-app/main/default/classes/MetadataService.cls 8583 20 8583 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6484 /force-app/main/default/classes/MetadataService.cls 8585 9 8591 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6483 /force-app/main/default/classes/MetadataService.cls 8585 9 8591 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6485 /force-app/main/default/classes/MetadataService.cls 8585 9 8591 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPermissionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6484 /force-app/main/default/classes/MetadataService.cls 8585 9 8591 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPermissionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6486 /force-app/main/default/classes/MetadataService.cls 8587 10 8587 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6485 /force-app/main/default/classes/MetadataService.cls 8587 10 8587 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6487 /force-app/main/default/classes/MetadataService.cls 8588 20 8588 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6486 /force-app/main/default/classes/MetadataService.cls 8588 20 8588 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6488 /force-app/main/default/classes/MetadataService.cls 8588 20 8588 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6487 /force-app/main/default/classes/MetadataService.cls 8588 20 8588 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6489 /force-app/main/default/classes/MetadataService.cls 8589 20 8589 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6488 /force-app/main/default/classes/MetadataService.cls 8589 20 8589 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6490 /force-app/main/default/classes/MetadataService.cls 8589 20 8589 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6489 /force-app/main/default/classes/MetadataService.cls 8589 20 8589 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6491 /force-app/main/default/classes/MetadataService.cls 8590 20 8590 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6490 /force-app/main/default/classes/MetadataService.cls 8590 20 8590 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6492 /force-app/main/default/classes/MetadataService.cls 8590 20 8590 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6491 /force-app/main/default/classes/MetadataService.cls 8590 20 8590 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6493 /force-app/main/default/classes/MetadataService.cls 8592 9 8598 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6492 /force-app/main/default/classes/MetadataService.cls 8592 9 8598 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6494 /force-app/main/default/classes/MetadataService.cls 8594 10 8594 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6493 /force-app/main/default/classes/MetadataService.cls 8594 10 8594 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6495 /force-app/main/default/classes/MetadataService.cls 8595 20 8595 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6494 /force-app/main/default/classes/MetadataService.cls 8595 20 8595 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6496 /force-app/main/default/classes/MetadataService.cls 8595 20 8595 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6495 /force-app/main/default/classes/MetadataService.cls 8595 20 8595 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6497 /force-app/main/default/classes/MetadataService.cls 8596 20 8596 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6496 /force-app/main/default/classes/MetadataService.cls 8596 20 8596 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6498 /force-app/main/default/classes/MetadataService.cls 8596 20 8596 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6497 /force-app/main/default/classes/MetadataService.cls 8596 20 8596 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6499 /force-app/main/default/classes/MetadataService.cls 8597 20 8597 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6498 /force-app/main/default/classes/MetadataService.cls 8597 20 8597 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6500 /force-app/main/default/classes/MetadataService.cls 8597 20 8597 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6499 /force-app/main/default/classes/MetadataService.cls 8597 20 8597 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6501 /force-app/main/default/classes/MetadataService.cls 8599 9 8605 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6500 /force-app/main/default/classes/MetadataService.cls 8599 9 8605 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6502 /force-app/main/default/classes/MetadataService.cls 8599 9 8605 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuraDefinitionBundleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6501 /force-app/main/default/classes/MetadataService.cls 8599 9 8605 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuraDefinitionBundleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6503 /force-app/main/default/classes/MetadataService.cls 8601 10 8601 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6502 /force-app/main/default/classes/MetadataService.cls 8601 10 8601 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6504 /force-app/main/default/classes/MetadataService.cls 8602 20 8602 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6503 /force-app/main/default/classes/MetadataService.cls 8602 20 8602 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6505 /force-app/main/default/classes/MetadataService.cls 8602 20 8602 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6504 /force-app/main/default/classes/MetadataService.cls 8602 20 8602 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6506 /force-app/main/default/classes/MetadataService.cls 8603 20 8603 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6505 /force-app/main/default/classes/MetadataService.cls 8603 20 8603 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6507 /force-app/main/default/classes/MetadataService.cls 8603 20 8603 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6506 /force-app/main/default/classes/MetadataService.cls 8603 20 8603 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6508 /force-app/main/default/classes/MetadataService.cls 8604 20 8604 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6507 /force-app/main/default/classes/MetadataService.cls 8604 20 8604 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6509 /force-app/main/default/classes/MetadataService.cls 8604 20 8604 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6508 /force-app/main/default/classes/MetadataService.cls 8604 20 8604 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6510 /force-app/main/default/classes/MetadataService.cls 8606 9 8612 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6509 /force-app/main/default/classes/MetadataService.cls 8606 9 8612 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6511 /force-app/main/default/classes/MetadataService.cls 8608 10 8608 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6510 /force-app/main/default/classes/MetadataService.cls 8608 10 8608 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6512 /force-app/main/default/classes/MetadataService.cls 8609 20 8609 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6511 /force-app/main/default/classes/MetadataService.cls 8609 20 8609 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6513 /force-app/main/default/classes/MetadataService.cls 8609 20 8609 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6512 /force-app/main/default/classes/MetadataService.cls 8609 20 8609 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6514 /force-app/main/default/classes/MetadataService.cls 8610 20 8610 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6513 /force-app/main/default/classes/MetadataService.cls 8610 20 8610 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6515 /force-app/main/default/classes/MetadataService.cls 8610 20 8610 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6514 /force-app/main/default/classes/MetadataService.cls 8610 20 8610 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6516 /force-app/main/default/classes/MetadataService.cls 8611 20 8611 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6515 /force-app/main/default/classes/MetadataService.cls 8611 20 8611 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6517 /force-app/main/default/classes/MetadataService.cls 8611 20 8611 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6516 /force-app/main/default/classes/MetadataService.cls 8611 20 8611 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6518 /force-app/main/default/classes/MetadataService.cls 8613 9 8619 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6517 /force-app/main/default/classes/MetadataService.cls 8613 9 8619 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6519 /force-app/main/default/classes/MetadataService.cls 8613 9 8619 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCorsWhitelistOriginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6518 /force-app/main/default/classes/MetadataService.cls 8613 9 8619 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCorsWhitelistOriginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6520 /force-app/main/default/classes/MetadataService.cls 8615 10 8615 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6519 /force-app/main/default/classes/MetadataService.cls 8615 10 8615 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6521 /force-app/main/default/classes/MetadataService.cls 8616 20 8616 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6520 /force-app/main/default/classes/MetadataService.cls 8616 20 8616 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6522 /force-app/main/default/classes/MetadataService.cls 8616 20 8616 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6521 /force-app/main/default/classes/MetadataService.cls 8616 20 8616 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6523 /force-app/main/default/classes/MetadataService.cls 8617 20 8617 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6522 /force-app/main/default/classes/MetadataService.cls 8617 20 8617 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6524 /force-app/main/default/classes/MetadataService.cls 8617 20 8617 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6523 /force-app/main/default/classes/MetadataService.cls 8617 20 8617 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6525 /force-app/main/default/classes/MetadataService.cls 8618 20 8618 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6524 /force-app/main/default/classes/MetadataService.cls 8618 20 8618 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6526 /force-app/main/default/classes/MetadataService.cls 8618 20 8618 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6525 /force-app/main/default/classes/MetadataService.cls 8618 20 8618 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6527 /force-app/main/default/classes/MetadataService.cls 8620 9 8626 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6526 /force-app/main/default/classes/MetadataService.cls 8620 9 8626 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6528 /force-app/main/default/classes/MetadataService.cls 8622 10 8622 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6527 /force-app/main/default/classes/MetadataService.cls 8622 10 8622 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6529 /force-app/main/default/classes/MetadataService.cls 8623 20 8623 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6528 /force-app/main/default/classes/MetadataService.cls 8623 20 8623 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6530 /force-app/main/default/classes/MetadataService.cls 8623 20 8623 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6529 /force-app/main/default/classes/MetadataService.cls 8623 20 8623 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6531 /force-app/main/default/classes/MetadataService.cls 8624 20 8624 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6530 /force-app/main/default/classes/MetadataService.cls 8624 20 8624 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6532 /force-app/main/default/classes/MetadataService.cls 8624 20 8624 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6531 /force-app/main/default/classes/MetadataService.cls 8624 20 8624 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6533 /force-app/main/default/classes/MetadataService.cls 8625 20 8625 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6532 /force-app/main/default/classes/MetadataService.cls 8625 20 8625 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6534 /force-app/main/default/classes/MetadataService.cls 8625 20 8625 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6533 /force-app/main/default/classes/MetadataService.cls 8625 20 8625 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6535 /force-app/main/default/classes/MetadataService.cls 8627 9 8633 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6534 /force-app/main/default/classes/MetadataService.cls 8627 9 8633 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6536 /force-app/main/default/classes/MetadataService.cls 8627 9 8633 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readManagedTopicsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6535 /force-app/main/default/classes/MetadataService.cls 8627 9 8633 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readManagedTopicsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6537 /force-app/main/default/classes/MetadataService.cls 8629 10 8629 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6536 /force-app/main/default/classes/MetadataService.cls 8629 10 8629 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6538 /force-app/main/default/classes/MetadataService.cls 8630 20 8630 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6537 /force-app/main/default/classes/MetadataService.cls 8630 20 8630 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6539 /force-app/main/default/classes/MetadataService.cls 8630 20 8630 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6538 /force-app/main/default/classes/MetadataService.cls 8630 20 8630 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6540 /force-app/main/default/classes/MetadataService.cls 8631 20 8631 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6539 /force-app/main/default/classes/MetadataService.cls 8631 20 8631 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6541 /force-app/main/default/classes/MetadataService.cls 8631 20 8631 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6540 /force-app/main/default/classes/MetadataService.cls 8631 20 8631 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6542 /force-app/main/default/classes/MetadataService.cls 8632 20 8632 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6541 /force-app/main/default/classes/MetadataService.cls 8632 20 8632 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6543 /force-app/main/default/classes/MetadataService.cls 8632 20 8632 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6542 /force-app/main/default/classes/MetadataService.cls 8632 20 8632 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6544 /force-app/main/default/classes/MetadataService.cls 8634 9 8640 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6543 /force-app/main/default/classes/MetadataService.cls 8634 9 8640 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6545 /force-app/main/default/classes/MetadataService.cls 8636 10 8636 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6544 /force-app/main/default/classes/MetadataService.cls 8636 10 8636 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6546 /force-app/main/default/classes/MetadataService.cls 8637 20 8637 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6545 /force-app/main/default/classes/MetadataService.cls 8637 20 8637 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6547 /force-app/main/default/classes/MetadataService.cls 8637 20 8637 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6546 /force-app/main/default/classes/MetadataService.cls 8637 20 8637 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6548 /force-app/main/default/classes/MetadataService.cls 8638 20 8638 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6547 /force-app/main/default/classes/MetadataService.cls 8638 20 8638 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6549 /force-app/main/default/classes/MetadataService.cls 8638 20 8638 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6548 /force-app/main/default/classes/MetadataService.cls 8638 20 8638 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6550 /force-app/main/default/classes/MetadataService.cls 8639 20 8639 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6549 /force-app/main/default/classes/MetadataService.cls 8639 20 8639 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6551 /force-app/main/default/classes/MetadataService.cls 8639 20 8639 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6550 /force-app/main/default/classes/MetadataService.cls 8639 20 8639 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6552 /force-app/main/default/classes/MetadataService.cls 8641 9 8647 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6551 /force-app/main/default/classes/MetadataService.cls 8641 9 8647 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6553 /force-app/main/default/classes/MetadataService.cls 8641 9 8647 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2Response_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6552 /force-app/main/default/classes/MetadataService.cls 8641 9 8647 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2Response_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6554 /force-app/main/default/classes/MetadataService.cls 8643 10 8643 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6553 /force-app/main/default/classes/MetadataService.cls 8643 10 8643 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6555 /force-app/main/default/classes/MetadataService.cls 8644 20 8644 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6554 /force-app/main/default/classes/MetadataService.cls 8644 20 8644 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6556 /force-app/main/default/classes/MetadataService.cls 8644 20 8644 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6555 /force-app/main/default/classes/MetadataService.cls 8644 20 8644 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6557 /force-app/main/default/classes/MetadataService.cls 8645 20 8645 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6556 /force-app/main/default/classes/MetadataService.cls 8645 20 8645 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6558 /force-app/main/default/classes/MetadataService.cls 8645 20 8645 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6557 /force-app/main/default/classes/MetadataService.cls 8645 20 8645 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6559 /force-app/main/default/classes/MetadataService.cls 8646 20 8646 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6558 /force-app/main/default/classes/MetadataService.cls 8646 20 8646 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6560 /force-app/main/default/classes/MetadataService.cls 8646 20 8646 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6559 /force-app/main/default/classes/MetadataService.cls 8646 20 8646 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6561 /force-app/main/default/classes/MetadataService.cls 8648 9 8654 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6560 /force-app/main/default/classes/MetadataService.cls 8648 9 8654 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6562 /force-app/main/default/classes/MetadataService.cls 8650 10 8650 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6561 /force-app/main/default/classes/MetadataService.cls 8650 10 8650 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6563 /force-app/main/default/classes/MetadataService.cls 8651 20 8651 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6562 /force-app/main/default/classes/MetadataService.cls 8651 20 8651 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6564 /force-app/main/default/classes/MetadataService.cls 8651 20 8651 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6563 /force-app/main/default/classes/MetadataService.cls 8651 20 8651 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6565 /force-app/main/default/classes/MetadataService.cls 8652 20 8652 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6564 /force-app/main/default/classes/MetadataService.cls 8652 20 8652 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6566 /force-app/main/default/classes/MetadataService.cls 8652 20 8652 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6565 /force-app/main/default/classes/MetadataService.cls 8652 20 8652 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6567 /force-app/main/default/classes/MetadataService.cls 8653 20 8653 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6566 /force-app/main/default/classes/MetadataService.cls 8653 20 8653 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6568 /force-app/main/default/classes/MetadataService.cls 8653 20 8653 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6567 /force-app/main/default/classes/MetadataService.cls 8653 20 8653 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6569 /force-app/main/default/classes/MetadataService.cls 8655 9 8661 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6568 /force-app/main/default/classes/MetadataService.cls 8655 9 8661 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6570 /force-app/main/default/classes/MetadataService.cls 8655 9 8661 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2ModelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6569 /force-app/main/default/classes/MetadataService.cls 8655 9 8661 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2ModelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6571 /force-app/main/default/classes/MetadataService.cls 8657 10 8657 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6570 /force-app/main/default/classes/MetadataService.cls 8657 10 8657 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6572 /force-app/main/default/classes/MetadataService.cls 8658 20 8658 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6571 /force-app/main/default/classes/MetadataService.cls 8658 20 8658 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6573 /force-app/main/default/classes/MetadataService.cls 8658 20 8658 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6572 /force-app/main/default/classes/MetadataService.cls 8658 20 8658 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6574 /force-app/main/default/classes/MetadataService.cls 8659 20 8659 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6573 /force-app/main/default/classes/MetadataService.cls 8659 20 8659 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6575 /force-app/main/default/classes/MetadataService.cls 8659 20 8659 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6574 /force-app/main/default/classes/MetadataService.cls 8659 20 8659 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6576 /force-app/main/default/classes/MetadataService.cls 8660 20 8660 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6575 /force-app/main/default/classes/MetadataService.cls 8660 20 8660 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6577 /force-app/main/default/classes/MetadataService.cls 8660 20 8660 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6576 /force-app/main/default/classes/MetadataService.cls 8660 20 8660 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6578 /force-app/main/default/classes/MetadataService.cls 8662 9 8668 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6577 /force-app/main/default/classes/MetadataService.cls 8662 9 8668 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6579 /force-app/main/default/classes/MetadataService.cls 8664 10 8664 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6578 /force-app/main/default/classes/MetadataService.cls 8664 10 8664 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6580 /force-app/main/default/classes/MetadataService.cls 8665 20 8665 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6579 /force-app/main/default/classes/MetadataService.cls 8665 20 8665 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6581 /force-app/main/default/classes/MetadataService.cls 8665 20 8665 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6580 /force-app/main/default/classes/MetadataService.cls 8665 20 8665 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6582 /force-app/main/default/classes/MetadataService.cls 8666 20 8666 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6581 /force-app/main/default/classes/MetadataService.cls 8666 20 8666 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6583 /force-app/main/default/classes/MetadataService.cls 8666 20 8666 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6582 /force-app/main/default/classes/MetadataService.cls 8666 20 8666 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6584 /force-app/main/default/classes/MetadataService.cls 8667 20 8667 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6583 /force-app/main/default/classes/MetadataService.cls 8667 20 8667 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6585 /force-app/main/default/classes/MetadataService.cls 8667 20 8667 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6584 /force-app/main/default/classes/MetadataService.cls 8667 20 8667 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6586 /force-app/main/default/classes/MetadataService.cls 8669 9 8675 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6585 /force-app/main/default/classes/MetadataService.cls 8669 9 8675 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6587 /force-app/main/default/classes/MetadataService.cls 8669 9 8675 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2SettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6586 /force-app/main/default/classes/MetadataService.cls 8669 9 8675 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2SettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6588 /force-app/main/default/classes/MetadataService.cls 8671 10 8671 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6587 /force-app/main/default/classes/MetadataService.cls 8671 10 8671 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6589 /force-app/main/default/classes/MetadataService.cls 8672 20 8672 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6588 /force-app/main/default/classes/MetadataService.cls 8672 20 8672 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6590 /force-app/main/default/classes/MetadataService.cls 8672 20 8672 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6589 /force-app/main/default/classes/MetadataService.cls 8672 20 8672 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6591 /force-app/main/default/classes/MetadataService.cls 8673 20 8673 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6590 /force-app/main/default/classes/MetadataService.cls 8673 20 8673 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6592 /force-app/main/default/classes/MetadataService.cls 8673 20 8673 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6591 /force-app/main/default/classes/MetadataService.cls 8673 20 8673 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6593 /force-app/main/default/classes/MetadataService.cls 8674 20 8674 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6592 /force-app/main/default/classes/MetadataService.cls 8674 20 8674 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6594 /force-app/main/default/classes/MetadataService.cls 8674 20 8674 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6593 /force-app/main/default/classes/MetadataService.cls 8674 20 8674 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6595 /force-app/main/default/classes/MetadataService.cls 8676 9 8682 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6594 /force-app/main/default/classes/MetadataService.cls 8676 9 8682 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6596 /force-app/main/default/classes/MetadataService.cls 8678 10 8678 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6595 /force-app/main/default/classes/MetadataService.cls 8678 10 8678 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6597 /force-app/main/default/classes/MetadataService.cls 8679 20 8679 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6596 /force-app/main/default/classes/MetadataService.cls 8679 20 8679 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6598 /force-app/main/default/classes/MetadataService.cls 8679 20 8679 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6597 /force-app/main/default/classes/MetadataService.cls 8679 20 8679 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6599 /force-app/main/default/classes/MetadataService.cls 8680 20 8680 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6598 /force-app/main/default/classes/MetadataService.cls 8680 20 8680 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6600 /force-app/main/default/classes/MetadataService.cls 8680 20 8680 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6599 /force-app/main/default/classes/MetadataService.cls 8680 20 8680 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6601 /force-app/main/default/classes/MetadataService.cls 8681 20 8681 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6600 /force-app/main/default/classes/MetadataService.cls 8681 20 8681 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6602 /force-app/main/default/classes/MetadataService.cls 8681 20 8681 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6601 /force-app/main/default/classes/MetadataService.cls 8681 20 8681 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6603 /force-app/main/default/classes/MetadataService.cls 8683 9 8689 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6602 /force-app/main/default/classes/MetadataService.cls 8683 9 8689 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6604 /force-app/main/default/classes/MetadataService.cls 8683 9 8689 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2TypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6603 /force-app/main/default/classes/MetadataService.cls 8683 9 8689 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2TypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6605 /force-app/main/default/classes/MetadataService.cls 8685 10 8685 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6604 /force-app/main/default/classes/MetadataService.cls 8685 10 8685 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6606 /force-app/main/default/classes/MetadataService.cls 8686 20 8686 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6605 /force-app/main/default/classes/MetadataService.cls 8686 20 8686 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6607 /force-app/main/default/classes/MetadataService.cls 8686 20 8686 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6606 /force-app/main/default/classes/MetadataService.cls 8686 20 8686 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6608 /force-app/main/default/classes/MetadataService.cls 8687 20 8687 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6607 /force-app/main/default/classes/MetadataService.cls 8687 20 8687 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6609 /force-app/main/default/classes/MetadataService.cls 8687 20 8687 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6608 /force-app/main/default/classes/MetadataService.cls 8687 20 8687 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6610 /force-app/main/default/classes/MetadataService.cls 8688 20 8688 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6609 /force-app/main/default/classes/MetadataService.cls 8688 20 8688 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6611 /force-app/main/default/classes/MetadataService.cls 8688 20 8688 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6610 /force-app/main/default/classes/MetadataService.cls 8688 20 8688 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6612 /force-app/main/default/classes/MetadataService.cls 8690 9 8696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6611 /force-app/main/default/classes/MetadataService.cls 8690 9 8696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6613 /force-app/main/default/classes/MetadataService.cls 8692 10 8692 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6612 /force-app/main/default/classes/MetadataService.cls 8692 10 8692 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6614 /force-app/main/default/classes/MetadataService.cls 8693 20 8693 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6613 /force-app/main/default/classes/MetadataService.cls 8693 20 8693 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6615 /force-app/main/default/classes/MetadataService.cls 8693 20 8693 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6614 /force-app/main/default/classes/MetadataService.cls 8693 20 8693 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6616 /force-app/main/default/classes/MetadataService.cls 8694 20 8694 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6615 /force-app/main/default/classes/MetadataService.cls 8694 20 8694 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6617 /force-app/main/default/classes/MetadataService.cls 8694 20 8694 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6616 /force-app/main/default/classes/MetadataService.cls 8694 20 8694 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6618 /force-app/main/default/classes/MetadataService.cls 8695 20 8695 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6617 /force-app/main/default/classes/MetadataService.cls 8695 20 8695 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6619 /force-app/main/default/classes/MetadataService.cls 8695 20 8695 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6618 /force-app/main/default/classes/MetadataService.cls 8695 20 8695 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6620 /force-app/main/default/classes/MetadataService.cls 8697 9 8703 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6619 /force-app/main/default/classes/MetadataService.cls 8697 9 8703 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6621 /force-app/main/default/classes/MetadataService.cls 8697 9 8703 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readXOrgHubResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6620 /force-app/main/default/classes/MetadataService.cls 8697 9 8703 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readXOrgHubResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6622 /force-app/main/default/classes/MetadataService.cls 8699 10 8699 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6621 /force-app/main/default/classes/MetadataService.cls 8699 10 8699 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6623 /force-app/main/default/classes/MetadataService.cls 8700 20 8700 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6622 /force-app/main/default/classes/MetadataService.cls 8700 20 8700 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6624 /force-app/main/default/classes/MetadataService.cls 8700 20 8700 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6623 /force-app/main/default/classes/MetadataService.cls 8700 20 8700 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6625 /force-app/main/default/classes/MetadataService.cls 8701 20 8701 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6624 /force-app/main/default/classes/MetadataService.cls 8701 20 8701 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6626 /force-app/main/default/classes/MetadataService.cls 8701 20 8701 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6625 /force-app/main/default/classes/MetadataService.cls 8701 20 8701 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6627 /force-app/main/default/classes/MetadataService.cls 8702 20 8702 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6626 /force-app/main/default/classes/MetadataService.cls 8702 20 8702 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6628 /force-app/main/default/classes/MetadataService.cls 8702 20 8702 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6627 /force-app/main/default/classes/MetadataService.cls 8702 20 8702 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6629 /force-app/main/default/classes/MetadataService.cls 8704 9 8710 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6628 /force-app/main/default/classes/MetadataService.cls 8704 9 8710 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6630 /force-app/main/default/classes/MetadataService.cls 8706 10 8706 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6629 /force-app/main/default/classes/MetadataService.cls 8706 10 8706 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6631 /force-app/main/default/classes/MetadataService.cls 8707 20 8707 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6630 /force-app/main/default/classes/MetadataService.cls 8707 20 8707 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6632 /force-app/main/default/classes/MetadataService.cls 8707 20 8707 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6631 /force-app/main/default/classes/MetadataService.cls 8707 20 8707 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6633 /force-app/main/default/classes/MetadataService.cls 8708 20 8708 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6632 /force-app/main/default/classes/MetadataService.cls 8708 20 8708 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6634 /force-app/main/default/classes/MetadataService.cls 8708 20 8708 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6633 /force-app/main/default/classes/MetadataService.cls 8708 20 8708 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6635 /force-app/main/default/classes/MetadataService.cls 8709 20 8709 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6634 /force-app/main/default/classes/MetadataService.cls 8709 20 8709 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6636 /force-app/main/default/classes/MetadataService.cls 8709 20 8709 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6635 /force-app/main/default/classes/MetadataService.cls 8709 20 8709 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6637 /force-app/main/default/classes/MetadataService.cls 8711 9 8717 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6636 /force-app/main/default/classes/MetadataService.cls 8711 9 8717 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6638 /force-app/main/default/classes/MetadataService.cls 8711 9 8717 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readActionLinkGroupTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6637 /force-app/main/default/classes/MetadataService.cls 8711 9 8717 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readActionLinkGroupTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6639 /force-app/main/default/classes/MetadataService.cls 8713 10 8713 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6638 /force-app/main/default/classes/MetadataService.cls 8713 10 8713 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6640 /force-app/main/default/classes/MetadataService.cls 8714 20 8714 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6639 /force-app/main/default/classes/MetadataService.cls 8714 20 8714 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6641 /force-app/main/default/classes/MetadataService.cls 8714 20 8714 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6640 /force-app/main/default/classes/MetadataService.cls 8714 20 8714 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6642 /force-app/main/default/classes/MetadataService.cls 8715 20 8715 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6641 /force-app/main/default/classes/MetadataService.cls 8715 20 8715 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6643 /force-app/main/default/classes/MetadataService.cls 8715 20 8715 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6642 /force-app/main/default/classes/MetadataService.cls 8715 20 8715 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6644 /force-app/main/default/classes/MetadataService.cls 8716 20 8716 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6643 /force-app/main/default/classes/MetadataService.cls 8716 20 8716 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6645 /force-app/main/default/classes/MetadataService.cls 8716 20 8716 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6644 /force-app/main/default/classes/MetadataService.cls 8716 20 8716 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6646 /force-app/main/default/classes/MetadataService.cls 8718 9 8724 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6645 /force-app/main/default/classes/MetadataService.cls 8718 9 8724 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6647 /force-app/main/default/classes/MetadataService.cls 8720 10 8720 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6646 /force-app/main/default/classes/MetadataService.cls 8720 10 8720 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6648 /force-app/main/default/classes/MetadataService.cls 8721 20 8721 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6647 /force-app/main/default/classes/MetadataService.cls 8721 20 8721 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6649 /force-app/main/default/classes/MetadataService.cls 8721 20 8721 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6648 /force-app/main/default/classes/MetadataService.cls 8721 20 8721 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6650 /force-app/main/default/classes/MetadataService.cls 8722 20 8722 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6649 /force-app/main/default/classes/MetadataService.cls 8722 20 8722 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6651 /force-app/main/default/classes/MetadataService.cls 8722 20 8722 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6650 /force-app/main/default/classes/MetadataService.cls 8722 20 8722 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6652 /force-app/main/default/classes/MetadataService.cls 8723 20 8723 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6651 /force-app/main/default/classes/MetadataService.cls 8723 20 8723 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6653 /force-app/main/default/classes/MetadataService.cls 8723 20 8723 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6652 /force-app/main/default/classes/MetadataService.cls 8723 20 8723 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6654 /force-app/main/default/classes/MetadataService.cls 8725 9 8731 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6653 /force-app/main/default/classes/MetadataService.cls 8725 9 8731 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6655 /force-app/main/default/classes/MetadataService.cls 8725 9 8731 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLicenseDefinitionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6654 /force-app/main/default/classes/MetadataService.cls 8725 9 8731 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLicenseDefinitionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6656 /force-app/main/default/classes/MetadataService.cls 8727 10 8727 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6655 /force-app/main/default/classes/MetadataService.cls 8727 10 8727 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6657 /force-app/main/default/classes/MetadataService.cls 8728 20 8728 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6656 /force-app/main/default/classes/MetadataService.cls 8728 20 8728 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6658 /force-app/main/default/classes/MetadataService.cls 8728 20 8728 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6657 /force-app/main/default/classes/MetadataService.cls 8728 20 8728 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6659 /force-app/main/default/classes/MetadataService.cls 8729 20 8729 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6658 /force-app/main/default/classes/MetadataService.cls 8729 20 8729 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6660 /force-app/main/default/classes/MetadataService.cls 8729 20 8729 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6659 /force-app/main/default/classes/MetadataService.cls 8729 20 8729 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6661 /force-app/main/default/classes/MetadataService.cls 8730 20 8730 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6660 /force-app/main/default/classes/MetadataService.cls 8730 20 8730 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6662 /force-app/main/default/classes/MetadataService.cls 8730 20 8730 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6661 /force-app/main/default/classes/MetadataService.cls 8730 20 8730 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6663 /force-app/main/default/classes/MetadataService.cls 8732 9 8738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6662 /force-app/main/default/classes/MetadataService.cls 8732 9 8738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6664 /force-app/main/default/classes/MetadataService.cls 8734 10 8734 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6663 /force-app/main/default/classes/MetadataService.cls 8734 10 8734 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6665 /force-app/main/default/classes/MetadataService.cls 8735 20 8735 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6664 /force-app/main/default/classes/MetadataService.cls 8735 20 8735 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6666 /force-app/main/default/classes/MetadataService.cls 8735 20 8735 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6665 /force-app/main/default/classes/MetadataService.cls 8735 20 8735 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6667 /force-app/main/default/classes/MetadataService.cls 8736 20 8736 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6666 /force-app/main/default/classes/MetadataService.cls 8736 20 8736 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6668 /force-app/main/default/classes/MetadataService.cls 8736 20 8736 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6667 /force-app/main/default/classes/MetadataService.cls 8736 20 8736 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6669 /force-app/main/default/classes/MetadataService.cls 8737 20 8737 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6668 /force-app/main/default/classes/MetadataService.cls 8737 20 8737 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6670 /force-app/main/default/classes/MetadataService.cls 8737 20 8737 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6669 /force-app/main/default/classes/MetadataService.cls 8737 20 8737 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6671 /force-app/main/default/classes/MetadataService.cls 8739 9 8745 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6670 /force-app/main/default/classes/MetadataService.cls 8739 9 8745 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6672 /force-app/main/default/classes/MetadataService.cls 8739 9 8745 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMarketingResourceTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6671 /force-app/main/default/classes/MetadataService.cls 8739 9 8745 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMarketingResourceTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6673 /force-app/main/default/classes/MetadataService.cls 8741 10 8741 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6672 /force-app/main/default/classes/MetadataService.cls 8741 10 8741 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6674 /force-app/main/default/classes/MetadataService.cls 8742 20 8742 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6673 /force-app/main/default/classes/MetadataService.cls 8742 20 8742 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6675 /force-app/main/default/classes/MetadataService.cls 8742 20 8742 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6674 /force-app/main/default/classes/MetadataService.cls 8742 20 8742 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6676 /force-app/main/default/classes/MetadataService.cls 8743 20 8743 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6675 /force-app/main/default/classes/MetadataService.cls 8743 20 8743 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6677 /force-app/main/default/classes/MetadataService.cls 8743 20 8743 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6676 /force-app/main/default/classes/MetadataService.cls 8743 20 8743 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6678 /force-app/main/default/classes/MetadataService.cls 8744 20 8744 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6677 /force-app/main/default/classes/MetadataService.cls 8744 20 8744 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6679 /force-app/main/default/classes/MetadataService.cls 8744 20 8744 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6678 /force-app/main/default/classes/MetadataService.cls 8744 20 8744 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6680 /force-app/main/default/classes/MetadataService.cls 8746 9 8752 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6679 /force-app/main/default/classes/MetadataService.cls 8746 9 8752 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6681 /force-app/main/default/classes/MetadataService.cls 8748 10 8748 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6680 /force-app/main/default/classes/MetadataService.cls 8748 10 8748 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6682 /force-app/main/default/classes/MetadataService.cls 8749 20 8749 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6681 /force-app/main/default/classes/MetadataService.cls 8749 20 8749 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6683 /force-app/main/default/classes/MetadataService.cls 8749 20 8749 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6682 /force-app/main/default/classes/MetadataService.cls 8749 20 8749 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6684 /force-app/main/default/classes/MetadataService.cls 8750 20 8750 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6683 /force-app/main/default/classes/MetadataService.cls 8750 20 8750 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6685 /force-app/main/default/classes/MetadataService.cls 8750 20 8750 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6684 /force-app/main/default/classes/MetadataService.cls 8750 20 8750 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6686 /force-app/main/default/classes/MetadataService.cls 8751 20 8751 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6685 /force-app/main/default/classes/MetadataService.cls 8751 20 8751 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6687 /force-app/main/default/classes/MetadataService.cls 8751 20 8751 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6686 /force-app/main/default/classes/MetadataService.cls 8751 20 8751 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6688 /force-app/main/default/classes/MetadataService.cls 8753 9 8759 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6687 /force-app/main/default/classes/MetadataService.cls 8753 9 8759 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6689 /force-app/main/default/classes/MetadataService.cls 8753 9 8759 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMatchingRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6688 /force-app/main/default/classes/MetadataService.cls 8753 9 8759 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMatchingRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6690 /force-app/main/default/classes/MetadataService.cls 8755 10 8755 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6689 /force-app/main/default/classes/MetadataService.cls 8755 10 8755 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6691 /force-app/main/default/classes/MetadataService.cls 8756 20 8756 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6690 /force-app/main/default/classes/MetadataService.cls 8756 20 8756 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6692 /force-app/main/default/classes/MetadataService.cls 8756 20 8756 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6691 /force-app/main/default/classes/MetadataService.cls 8756 20 8756 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6693 /force-app/main/default/classes/MetadataService.cls 8757 20 8757 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6692 /force-app/main/default/classes/MetadataService.cls 8757 20 8757 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6694 /force-app/main/default/classes/MetadataService.cls 8757 20 8757 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6693 /force-app/main/default/classes/MetadataService.cls 8757 20 8757 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6695 /force-app/main/default/classes/MetadataService.cls 8758 20 8758 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6694 /force-app/main/default/classes/MetadataService.cls 8758 20 8758 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6696 /force-app/main/default/classes/MetadataService.cls 8758 20 8758 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6695 /force-app/main/default/classes/MetadataService.cls 8758 20 8758 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6697 /force-app/main/default/classes/MetadataService.cls 8760 9 8766 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6696 /force-app/main/default/classes/MetadataService.cls 8760 9 8766 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6698 /force-app/main/default/classes/MetadataService.cls 8762 10 8762 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6697 /force-app/main/default/classes/MetadataService.cls 8762 10 8762 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6699 /force-app/main/default/classes/MetadataService.cls 8763 20 8763 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6698 /force-app/main/default/classes/MetadataService.cls 8763 20 8763 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6700 /force-app/main/default/classes/MetadataService.cls 8763 20 8763 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6699 /force-app/main/default/classes/MetadataService.cls 8763 20 8763 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6701 /force-app/main/default/classes/MetadataService.cls 8764 20 8764 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6700 /force-app/main/default/classes/MetadataService.cls 8764 20 8764 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6702 /force-app/main/default/classes/MetadataService.cls 8764 20 8764 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6701 /force-app/main/default/classes/MetadataService.cls 8764 20 8764 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6703 /force-app/main/default/classes/MetadataService.cls 8765 20 8765 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6702 /force-app/main/default/classes/MetadataService.cls 8765 20 8765 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6704 /force-app/main/default/classes/MetadataService.cls 8765 20 8765 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6703 /force-app/main/default/classes/MetadataService.cls 8765 20 8765 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6705 /force-app/main/default/classes/MetadataService.cls 8767 9 8773 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6704 /force-app/main/default/classes/MetadataService.cls 8767 9 8773 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6706 /force-app/main/default/classes/MetadataService.cls 8767 9 8773 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMatchingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6705 /force-app/main/default/classes/MetadataService.cls 8767 9 8773 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMatchingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6707 /force-app/main/default/classes/MetadataService.cls 8769 10 8769 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6706 /force-app/main/default/classes/MetadataService.cls 8769 10 8769 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6708 /force-app/main/default/classes/MetadataService.cls 8770 20 8770 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6707 /force-app/main/default/classes/MetadataService.cls 8770 20 8770 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6709 /force-app/main/default/classes/MetadataService.cls 8770 20 8770 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6708 /force-app/main/default/classes/MetadataService.cls 8770 20 8770 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6710 /force-app/main/default/classes/MetadataService.cls 8771 20 8771 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6709 /force-app/main/default/classes/MetadataService.cls 8771 20 8771 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6711 /force-app/main/default/classes/MetadataService.cls 8771 20 8771 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6710 /force-app/main/default/classes/MetadataService.cls 8771 20 8771 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6712 /force-app/main/default/classes/MetadataService.cls 8772 20 8772 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6711 /force-app/main/default/classes/MetadataService.cls 8772 20 8772 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6713 /force-app/main/default/classes/MetadataService.cls 8772 20 8772 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6712 /force-app/main/default/classes/MetadataService.cls 8772 20 8772 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6714 /force-app/main/default/classes/MetadataService.cls 8774 9 8780 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6713 /force-app/main/default/classes/MetadataService.cls 8774 9 8780 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6715 /force-app/main/default/classes/MetadataService.cls 8776 10 8776 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6714 /force-app/main/default/classes/MetadataService.cls 8776 10 8776 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6716 /force-app/main/default/classes/MetadataService.cls 8777 20 8777 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6715 /force-app/main/default/classes/MetadataService.cls 8777 20 8777 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6717 /force-app/main/default/classes/MetadataService.cls 8777 20 8777 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6716 /force-app/main/default/classes/MetadataService.cls 8777 20 8777 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6718 /force-app/main/default/classes/MetadataService.cls 8778 20 8778 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6717 /force-app/main/default/classes/MetadataService.cls 8778 20 8778 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6719 /force-app/main/default/classes/MetadataService.cls 8778 20 8778 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6718 /force-app/main/default/classes/MetadataService.cls 8778 20 8778 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6720 /force-app/main/default/classes/MetadataService.cls 8779 20 8779 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6719 /force-app/main/default/classes/MetadataService.cls 8779 20 8779 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6721 /force-app/main/default/classes/MetadataService.cls 8779 20 8779 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6720 /force-app/main/default/classes/MetadataService.cls 8779 20 8779 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6722 /force-app/main/default/classes/MetadataService.cls 8781 9 8787 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6721 /force-app/main/default/classes/MetadataService.cls 8781 9 8787 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6723 /force-app/main/default/classes/MetadataService.cls 8781 9 8787 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNamedCredentialResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6722 /force-app/main/default/classes/MetadataService.cls 8781 9 8787 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNamedCredentialResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6724 /force-app/main/default/classes/MetadataService.cls 8783 10 8783 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6723 /force-app/main/default/classes/MetadataService.cls 8783 10 8783 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6725 /force-app/main/default/classes/MetadataService.cls 8784 20 8784 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6724 /force-app/main/default/classes/MetadataService.cls 8784 20 8784 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6726 /force-app/main/default/classes/MetadataService.cls 8784 20 8784 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6725 /force-app/main/default/classes/MetadataService.cls 8784 20 8784 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6727 /force-app/main/default/classes/MetadataService.cls 8785 20 8785 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6726 /force-app/main/default/classes/MetadataService.cls 8785 20 8785 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6728 /force-app/main/default/classes/MetadataService.cls 8785 20 8785 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6727 /force-app/main/default/classes/MetadataService.cls 8785 20 8785 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6729 /force-app/main/default/classes/MetadataService.cls 8786 20 8786 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6728 /force-app/main/default/classes/MetadataService.cls 8786 20 8786 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6730 /force-app/main/default/classes/MetadataService.cls 8786 20 8786 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6729 /force-app/main/default/classes/MetadataService.cls 8786 20 8786 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6731 /force-app/main/default/classes/MetadataService.cls 8788 9 8794 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6730 /force-app/main/default/classes/MetadataService.cls 8788 9 8794 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6732 /force-app/main/default/classes/MetadataService.cls 8790 10 8790 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6731 /force-app/main/default/classes/MetadataService.cls 8790 10 8790 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6733 /force-app/main/default/classes/MetadataService.cls 8791 20 8791 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6732 /force-app/main/default/classes/MetadataService.cls 8791 20 8791 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6734 /force-app/main/default/classes/MetadataService.cls 8791 20 8791 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6733 /force-app/main/default/classes/MetadataService.cls 8791 20 8791 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6735 /force-app/main/default/classes/MetadataService.cls 8792 20 8792 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6734 /force-app/main/default/classes/MetadataService.cls 8792 20 8792 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6736 /force-app/main/default/classes/MetadataService.cls 8792 20 8792 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6735 /force-app/main/default/classes/MetadataService.cls 8792 20 8792 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6737 /force-app/main/default/classes/MetadataService.cls 8793 20 8793 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6736 /force-app/main/default/classes/MetadataService.cls 8793 20 8793 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6738 /force-app/main/default/classes/MetadataService.cls 8793 20 8793 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6737 /force-app/main/default/classes/MetadataService.cls 8793 20 8793 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6739 /force-app/main/default/classes/MetadataService.cls 8795 9 8801 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6738 /force-app/main/default/classes/MetadataService.cls 8795 9 8801 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6740 /force-app/main/default/classes/MetadataService.cls 8795 9 8801 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPersonalJourneySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6739 /force-app/main/default/classes/MetadataService.cls 8795 9 8801 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPersonalJourneySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6741 /force-app/main/default/classes/MetadataService.cls 8797 10 8797 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6740 /force-app/main/default/classes/MetadataService.cls 8797 10 8797 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6742 /force-app/main/default/classes/MetadataService.cls 8798 20 8798 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6741 /force-app/main/default/classes/MetadataService.cls 8798 20 8798 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6743 /force-app/main/default/classes/MetadataService.cls 8798 20 8798 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6742 /force-app/main/default/classes/MetadataService.cls 8798 20 8798 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6744 /force-app/main/default/classes/MetadataService.cls 8799 20 8799 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6743 /force-app/main/default/classes/MetadataService.cls 8799 20 8799 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6745 /force-app/main/default/classes/MetadataService.cls 8799 20 8799 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6744 /force-app/main/default/classes/MetadataService.cls 8799 20 8799 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6746 /force-app/main/default/classes/MetadataService.cls 8800 20 8800 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6745 /force-app/main/default/classes/MetadataService.cls 8800 20 8800 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6747 /force-app/main/default/classes/MetadataService.cls 8800 20 8800 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6746 /force-app/main/default/classes/MetadataService.cls 8800 20 8800 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6748 /force-app/main/default/classes/MetadataService.cls 8802 9 8808 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6747 /force-app/main/default/classes/MetadataService.cls 8802 9 8808 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6749 /force-app/main/default/classes/MetadataService.cls 8804 10 8804 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6748 /force-app/main/default/classes/MetadataService.cls 8804 10 8804 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6750 /force-app/main/default/classes/MetadataService.cls 8805 20 8805 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6749 /force-app/main/default/classes/MetadataService.cls 8805 20 8805 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6751 /force-app/main/default/classes/MetadataService.cls 8805 20 8805 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6750 /force-app/main/default/classes/MetadataService.cls 8805 20 8805 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6752 /force-app/main/default/classes/MetadataService.cls 8806 20 8806 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6751 /force-app/main/default/classes/MetadataService.cls 8806 20 8806 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6753 /force-app/main/default/classes/MetadataService.cls 8806 20 8806 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6752 /force-app/main/default/classes/MetadataService.cls 8806 20 8806 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6754 /force-app/main/default/classes/MetadataService.cls 8807 20 8807 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6753 /force-app/main/default/classes/MetadataService.cls 8807 20 8807 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6755 /force-app/main/default/classes/MetadataService.cls 8807 20 8807 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6754 /force-app/main/default/classes/MetadataService.cls 8807 20 8807 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6756 /force-app/main/default/classes/MetadataService.cls 8809 9 8815 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6755 /force-app/main/default/classes/MetadataService.cls 8809 9 8815 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6757 /force-app/main/default/classes/MetadataService.cls 8809 9 8815 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6756 /force-app/main/default/classes/MetadataService.cls 8809 9 8815 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6758 /force-app/main/default/classes/MetadataService.cls 8811 10 8811 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6757 /force-app/main/default/classes/MetadataService.cls 8811 10 8811 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6759 /force-app/main/default/classes/MetadataService.cls 8812 20 8812 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6758 /force-app/main/default/classes/MetadataService.cls 8812 20 8812 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6760 /force-app/main/default/classes/MetadataService.cls 8812 20 8812 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6759 /force-app/main/default/classes/MetadataService.cls 8812 20 8812 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6761 /force-app/main/default/classes/MetadataService.cls 8813 20 8813 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6760 /force-app/main/default/classes/MetadataService.cls 8813 20 8813 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6762 /force-app/main/default/classes/MetadataService.cls 8813 20 8813 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6761 /force-app/main/default/classes/MetadataService.cls 8813 20 8813 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6763 /force-app/main/default/classes/MetadataService.cls 8814 20 8814 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6762 /force-app/main/default/classes/MetadataService.cls 8814 20 8814 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6764 /force-app/main/default/classes/MetadataService.cls 8814 20 8814 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6763 /force-app/main/default/classes/MetadataService.cls 8814 20 8814 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6765 /force-app/main/default/classes/MetadataService.cls 8816 9 8822 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6764 /force-app/main/default/classes/MetadataService.cls 8816 9 8822 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6766 /force-app/main/default/classes/MetadataService.cls 8818 10 8818 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6765 /force-app/main/default/classes/MetadataService.cls 8818 10 8818 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6767 /force-app/main/default/classes/MetadataService.cls 8819 20 8819 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6766 /force-app/main/default/classes/MetadataService.cls 8819 20 8819 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6768 /force-app/main/default/classes/MetadataService.cls 8819 20 8819 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6767 /force-app/main/default/classes/MetadataService.cls 8819 20 8819 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6769 /force-app/main/default/classes/MetadataService.cls 8820 20 8820 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6768 /force-app/main/default/classes/MetadataService.cls 8820 20 8820 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6770 /force-app/main/default/classes/MetadataService.cls 8820 20 8820 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6769 /force-app/main/default/classes/MetadataService.cls 8820 20 8820 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6771 /force-app/main/default/classes/MetadataService.cls 8821 20 8821 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6770 /force-app/main/default/classes/MetadataService.cls 8821 20 8821 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6772 /force-app/main/default/classes/MetadataService.cls 8821 20 8821 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6771 /force-app/main/default/classes/MetadataService.cls 8821 20 8821 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6773 /force-app/main/default/classes/MetadataService.cls 8823 9 8829 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6772 /force-app/main/default/classes/MetadataService.cls 8823 9 8829 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6774 /force-app/main/default/classes/MetadataService.cls 8823 9 8829 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingBaseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6773 /force-app/main/default/classes/MetadataService.cls 8823 9 8829 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingBaseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6775 /force-app/main/default/classes/MetadataService.cls 8825 10 8825 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6774 /force-app/main/default/classes/MetadataService.cls 8825 10 8825 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6776 /force-app/main/default/classes/MetadataService.cls 8826 20 8826 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6775 /force-app/main/default/classes/MetadataService.cls 8826 20 8826 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6777 /force-app/main/default/classes/MetadataService.cls 8826 20 8826 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6776 /force-app/main/default/classes/MetadataService.cls 8826 20 8826 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6778 /force-app/main/default/classes/MetadataService.cls 8827 20 8827 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6777 /force-app/main/default/classes/MetadataService.cls 8827 20 8827 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6779 /force-app/main/default/classes/MetadataService.cls 8827 20 8827 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6778 /force-app/main/default/classes/MetadataService.cls 8827 20 8827 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6780 /force-app/main/default/classes/MetadataService.cls 8828 20 8828 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6779 /force-app/main/default/classes/MetadataService.cls 8828 20 8828 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6781 /force-app/main/default/classes/MetadataService.cls 8828 20 8828 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6780 /force-app/main/default/classes/MetadataService.cls 8828 20 8828 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6782 /force-app/main/default/classes/MetadataService.cls 8830 9 8836 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6781 /force-app/main/default/classes/MetadataService.cls 8830 9 8836 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6783 /force-app/main/default/classes/MetadataService.cls 8832 10 8832 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6782 /force-app/main/default/classes/MetadataService.cls 8832 10 8832 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6784 /force-app/main/default/classes/MetadataService.cls 8833 20 8833 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6783 /force-app/main/default/classes/MetadataService.cls 8833 20 8833 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6785 /force-app/main/default/classes/MetadataService.cls 8833 20 8833 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6784 /force-app/main/default/classes/MetadataService.cls 8833 20 8833 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6786 /force-app/main/default/classes/MetadataService.cls 8834 20 8834 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6785 /force-app/main/default/classes/MetadataService.cls 8834 20 8834 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6787 /force-app/main/default/classes/MetadataService.cls 8834 20 8834 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6786 /force-app/main/default/classes/MetadataService.cls 8834 20 8834 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6788 /force-app/main/default/classes/MetadataService.cls 8835 20 8835 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6787 /force-app/main/default/classes/MetadataService.cls 8835 20 8835 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6789 /force-app/main/default/classes/MetadataService.cls 8835 20 8835 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6788 /force-app/main/default/classes/MetadataService.cls 8835 20 8835 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6790 /force-app/main/default/classes/MetadataService.cls 8837 9 8843 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6789 /force-app/main/default/classes/MetadataService.cls 8837 9 8843 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6791 /force-app/main/default/classes/MetadataService.cls 8837 9 8843 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingCriteriaRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6790 /force-app/main/default/classes/MetadataService.cls 8837 9 8843 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingCriteriaRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6792 /force-app/main/default/classes/MetadataService.cls 8839 10 8839 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6791 /force-app/main/default/classes/MetadataService.cls 8839 10 8839 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6793 /force-app/main/default/classes/MetadataService.cls 8840 20 8840 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6792 /force-app/main/default/classes/MetadataService.cls 8840 20 8840 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6794 /force-app/main/default/classes/MetadataService.cls 8840 20 8840 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6793 /force-app/main/default/classes/MetadataService.cls 8840 20 8840 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6795 /force-app/main/default/classes/MetadataService.cls 8841 20 8841 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6794 /force-app/main/default/classes/MetadataService.cls 8841 20 8841 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6796 /force-app/main/default/classes/MetadataService.cls 8841 20 8841 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6795 /force-app/main/default/classes/MetadataService.cls 8841 20 8841 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6797 /force-app/main/default/classes/MetadataService.cls 8842 20 8842 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6796 /force-app/main/default/classes/MetadataService.cls 8842 20 8842 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6798 /force-app/main/default/classes/MetadataService.cls 8842 20 8842 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6797 /force-app/main/default/classes/MetadataService.cls 8842 20 8842 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6799 /force-app/main/default/classes/MetadataService.cls 8844 9 8850 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6798 /force-app/main/default/classes/MetadataService.cls 8844 9 8850 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6800 /force-app/main/default/classes/MetadataService.cls 8846 10 8846 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6799 /force-app/main/default/classes/MetadataService.cls 8846 10 8846 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6801 /force-app/main/default/classes/MetadataService.cls 8847 20 8847 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6800 /force-app/main/default/classes/MetadataService.cls 8847 20 8847 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6802 /force-app/main/default/classes/MetadataService.cls 8847 20 8847 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6801 /force-app/main/default/classes/MetadataService.cls 8847 20 8847 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6803 /force-app/main/default/classes/MetadataService.cls 8848 20 8848 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6802 /force-app/main/default/classes/MetadataService.cls 8848 20 8848 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6804 /force-app/main/default/classes/MetadataService.cls 8848 20 8848 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6803 /force-app/main/default/classes/MetadataService.cls 8848 20 8848 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6805 /force-app/main/default/classes/MetadataService.cls 8849 20 8849 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6804 /force-app/main/default/classes/MetadataService.cls 8849 20 8849 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6806 /force-app/main/default/classes/MetadataService.cls 8849 20 8849 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6805 /force-app/main/default/classes/MetadataService.cls 8849 20 8849 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6807 /force-app/main/default/classes/MetadataService.cls 8851 9 8857 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6806 /force-app/main/default/classes/MetadataService.cls 8851 9 8857 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6808 /force-app/main/default/classes/MetadataService.cls 8851 9 8857 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingOwnerRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6807 /force-app/main/default/classes/MetadataService.cls 8851 9 8857 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingOwnerRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6809 /force-app/main/default/classes/MetadataService.cls 8853 10 8853 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6808 /force-app/main/default/classes/MetadataService.cls 8853 10 8853 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6810 /force-app/main/default/classes/MetadataService.cls 8854 20 8854 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6809 /force-app/main/default/classes/MetadataService.cls 8854 20 8854 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6811 /force-app/main/default/classes/MetadataService.cls 8854 20 8854 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6810 /force-app/main/default/classes/MetadataService.cls 8854 20 8854 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6812 /force-app/main/default/classes/MetadataService.cls 8855 20 8855 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6811 /force-app/main/default/classes/MetadataService.cls 8855 20 8855 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6813 /force-app/main/default/classes/MetadataService.cls 8855 20 8855 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6812 /force-app/main/default/classes/MetadataService.cls 8855 20 8855 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6814 /force-app/main/default/classes/MetadataService.cls 8856 20 8856 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6813 /force-app/main/default/classes/MetadataService.cls 8856 20 8856 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6815 /force-app/main/default/classes/MetadataService.cls 8856 20 8856 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6814 /force-app/main/default/classes/MetadataService.cls 8856 20 8856 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6816 /force-app/main/default/classes/MetadataService.cls 8858 9 8864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6815 /force-app/main/default/classes/MetadataService.cls 8858 9 8864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6817 /force-app/main/default/classes/MetadataService.cls 8860 10 8860 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6816 /force-app/main/default/classes/MetadataService.cls 8860 10 8860 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6818 /force-app/main/default/classes/MetadataService.cls 8861 20 8861 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6817 /force-app/main/default/classes/MetadataService.cls 8861 20 8861 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6819 /force-app/main/default/classes/MetadataService.cls 8861 20 8861 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6818 /force-app/main/default/classes/MetadataService.cls 8861 20 8861 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6820 /force-app/main/default/classes/MetadataService.cls 8862 20 8862 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6819 /force-app/main/default/classes/MetadataService.cls 8862 20 8862 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6821 /force-app/main/default/classes/MetadataService.cls 8862 20 8862 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6820 /force-app/main/default/classes/MetadataService.cls 8862 20 8862 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6822 /force-app/main/default/classes/MetadataService.cls 8863 20 8863 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6821 /force-app/main/default/classes/MetadataService.cls 8863 20 8863 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6823 /force-app/main/default/classes/MetadataService.cls 8863 20 8863 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6822 /force-app/main/default/classes/MetadataService.cls 8863 20 8863 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6824 /force-app/main/default/classes/MetadataService.cls 8865 9 8871 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6823 /force-app/main/default/classes/MetadataService.cls 8865 9 8871 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6825 /force-app/main/default/classes/MetadataService.cls 8865 9 8871 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingTerritoryRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6824 /force-app/main/default/classes/MetadataService.cls 8865 9 8871 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingTerritoryRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6826 /force-app/main/default/classes/MetadataService.cls 8867 10 8867 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6825 /force-app/main/default/classes/MetadataService.cls 8867 10 8867 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6827 /force-app/main/default/classes/MetadataService.cls 8868 20 8868 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6826 /force-app/main/default/classes/MetadataService.cls 8868 20 8868 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6828 /force-app/main/default/classes/MetadataService.cls 8868 20 8868 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6827 /force-app/main/default/classes/MetadataService.cls 8868 20 8868 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6829 /force-app/main/default/classes/MetadataService.cls 8869 20 8869 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6828 /force-app/main/default/classes/MetadataService.cls 8869 20 8869 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6830 /force-app/main/default/classes/MetadataService.cls 8869 20 8869 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6829 /force-app/main/default/classes/MetadataService.cls 8869 20 8869 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6831 /force-app/main/default/classes/MetadataService.cls 8870 20 8870 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6830 /force-app/main/default/classes/MetadataService.cls 8870 20 8870 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6832 /force-app/main/default/classes/MetadataService.cls 8870 20 8870 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6831 /force-app/main/default/classes/MetadataService.cls 8870 20 8870 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6833 /force-app/main/default/classes/MetadataService.cls 8872 9 8878 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6832 /force-app/main/default/classes/MetadataService.cls 8872 9 8878 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6834 /force-app/main/default/classes/MetadataService.cls 8874 10 8874 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6833 /force-app/main/default/classes/MetadataService.cls 8874 10 8874 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6835 /force-app/main/default/classes/MetadataService.cls 8875 20 8875 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6834 /force-app/main/default/classes/MetadataService.cls 8875 20 8875 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6836 /force-app/main/default/classes/MetadataService.cls 8875 20 8875 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6835 /force-app/main/default/classes/MetadataService.cls 8875 20 8875 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6837 /force-app/main/default/classes/MetadataService.cls 8876 20 8876 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6836 /force-app/main/default/classes/MetadataService.cls 8876 20 8876 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6838 /force-app/main/default/classes/MetadataService.cls 8876 20 8876 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6837 /force-app/main/default/classes/MetadataService.cls 8876 20 8876 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6839 /force-app/main/default/classes/MetadataService.cls 8877 20 8877 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6838 /force-app/main/default/classes/MetadataService.cls 8877 20 8877 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6840 /force-app/main/default/classes/MetadataService.cls 8877 20 8877 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6839 /force-app/main/default/classes/MetadataService.cls 8877 20 8877 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6841 /force-app/main/default/classes/MetadataService.cls 8879 9 8885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6840 /force-app/main/default/classes/MetadataService.cls 8879 9 8885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6842 /force-app/main/default/classes/MetadataService.cls 8879 9 8885 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadataWithContentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6841 /force-app/main/default/classes/MetadataService.cls 8879 9 8885 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadataWithContentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6843 /force-app/main/default/classes/MetadataService.cls 8881 10 8881 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6842 /force-app/main/default/classes/MetadataService.cls 8881 10 8881 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6844 /force-app/main/default/classes/MetadataService.cls 8882 20 8882 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6843 /force-app/main/default/classes/MetadataService.cls 8882 20 8882 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6845 /force-app/main/default/classes/MetadataService.cls 8882 20 8882 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6844 /force-app/main/default/classes/MetadataService.cls 8882 20 8882 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6846 /force-app/main/default/classes/MetadataService.cls 8883 20 8883 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6845 /force-app/main/default/classes/MetadataService.cls 8883 20 8883 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6847 /force-app/main/default/classes/MetadataService.cls 8883 20 8883 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6846 /force-app/main/default/classes/MetadataService.cls 8883 20 8883 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6848 /force-app/main/default/classes/MetadataService.cls 8884 20 8884 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6847 /force-app/main/default/classes/MetadataService.cls 8884 20 8884 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6849 /force-app/main/default/classes/MetadataService.cls 8884 20 8884 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6848 /force-app/main/default/classes/MetadataService.cls 8884 20 8884 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6850 /force-app/main/default/classes/MetadataService.cls 8886 9 8892 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6849 /force-app/main/default/classes/MetadataService.cls 8886 9 8892 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6851 /force-app/main/default/classes/MetadataService.cls 8888 10 8888 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6850 /force-app/main/default/classes/MetadataService.cls 8888 10 8888 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6852 /force-app/main/default/classes/MetadataService.cls 8889 20 8889 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6851 /force-app/main/default/classes/MetadataService.cls 8889 20 8889 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6853 /force-app/main/default/classes/MetadataService.cls 8889 20 8889 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6852 /force-app/main/default/classes/MetadataService.cls 8889 20 8889 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6854 /force-app/main/default/classes/MetadataService.cls 8890 20 8890 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6853 /force-app/main/default/classes/MetadataService.cls 8890 20 8890 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6855 /force-app/main/default/classes/MetadataService.cls 8890 20 8890 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6854 /force-app/main/default/classes/MetadataService.cls 8890 20 8890 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6856 /force-app/main/default/classes/MetadataService.cls 8891 20 8891 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6855 /force-app/main/default/classes/MetadataService.cls 8891 20 8891 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6857 /force-app/main/default/classes/MetadataService.cls 8891 20 8891 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6856 /force-app/main/default/classes/MetadataService.cls 8891 20 8891 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6858 /force-app/main/default/classes/MetadataService.cls 8893 9 8899 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6857 /force-app/main/default/classes/MetadataService.cls 8893 9 8899 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6859 /force-app/main/default/classes/MetadataService.cls 8893 9 8899 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDelegateGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6858 /force-app/main/default/classes/MetadataService.cls 8893 9 8899 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDelegateGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6860 /force-app/main/default/classes/MetadataService.cls 8895 10 8895 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6859 /force-app/main/default/classes/MetadataService.cls 8895 10 8895 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6861 /force-app/main/default/classes/MetadataService.cls 8896 20 8896 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6860 /force-app/main/default/classes/MetadataService.cls 8896 20 8896 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6862 /force-app/main/default/classes/MetadataService.cls 8896 20 8896 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6861 /force-app/main/default/classes/MetadataService.cls 8896 20 8896 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6863 /force-app/main/default/classes/MetadataService.cls 8897 20 8897 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6862 /force-app/main/default/classes/MetadataService.cls 8897 20 8897 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6864 /force-app/main/default/classes/MetadataService.cls 8897 20 8897 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6863 /force-app/main/default/classes/MetadataService.cls 8897 20 8897 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6865 /force-app/main/default/classes/MetadataService.cls 8898 20 8898 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6864 /force-app/main/default/classes/MetadataService.cls 8898 20 8898 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6866 /force-app/main/default/classes/MetadataService.cls 8898 20 8898 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6865 /force-app/main/default/classes/MetadataService.cls 8898 20 8898 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6867 /force-app/main/default/classes/MetadataService.cls 8900 9 8906 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6866 /force-app/main/default/classes/MetadataService.cls 8900 9 8906 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6868 /force-app/main/default/classes/MetadataService.cls 8902 10 8902 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6867 /force-app/main/default/classes/MetadataService.cls 8902 10 8902 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6869 /force-app/main/default/classes/MetadataService.cls 8903 20 8903 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6868 /force-app/main/default/classes/MetadataService.cls 8903 20 8903 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6870 /force-app/main/default/classes/MetadataService.cls 8903 20 8903 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6869 /force-app/main/default/classes/MetadataService.cls 8903 20 8903 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6871 /force-app/main/default/classes/MetadataService.cls 8904 20 8904 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6870 /force-app/main/default/classes/MetadataService.cls 8904 20 8904 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6872 /force-app/main/default/classes/MetadataService.cls 8904 20 8904 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6871 /force-app/main/default/classes/MetadataService.cls 8904 20 8904 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6873 /force-app/main/default/classes/MetadataService.cls 8905 20 8905 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6872 /force-app/main/default/classes/MetadataService.cls 8905 20 8905 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6874 /force-app/main/default/classes/MetadataService.cls 8905 20 8905 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6873 /force-app/main/default/classes/MetadataService.cls 8905 20 8905 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6875 /force-app/main/default/classes/MetadataService.cls 8907 9 8913 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6874 /force-app/main/default/classes/MetadataService.cls 8907 9 8913 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6876 /force-app/main/default/classes/MetadataService.cls 8907 9 8913 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventDeliveryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6875 /force-app/main/default/classes/MetadataService.cls 8907 9 8913 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventDeliveryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6877 /force-app/main/default/classes/MetadataService.cls 8909 10 8909 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6876 /force-app/main/default/classes/MetadataService.cls 8909 10 8909 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6878 /force-app/main/default/classes/MetadataService.cls 8910 20 8910 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6877 /force-app/main/default/classes/MetadataService.cls 8910 20 8910 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6879 /force-app/main/default/classes/MetadataService.cls 8910 20 8910 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6878 /force-app/main/default/classes/MetadataService.cls 8910 20 8910 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6880 /force-app/main/default/classes/MetadataService.cls 8911 20 8911 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6879 /force-app/main/default/classes/MetadataService.cls 8911 20 8911 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6881 /force-app/main/default/classes/MetadataService.cls 8911 20 8911 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6880 /force-app/main/default/classes/MetadataService.cls 8911 20 8911 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6882 /force-app/main/default/classes/MetadataService.cls 8912 20 8912 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6881 /force-app/main/default/classes/MetadataService.cls 8912 20 8912 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6883 /force-app/main/default/classes/MetadataService.cls 8912 20 8912 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6882 /force-app/main/default/classes/MetadataService.cls 8912 20 8912 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6884 /force-app/main/default/classes/MetadataService.cls 8914 9 8920 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6883 /force-app/main/default/classes/MetadataService.cls 8914 9 8920 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6885 /force-app/main/default/classes/MetadataService.cls 8916 10 8916 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6884 /force-app/main/default/classes/MetadataService.cls 8916 10 8916 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6886 /force-app/main/default/classes/MetadataService.cls 8917 20 8917 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6885 /force-app/main/default/classes/MetadataService.cls 8917 20 8917 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6887 /force-app/main/default/classes/MetadataService.cls 8917 20 8917 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6886 /force-app/main/default/classes/MetadataService.cls 8917 20 8917 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6888 /force-app/main/default/classes/MetadataService.cls 8918 20 8918 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6887 /force-app/main/default/classes/MetadataService.cls 8918 20 8918 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6889 /force-app/main/default/classes/MetadataService.cls 8918 20 8918 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6888 /force-app/main/default/classes/MetadataService.cls 8918 20 8918 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6890 /force-app/main/default/classes/MetadataService.cls 8919 20 8919 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6889 /force-app/main/default/classes/MetadataService.cls 8919 20 8919 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6891 /force-app/main/default/classes/MetadataService.cls 8919 20 8919 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6890 /force-app/main/default/classes/MetadataService.cls 8919 20 8919 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6892 /force-app/main/default/classes/MetadataService.cls 8921 9 8927 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6891 /force-app/main/default/classes/MetadataService.cls 8921 9 8927 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6893 /force-app/main/default/classes/MetadataService.cls 8921 9 8927 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventSubscriptionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6892 /force-app/main/default/classes/MetadataService.cls 8921 9 8927 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventSubscriptionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6894 /force-app/main/default/classes/MetadataService.cls 8923 10 8923 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6893 /force-app/main/default/classes/MetadataService.cls 8923 10 8923 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6895 /force-app/main/default/classes/MetadataService.cls 8924 20 8924 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6894 /force-app/main/default/classes/MetadataService.cls 8924 20 8924 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6896 /force-app/main/default/classes/MetadataService.cls 8924 20 8924 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6895 /force-app/main/default/classes/MetadataService.cls 8924 20 8924 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6897 /force-app/main/default/classes/MetadataService.cls 8925 20 8925 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6896 /force-app/main/default/classes/MetadataService.cls 8925 20 8925 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6898 /force-app/main/default/classes/MetadataService.cls 8925 20 8925 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6897 /force-app/main/default/classes/MetadataService.cls 8925 20 8925 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6899 /force-app/main/default/classes/MetadataService.cls 8926 20 8926 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6898 /force-app/main/default/classes/MetadataService.cls 8926 20 8926 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6900 /force-app/main/default/classes/MetadataService.cls 8926 20 8926 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6899 /force-app/main/default/classes/MetadataService.cls 8926 20 8926 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6901 /force-app/main/default/classes/MetadataService.cls 8928 9 8934 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6900 /force-app/main/default/classes/MetadataService.cls 8928 9 8934 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6902 /force-app/main/default/classes/MetadataService.cls 8930 10 8930 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6901 /force-app/main/default/classes/MetadataService.cls 8930 10 8930 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6903 /force-app/main/default/classes/MetadataService.cls 8931 20 8931 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6902 /force-app/main/default/classes/MetadataService.cls 8931 20 8931 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6904 /force-app/main/default/classes/MetadataService.cls 8931 20 8931 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6903 /force-app/main/default/classes/MetadataService.cls 8931 20 8931 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6905 /force-app/main/default/classes/MetadataService.cls 8932 20 8932 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6904 /force-app/main/default/classes/MetadataService.cls 8932 20 8932 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6906 /force-app/main/default/classes/MetadataService.cls 8932 20 8932 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6905 /force-app/main/default/classes/MetadataService.cls 8932 20 8932 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6907 /force-app/main/default/classes/MetadataService.cls 8933 20 8933 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6906 /force-app/main/default/classes/MetadataService.cls 8933 20 8933 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6908 /force-app/main/default/classes/MetadataService.cls 8933 20 8933 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6907 /force-app/main/default/classes/MetadataService.cls 8933 20 8933 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6909 /force-app/main/default/classes/MetadataService.cls 8935 9 8941 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6908 /force-app/main/default/classes/MetadataService.cls 8935 9 8941 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6910 /force-app/main/default/classes/MetadataService.cls 8935 9 8941 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6909 /force-app/main/default/classes/MetadataService.cls 8935 9 8941 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6911 /force-app/main/default/classes/MetadataService.cls 8937 10 8937 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6910 /force-app/main/default/classes/MetadataService.cls 8937 10 8937 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6912 /force-app/main/default/classes/MetadataService.cls 8938 20 8938 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6911 /force-app/main/default/classes/MetadataService.cls 8938 20 8938 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6913 /force-app/main/default/classes/MetadataService.cls 8938 20 8938 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6912 /force-app/main/default/classes/MetadataService.cls 8938 20 8938 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6914 /force-app/main/default/classes/MetadataService.cls 8939 20 8939 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6913 /force-app/main/default/classes/MetadataService.cls 8939 20 8939 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6915 /force-app/main/default/classes/MetadataService.cls 8939 20 8939 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6914 /force-app/main/default/classes/MetadataService.cls 8939 20 8939 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6916 /force-app/main/default/classes/MetadataService.cls 8940 20 8940 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6915 /force-app/main/default/classes/MetadataService.cls 8940 20 8940 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6917 /force-app/main/default/classes/MetadataService.cls 8940 20 8940 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6916 /force-app/main/default/classes/MetadataService.cls 8940 20 8940 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6918 /force-app/main/default/classes/MetadataService.cls 8942 9 8948 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6917 /force-app/main/default/classes/MetadataService.cls 8942 9 8948 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6919 /force-app/main/default/classes/MetadataService.cls 8944 10 8944 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6918 /force-app/main/default/classes/MetadataService.cls 8944 10 8944 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6920 /force-app/main/default/classes/MetadataService.cls 8945 20 8945 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6919 /force-app/main/default/classes/MetadataService.cls 8945 20 8945 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6921 /force-app/main/default/classes/MetadataService.cls 8945 20 8945 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6920 /force-app/main/default/classes/MetadataService.cls 8945 20 8945 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6922 /force-app/main/default/classes/MetadataService.cls 8946 20 8946 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6921 /force-app/main/default/classes/MetadataService.cls 8946 20 8946 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6923 /force-app/main/default/classes/MetadataService.cls 8946 20 8946 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6922 /force-app/main/default/classes/MetadataService.cls 8946 20 8946 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6924 /force-app/main/default/classes/MetadataService.cls 8947 20 8947 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6923 /force-app/main/default/classes/MetadataService.cls 8947 20 8947 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6925 /force-app/main/default/classes/MetadataService.cls 8947 20 8947 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6924 /force-app/main/default/classes/MetadataService.cls 8947 20 8947 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6926 /force-app/main/default/classes/MetadataService.cls 8949 9 8955 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6925 /force-app/main/default/classes/MetadataService.cls 8949 9 8955 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6927 /force-app/main/default/classes/MetadataService.cls 8949 9 8955 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCertificateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6926 /force-app/main/default/classes/MetadataService.cls 8949 9 8955 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCertificateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6928 /force-app/main/default/classes/MetadataService.cls 8951 10 8951 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6927 /force-app/main/default/classes/MetadataService.cls 8951 10 8951 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6929 /force-app/main/default/classes/MetadataService.cls 8952 20 8952 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6928 /force-app/main/default/classes/MetadataService.cls 8952 20 8952 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6930 /force-app/main/default/classes/MetadataService.cls 8952 20 8952 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6929 /force-app/main/default/classes/MetadataService.cls 8952 20 8952 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6931 /force-app/main/default/classes/MetadataService.cls 8953 20 8953 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6930 /force-app/main/default/classes/MetadataService.cls 8953 20 8953 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6932 /force-app/main/default/classes/MetadataService.cls 8953 20 8953 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6931 /force-app/main/default/classes/MetadataService.cls 8953 20 8953 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6933 /force-app/main/default/classes/MetadataService.cls 8954 20 8954 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6932 /force-app/main/default/classes/MetadataService.cls 8954 20 8954 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6934 /force-app/main/default/classes/MetadataService.cls 8954 20 8954 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6933 /force-app/main/default/classes/MetadataService.cls 8954 20 8954 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6935 /force-app/main/default/classes/MetadataService.cls 8956 9 8962 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6934 /force-app/main/default/classes/MetadataService.cls 8956 9 8962 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6936 /force-app/main/default/classes/MetadataService.cls 8958 10 8958 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6935 /force-app/main/default/classes/MetadataService.cls 8958 10 8958 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6937 /force-app/main/default/classes/MetadataService.cls 8959 20 8959 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6936 /force-app/main/default/classes/MetadataService.cls 8959 20 8959 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6938 /force-app/main/default/classes/MetadataService.cls 8959 20 8959 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6937 /force-app/main/default/classes/MetadataService.cls 8959 20 8959 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6939 /force-app/main/default/classes/MetadataService.cls 8960 20 8960 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6938 /force-app/main/default/classes/MetadataService.cls 8960 20 8960 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6940 /force-app/main/default/classes/MetadataService.cls 8960 20 8960 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6939 /force-app/main/default/classes/MetadataService.cls 8960 20 8960 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6941 /force-app/main/default/classes/MetadataService.cls 8961 20 8961 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6940 /force-app/main/default/classes/MetadataService.cls 8961 20 8961 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6942 /force-app/main/default/classes/MetadataService.cls 8961 20 8961 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6941 /force-app/main/default/classes/MetadataService.cls 8961 20 8961 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6943 /force-app/main/default/classes/MetadataService.cls 8963 9 8969 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6942 /force-app/main/default/classes/MetadataService.cls 8963 9 8969 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6944 /force-app/main/default/classes/MetadataService.cls 8963 9 8969 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readModerationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6943 /force-app/main/default/classes/MetadataService.cls 8963 9 8969 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readModerationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6945 /force-app/main/default/classes/MetadataService.cls 8965 10 8965 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6944 /force-app/main/default/classes/MetadataService.cls 8965 10 8965 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6946 /force-app/main/default/classes/MetadataService.cls 8966 20 8966 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6945 /force-app/main/default/classes/MetadataService.cls 8966 20 8966 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6947 /force-app/main/default/classes/MetadataService.cls 8966 20 8966 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6946 /force-app/main/default/classes/MetadataService.cls 8966 20 8966 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6948 /force-app/main/default/classes/MetadataService.cls 8967 20 8967 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6947 /force-app/main/default/classes/MetadataService.cls 8967 20 8967 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6949 /force-app/main/default/classes/MetadataService.cls 8967 20 8967 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6948 /force-app/main/default/classes/MetadataService.cls 8967 20 8967 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6950 /force-app/main/default/classes/MetadataService.cls 8968 20 8968 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6949 /force-app/main/default/classes/MetadataService.cls 8968 20 8968 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6951 /force-app/main/default/classes/MetadataService.cls 8968 20 8968 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6950 /force-app/main/default/classes/MetadataService.cls 8968 20 8968 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6952 /force-app/main/default/classes/MetadataService.cls 8970 9 8976 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6951 /force-app/main/default/classes/MetadataService.cls 8970 9 8976 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6953 /force-app/main/default/classes/MetadataService.cls 8972 10 8972 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6952 /force-app/main/default/classes/MetadataService.cls 8972 10 8972 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6954 /force-app/main/default/classes/MetadataService.cls 8973 20 8973 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6953 /force-app/main/default/classes/MetadataService.cls 8973 20 8973 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6955 /force-app/main/default/classes/MetadataService.cls 8973 20 8973 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6954 /force-app/main/default/classes/MetadataService.cls 8973 20 8973 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6956 /force-app/main/default/classes/MetadataService.cls 8974 20 8974 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6955 /force-app/main/default/classes/MetadataService.cls 8974 20 8974 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6957 /force-app/main/default/classes/MetadataService.cls 8974 20 8974 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6956 /force-app/main/default/classes/MetadataService.cls 8974 20 8974 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6958 /force-app/main/default/classes/MetadataService.cls 8975 20 8975 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6957 /force-app/main/default/classes/MetadataService.cls 8975 20 8975 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6959 /force-app/main/default/classes/MetadataService.cls 8975 20 8975 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6958 /force-app/main/default/classes/MetadataService.cls 8975 20 8975 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6960 /force-app/main/default/classes/MetadataService.cls 8977 9 8983 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6959 /force-app/main/default/classes/MetadataService.cls 8977 9 8983 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6961 /force-app/main/default/classes/MetadataService.cls 8977 9 8983 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6960 /force-app/main/default/classes/MetadataService.cls 8977 9 8983 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6962 /force-app/main/default/classes/MetadataService.cls 8979 10 8979 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6961 /force-app/main/default/classes/MetadataService.cls 8979 10 8979 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6963 /force-app/main/default/classes/MetadataService.cls 8980 20 8980 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6962 /force-app/main/default/classes/MetadataService.cls 8980 20 8980 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6964 /force-app/main/default/classes/MetadataService.cls 8980 20 8980 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6963 /force-app/main/default/classes/MetadataService.cls 8980 20 8980 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6965 /force-app/main/default/classes/MetadataService.cls 8981 20 8981 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6964 /force-app/main/default/classes/MetadataService.cls 8981 20 8981 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6966 /force-app/main/default/classes/MetadataService.cls 8981 20 8981 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6965 /force-app/main/default/classes/MetadataService.cls 8981 20 8981 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6967 /force-app/main/default/classes/MetadataService.cls 8982 20 8982 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6966 /force-app/main/default/classes/MetadataService.cls 8982 20 8982 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6968 /force-app/main/default/classes/MetadataService.cls 8982 20 8982 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6967 /force-app/main/default/classes/MetadataService.cls 8982 20 8982 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6969 /force-app/main/default/classes/MetadataService.cls 8984 9 8990 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6968 /force-app/main/default/classes/MetadataService.cls 8984 9 8990 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6970 /force-app/main/default/classes/MetadataService.cls 8986 10 8986 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6969 /force-app/main/default/classes/MetadataService.cls 8986 10 8986 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6971 /force-app/main/default/classes/MetadataService.cls 8987 20 8987 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6970 /force-app/main/default/classes/MetadataService.cls 8987 20 8987 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6972 /force-app/main/default/classes/MetadataService.cls 8987 20 8987 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6971 /force-app/main/default/classes/MetadataService.cls 8987 20 8987 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6973 /force-app/main/default/classes/MetadataService.cls 8988 20 8988 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6972 /force-app/main/default/classes/MetadataService.cls 8988 20 8988 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6974 /force-app/main/default/classes/MetadataService.cls 8988 20 8988 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6973 /force-app/main/default/classes/MetadataService.cls 8988 20 8988 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6975 /force-app/main/default/classes/MetadataService.cls 8989 20 8989 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6974 /force-app/main/default/classes/MetadataService.cls 8989 20 8989 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6976 /force-app/main/default/classes/MetadataService.cls 8989 20 8989 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6975 /force-app/main/default/classes/MetadataService.cls 8989 20 8989 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6977 /force-app/main/default/classes/MetadataService.cls 8991 9 8997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6976 /force-app/main/default/classes/MetadataService.cls 8991 9 8997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6978 /force-app/main/default/classes/MetadataService.cls 8991 9 8997 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDatasetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6977 /force-app/main/default/classes/MetadataService.cls 8991 9 8997 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDatasetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6979 /force-app/main/default/classes/MetadataService.cls 8993 10 8993 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6978 /force-app/main/default/classes/MetadataService.cls 8993 10 8993 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6980 /force-app/main/default/classes/MetadataService.cls 8994 20 8994 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6979 /force-app/main/default/classes/MetadataService.cls 8994 20 8994 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6981 /force-app/main/default/classes/MetadataService.cls 8994 20 8994 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6980 /force-app/main/default/classes/MetadataService.cls 8994 20 8994 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6982 /force-app/main/default/classes/MetadataService.cls 8995 20 8995 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6981 /force-app/main/default/classes/MetadataService.cls 8995 20 8995 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6983 /force-app/main/default/classes/MetadataService.cls 8995 20 8995 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6982 /force-app/main/default/classes/MetadataService.cls 8995 20 8995 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6984 /force-app/main/default/classes/MetadataService.cls 8996 20 8996 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6983 /force-app/main/default/classes/MetadataService.cls 8996 20 8996 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6985 /force-app/main/default/classes/MetadataService.cls 8996 20 8996 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6984 /force-app/main/default/classes/MetadataService.cls 8996 20 8996 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6986 /force-app/main/default/classes/MetadataService.cls 8998 9 9004 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6985 /force-app/main/default/classes/MetadataService.cls 8998 9 9004 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6987 /force-app/main/default/classes/MetadataService.cls 9000 10 9000 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6986 /force-app/main/default/classes/MetadataService.cls 9000 10 9000 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6988 /force-app/main/default/classes/MetadataService.cls 9001 20 9001 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6987 /force-app/main/default/classes/MetadataService.cls 9001 20 9001 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6989 /force-app/main/default/classes/MetadataService.cls 9001 20 9001 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6988 /force-app/main/default/classes/MetadataService.cls 9001 20 9001 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6990 /force-app/main/default/classes/MetadataService.cls 9002 20 9002 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6989 /force-app/main/default/classes/MetadataService.cls 9002 20 9002 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6991 /force-app/main/default/classes/MetadataService.cls 9002 20 9002 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6990 /force-app/main/default/classes/MetadataService.cls 9002 20 9002 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6992 /force-app/main/default/classes/MetadataService.cls 9003 20 9003 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6991 /force-app/main/default/classes/MetadataService.cls 9003 20 9003 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6993 /force-app/main/default/classes/MetadataService.cls 9003 20 9003 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6992 /force-app/main/default/classes/MetadataService.cls 9003 20 9003 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6994 /force-app/main/default/classes/MetadataService.cls 9005 9 9011 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6993 /force-app/main/default/classes/MetadataService.cls 9005 9 9011 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6995 /force-app/main/default/classes/MetadataService.cls 9005 9 9011 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6994 /force-app/main/default/classes/MetadataService.cls 9005 9 9011 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6996 /force-app/main/default/classes/MetadataService.cls 9007 10 9007 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6995 /force-app/main/default/classes/MetadataService.cls 9007 10 9007 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6997 /force-app/main/default/classes/MetadataService.cls 9008 20 9008 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6996 /force-app/main/default/classes/MetadataService.cls 9008 20 9008 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6998 /force-app/main/default/classes/MetadataService.cls 9008 20 9008 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6997 /force-app/main/default/classes/MetadataService.cls 9008 20 9008 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6999 /force-app/main/default/classes/MetadataService.cls 9009 20 9009 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6998 /force-app/main/default/classes/MetadataService.cls 9009 20 9009 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7000 /force-app/main/default/classes/MetadataService.cls 9009 20 9009 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6999 /force-app/main/default/classes/MetadataService.cls 9009 20 9009 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7001 /force-app/main/default/classes/MetadataService.cls 9010 20 9010 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7000 /force-app/main/default/classes/MetadataService.cls 9010 20 9010 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7002 /force-app/main/default/classes/MetadataService.cls 9010 20 9010 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7001 /force-app/main/default/classes/MetadataService.cls 9010 20 9010 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7003 /force-app/main/default/classes/MetadataService.cls 9012 9 9018 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7002 /force-app/main/default/classes/MetadataService.cls 9012 9 9018 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7004 /force-app/main/default/classes/MetadataService.cls 9014 10 9014 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7003 /force-app/main/default/classes/MetadataService.cls 9014 10 9014 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7005 /force-app/main/default/classes/MetadataService.cls 9015 20 9015 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7004 /force-app/main/default/classes/MetadataService.cls 9015 20 9015 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7006 /force-app/main/default/classes/MetadataService.cls 9015 20 9015 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7005 /force-app/main/default/classes/MetadataService.cls 9015 20 9015 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7007 /force-app/main/default/classes/MetadataService.cls 9016 20 9016 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7006 /force-app/main/default/classes/MetadataService.cls 9016 20 9016 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7008 /force-app/main/default/classes/MetadataService.cls 9016 20 9016 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7007 /force-app/main/default/classes/MetadataService.cls 9016 20 9016 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7009 /force-app/main/default/classes/MetadataService.cls 9017 20 9017 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7008 /force-app/main/default/classes/MetadataService.cls 9017 20 9017 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7010 /force-app/main/default/classes/MetadataService.cls 9017 20 9017 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7009 /force-app/main/default/classes/MetadataService.cls 9017 20 9017 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7011 /force-app/main/default/classes/MetadataService.cls 9019 9 9025 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7010 /force-app/main/default/classes/MetadataService.cls 9019 9 9025 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7012 /force-app/main/default/classes/MetadataService.cls 9019 9 9025 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDataflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7011 /force-app/main/default/classes/MetadataService.cls 9019 9 9025 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDataflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7013 /force-app/main/default/classes/MetadataService.cls 9021 10 9021 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7012 /force-app/main/default/classes/MetadataService.cls 9021 10 9021 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7014 /force-app/main/default/classes/MetadataService.cls 9022 20 9022 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7013 /force-app/main/default/classes/MetadataService.cls 9022 20 9022 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7015 /force-app/main/default/classes/MetadataService.cls 9022 20 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7014 /force-app/main/default/classes/MetadataService.cls 9022 20 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7016 /force-app/main/default/classes/MetadataService.cls 9023 20 9023 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7015 /force-app/main/default/classes/MetadataService.cls 9023 20 9023 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7017 /force-app/main/default/classes/MetadataService.cls 9023 20 9023 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7016 /force-app/main/default/classes/MetadataService.cls 9023 20 9023 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7018 /force-app/main/default/classes/MetadataService.cls 9024 20 9024 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7017 /force-app/main/default/classes/MetadataService.cls 9024 20 9024 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7019 /force-app/main/default/classes/MetadataService.cls 9024 20 9024 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7018 /force-app/main/default/classes/MetadataService.cls 9024 20 9024 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7020 /force-app/main/default/classes/MetadataService.cls 9026 9 9032 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7019 /force-app/main/default/classes/MetadataService.cls 9026 9 9032 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7021 /force-app/main/default/classes/MetadataService.cls 9028 10 9028 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7020 /force-app/main/default/classes/MetadataService.cls 9028 10 9028 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7022 /force-app/main/default/classes/MetadataService.cls 9029 20 9029 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7021 /force-app/main/default/classes/MetadataService.cls 9029 20 9029 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7023 /force-app/main/default/classes/MetadataService.cls 9029 20 9029 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7022 /force-app/main/default/classes/MetadataService.cls 9029 20 9029 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7024 /force-app/main/default/classes/MetadataService.cls 9030 20 9030 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7023 /force-app/main/default/classes/MetadataService.cls 9030 20 9030 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7025 /force-app/main/default/classes/MetadataService.cls 9030 20 9030 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7024 /force-app/main/default/classes/MetadataService.cls 9030 20 9030 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7026 /force-app/main/default/classes/MetadataService.cls 9031 20 9031 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7025 /force-app/main/default/classes/MetadataService.cls 9031 20 9031 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7027 /force-app/main/default/classes/MetadataService.cls 9031 20 9031 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7026 /force-app/main/default/classes/MetadataService.cls 9031 20 9031 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7028 /force-app/main/default/classes/MetadataService.cls 9033 9 9039 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7027 /force-app/main/default/classes/MetadataService.cls 9033 9 9039 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7029 /force-app/main/default/classes/MetadataService.cls 9033 9 9039 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveLensResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7028 /force-app/main/default/classes/MetadataService.cls 9033 9 9039 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveLensResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7030 /force-app/main/default/classes/MetadataService.cls 9035 10 9035 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7029 /force-app/main/default/classes/MetadataService.cls 9035 10 9035 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7031 /force-app/main/default/classes/MetadataService.cls 9036 20 9036 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7030 /force-app/main/default/classes/MetadataService.cls 9036 20 9036 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7032 /force-app/main/default/classes/MetadataService.cls 9036 20 9036 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7031 /force-app/main/default/classes/MetadataService.cls 9036 20 9036 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7033 /force-app/main/default/classes/MetadataService.cls 9037 20 9037 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7032 /force-app/main/default/classes/MetadataService.cls 9037 20 9037 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7034 /force-app/main/default/classes/MetadataService.cls 9037 20 9037 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7033 /force-app/main/default/classes/MetadataService.cls 9037 20 9037 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7035 /force-app/main/default/classes/MetadataService.cls 9038 20 9038 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7034 /force-app/main/default/classes/MetadataService.cls 9038 20 9038 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7036 /force-app/main/default/classes/MetadataService.cls 9038 20 9038 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7035 /force-app/main/default/classes/MetadataService.cls 9038 20 9038 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7037 /force-app/main/default/classes/MetadataService.cls 9040 9 9046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7036 /force-app/main/default/classes/MetadataService.cls 9040 9 9046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7038 /force-app/main/default/classes/MetadataService.cls 9042 10 9042 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7037 /force-app/main/default/classes/MetadataService.cls 9042 10 9042 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7039 /force-app/main/default/classes/MetadataService.cls 9043 20 9043 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7038 /force-app/main/default/classes/MetadataService.cls 9043 20 9043 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7040 /force-app/main/default/classes/MetadataService.cls 9043 20 9043 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7039 /force-app/main/default/classes/MetadataService.cls 9043 20 9043 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7041 /force-app/main/default/classes/MetadataService.cls 9044 20 9044 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7040 /force-app/main/default/classes/MetadataService.cls 9044 20 9044 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7042 /force-app/main/default/classes/MetadataService.cls 9044 20 9044 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7041 /force-app/main/default/classes/MetadataService.cls 9044 20 9044 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7043 /force-app/main/default/classes/MetadataService.cls 9045 20 9045 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7042 /force-app/main/default/classes/MetadataService.cls 9045 20 9045 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7044 /force-app/main/default/classes/MetadataService.cls 9045 20 9045 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7043 /force-app/main/default/classes/MetadataService.cls 9045 20 9045 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7045 /force-app/main/default/classes/MetadataService.cls 9047 9 9053 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7044 /force-app/main/default/classes/MetadataService.cls 9047 9 9053 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7046 /force-app/main/default/classes/MetadataService.cls 9047 9 9053 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOrgPreferenceSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7045 /force-app/main/default/classes/MetadataService.cls 9047 9 9053 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOrgPreferenceSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7047 /force-app/main/default/classes/MetadataService.cls 9049 10 9049 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7046 /force-app/main/default/classes/MetadataService.cls 9049 10 9049 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7048 /force-app/main/default/classes/MetadataService.cls 9050 20 9050 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7047 /force-app/main/default/classes/MetadataService.cls 9050 20 9050 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7049 /force-app/main/default/classes/MetadataService.cls 9050 20 9050 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7048 /force-app/main/default/classes/MetadataService.cls 9050 20 9050 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7050 /force-app/main/default/classes/MetadataService.cls 9051 20 9051 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7049 /force-app/main/default/classes/MetadataService.cls 9051 20 9051 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7051 /force-app/main/default/classes/MetadataService.cls 9051 20 9051 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7050 /force-app/main/default/classes/MetadataService.cls 9051 20 9051 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7052 /force-app/main/default/classes/MetadataService.cls 9052 20 9052 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7051 /force-app/main/default/classes/MetadataService.cls 9052 20 9052 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7053 /force-app/main/default/classes/MetadataService.cls 9052 20 9052 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7052 /force-app/main/default/classes/MetadataService.cls 9052 20 9052 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7054 /force-app/main/default/classes/MetadataService.cls 9054 9 9060 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7053 /force-app/main/default/classes/MetadataService.cls 9054 9 9060 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7055 /force-app/main/default/classes/MetadataService.cls 9056 10 9056 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7054 /force-app/main/default/classes/MetadataService.cls 9056 10 9056 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7056 /force-app/main/default/classes/MetadataService.cls 9057 20 9057 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7055 /force-app/main/default/classes/MetadataService.cls 9057 20 9057 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7057 /force-app/main/default/classes/MetadataService.cls 9057 20 9057 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7056 /force-app/main/default/classes/MetadataService.cls 9057 20 9057 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7058 /force-app/main/default/classes/MetadataService.cls 9058 20 9058 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7057 /force-app/main/default/classes/MetadataService.cls 9058 20 9058 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7059 /force-app/main/default/classes/MetadataService.cls 9058 20 9058 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7058 /force-app/main/default/classes/MetadataService.cls 9058 20 9058 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7060 /force-app/main/default/classes/MetadataService.cls 9059 20 9059 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7059 /force-app/main/default/classes/MetadataService.cls 9059 20 9059 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7061 /force-app/main/default/classes/MetadataService.cls 9059 20 9059 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7060 /force-app/main/default/classes/MetadataService.cls 9059 20 9059 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7062 /force-app/main/default/classes/MetadataService.cls 9061 9 9067 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7061 /force-app/main/default/classes/MetadataService.cls 9061 9 9067 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7063 /force-app/main/default/classes/MetadataService.cls 9061 9 9067 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSearchSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7062 /force-app/main/default/classes/MetadataService.cls 9061 9 9067 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSearchSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7064 /force-app/main/default/classes/MetadataService.cls 9063 10 9063 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7063 /force-app/main/default/classes/MetadataService.cls 9063 10 9063 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7065 /force-app/main/default/classes/MetadataService.cls 9064 20 9064 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7064 /force-app/main/default/classes/MetadataService.cls 9064 20 9064 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7066 /force-app/main/default/classes/MetadataService.cls 9064 20 9064 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7065 /force-app/main/default/classes/MetadataService.cls 9064 20 9064 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7067 /force-app/main/default/classes/MetadataService.cls 9065 20 9065 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7066 /force-app/main/default/classes/MetadataService.cls 9065 20 9065 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7068 /force-app/main/default/classes/MetadataService.cls 9065 20 9065 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7067 /force-app/main/default/classes/MetadataService.cls 9065 20 9065 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7069 /force-app/main/default/classes/MetadataService.cls 9066 20 9066 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7068 /force-app/main/default/classes/MetadataService.cls 9066 20 9066 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7070 /force-app/main/default/classes/MetadataService.cls 9066 20 9066 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7069 /force-app/main/default/classes/MetadataService.cls 9066 20 9066 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7071 /force-app/main/default/classes/MetadataService.cls 9068 9 9074 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7070 /force-app/main/default/classes/MetadataService.cls 9068 9 9074 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7072 /force-app/main/default/classes/MetadataService.cls 9070 10 9070 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7071 /force-app/main/default/classes/MetadataService.cls 9070 10 9070 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7073 /force-app/main/default/classes/MetadataService.cls 9071 20 9071 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7072 /force-app/main/default/classes/MetadataService.cls 9071 20 9071 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7074 /force-app/main/default/classes/MetadataService.cls 9071 20 9071 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7073 /force-app/main/default/classes/MetadataService.cls 9071 20 9071 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7075 /force-app/main/default/classes/MetadataService.cls 9072 20 9072 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7074 /force-app/main/default/classes/MetadataService.cls 9072 20 9072 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7076 /force-app/main/default/classes/MetadataService.cls 9072 20 9072 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7075 /force-app/main/default/classes/MetadataService.cls 9072 20 9072 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7077 /force-app/main/default/classes/MetadataService.cls 9073 20 9073 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7076 /force-app/main/default/classes/MetadataService.cls 9073 20 9073 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7078 /force-app/main/default/classes/MetadataService.cls 9073 20 9073 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7077 /force-app/main/default/classes/MetadataService.cls 9073 20 9073 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7079 /force-app/main/default/classes/MetadataService.cls 9075 9 9081 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7078 /force-app/main/default/classes/MetadataService.cls 9075 9 9081 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7080 /force-app/main/default/classes/MetadataService.cls 9075 9 9081 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGlobalValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7079 /force-app/main/default/classes/MetadataService.cls 9075 9 9081 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGlobalValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7081 /force-app/main/default/classes/MetadataService.cls 9077 10 9077 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7080 /force-app/main/default/classes/MetadataService.cls 9077 10 9077 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7082 /force-app/main/default/classes/MetadataService.cls 9078 20 9078 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7081 /force-app/main/default/classes/MetadataService.cls 9078 20 9078 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7083 /force-app/main/default/classes/MetadataService.cls 9078 20 9078 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7082 /force-app/main/default/classes/MetadataService.cls 9078 20 9078 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7084 /force-app/main/default/classes/MetadataService.cls 9079 20 9079 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7083 /force-app/main/default/classes/MetadataService.cls 9079 20 9079 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7085 /force-app/main/default/classes/MetadataService.cls 9079 20 9079 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7084 /force-app/main/default/classes/MetadataService.cls 9079 20 9079 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7086 /force-app/main/default/classes/MetadataService.cls 9080 20 9080 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7085 /force-app/main/default/classes/MetadataService.cls 9080 20 9080 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7087 /force-app/main/default/classes/MetadataService.cls 9080 20 9080 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7086 /force-app/main/default/classes/MetadataService.cls 9080 20 9080 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7088 /force-app/main/default/classes/MetadataService.cls 9082 9 9088 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7087 /force-app/main/default/classes/MetadataService.cls 9082 9 9088 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7089 /force-app/main/default/classes/MetadataService.cls 9084 10 9084 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7088 /force-app/main/default/classes/MetadataService.cls 9084 10 9084 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7090 /force-app/main/default/classes/MetadataService.cls 9085 20 9085 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7089 /force-app/main/default/classes/MetadataService.cls 9085 20 9085 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7091 /force-app/main/default/classes/MetadataService.cls 9085 20 9085 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7090 /force-app/main/default/classes/MetadataService.cls 9085 20 9085 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7092 /force-app/main/default/classes/MetadataService.cls 9086 20 9086 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7091 /force-app/main/default/classes/MetadataService.cls 9086 20 9086 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7093 /force-app/main/default/classes/MetadataService.cls 9086 20 9086 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7092 /force-app/main/default/classes/MetadataService.cls 9086 20 9086 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7094 /force-app/main/default/classes/MetadataService.cls 9087 20 9087 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7093 /force-app/main/default/classes/MetadataService.cls 9087 20 9087 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7095 /force-app/main/default/classes/MetadataService.cls 9087 20 9087 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7094 /force-app/main/default/classes/MetadataService.cls 9087 20 9087 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7096 /force-app/main/default/classes/MetadataService.cls 9089 9 9095 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7095 /force-app/main/default/classes/MetadataService.cls 9089 9 9095 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7097 /force-app/main/default/classes/MetadataService.cls 9089 9 9095 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGlobalPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7096 /force-app/main/default/classes/MetadataService.cls 9089 9 9095 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGlobalPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7098 /force-app/main/default/classes/MetadataService.cls 9091 10 9091 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7097 /force-app/main/default/classes/MetadataService.cls 9091 10 9091 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7099 /force-app/main/default/classes/MetadataService.cls 9092 20 9092 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7098 /force-app/main/default/classes/MetadataService.cls 9092 20 9092 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7100 /force-app/main/default/classes/MetadataService.cls 9092 20 9092 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7099 /force-app/main/default/classes/MetadataService.cls 9092 20 9092 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7101 /force-app/main/default/classes/MetadataService.cls 9093 20 9093 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7100 /force-app/main/default/classes/MetadataService.cls 9093 20 9093 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7102 /force-app/main/default/classes/MetadataService.cls 9093 20 9093 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7101 /force-app/main/default/classes/MetadataService.cls 9093 20 9093 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7103 /force-app/main/default/classes/MetadataService.cls 9094 20 9094 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7102 /force-app/main/default/classes/MetadataService.cls 9094 20 9094 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7104 /force-app/main/default/classes/MetadataService.cls 9094 20 9094 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7103 /force-app/main/default/classes/MetadataService.cls 9094 20 9094 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7105 /force-app/main/default/classes/MetadataService.cls 9096 9 9102 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7104 /force-app/main/default/classes/MetadataService.cls 9096 9 9102 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7106 /force-app/main/default/classes/MetadataService.cls 9098 10 9098 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7105 /force-app/main/default/classes/MetadataService.cls 9098 10 9098 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7107 /force-app/main/default/classes/MetadataService.cls 9099 20 9099 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7106 /force-app/main/default/classes/MetadataService.cls 9099 20 9099 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7108 /force-app/main/default/classes/MetadataService.cls 9099 20 9099 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7107 /force-app/main/default/classes/MetadataService.cls 9099 20 9099 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7109 /force-app/main/default/classes/MetadataService.cls 9100 20 9100 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7108 /force-app/main/default/classes/MetadataService.cls 9100 20 9100 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7110 /force-app/main/default/classes/MetadataService.cls 9100 20 9100 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7109 /force-app/main/default/classes/MetadataService.cls 9100 20 9100 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7111 /force-app/main/default/classes/MetadataService.cls 9101 20 9101 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7110 /force-app/main/default/classes/MetadataService.cls 9101 20 9101 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7112 /force-app/main/default/classes/MetadataService.cls 9101 20 9101 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7111 /force-app/main/default/classes/MetadataService.cls 9101 20 9101 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7113 /force-app/main/default/classes/MetadataService.cls 9103 9 9109 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7112 /force-app/main/default/classes/MetadataService.cls 9103 9 9109 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7114 /force-app/main/default/classes/MetadataService.cls 9103 9 9109 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStandardValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7113 /force-app/main/default/classes/MetadataService.cls 9103 9 9109 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStandardValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7115 /force-app/main/default/classes/MetadataService.cls 9105 10 9105 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7114 /force-app/main/default/classes/MetadataService.cls 9105 10 9105 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7116 /force-app/main/default/classes/MetadataService.cls 9106 20 9106 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7115 /force-app/main/default/classes/MetadataService.cls 9106 20 9106 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7117 /force-app/main/default/classes/MetadataService.cls 9106 20 9106 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7116 /force-app/main/default/classes/MetadataService.cls 9106 20 9106 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7118 /force-app/main/default/classes/MetadataService.cls 9107 20 9107 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7117 /force-app/main/default/classes/MetadataService.cls 9107 20 9107 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7119 /force-app/main/default/classes/MetadataService.cls 9107 20 9107 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7118 /force-app/main/default/classes/MetadataService.cls 9107 20 9107 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7120 /force-app/main/default/classes/MetadataService.cls 9108 20 9108 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7119 /force-app/main/default/classes/MetadataService.cls 9108 20 9108 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7121 /force-app/main/default/classes/MetadataService.cls 9108 20 9108 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7120 /force-app/main/default/classes/MetadataService.cls 9108 20 9108 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7122 /force-app/main/default/classes/MetadataService.cls 9110 9 9116 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7121 /force-app/main/default/classes/MetadataService.cls 9110 9 9116 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7123 /force-app/main/default/classes/MetadataService.cls 9112 10 9112 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7122 /force-app/main/default/classes/MetadataService.cls 9112 10 9112 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7124 /force-app/main/default/classes/MetadataService.cls 9113 20 9113 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7123 /force-app/main/default/classes/MetadataService.cls 9113 20 9113 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7125 /force-app/main/default/classes/MetadataService.cls 9113 20 9113 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7124 /force-app/main/default/classes/MetadataService.cls 9113 20 9113 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7126 /force-app/main/default/classes/MetadataService.cls 9114 20 9114 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7125 /force-app/main/default/classes/MetadataService.cls 9114 20 9114 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7127 /force-app/main/default/classes/MetadataService.cls 9114 20 9114 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7126 /force-app/main/default/classes/MetadataService.cls 9114 20 9114 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7128 /force-app/main/default/classes/MetadataService.cls 9115 20 9115 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7127 /force-app/main/default/classes/MetadataService.cls 9115 20 9115 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7129 /force-app/main/default/classes/MetadataService.cls 9115 20 9115 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7128 /force-app/main/default/classes/MetadataService.cls 9115 20 9115 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7130 /force-app/main/default/classes/MetadataService.cls 9117 9 9123 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7129 /force-app/main/default/classes/MetadataService.cls 9117 9 9123 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7131 /force-app/main/default/classes/MetadataService.cls 9117 9 9123 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStandardValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7130 /force-app/main/default/classes/MetadataService.cls 9117 9 9123 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStandardValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7132 /force-app/main/default/classes/MetadataService.cls 9119 10 9119 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7131 /force-app/main/default/classes/MetadataService.cls 9119 10 9119 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7133 /force-app/main/default/classes/MetadataService.cls 9120 20 9120 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7132 /force-app/main/default/classes/MetadataService.cls 9120 20 9120 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7134 /force-app/main/default/classes/MetadataService.cls 9120 20 9120 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7133 /force-app/main/default/classes/MetadataService.cls 9120 20 9120 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7135 /force-app/main/default/classes/MetadataService.cls 9121 20 9121 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7134 /force-app/main/default/classes/MetadataService.cls 9121 20 9121 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7136 /force-app/main/default/classes/MetadataService.cls 9121 20 9121 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7135 /force-app/main/default/classes/MetadataService.cls 9121 20 9121 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7137 /force-app/main/default/classes/MetadataService.cls 9122 20 9122 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7136 /force-app/main/default/classes/MetadataService.cls 9122 20 9122 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7138 /force-app/main/default/classes/MetadataService.cls 9122 20 9122 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7137 /force-app/main/default/classes/MetadataService.cls 9122 20 9122 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7139 /force-app/main/default/classes/MetadataService.cls 9124 9 9130 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7138 /force-app/main/default/classes/MetadataService.cls 9124 9 9130 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7140 /force-app/main/default/classes/MetadataService.cls 9126 10 9126 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7139 /force-app/main/default/classes/MetadataService.cls 9126 10 9126 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7141 /force-app/main/default/classes/MetadataService.cls 9127 20 9127 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7140 /force-app/main/default/classes/MetadataService.cls 9127 20 9127 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7142 /force-app/main/default/classes/MetadataService.cls 9127 20 9127 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7141 /force-app/main/default/classes/MetadataService.cls 9127 20 9127 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7143 /force-app/main/default/classes/MetadataService.cls 9128 20 9128 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7142 /force-app/main/default/classes/MetadataService.cls 9128 20 9128 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7144 /force-app/main/default/classes/MetadataService.cls 9128 20 9128 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7143 /force-app/main/default/classes/MetadataService.cls 9128 20 9128 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7145 /force-app/main/default/classes/MetadataService.cls 9129 20 9129 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7144 /force-app/main/default/classes/MetadataService.cls 9129 20 9129 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7146 /force-app/main/default/classes/MetadataService.cls 9129 20 9129 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7145 /force-app/main/default/classes/MetadataService.cls 9129 20 9129 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7147 /force-app/main/default/classes/MetadataService.cls 9131 9 9137 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7146 /force-app/main/default/classes/MetadataService.cls 9131 9 9137 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7148 /force-app/main/default/classes/MetadataService.cls 9131 9 9137 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7147 /force-app/main/default/classes/MetadataService.cls 9131 9 9137 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7149 /force-app/main/default/classes/MetadataService.cls 9133 10 9133 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7148 /force-app/main/default/classes/MetadataService.cls 9133 10 9133 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7150 /force-app/main/default/classes/MetadataService.cls 9134 20 9134 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7149 /force-app/main/default/classes/MetadataService.cls 9134 20 9134 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7151 /force-app/main/default/classes/MetadataService.cls 9134 20 9134 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7150 /force-app/main/default/classes/MetadataService.cls 9134 20 9134 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7152 /force-app/main/default/classes/MetadataService.cls 9135 20 9135 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7151 /force-app/main/default/classes/MetadataService.cls 9135 20 9135 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7153 /force-app/main/default/classes/MetadataService.cls 9135 20 9135 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7152 /force-app/main/default/classes/MetadataService.cls 9135 20 9135 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7154 /force-app/main/default/classes/MetadataService.cls 9136 20 9136 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7153 /force-app/main/default/classes/MetadataService.cls 9136 20 9136 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7155 /force-app/main/default/classes/MetadataService.cls 9136 20 9136 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7154 /force-app/main/default/classes/MetadataService.cls 9136 20 9136 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7156 /force-app/main/default/classes/MetadataService.cls 9138 9 9144 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7155 /force-app/main/default/classes/MetadataService.cls 9138 9 9144 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7157 /force-app/main/default/classes/MetadataService.cls 9140 10 9140 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7156 /force-app/main/default/classes/MetadataService.cls 9140 10 9140 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7158 /force-app/main/default/classes/MetadataService.cls 9141 20 9141 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7157 /force-app/main/default/classes/MetadataService.cls 9141 20 9141 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7159 /force-app/main/default/classes/MetadataService.cls 9141 20 9141 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7158 /force-app/main/default/classes/MetadataService.cls 9141 20 9141 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7160 /force-app/main/default/classes/MetadataService.cls 9142 20 9142 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7159 /force-app/main/default/classes/MetadataService.cls 9142 20 9142 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7161 /force-app/main/default/classes/MetadataService.cls 9142 20 9142 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7160 /force-app/main/default/classes/MetadataService.cls 9142 20 9142 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7162 /force-app/main/default/classes/MetadataService.cls 9143 20 9143 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7161 /force-app/main/default/classes/MetadataService.cls 9143 20 9143 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7163 /force-app/main/default/classes/MetadataService.cls 9143 20 9143 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7162 /force-app/main/default/classes/MetadataService.cls 9143 20 9143 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7164 /force-app/main/default/classes/MetadataService.cls 9145 9 9151 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7163 /force-app/main/default/classes/MetadataService.cls 9145 9 9151 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7165 /force-app/main/default/classes/MetadataService.cls 9145 9 9151 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexTestSuiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7164 /force-app/main/default/classes/MetadataService.cls 9145 9 9151 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexTestSuiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7166 /force-app/main/default/classes/MetadataService.cls 9147 10 9147 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7165 /force-app/main/default/classes/MetadataService.cls 9147 10 9147 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7167 /force-app/main/default/classes/MetadataService.cls 9148 20 9148 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7166 /force-app/main/default/classes/MetadataService.cls 9148 20 9148 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7168 /force-app/main/default/classes/MetadataService.cls 9148 20 9148 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7167 /force-app/main/default/classes/MetadataService.cls 9148 20 9148 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7169 /force-app/main/default/classes/MetadataService.cls 9149 20 9149 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7168 /force-app/main/default/classes/MetadataService.cls 9149 20 9149 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7170 /force-app/main/default/classes/MetadataService.cls 9149 20 9149 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7169 /force-app/main/default/classes/MetadataService.cls 9149 20 9149 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7171 /force-app/main/default/classes/MetadataService.cls 9150 20 9150 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7170 /force-app/main/default/classes/MetadataService.cls 9150 20 9150 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7172 /force-app/main/default/classes/MetadataService.cls 9150 20 9150 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7171 /force-app/main/default/classes/MetadataService.cls 9150 20 9150 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7173 /force-app/main/default/classes/MetadataService.cls 9152 9 9158 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7172 /force-app/main/default/classes/MetadataService.cls 9152 9 9158 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7174 /force-app/main/default/classes/MetadataService.cls 9154 10 9154 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7173 /force-app/main/default/classes/MetadataService.cls 9154 10 9154 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7175 /force-app/main/default/classes/MetadataService.cls 9155 20 9155 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7174 /force-app/main/default/classes/MetadataService.cls 9155 20 9155 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7176 /force-app/main/default/classes/MetadataService.cls 9155 20 9155 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7175 /force-app/main/default/classes/MetadataService.cls 9155 20 9155 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7177 /force-app/main/default/classes/MetadataService.cls 9156 20 9156 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7176 /force-app/main/default/classes/MetadataService.cls 9156 20 9156 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7178 /force-app/main/default/classes/MetadataService.cls 9156 20 9156 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7177 /force-app/main/default/classes/MetadataService.cls 9156 20 9156 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7179 /force-app/main/default/classes/MetadataService.cls 9157 20 9157 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7178 /force-app/main/default/classes/MetadataService.cls 9157 20 9157 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7180 /force-app/main/default/classes/MetadataService.cls 9157 20 9157 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7179 /force-app/main/default/classes/MetadataService.cls 9157 20 9157 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7181 /force-app/main/default/classes/MetadataService.cls 9159 9 9165 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7180 /force-app/main/default/classes/MetadataService.cls 9159 9 9165 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7182 /force-app/main/default/classes/MetadataService.cls 9159 9 9165 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readChannelLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7181 /force-app/main/default/classes/MetadataService.cls 9159 9 9165 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readChannelLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7183 /force-app/main/default/classes/MetadataService.cls 9161 10 9161 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7182 /force-app/main/default/classes/MetadataService.cls 9161 10 9161 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7184 /force-app/main/default/classes/MetadataService.cls 9162 20 9162 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7183 /force-app/main/default/classes/MetadataService.cls 9162 20 9162 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7185 /force-app/main/default/classes/MetadataService.cls 9162 20 9162 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7184 /force-app/main/default/classes/MetadataService.cls 9162 20 9162 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7186 /force-app/main/default/classes/MetadataService.cls 9163 20 9163 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7185 /force-app/main/default/classes/MetadataService.cls 9163 20 9163 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7187 /force-app/main/default/classes/MetadataService.cls 9163 20 9163 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7186 /force-app/main/default/classes/MetadataService.cls 9163 20 9163 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7188 /force-app/main/default/classes/MetadataService.cls 9164 20 9164 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7187 /force-app/main/default/classes/MetadataService.cls 9164 20 9164 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7189 /force-app/main/default/classes/MetadataService.cls 9164 20 9164 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7188 /force-app/main/default/classes/MetadataService.cls 9164 20 9164 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7190 /force-app/main/default/classes/MetadataService.cls 9166 9 9172 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7189 /force-app/main/default/classes/MetadataService.cls 9166 9 9172 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7191 /force-app/main/default/classes/MetadataService.cls 9168 10 9168 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7190 /force-app/main/default/classes/MetadataService.cls 9168 10 9168 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7192 /force-app/main/default/classes/MetadataService.cls 9169 20 9169 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7191 /force-app/main/default/classes/MetadataService.cls 9169 20 9169 127 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7193 /force-app/main/default/classes/MetadataService.cls 9169 20 9169 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7192 /force-app/main/default/classes/MetadataService.cls 9169 20 9169 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7194 /force-app/main/default/classes/MetadataService.cls 9170 20 9170 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7193 /force-app/main/default/classes/MetadataService.cls 9170 20 9170 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7195 /force-app/main/default/classes/MetadataService.cls 9170 20 9170 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7194 /force-app/main/default/classes/MetadataService.cls 9170 20 9170 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7196 /force-app/main/default/classes/MetadataService.cls 9171 20 9171 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7195 /force-app/main/default/classes/MetadataService.cls 9171 20 9171 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7197 /force-app/main/default/classes/MetadataService.cls 9171 20 9171 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7196 /force-app/main/default/classes/MetadataService.cls 9171 20 9171 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7198 /force-app/main/default/classes/MetadataService.cls 9173 9 9179 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7197 /force-app/main/default/classes/MetadataService.cls 9173 9 9179 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7199 /force-app/main/default/classes/MetadataService.cls 9173 9 9179 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readContentAssetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7198 /force-app/main/default/classes/MetadataService.cls 9173 9 9179 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readContentAssetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7200 /force-app/main/default/classes/MetadataService.cls 9175 10 9175 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7199 /force-app/main/default/classes/MetadataService.cls 9175 10 9175 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7201 /force-app/main/default/classes/MetadataService.cls 9176 20 9176 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7200 /force-app/main/default/classes/MetadataService.cls 9176 20 9176 124 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7202 /force-app/main/default/classes/MetadataService.cls 9176 20 9176 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7201 /force-app/main/default/classes/MetadataService.cls 9176 20 9176 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7203 /force-app/main/default/classes/MetadataService.cls 9177 20 9177 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7202 /force-app/main/default/classes/MetadataService.cls 9177 20 9177 114 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7204 /force-app/main/default/classes/MetadataService.cls 9177 20 9177 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7203 /force-app/main/default/classes/MetadataService.cls 9177 20 9177 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7205 /force-app/main/default/classes/MetadataService.cls 9178 20 9178 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7204 /force-app/main/default/classes/MetadataService.cls 9178 20 9178 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7206 /force-app/main/default/classes/MetadataService.cls 9178 20 9178 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7205 /force-app/main/default/classes/MetadataService.cls 9178 20 9178 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7207 /force-app/main/default/classes/MetadataService.cls 9180 9 9185 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7206 /force-app/main/default/classes/MetadataService.cls 9180 9 9185 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7208 /force-app/main/default/classes/MetadataService.cls 9182 20 9182 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7207 /force-app/main/default/classes/MetadataService.cls 9182 20 9182 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7209 /force-app/main/default/classes/MetadataService.cls 9183 20 9183 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7208 /force-app/main/default/classes/MetadataService.cls 9183 20 9183 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7210 /force-app/main/default/classes/MetadataService.cls 9184 20 9184 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7209 /force-app/main/default/classes/MetadataService.cls 9184 20 9184 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7211 /force-app/main/default/classes/MetadataService.cls 9186 9 9193 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7210 /force-app/main/default/classes/MetadataService.cls 9186 9 9193 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7212 /force-app/main/default/classes/MetadataService.cls 9189 20 9189 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 'sourceValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7211 /force-app/main/default/classes/MetadataService.cls 9189 20 9189 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 'sourceValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7213 /force-app/main/default/classes/MetadataService.cls 9190 20 9190 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7212 /force-app/main/default/classes/MetadataService.cls 9190 20 9190 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7214 /force-app/main/default/classes/MetadataService.cls 9191 20 9191 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7213 /force-app/main/default/classes/MetadataService.cls 9191 20 9191 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7215 /force-app/main/default/classes/MetadataService.cls 9192 20 9192 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]*'
7214 /force-app/main/default/classes/MetadataService.cls 9192 20 9192 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]*'
7216 /force-app/main/default/classes/MetadataService.cls 9194 9 9201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7215 /force-app/main/default/classes/MetadataService.cls 9194 9 9201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7217 /force-app/main/default/classes/MetadataService.cls 9197 20 9197 128 pmd 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]*'
7216 /force-app/main/default/classes/MetadataService.cls 9197 20 9197 128 pmd 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]*'
7218 /force-app/main/default/classes/MetadataService.cls 9198 20 9198 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7217 /force-app/main/default/classes/MetadataService.cls 9198 20 9198 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7219 /force-app/main/default/classes/MetadataService.cls 9199 20 9199 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7218 /force-app/main/default/classes/MetadataService.cls 9199 20 9199 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7220 /force-app/main/default/classes/MetadataService.cls 9200 20 9200 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]*'
7219 /force-app/main/default/classes/MetadataService.cls 9200 20 9200 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]*'
7221 /force-app/main/default/classes/MetadataService.cls 9202 9 9225 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7220 /force-app/main/default/classes/MetadataService.cls 9202 9 9225 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7222 /force-app/main/default/classes/MetadataService.cls 9202 9 9225 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7221 /force-app/main/default/classes/MetadataService.cls 9202 9 9225 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7223 /force-app/main/default/classes/MetadataService.cls 9205 20 9205 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7222 /force-app/main/default/classes/MetadataService.cls 9205 20 9205 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7224 /force-app/main/default/classes/MetadataService.cls 9207 20 9207 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7223 /force-app/main/default/classes/MetadataService.cls 9207 20 9207 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7225 /force-app/main/default/classes/MetadataService.cls 9215 20 9215 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 'contentSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7224 /force-app/main/default/classes/MetadataService.cls 9215 20 9215 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 'contentSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7226 /force-app/main/default/classes/MetadataService.cls 9216 20 9216 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7225 /force-app/main/default/classes/MetadataService.cls 9216 20 9216 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7227 /force-app/main/default/classes/MetadataService.cls 9217 20 9217 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7226 /force-app/main/default/classes/MetadataService.cls 9217 20 9217 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7228 /force-app/main/default/classes/MetadataService.cls 9218 20 9218 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 'fileContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7227 /force-app/main/default/classes/MetadataService.cls 9218 20 9218 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 'fileContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7229 /force-app/main/default/classes/MetadataService.cls 9219 20 9219 128 pmd 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]*'
7228 /force-app/main/default/classes/MetadataService.cls 9219 20 9219 128 pmd 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]*'
7230 /force-app/main/default/classes/MetadataService.cls 9220 20 9220 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7229 /force-app/main/default/classes/MetadataService.cls 9220 20 9220 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7231 /force-app/main/default/classes/MetadataService.cls 9221 20 9221 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 'supportsCaching_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7230 /force-app/main/default/classes/MetadataService.cls 9221 20 9221 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 'supportsCaching_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7232 /force-app/main/default/classes/MetadataService.cls 9222 20 9222 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7231 /force-app/main/default/classes/MetadataService.cls 9222 20 9222 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7233 /force-app/main/default/classes/MetadataService.cls 9223 20 9223 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7232 /force-app/main/default/classes/MetadataService.cls 9223 20 9223 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7234 /force-app/main/default/classes/MetadataService.cls 9224 20 9224 173 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7233 /force-app/main/default/classes/MetadataService.cls 9224 20 9224 173 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7235 /force-app/main/default/classes/MetadataService.cls 9226 9 9299 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7234 /force-app/main/default/classes/MetadataService.cls 9226 9 9299 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7236 /force-app/main/default/classes/MetadataService.cls 9226 9 9299 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Network has 35 public methods, attributes, and properties (limit: 20)
7235 /force-app/main/default/classes/MetadataService.cls 9226 9 9299 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Network has 35 public methods, attributes, and properties (limit: 20)
7237 /force-app/main/default/classes/MetadataService.cls 9226 9 9299 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7236 /force-app/main/default/classes/MetadataService.cls 9226 9 9299 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7238 /force-app/main/default/classes/MetadataService.cls 9229 20 9229 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7237 /force-app/main/default/classes/MetadataService.cls 9229 20 9229 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7239 /force-app/main/default/classes/MetadataService.cls 9263 20 9263 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 'allowMembersToFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7238 /force-app/main/default/classes/MetadataService.cls 9263 20 9263 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 'allowMembersToFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7240 /force-app/main/default/classes/MetadataService.cls 9264 20 9264 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 'allowedExtensions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7239 /force-app/main/default/classes/MetadataService.cls 9264 20 9264 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 'allowedExtensions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7241 /force-app/main/default/classes/MetadataService.cls 9265 20 9265 128 pmd 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]*'
7240 /force-app/main/default/classes/MetadataService.cls 9265 20 9265 128 pmd 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]*'
7242 /force-app/main/default/classes/MetadataService.cls 9266 20 9266 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 'caseCommentEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7241 /force-app/main/default/classes/MetadataService.cls 9266 20 9266 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 'caseCommentEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7243 /force-app/main/default/classes/MetadataService.cls 9267 20 9267 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 'changePasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7242 /force-app/main/default/classes/MetadataService.cls 9267 20 9267 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 'changePasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7244 /force-app/main/default/classes/MetadataService.cls 9268 20 9268 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7243 /force-app/main/default/classes/MetadataService.cls 9268 20 9268 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7245 /force-app/main/default/classes/MetadataService.cls 9269 20 9269 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7244 /force-app/main/default/classes/MetadataService.cls 9269 20 9269 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7246 /force-app/main/default/classes/MetadataService.cls 9270 20 9270 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7245 /force-app/main/default/classes/MetadataService.cls 9270 20 9270 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7247 /force-app/main/default/classes/MetadataService.cls 9271 20 9271 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 'enableGuestChatter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7246 /force-app/main/default/classes/MetadataService.cls 9271 20 9271 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 'enableGuestChatter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7248 /force-app/main/default/classes/MetadataService.cls 9272 20 9272 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 'enableInvitation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7247 /force-app/main/default/classes/MetadataService.cls 9272 20 9272 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 'enableInvitation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7249 /force-app/main/default/classes/MetadataService.cls 9273 20 9273 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 'enableKnowledgeable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7248 /force-app/main/default/classes/MetadataService.cls 9273 20 9273 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 'enableKnowledgeable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7250 /force-app/main/default/classes/MetadataService.cls 9274 20 9274 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 'enableNicknameDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7249 /force-app/main/default/classes/MetadataService.cls 9274 20 9274 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 'enableNicknameDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7251 /force-app/main/default/classes/MetadataService.cls 9275 20 9275 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 'enablePrivateMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7250 /force-app/main/default/classes/MetadataService.cls 9275 20 9275 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 'enablePrivateMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7252 /force-app/main/default/classes/MetadataService.cls 9276 20 9276 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7251 /force-app/main/default/classes/MetadataService.cls 9276 20 9276 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7253 /force-app/main/default/classes/MetadataService.cls 9277 20 9277 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 'enableSiteAsContainer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7252 /force-app/main/default/classes/MetadataService.cls 9277 20 9277 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 'enableSiteAsContainer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7254 /force-app/main/default/classes/MetadataService.cls 9278 20 9278 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 'feedChannel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7253 /force-app/main/default/classes/MetadataService.cls 9278 20 9278 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 'feedChannel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7255 /force-app/main/default/classes/MetadataService.cls 9279 20 9279 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 'forgotPasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7254 /force-app/main/default/classes/MetadataService.cls 9279 20 9279 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 'forgotPasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7256 /force-app/main/default/classes/MetadataService.cls 9280 20 9280 130 pmd 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]*'
7255 /force-app/main/default/classes/MetadataService.cls 9280 20 9280 130 pmd 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]*'
7257 /force-app/main/default/classes/MetadataService.cls 9281 20 9281 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 'maxFileSizeKb_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7256 /force-app/main/default/classes/MetadataService.cls 9281 20 9281 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 'maxFileSizeKb_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7258 /force-app/main/default/classes/MetadataService.cls 9282 20 9282 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 'navigationLinkSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7257 /force-app/main/default/classes/MetadataService.cls 9282 20 9282 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 'navigationLinkSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7259 /force-app/main/default/classes/MetadataService.cls 9283 20 9283 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 'networkMemberGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7258 /force-app/main/default/classes/MetadataService.cls 9283 20 9283 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 'networkMemberGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7260 /force-app/main/default/classes/MetadataService.cls 9284 20 9284 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 'newSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7259 /force-app/main/default/classes/MetadataService.cls 9284 20 9284 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 'newSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7261 /force-app/main/default/classes/MetadataService.cls 9285 20 9285 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 'picassoSite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7260 /force-app/main/default/classes/MetadataService.cls 9285 20 9285 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 'picassoSite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7262 /force-app/main/default/classes/MetadataService.cls 9286 20 9286 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7261 /force-app/main/default/classes/MetadataService.cls 9286 20 9286 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7263 /force-app/main/default/classes/MetadataService.cls 9287 20 9287 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 'reputationPointsRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7262 /force-app/main/default/classes/MetadataService.cls 9287 20 9287 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 'reputationPointsRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7264 /force-app/main/default/classes/MetadataService.cls 9288 20 9288 140 pmd 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]*'
7263 /force-app/main/default/classes/MetadataService.cls 9288 20 9288 140 pmd 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]*'
7265 /force-app/main/default/classes/MetadataService.cls 9289 20 9289 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 'selfRegistration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7264 /force-app/main/default/classes/MetadataService.cls 9289 20 9289 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 'selfRegistration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7266 /force-app/main/default/classes/MetadataService.cls 9290 20 9290 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7265 /force-app/main/default/classes/MetadataService.cls 9290 20 9290 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7267 /force-app/main/default/classes/MetadataService.cls 9291 20 9291 120 pmd 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]*'
7266 /force-app/main/default/classes/MetadataService.cls 9291 20 9291 120 pmd 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]*'
7268 /force-app/main/default/classes/MetadataService.cls 9292 20 9292 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7267 /force-app/main/default/classes/MetadataService.cls 9292 20 9292 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7269 /force-app/main/default/classes/MetadataService.cls 9293 20 9293 120 pmd 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]*'
7268 /force-app/main/default/classes/MetadataService.cls 9293 20 9293 120 pmd 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]*'
7270 /force-app/main/default/classes/MetadataService.cls 9294 20 9294 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7269 /force-app/main/default/classes/MetadataService.cls 9294 20 9294 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7271 /force-app/main/default/classes/MetadataService.cls 9295 20 9295 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 'welcomeTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7270 /force-app/main/default/classes/MetadataService.cls 9295 20 9295 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 'welcomeTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7272 /force-app/main/default/classes/MetadataService.cls 9296 20 9296 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7271 /force-app/main/default/classes/MetadataService.cls 9296 20 9296 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7273 /force-app/main/default/classes/MetadataService.cls 9297 20 9297 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7272 /force-app/main/default/classes/MetadataService.cls 9297 20 9297 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7274 /force-app/main/default/classes/MetadataService.cls 9298 20 9298 676 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7273 /force-app/main/default/classes/MetadataService.cls 9298 20 9298 676 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7275 /force-app/main/default/classes/MetadataService.cls 9300 9 9327 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7274 /force-app/main/default/classes/MetadataService.cls 9300 9 9327 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7276 /force-app/main/default/classes/MetadataService.cls 9300 9 9327 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7275 /force-app/main/default/classes/MetadataService.cls 9300 9 9327 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7277 /force-app/main/default/classes/MetadataService.cls 9313 20 9313 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'actionUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7276 /force-app/main/default/classes/MetadataService.cls 9313 20 9313 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'actionUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7278 /force-app/main/default/classes/MetadataService.cls 9314 20 9314 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7277 /force-app/main/default/classes/MetadataService.cls 9314 20 9314 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7279 /force-app/main/default/classes/MetadataService.cls 9315 20 9315 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 'isConfirmationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7278 /force-app/main/default/classes/MetadataService.cls 9315 20 9315 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 'isConfirmationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7280 /force-app/main/default/classes/MetadataService.cls 9316 20 9316 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'isGroupDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7279 /force-app/main/default/classes/MetadataService.cls 9316 20 9316 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'isGroupDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7281 /force-app/main/default/classes/MetadataService.cls 9317 20 9317 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7280 /force-app/main/default/classes/MetadataService.cls 9317 20 9317 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7282 /force-app/main/default/classes/MetadataService.cls 9318 20 9318 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'labelKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7281 /force-app/main/default/classes/MetadataService.cls 9318 20 9318 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'labelKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7283 /force-app/main/default/classes/MetadataService.cls 9319 20 9319 128 pmd 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]*'
7282 /force-app/main/default/classes/MetadataService.cls 9319 20 9319 128 pmd 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]*'
7284 /force-app/main/default/classes/MetadataService.cls 9320 20 9320 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 'method_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7283 /force-app/main/default/classes/MetadataService.cls 9320 20 9320 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 'method_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7285 /force-app/main/default/classes/MetadataService.cls 9321 20 9321 128 pmd 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]*'
7284 /force-app/main/default/classes/MetadataService.cls 9321 20 9321 128 pmd 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]*'
7286 /force-app/main/default/classes/MetadataService.cls 9322 20 9322 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 'requestBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7285 /force-app/main/default/classes/MetadataService.cls 9322 20 9322 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 'requestBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7287 /force-app/main/default/classes/MetadataService.cls 9323 20 9323 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'userAlias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7286 /force-app/main/default/classes/MetadataService.cls 9323 20 9323 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'userAlias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7288 /force-app/main/default/classes/MetadataService.cls 9324 20 9324 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'userVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7287 /force-app/main/default/classes/MetadataService.cls 9324 20 9324 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'userVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7289 /force-app/main/default/classes/MetadataService.cls 9325 20 9325 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7288 /force-app/main/default/classes/MetadataService.cls 9325 20 9325 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7290 /force-app/main/default/classes/MetadataService.cls 9326 20 9326 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]*'
7289 /force-app/main/default/classes/MetadataService.cls 9326 20 9326 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]*'
7291 /force-app/main/default/classes/MetadataService.cls 9328 9 9351 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7290 /force-app/main/default/classes/MetadataService.cls 9328 9 9351 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7292 /force-app/main/default/classes/MetadataService.cls 9328 9 9351 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7291 /force-app/main/default/classes/MetadataService.cls 9328 9 9351 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7293 /force-app/main/default/classes/MetadataService.cls 9339 20 9339 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7292 /force-app/main/default/classes/MetadataService.cls 9339 20 9339 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7294 /force-app/main/default/classes/MetadataService.cls 9340 20 9340 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 'criteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7293 /force-app/main/default/classes/MetadataService.cls 9340 20 9340 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 'criteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7295 /force-app/main/default/classes/MetadataService.cls 9341 20 9341 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 'milestoneCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7294 /force-app/main/default/classes/MetadataService.cls 9341 20 9341 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 'milestoneCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7296 /force-app/main/default/classes/MetadataService.cls 9342 20 9342 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 'milestoneCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7295 /force-app/main/default/classes/MetadataService.cls 9342 20 9342 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 'milestoneCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7297 /force-app/main/default/classes/MetadataService.cls 9343 20 9343 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 'milestoneName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7296 /force-app/main/default/classes/MetadataService.cls 9343 20 9343 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 'milestoneName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7298 /force-app/main/default/classes/MetadataService.cls 9344 20 9344 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 'minutesCustomClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7297 /force-app/main/default/classes/MetadataService.cls 9344 20 9344 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 'minutesCustomClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7299 /force-app/main/default/classes/MetadataService.cls 9345 20 9345 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 'minutesToComplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7298 /force-app/main/default/classes/MetadataService.cls 9345 20 9345 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 'minutesToComplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7300 /force-app/main/default/classes/MetadataService.cls 9346 20 9346 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 'successActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7299 /force-app/main/default/classes/MetadataService.cls 9346 20 9346 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 'successActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7301 /force-app/main/default/classes/MetadataService.cls 9347 20 9347 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 'timeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7300 /force-app/main/default/classes/MetadataService.cls 9347 20 9347 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 'timeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7302 /force-app/main/default/classes/MetadataService.cls 9348 20 9348 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 'useCriteriaStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7301 /force-app/main/default/classes/MetadataService.cls 9348 20 9348 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 'useCriteriaStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7303 /force-app/main/default/classes/MetadataService.cls 9349 20 9349 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7302 /force-app/main/default/classes/MetadataService.cls 9349 20 9349 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7304 /force-app/main/default/classes/MetadataService.cls 9350 20 9350 267 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7303 /force-app/main/default/classes/MetadataService.cls 9350 20 9350 267 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7305 /force-app/main/default/classes/MetadataService.cls 9352 9 9361 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7304 /force-app/main/default/classes/MetadataService.cls 9352 9 9361 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7306 /force-app/main/default/classes/MetadataService.cls 9356 20 9356 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7305 /force-app/main/default/classes/MetadataService.cls 9356 20 9356 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7307 /force-app/main/default/classes/MetadataService.cls 9357 20 9357 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7306 /force-app/main/default/classes/MetadataService.cls 9357 20 9357 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7308 /force-app/main/default/classes/MetadataService.cls 9358 20 9358 128 pmd 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]*'
7307 /force-app/main/default/classes/MetadataService.cls 9358 20 9358 128 pmd 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]*'
7309 /force-app/main/default/classes/MetadataService.cls 9359 20 9359 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7308 /force-app/main/default/classes/MetadataService.cls 9359 20 9359 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7310 /force-app/main/default/classes/MetadataService.cls 9360 20 9360 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]*'
7309 /force-app/main/default/classes/MetadataService.cls 9360 20 9360 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]*'
7311 /force-app/main/default/classes/MetadataService.cls 9362 9 9383 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7310 /force-app/main/default/classes/MetadataService.cls 9362 9 9383 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7312 /force-app/main/default/classes/MetadataService.cls 9362 9 9383 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7311 /force-app/main/default/classes/MetadataService.cls 9362 9 9383 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7313 /force-app/main/default/classes/MetadataService.cls 9372 20 9372 120 pmd 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]*'
7312 /force-app/main/default/classes/MetadataService.cls 9372 20 9372 120 pmd 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]*'
7314 /force-app/main/default/classes/MetadataService.cls 9373 20 9373 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7313 /force-app/main/default/classes/MetadataService.cls 9373 20 9373 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7315 /force-app/main/default/classes/MetadataService.cls 9374 20 9374 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7314 /force-app/main/default/classes/MetadataService.cls 9374 20 9374 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7316 /force-app/main/default/classes/MetadataService.cls 9375 20 9375 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 'fileProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7315 /force-app/main/default/classes/MetadataService.cls 9375 20 9375 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 'fileProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7317 /force-app/main/default/classes/MetadataService.cls 9376 20 9376 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7316 /force-app/main/default/classes/MetadataService.cls 9376 20 9376 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7318 /force-app/main/default/classes/MetadataService.cls 9377 20 9377 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7317 /force-app/main/default/classes/MetadataService.cls 9377 20 9377 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7319 /force-app/main/default/classes/MetadataService.cls 9378 20 9378 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7318 /force-app/main/default/classes/MetadataService.cls 9378 20 9378 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7320 /force-app/main/default/classes/MetadataService.cls 9379 20 9379 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7319 /force-app/main/default/classes/MetadataService.cls 9379 20 9379 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7321 /force-app/main/default/classes/MetadataService.cls 9380 20 9380 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 'zipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7320 /force-app/main/default/classes/MetadataService.cls 9380 20 9380 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 'zipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7322 /force-app/main/default/classes/MetadataService.cls 9381 20 9381 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7321 /force-app/main/default/classes/MetadataService.cls 9381 20 9381 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7323 /force-app/main/default/classes/MetadataService.cls 9382 20 9382 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]*'
7322 /force-app/main/default/classes/MetadataService.cls 9382 20 9382 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]*'
7324 /force-app/main/default/classes/MetadataService.cls 9384 9 9397 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7323 /force-app/main/default/classes/MetadataService.cls 9384 9 9397 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7325 /force-app/main/default/classes/MetadataService.cls 9387 20 9387 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7324 /force-app/main/default/classes/MetadataService.cls 9387 20 9387 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7326 /force-app/main/default/classes/MetadataService.cls 9391 20 9391 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7325 /force-app/main/default/classes/MetadataService.cls 9391 20 9391 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7327 /force-app/main/default/classes/MetadataService.cls 9392 20 9392 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7326 /force-app/main/default/classes/MetadataService.cls 9392 20 9392 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7328 /force-app/main/default/classes/MetadataService.cls 9393 20 9393 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7327 /force-app/main/default/classes/MetadataService.cls 9393 20 9393 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7329 /force-app/main/default/classes/MetadataService.cls 9394 20 9394 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7328 /force-app/main/default/classes/MetadataService.cls 9394 20 9394 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7330 /force-app/main/default/classes/MetadataService.cls 9395 20 9395 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7329 /force-app/main/default/classes/MetadataService.cls 9395 20 9395 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7331 /force-app/main/default/classes/MetadataService.cls 9396 20 9396 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7330 /force-app/main/default/classes/MetadataService.cls 9396 20 9396 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7332 /force-app/main/default/classes/MetadataService.cls 9398 9 9403 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7331 /force-app/main/default/classes/MetadataService.cls 9398 9 9403 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7333 /force-app/main/default/classes/MetadataService.cls 9400 20 9400 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7332 /force-app/main/default/classes/MetadataService.cls 9400 20 9400 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7334 /force-app/main/default/classes/MetadataService.cls 9401 20 9401 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7333 /force-app/main/default/classes/MetadataService.cls 9401 20 9401 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7335 /force-app/main/default/classes/MetadataService.cls 9402 20 9402 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]*'
7334 /force-app/main/default/classes/MetadataService.cls 9402 20 9402 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]*'
7336 /force-app/main/default/classes/MetadataService.cls 9404 9 9503 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7335 /force-app/main/default/classes/MetadataService.cls 9404 9 9503 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7337 /force-app/main/default/classes/MetadataService.cls 9404 9 9503 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomObject has 48 public methods, attributes, and properties (limit: 20)
7336 /force-app/main/default/classes/MetadataService.cls 9404 9 9503 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomObject has 48 public methods, attributes, and properties (limit: 20)
7338 /force-app/main/default/classes/MetadataService.cls 9404 9 9503 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7337 /force-app/main/default/classes/MetadataService.cls 9404 9 9503 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7339 /force-app/main/default/classes/MetadataService.cls 9407 20 9407 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7338 /force-app/main/default/classes/MetadataService.cls 9407 20 9407 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7340 /force-app/main/default/classes/MetadataService.cls 9454 20 9454 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7339 /force-app/main/default/classes/MetadataService.cls 9454 20 9454 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7341 /force-app/main/default/classes/MetadataService.cls 9455 20 9455 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 'allowInChatterGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7340 /force-app/main/default/classes/MetadataService.cls 9455 20 9455 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 'allowInChatterGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7342 /force-app/main/default/classes/MetadataService.cls 9456 20 9456 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 'articleTypeChannelDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7341 /force-app/main/default/classes/MetadataService.cls 9456 20 9456 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 'articleTypeChannelDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7343 /force-app/main/default/classes/MetadataService.cls 9457 20 9457 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 'businessProcesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7342 /force-app/main/default/classes/MetadataService.cls 9457 20 9457 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 'businessProcesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7344 /force-app/main/default/classes/MetadataService.cls 9458 20 9458 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7343 /force-app/main/default/classes/MetadataService.cls 9458 20 9458 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7345 /force-app/main/default/classes/MetadataService.cls 9459 20 9459 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 'compactLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7344 /force-app/main/default/classes/MetadataService.cls 9459 20 9459 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 'compactLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7346 /force-app/main/default/classes/MetadataService.cls 9460 20 9460 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 'customHelp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7345 /force-app/main/default/classes/MetadataService.cls 9460 20 9460 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 'customHelp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7347 /force-app/main/default/classes/MetadataService.cls 9461 20 9461 140 pmd 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]*'
7346 /force-app/main/default/classes/MetadataService.cls 9461 20 9461 140 pmd 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]*'
7348 /force-app/main/default/classes/MetadataService.cls 9462 20 9462 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 'customSettingsType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7347 /force-app/main/default/classes/MetadataService.cls 9462 20 9462 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 'customSettingsType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7349 /force-app/main/default/classes/MetadataService.cls 9463 20 9463 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 'deploymentStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7348 /force-app/main/default/classes/MetadataService.cls 9463 20 9463 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 'deploymentStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7350 /force-app/main/default/classes/MetadataService.cls 9464 20 9464 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7349 /force-app/main/default/classes/MetadataService.cls 9464 20 9464 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7351 /force-app/main/default/classes/MetadataService.cls 9465 20 9465 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7350 /force-app/main/default/classes/MetadataService.cls 9465 20 9465 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7352 /force-app/main/default/classes/MetadataService.cls 9466 20 9466 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 'enableActivities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7351 /force-app/main/default/classes/MetadataService.cls 9466 20 9466 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 'enableActivities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7353 /force-app/main/default/classes/MetadataService.cls 9467 20 9467 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 'enableBulkApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7352 /force-app/main/default/classes/MetadataService.cls 9467 20 9467 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 'enableBulkApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7354 /force-app/main/default/classes/MetadataService.cls 9468 20 9468 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 'enableDivisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7353 /force-app/main/default/classes/MetadataService.cls 9468 20 9468 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 'enableDivisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7355 /force-app/main/default/classes/MetadataService.cls 9469 20 9469 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 'enableEnhancedLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7354 /force-app/main/default/classes/MetadataService.cls 9469 20 9469 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 'enableEnhancedLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7356 /force-app/main/default/classes/MetadataService.cls 9470 20 9470 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 'enableFeeds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7355 /force-app/main/default/classes/MetadataService.cls 9470 20 9470 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 'enableFeeds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7357 /force-app/main/default/classes/MetadataService.cls 9471 20 9471 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 'enableHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7356 /force-app/main/default/classes/MetadataService.cls 9471 20 9471 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 'enableHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7358 /force-app/main/default/classes/MetadataService.cls 9472 20 9472 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 'enableReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7357 /force-app/main/default/classes/MetadataService.cls 9472 20 9472 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 'enableReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7359 /force-app/main/default/classes/MetadataService.cls 9473 20 9473 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 'enableSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7358 /force-app/main/default/classes/MetadataService.cls 9473 20 9473 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 'enableSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7360 /force-app/main/default/classes/MetadataService.cls 9474 20 9474 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 'enableSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7359 /force-app/main/default/classes/MetadataService.cls 9474 20 9474 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 'enableSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7361 /force-app/main/default/classes/MetadataService.cls 9475 20 9475 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 'enableStreamingApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7360 /force-app/main/default/classes/MetadataService.cls 9475 20 9475 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 'enableStreamingApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7362 /force-app/main/default/classes/MetadataService.cls 9476 20 9476 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7361 /force-app/main/default/classes/MetadataService.cls 9476 20 9476 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7363 /force-app/main/default/classes/MetadataService.cls 9477 20 9477 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 'externalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7362 /force-app/main/default/classes/MetadataService.cls 9477 20 9477 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 'externalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7364 /force-app/main/default/classes/MetadataService.cls 9478 20 9478 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 'externalRepository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7363 /force-app/main/default/classes/MetadataService.cls 9478 20 9478 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 'externalRepository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7365 /force-app/main/default/classes/MetadataService.cls 9479 20 9479 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 'externalSharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7364 /force-app/main/default/classes/MetadataService.cls 9479 20 9479 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 'externalSharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7366 /force-app/main/default/classes/MetadataService.cls 9480 20 9480 131 pmd 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]*'
7365 /force-app/main/default/classes/MetadataService.cls 9480 20 9480 131 pmd 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]*'
7367 /force-app/main/default/classes/MetadataService.cls 9481 20 9481 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7366 /force-app/main/default/classes/MetadataService.cls 9481 20 9481 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7368 /force-app/main/default/classes/MetadataService.cls 9482 20 9482 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7367 /force-app/main/default/classes/MetadataService.cls 9482 20 9482 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7369 /force-app/main/default/classes/MetadataService.cls 9483 20 9483 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 'historyRetentionPolicy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7368 /force-app/main/default/classes/MetadataService.cls 9483 20 9483 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 'historyRetentionPolicy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7370 /force-app/main/default/classes/MetadataService.cls 9484 20 9484 130 pmd 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]*'
7369 /force-app/main/default/classes/MetadataService.cls 9484 20 9484 130 pmd 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]*'
7371 /force-app/main/default/classes/MetadataService.cls 9485 20 9485 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7370 /force-app/main/default/classes/MetadataService.cls 9485 20 9485 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7372 /force-app/main/default/classes/MetadataService.cls 9486 20 9486 131 pmd 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]*'
7371 /force-app/main/default/classes/MetadataService.cls 9486 20 9486 131 pmd 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]*'
7373 /force-app/main/default/classes/MetadataService.cls 9487 20 9487 130 pmd 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]*'
7372 /force-app/main/default/classes/MetadataService.cls 9487 20 9487 130 pmd 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]*'
7374 /force-app/main/default/classes/MetadataService.cls 9488 20 9488 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 'pluralLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7373 /force-app/main/default/classes/MetadataService.cls 9488 20 9488 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 'pluralLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7375 /force-app/main/default/classes/MetadataService.cls 9489 20 9489 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 'recordTypeTrackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7374 /force-app/main/default/classes/MetadataService.cls 9489 20 9489 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 'recordTypeTrackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7376 /force-app/main/default/classes/MetadataService.cls 9490 20 9490 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 'recordTypeTrackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7375 /force-app/main/default/classes/MetadataService.cls 9490 20 9490 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 'recordTypeTrackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7377 /force-app/main/default/classes/MetadataService.cls 9491 20 9491 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7376 /force-app/main/default/classes/MetadataService.cls 9491 20 9491 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7378 /force-app/main/default/classes/MetadataService.cls 9492 20 9492 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 'searchLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7377 /force-app/main/default/classes/MetadataService.cls 9492 20 9492 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 'searchLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7379 /force-app/main/default/classes/MetadataService.cls 9493 20 9493 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 'sharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7378 /force-app/main/default/classes/MetadataService.cls 9493 20 9493 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 'sharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7380 /force-app/main/default/classes/MetadataService.cls 9494 20 9494 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7379 /force-app/main/default/classes/MetadataService.cls 9494 20 9494 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7381 /force-app/main/default/classes/MetadataService.cls 9495 20 9495 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 'sharingRecalculations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7380 /force-app/main/default/classes/MetadataService.cls 9495 20 9495 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 'sharingRecalculations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7382 /force-app/main/default/classes/MetadataService.cls 9496 20 9496 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7381 /force-app/main/default/classes/MetadataService.cls 9496 20 9496 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7383 /force-app/main/default/classes/MetadataService.cls 9497 20 9497 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7382 /force-app/main/default/classes/MetadataService.cls 9497 20 9497 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7384 /force-app/main/default/classes/MetadataService.cls 9498 20 9498 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7383 /force-app/main/default/classes/MetadataService.cls 9498 20 9498 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7385 /force-app/main/default/classes/MetadataService.cls 9499 20 9499 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7384 /force-app/main/default/classes/MetadataService.cls 9499 20 9499 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7386 /force-app/main/default/classes/MetadataService.cls 9500 20 9500 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7385 /force-app/main/default/classes/MetadataService.cls 9500 20 9500 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7387 /force-app/main/default/classes/MetadataService.cls 9501 20 9501 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7386 /force-app/main/default/classes/MetadataService.cls 9501 20 9501 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7388 /force-app/main/default/classes/MetadataService.cls 9502 20 9502 860 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7387 /force-app/main/default/classes/MetadataService.cls 9502 20 9502 860 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7389 /force-app/main/default/classes/MetadataService.cls 9504 9 9511 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7388 /force-app/main/default/classes/MetadataService.cls 9504 9 9511 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7390 /force-app/main/default/classes/MetadataService.cls 9507 20 9507 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7389 /force-app/main/default/classes/MetadataService.cls 9507 20 9507 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7391 /force-app/main/default/classes/MetadataService.cls 9508 20 9508 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 'duplicateRuleFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7390 /force-app/main/default/classes/MetadataService.cls 9508 20 9508 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 'duplicateRuleFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7392 /force-app/main/default/classes/MetadataService.cls 9509 20 9509 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7391 /force-app/main/default/classes/MetadataService.cls 9509 20 9509 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7393 /force-app/main/default/classes/MetadataService.cls 9510 20 9510 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]*'
7392 /force-app/main/default/classes/MetadataService.cls 9510 20 9510 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]*'
7394 /force-app/main/default/classes/MetadataService.cls 9512 9 9527 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7393 /force-app/main/default/classes/MetadataService.cls 9512 9 9527 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7395 /force-app/main/default/classes/MetadataService.cls 9519 20 9519 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 'customLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7394 /force-app/main/default/classes/MetadataService.cls 9519 20 9519 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 'customLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7396 /force-app/main/default/classes/MetadataService.cls 9520 20 9520 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 'detailHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7395 /force-app/main/default/classes/MetadataService.cls 9520 20 9520 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 'detailHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7397 /force-app/main/default/classes/MetadataService.cls 9521 20 9521 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 'editHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7396 /force-app/main/default/classes/MetadataService.cls 9521 20 9521 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 'editHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7398 /force-app/main/default/classes/MetadataService.cls 9522 20 9522 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7397 /force-app/main/default/classes/MetadataService.cls 9522 20 9522 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7399 /force-app/main/default/classes/MetadataService.cls 9523 20 9523 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 'layoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7398 /force-app/main/default/classes/MetadataService.cls 9523 20 9523 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 'layoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7400 /force-app/main/default/classes/MetadataService.cls 9524 20 9524 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7399 /force-app/main/default/classes/MetadataService.cls 9524 20 9524 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7401 /force-app/main/default/classes/MetadataService.cls 9525 20 9525 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7400 /force-app/main/default/classes/MetadataService.cls 9525 20 9525 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7402 /force-app/main/default/classes/MetadataService.cls 9526 20 9526 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7401 /force-app/main/default/classes/MetadataService.cls 9526 20 9526 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7403 /force-app/main/default/classes/MetadataService.cls 9528 9 9533 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7402 /force-app/main/default/classes/MetadataService.cls 9528 9 9533 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7404 /force-app/main/default/classes/MetadataService.cls 9528 9 9533 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7403 /force-app/main/default/classes/MetadataService.cls 9528 9 9533 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7405 /force-app/main/default/classes/MetadataService.cls 9530 20 9530 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7404 /force-app/main/default/classes/MetadataService.cls 9530 20 9530 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7406 /force-app/main/default/classes/MetadataService.cls 9531 20 9531 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7405 /force-app/main/default/classes/MetadataService.cls 9531 20 9531 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7407 /force-app/main/default/classes/MetadataService.cls 9532 20 9532 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7406 /force-app/main/default/classes/MetadataService.cls 9532 20 9532 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7408 /force-app/main/default/classes/MetadataService.cls 9534 9 9541 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7407 /force-app/main/default/classes/MetadataService.cls 9534 9 9541 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7409 /force-app/main/default/classes/MetadataService.cls 9537 20 9537 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7408 /force-app/main/default/classes/MetadataService.cls 9537 20 9537 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7410 /force-app/main/default/classes/MetadataService.cls 9538 20 9538 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7409 /force-app/main/default/classes/MetadataService.cls 9538 20 9538 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7411 /force-app/main/default/classes/MetadataService.cls 9539 20 9539 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7410 /force-app/main/default/classes/MetadataService.cls 9539 20 9539 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7412 /force-app/main/default/classes/MetadataService.cls 9540 20 9540 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7411 /force-app/main/default/classes/MetadataService.cls 9540 20 9540 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7413 /force-app/main/default/classes/MetadataService.cls 9542 9 9559 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7412 /force-app/main/default/classes/MetadataService.cls 9542 9 9559 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7414 /force-app/main/default/classes/MetadataService.cls 9542 9 9559 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7413 /force-app/main/default/classes/MetadataService.cls 9542 9 9559 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7415 /force-app/main/default/classes/MetadataService.cls 9548 17 9548 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
7414 /force-app/main/default/classes/MetadataService.cls 9548 17 9548 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
7416 /force-app/main/default/classes/MetadataService.cls 9550 20 9550 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7415 /force-app/main/default/classes/MetadataService.cls 9550 20 9550 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7417 /force-app/main/default/classes/MetadataService.cls 9551 20 9551 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7416 /force-app/main/default/classes/MetadataService.cls 9551 20 9551 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7418 /force-app/main/default/classes/MetadataService.cls 9552 20 9552 130 pmd 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]*'
7417 /force-app/main/default/classes/MetadataService.cls 9552 20 9552 130 pmd 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]*'
7419 /force-app/main/default/classes/MetadataService.cls 9553 20 9553 130 pmd 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]*'
7418 /force-app/main/default/classes/MetadataService.cls 9553 20 9553 130 pmd 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]*'
7420 /force-app/main/default/classes/MetadataService.cls 9554 20 9554 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7419 /force-app/main/default/classes/MetadataService.cls 9554 20 9554 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7421 /force-app/main/default/classes/MetadataService.cls 9555 20 9555 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7420 /force-app/main/default/classes/MetadataService.cls 9555 20 9555 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7422 /force-app/main/default/classes/MetadataService.cls 9556 20 9556 140 pmd 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]*'
7421 /force-app/main/default/classes/MetadataService.cls 9556 20 9556 140 pmd 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]*'
7423 /force-app/main/default/classes/MetadataService.cls 9557 20 9557 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7422 /force-app/main/default/classes/MetadataService.cls 9557 20 9557 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7424 /force-app/main/default/classes/MetadataService.cls 9558 20 9558 156 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7423 /force-app/main/default/classes/MetadataService.cls 9558 20 9558 156 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7425 /force-app/main/default/classes/MetadataService.cls 9560 9 9575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7424 /force-app/main/default/classes/MetadataService.cls 9560 9 9575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7426 /force-app/main/default/classes/MetadataService.cls 9567 20 9567 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7425 /force-app/main/default/classes/MetadataService.cls 9567 20 9567 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7427 /force-app/main/default/classes/MetadataService.cls 9568 20 9568 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 'dateGranularity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7426 /force-app/main/default/classes/MetadataService.cls 9568 20 9568 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 'dateGranularity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7428 /force-app/main/default/classes/MetadataService.cls 9569 20 9569 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7427 /force-app/main/default/classes/MetadataService.cls 9569 20 9569 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7429 /force-app/main/default/classes/MetadataService.cls 9570 20 9570 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 'sortByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7428 /force-app/main/default/classes/MetadataService.cls 9570 20 9570 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 'sortByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7430 /force-app/main/default/classes/MetadataService.cls 9571 20 9571 130 pmd 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]*'
7429 /force-app/main/default/classes/MetadataService.cls 9571 20 9571 130 pmd 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]*'
7431 /force-app/main/default/classes/MetadataService.cls 9572 20 9572 128 pmd 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]*'
7430 /force-app/main/default/classes/MetadataService.cls 9572 20 9572 128 pmd 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]*'
7432 /force-app/main/default/classes/MetadataService.cls 9573 20 9573 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7431 /force-app/main/default/classes/MetadataService.cls 9573 20 9573 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7433 /force-app/main/default/classes/MetadataService.cls 9574 20 9574 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]*'
7432 /force-app/main/default/classes/MetadataService.cls 9574 20 9574 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]*'
7434 /force-app/main/default/classes/MetadataService.cls 9576 9 9605 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7433 /force-app/main/default/classes/MetadataService.cls 9576 9 9605 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7435 /force-app/main/default/classes/MetadataService.cls 9576 9 9605 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7434 /force-app/main/default/classes/MetadataService.cls 9576 9 9605 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7436 /force-app/main/default/classes/MetadataService.cls 9590 20 9590 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 'changed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7435 /force-app/main/default/classes/MetadataService.cls 9590 20 9590 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 'changed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7437 /force-app/main/default/classes/MetadataService.cls 9591 20 9591 136 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'columnNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7436 /force-app/main/default/classes/MetadataService.cls 9591 20 9591 136 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'columnNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7438 /force-app/main/default/classes/MetadataService.cls 9592 20 9592 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7437 /force-app/main/default/classes/MetadataService.cls 9592 20 9592 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7439 /force-app/main/default/classes/MetadataService.cls 9593 20 9593 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7438 /force-app/main/default/classes/MetadataService.cls 9593 20 9593 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7440 /force-app/main/default/classes/MetadataService.cls 9594 20 9594 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7439 /force-app/main/default/classes/MetadataService.cls 9594 20 9594 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7441 /force-app/main/default/classes/MetadataService.cls 9595 20 9595 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 'deleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7440 /force-app/main/default/classes/MetadataService.cls 9595 20 9595 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 'deleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7442 /force-app/main/default/classes/MetadataService.cls 9596 20 9596 128 pmd 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]*'
7441 /force-app/main/default/classes/MetadataService.cls 9596 20 9596 128 pmd 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]*'
7443 /force-app/main/default/classes/MetadataService.cls 9597 20 9597 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7442 /force-app/main/default/classes/MetadataService.cls 9597 20 9597 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7444 /force-app/main/default/classes/MetadataService.cls 9598 20 9598 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7443 /force-app/main/default/classes/MetadataService.cls 9598 20 9598 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7445 /force-app/main/default/classes/MetadataService.cls 9599 20 9599 132 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'lineNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7444 /force-app/main/default/classes/MetadataService.cls 9599 20 9599 132 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'lineNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7446 /force-app/main/default/classes/MetadataService.cls 9600 20 9600 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7445 /force-app/main/default/classes/MetadataService.cls 9600 20 9600 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7447 /force-app/main/default/classes/MetadataService.cls 9601 20 9601 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 'problemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7446 /force-app/main/default/classes/MetadataService.cls 9601 20 9601 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 'problemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7448 /force-app/main/default/classes/MetadataService.cls 9602 20 9602 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7447 /force-app/main/default/classes/MetadataService.cls 9602 20 9602 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7449 /force-app/main/default/classes/MetadataService.cls 9603 20 9603 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7448 /force-app/main/default/classes/MetadataService.cls 9603 20 9603 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7450 /force-app/main/default/classes/MetadataService.cls 9604 20 9604 206 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7449 /force-app/main/default/classes/MetadataService.cls 9604 20 9604 206 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7451 /force-app/main/default/classes/MetadataService.cls 9606 9 9623 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7450 /force-app/main/default/classes/MetadataService.cls 9606 9 9623 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7452 /force-app/main/default/classes/MetadataService.cls 9606 9 9623 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7451 /force-app/main/default/classes/MetadataService.cls 9606 9 9623 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7453 /force-app/main/default/classes/MetadataService.cls 9612 17 9612 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
7452 /force-app/main/default/classes/MetadataService.cls 9612 17 9612 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
7454 /force-app/main/default/classes/MetadataService.cls 9614 20 9614 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7453 /force-app/main/default/classes/MetadataService.cls 9614 20 9614 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7455 /force-app/main/default/classes/MetadataService.cls 9615 20 9615 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7454 /force-app/main/default/classes/MetadataService.cls 9615 20 9615 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7456 /force-app/main/default/classes/MetadataService.cls 9616 20 9616 130 pmd 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]*'
7455 /force-app/main/default/classes/MetadataService.cls 9616 20 9616 130 pmd 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]*'
7457 /force-app/main/default/classes/MetadataService.cls 9617 20 9617 130 pmd 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]*'
7456 /force-app/main/default/classes/MetadataService.cls 9617 20 9617 130 pmd 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]*'
7458 /force-app/main/default/classes/MetadataService.cls 9618 20 9618 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7457 /force-app/main/default/classes/MetadataService.cls 9618 20 9618 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7459 /force-app/main/default/classes/MetadataService.cls 9619 20 9619 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7458 /force-app/main/default/classes/MetadataService.cls 9619 20 9619 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7460 /force-app/main/default/classes/MetadataService.cls 9620 20 9620 140 pmd 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]*'
7459 /force-app/main/default/classes/MetadataService.cls 9620 20 9620 140 pmd 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]*'
7461 /force-app/main/default/classes/MetadataService.cls 9621 20 9621 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7460 /force-app/main/default/classes/MetadataService.cls 9621 20 9621 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7462 /force-app/main/default/classes/MetadataService.cls 9622 20 9622 156 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7461 /force-app/main/default/classes/MetadataService.cls 9622 20 9622 156 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7463 /force-app/main/default/classes/MetadataService.cls 9624 9 9631 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7462 /force-app/main/default/classes/MetadataService.cls 9624 9 9631 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7464 /force-app/main/default/classes/MetadataService.cls 9627 20 9627 130 pmd 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]*'
7463 /force-app/main/default/classes/MetadataService.cls 9627 20 9627 130 pmd 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]*'
7465 /force-app/main/default/classes/MetadataService.cls 9628 20 9628 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7464 /force-app/main/default/classes/MetadataService.cls 9628 20 9628 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7466 /force-app/main/default/classes/MetadataService.cls 9629 20 9629 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7465 /force-app/main/default/classes/MetadataService.cls 9629 20 9629 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7467 /force-app/main/default/classes/MetadataService.cls 9630 20 9630 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]*'
7466 /force-app/main/default/classes/MetadataService.cls 9630 20 9630 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]*'
7468 /force-app/main/default/classes/MetadataService.cls 9632 9 9641 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7467 /force-app/main/default/classes/MetadataService.cls 9632 9 9641 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7469 /force-app/main/default/classes/MetadataService.cls 9636 20 9636 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7468 /force-app/main/default/classes/MetadataService.cls 9636 20 9636 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7470 /force-app/main/default/classes/MetadataService.cls 9637 20 9637 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 'endAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7469 /force-app/main/default/classes/MetadataService.cls 9637 20 9637 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 'endAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7471 /force-app/main/default/classes/MetadataService.cls 9638 20 9638 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 'startAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7470 /force-app/main/default/classes/MetadataService.cls 9638 20 9638 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 'startAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7472 /force-app/main/default/classes/MetadataService.cls 9639 20 9639 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7471 /force-app/main/default/classes/MetadataService.cls 9639 20 9639 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7473 /force-app/main/default/classes/MetadataService.cls 9640 20 9640 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7472 /force-app/main/default/classes/MetadataService.cls 9640 20 9640 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7474 /force-app/main/default/classes/MetadataService.cls 9642 9 9667 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7473 /force-app/main/default/classes/MetadataService.cls 9642 9 9667 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7475 /force-app/main/default/classes/MetadataService.cls 9642 9 9667 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7474 /force-app/main/default/classes/MetadataService.cls 9642 9 9667 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7476 /force-app/main/default/classes/MetadataService.cls 9645 20 9645 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7475 /force-app/main/default/classes/MetadataService.cls 9645 20 9645 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7477 /force-app/main/default/classes/MetadataService.cls 9648 20 9648 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7476 /force-app/main/default/classes/MetadataService.cls 9648 20 9648 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7478 /force-app/main/default/classes/MetadataService.cls 9649 20 9649 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7477 /force-app/main/default/classes/MetadataService.cls 9649 20 9649 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7479 /force-app/main/default/classes/MetadataService.cls 9653 20 9653 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7478 /force-app/main/default/classes/MetadataService.cls 9653 20 9653 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7480 /force-app/main/default/classes/MetadataService.cls 9654 20 9654 130 pmd 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]*'
7479 /force-app/main/default/classes/MetadataService.cls 9654 20 9654 130 pmd 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]*'
7481 /force-app/main/default/classes/MetadataService.cls 9655 20 9655 130 pmd 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]*'
7480 /force-app/main/default/classes/MetadataService.cls 9655 20 9655 130 pmd 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]*'
7482 /force-app/main/default/classes/MetadataService.cls 9660 20 9660 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7481 /force-app/main/default/classes/MetadataService.cls 9660 20 9660 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7483 /force-app/main/default/classes/MetadataService.cls 9661 20 9661 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7482 /force-app/main/default/classes/MetadataService.cls 9661 20 9661 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7484 /force-app/main/default/classes/MetadataService.cls 9662 20 9662 140 pmd 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]*'
7483 /force-app/main/default/classes/MetadataService.cls 9662 20 9662 140 pmd 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]*'
7485 /force-app/main/default/classes/MetadataService.cls 9663 20 9663 133 pmd 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]*'
7484 /force-app/main/default/classes/MetadataService.cls 9663 20 9663 133 pmd 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]*'
7486 /force-app/main/default/classes/MetadataService.cls 9664 20 9664 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7485 /force-app/main/default/classes/MetadataService.cls 9664 20 9664 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7487 /force-app/main/default/classes/MetadataService.cls 9665 20 9665 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7486 /force-app/main/default/classes/MetadataService.cls 9665 20 9665 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7488 /force-app/main/default/classes/MetadataService.cls 9666 20 9666 208 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7487 /force-app/main/default/classes/MetadataService.cls 9666 20 9666 208 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7489 /force-app/main/default/classes/MetadataService.cls 9668 9 9677 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7488 /force-app/main/default/classes/MetadataService.cls 9668 9 9677 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7490 /force-app/main/default/classes/MetadataService.cls 9672 20 9672 130 pmd 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]*'
7489 /force-app/main/default/classes/MetadataService.cls 9672 20 9672 130 pmd 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]*'
7491 /force-app/main/default/classes/MetadataService.cls 9673 20 9673 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 'axisBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7490 /force-app/main/default/classes/MetadataService.cls 9673 20 9673 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 'axisBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7492 /force-app/main/default/classes/MetadataService.cls 9674 20 9674 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7491 /force-app/main/default/classes/MetadataService.cls 9674 20 9674 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7493 /force-app/main/default/classes/MetadataService.cls 9675 20 9675 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7492 /force-app/main/default/classes/MetadataService.cls 9675 20 9675 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7494 /force-app/main/default/classes/MetadataService.cls 9676 20 9676 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]*'
7493 /force-app/main/default/classes/MetadataService.cls 9676 20 9676 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]*'
7495 /force-app/main/default/classes/MetadataService.cls 9678 9 9689 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7494 /force-app/main/default/classes/MetadataService.cls 9678 9 9689 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7496 /force-app/main/default/classes/MetadataService.cls 9681 20 9681 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7495 /force-app/main/default/classes/MetadataService.cls 9681 20 9681 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7497 /force-app/main/default/classes/MetadataService.cls 9684 20 9684 128 pmd 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]*'
7496 /force-app/main/default/classes/MetadataService.cls 9684 20 9684 128 pmd 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]*'
7498 /force-app/main/default/classes/MetadataService.cls 9685 20 9685 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7497 /force-app/main/default/classes/MetadataService.cls 9685 20 9685 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7499 /force-app/main/default/classes/MetadataService.cls 9686 20 9686 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7498 /force-app/main/default/classes/MetadataService.cls 9686 20 9686 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7500 /force-app/main/default/classes/MetadataService.cls 9687 20 9687 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7499 /force-app/main/default/classes/MetadataService.cls 9687 20 9687 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7501 /force-app/main/default/classes/MetadataService.cls 9688 20 9688 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]*'
7500 /force-app/main/default/classes/MetadataService.cls 9688 20 9688 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]*'
7502 /force-app/main/default/classes/MetadataService.cls 9690 9 9707 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7501 /force-app/main/default/classes/MetadataService.cls 9690 9 9707 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7503 /force-app/main/default/classes/MetadataService.cls 9690 9 9707 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7502 /force-app/main/default/classes/MetadataService.cls 9690 9 9707 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7504 /force-app/main/default/classes/MetadataService.cls 9697 17 9697 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
7503 /force-app/main/default/classes/MetadataService.cls 9697 17 9697 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
7505 /force-app/main/default/classes/MetadataService.cls 9698 20 9698 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 'defaultListViewId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7504 /force-app/main/default/classes/MetadataService.cls 9698 20 9698 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 'defaultListViewId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7506 /force-app/main/default/classes/MetadataService.cls 9699 20 9699 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7505 /force-app/main/default/classes/MetadataService.cls 9699 20 9699 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7507 /force-app/main/default/classes/MetadataService.cls 9700 20 9700 128 pmd 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]*'
7506 /force-app/main/default/classes/MetadataService.cls 9700 20 9700 128 pmd 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]*'
7508 /force-app/main/default/classes/MetadataService.cls 9701 20 9701 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 'publiclyAvailable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7507 /force-app/main/default/classes/MetadataService.cls 9701 20 9701 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 'publiclyAvailable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7509 /force-app/main/default/classes/MetadataService.cls 9702 20 9702 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7508 /force-app/main/default/classes/MetadataService.cls 9702 20 9702 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7510 /force-app/main/default/classes/MetadataService.cls 9703 20 9703 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 'targetPreference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7509 /force-app/main/default/classes/MetadataService.cls 9703 20 9703 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 'targetPreference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7511 /force-app/main/default/classes/MetadataService.cls 9704 20 9704 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7510 /force-app/main/default/classes/MetadataService.cls 9704 20 9704 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7512 /force-app/main/default/classes/MetadataService.cls 9705 20 9705 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7511 /force-app/main/default/classes/MetadataService.cls 9705 20 9705 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7513 /force-app/main/default/classes/MetadataService.cls 9706 20 9706 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]*'
7512 /force-app/main/default/classes/MetadataService.cls 9706 20 9706 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]*'
7514 /force-app/main/default/classes/MetadataService.cls 9708 9 9715 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7513 /force-app/main/default/classes/MetadataService.cls 9708 9 9715 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7515 /force-app/main/default/classes/MetadataService.cls 9708 9 9715 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkRetrieveStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7514 /force-app/main/default/classes/MetadataService.cls 9708 9 9715 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkRetrieveStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7516 /force-app/main/default/classes/MetadataService.cls 9711 20 9711 140 pmd 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]*'
7515 /force-app/main/default/classes/MetadataService.cls 9711 20 9711 140 pmd 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]*'
7517 /force-app/main/default/classes/MetadataService.cls 9712 20 9712 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 'includeZip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7516 /force-app/main/default/classes/MetadataService.cls 9712 20 9712 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 'includeZip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7518 /force-app/main/default/classes/MetadataService.cls 9713 20 9713 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7517 /force-app/main/default/classes/MetadataService.cls 9713 20 9713 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7519 /force-app/main/default/classes/MetadataService.cls 9714 20 9714 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]*'
7518 /force-app/main/default/classes/MetadataService.cls 9714 20 9714 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]*'
7520 /force-app/main/default/classes/MetadataService.cls 9716 9 9735 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7519 /force-app/main/default/classes/MetadataService.cls 9716 9 9735 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7521 /force-app/main/default/classes/MetadataService.cls 9716 9 9735 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7520 /force-app/main/default/classes/MetadataService.cls 9716 9 9735 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7522 /force-app/main/default/classes/MetadataService.cls 9725 20 9725 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7521 /force-app/main/default/classes/MetadataService.cls 9725 20 9725 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7523 /force-app/main/default/classes/MetadataService.cls 9726 20 9726 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7522 /force-app/main/default/classes/MetadataService.cls 9726 20 9726 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7524 /force-app/main/default/classes/MetadataService.cls 9727 20 9727 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7523 /force-app/main/default/classes/MetadataService.cls 9727 20 9727 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7525 /force-app/main/default/classes/MetadataService.cls 9728 20 9728 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7524 /force-app/main/default/classes/MetadataService.cls 9728 20 9728 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7526 /force-app/main/default/classes/MetadataService.cls 9729 20 9729 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 'orgDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7525 /force-app/main/default/classes/MetadataService.cls 9729 20 9729 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 'orgDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7527 /force-app/main/default/classes/MetadataService.cls 9730 20 9730 128 pmd 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]*'
7526 /force-app/main/default/classes/MetadataService.cls 9730 20 9730 128 pmd 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]*'
7528 /force-app/main/default/classes/MetadataService.cls 9731 20 9731 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 'states_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7527 /force-app/main/default/classes/MetadataService.cls 9731 20 9731 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 'states_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7529 /force-app/main/default/classes/MetadataService.cls 9732 20 9732 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7528 /force-app/main/default/classes/MetadataService.cls 9732 20 9732 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7530 /force-app/main/default/classes/MetadataService.cls 9733 20 9733 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7529 /force-app/main/default/classes/MetadataService.cls 9733 20 9733 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7531 /force-app/main/default/classes/MetadataService.cls 9734 20 9734 146 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7530 /force-app/main/default/classes/MetadataService.cls 9734 20 9734 146 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7532 /force-app/main/default/classes/MetadataService.cls 9736 9 9741 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7531 /force-app/main/default/classes/MetadataService.cls 9736 9 9741 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7533 /force-app/main/default/classes/MetadataService.cls 9737 19 9737 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
7532 /force-app/main/default/classes/MetadataService.cls 9737 19 9737 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
7534 /force-app/main/default/classes/MetadataService.cls 9738 20 9738 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7533 /force-app/main/default/classes/MetadataService.cls 9738 20 9738 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7535 /force-app/main/default/classes/MetadataService.cls 9739 20 9739 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7534 /force-app/main/default/classes/MetadataService.cls 9739 20 9739 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7536 /force-app/main/default/classes/MetadataService.cls 9740 20 9740 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7535 /force-app/main/default/classes/MetadataService.cls 9740 20 9740 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7537 /force-app/main/default/classes/MetadataService.cls 9742 9 9769 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7536 /force-app/main/default/classes/MetadataService.cls 9742 9 9769 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7538 /force-app/main/default/classes/MetadataService.cls 9742 9 9769 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7537 /force-app/main/default/classes/MetadataService.cls 9742 9 9769 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7539 /force-app/main/default/classes/MetadataService.cls 9745 20 9745 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7538 /force-app/main/default/classes/MetadataService.cls 9745 20 9745 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7540 /force-app/main/default/classes/MetadataService.cls 9756 20 9756 140 pmd 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]*'
7539 /force-app/main/default/classes/MetadataService.cls 9756 20 9756 140 pmd 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]*'
7541 /force-app/main/default/classes/MetadataService.cls 9757 20 9757 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7540 /force-app/main/default/classes/MetadataService.cls 9757 20 9757 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7542 /force-app/main/default/classes/MetadataService.cls 9758 20 9758 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7541 /force-app/main/default/classes/MetadataService.cls 9758 20 9758 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7543 /force-app/main/default/classes/MetadataService.cls 9759 20 9759 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7542 /force-app/main/default/classes/MetadataService.cls 9759 20 9759 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7544 /force-app/main/default/classes/MetadataService.cls 9760 20 9760 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 'packageType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7543 /force-app/main/default/classes/MetadataService.cls 9760 20 9760 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 'packageType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7545 /force-app/main/default/classes/MetadataService.cls 9761 20 9761 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 'postInstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7544 /force-app/main/default/classes/MetadataService.cls 9761 20 9761 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 'postInstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7546 /force-app/main/default/classes/MetadataService.cls 9762 20 9762 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 'setupWeblink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7545 /force-app/main/default/classes/MetadataService.cls 9762 20 9762 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 'setupWeblink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7547 /force-app/main/default/classes/MetadataService.cls 9763 20 9763 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'types_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7546 /force-app/main/default/classes/MetadataService.cls 9763 20 9763 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'types_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7548 /force-app/main/default/classes/MetadataService.cls 9764 20 9764 140 pmd 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]*'
7547 /force-app/main/default/classes/MetadataService.cls 9764 20 9764 140 pmd 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]*'
7549 /force-app/main/default/classes/MetadataService.cls 9765 20 9765 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7548 /force-app/main/default/classes/MetadataService.cls 9765 20 9765 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7550 /force-app/main/default/classes/MetadataService.cls 9766 20 9766 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7549 /force-app/main/default/classes/MetadataService.cls 9766 20 9766 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7551 /force-app/main/default/classes/MetadataService.cls 9767 20 9767 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7550 /force-app/main/default/classes/MetadataService.cls 9767 20 9767 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7552 /force-app/main/default/classes/MetadataService.cls 9768 20 9768 221 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7551 /force-app/main/default/classes/MetadataService.cls 9768 20 9768 221 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7553 /force-app/main/default/classes/MetadataService.cls 9770 9 9777 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7552 /force-app/main/default/classes/MetadataService.cls 9770 9 9777 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7554 /force-app/main/default/classes/MetadataService.cls 9773 20 9773 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7553 /force-app/main/default/classes/MetadataService.cls 9773 20 9773 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7555 /force-app/main/default/classes/MetadataService.cls 9774 20 9774 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7554 /force-app/main/default/classes/MetadataService.cls 9774 20 9774 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7556 /force-app/main/default/classes/MetadataService.cls 9775 20 9775 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7555 /force-app/main/default/classes/MetadataService.cls 9775 20 9775 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7557 /force-app/main/default/classes/MetadataService.cls 9776 20 9776 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7556 /force-app/main/default/classes/MetadataService.cls 9776 20 9776 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7558 /force-app/main/default/classes/MetadataService.cls 9778 9 9785 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7557 /force-app/main/default/classes/MetadataService.cls 9778 9 9785 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7559 /force-app/main/default/classes/MetadataService.cls 9781 20 9781 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7558 /force-app/main/default/classes/MetadataService.cls 9781 20 9781 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7560 /force-app/main/default/classes/MetadataService.cls 9782 20 9782 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7559 /force-app/main/default/classes/MetadataService.cls 9782 20 9782 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7561 /force-app/main/default/classes/MetadataService.cls 9783 20 9783 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7560 /force-app/main/default/classes/MetadataService.cls 9783 20 9783 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7562 /force-app/main/default/classes/MetadataService.cls 9784 20 9784 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7561 /force-app/main/default/classes/MetadataService.cls 9784 20 9784 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7563 /force-app/main/default/classes/MetadataService.cls 9786 9 9795 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7562 /force-app/main/default/classes/MetadataService.cls 9786 9 9795 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7564 /force-app/main/default/classes/MetadataService.cls 9789 17 9789 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
7563 /force-app/main/default/classes/MetadataService.cls 9789 17 9789 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
7565 /force-app/main/default/classes/MetadataService.cls 9790 20 9790 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7564 /force-app/main/default/classes/MetadataService.cls 9790 20 9790 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7566 /force-app/main/default/classes/MetadataService.cls 9791 20 9791 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7565 /force-app/main/default/classes/MetadataService.cls 9791 20 9791 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7567 /force-app/main/default/classes/MetadataService.cls 9792 20 9792 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7566 /force-app/main/default/classes/MetadataService.cls 9792 20 9792 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7568 /force-app/main/default/classes/MetadataService.cls 9793 20 9793 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7567 /force-app/main/default/classes/MetadataService.cls 9793 20 9793 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7569 /force-app/main/default/classes/MetadataService.cls 9794 20 9794 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7568 /force-app/main/default/classes/MetadataService.cls 9794 20 9794 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7570 /force-app/main/default/classes/MetadataService.cls 9796 9 9809 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7569 /force-app/main/default/classes/MetadataService.cls 9796 9 9809 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7571 /force-app/main/default/classes/MetadataService.cls 9799 20 9799 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7570 /force-app/main/default/classes/MetadataService.cls 9799 20 9799 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7572 /force-app/main/default/classes/MetadataService.cls 9803 20 9803 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 'leftValueReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7571 /force-app/main/default/classes/MetadataService.cls 9803 20 9803 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 'leftValueReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7573 /force-app/main/default/classes/MetadataService.cls 9804 20 9804 128 pmd 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]*'
7572 /force-app/main/default/classes/MetadataService.cls 9804 20 9804 128 pmd 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]*'
7574 /force-app/main/default/classes/MetadataService.cls 9805 20 9805 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7573 /force-app/main/default/classes/MetadataService.cls 9805 20 9805 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7575 /force-app/main/default/classes/MetadataService.cls 9806 20 9806 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7574 /force-app/main/default/classes/MetadataService.cls 9806 20 9806 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7576 /force-app/main/default/classes/MetadataService.cls 9807 20 9807 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7575 /force-app/main/default/classes/MetadataService.cls 9807 20 9807 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7577 /force-app/main/default/classes/MetadataService.cls 9808 20 9808 127 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7576 /force-app/main/default/classes/MetadataService.cls 9808 20 9808 127 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7578 /force-app/main/default/classes/MetadataService.cls 9810 9 9819 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7577 /force-app/main/default/classes/MetadataService.cls 9810 9 9819 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7579 /force-app/main/default/classes/MetadataService.cls 9814 20 9814 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'items_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7578 /force-app/main/default/classes/MetadataService.cls 9814 20 9814 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'items_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7580 /force-app/main/default/classes/MetadataService.cls 9815 20 9815 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7579 /force-app/main/default/classes/MetadataService.cls 9815 20 9815 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7581 /force-app/main/default/classes/MetadataService.cls 9816 20 9816 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7580 /force-app/main/default/classes/MetadataService.cls 9816 20 9816 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7582 /force-app/main/default/classes/MetadataService.cls 9817 20 9817 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7581 /force-app/main/default/classes/MetadataService.cls 9817 20 9817 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7583 /force-app/main/default/classes/MetadataService.cls 9818 20 9818 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]*'
7582 /force-app/main/default/classes/MetadataService.cls 9818 20 9818 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]*'
7584 /force-app/main/default/classes/MetadataService.cls 9820 9 9837 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7583 /force-app/main/default/classes/MetadataService.cls 9820 9 9837 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7585 /force-app/main/default/classes/MetadataService.cls 9820 9 9837 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7584 /force-app/main/default/classes/MetadataService.cls 9820 9 9837 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7586 /force-app/main/default/classes/MetadataService.cls 9823 20 9823 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7585 /force-app/main/default/classes/MetadataService.cls 9823 20 9823 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7587 /force-app/main/default/classes/MetadataService.cls 9825 20 9825 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7586 /force-app/main/default/classes/MetadataService.cls 9825 20 9825 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7588 /force-app/main/default/classes/MetadataService.cls 9830 20 9830 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7587 /force-app/main/default/classes/MetadataService.cls 9830 20 9830 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7589 /force-app/main/default/classes/MetadataService.cls 9831 20 9831 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7588 /force-app/main/default/classes/MetadataService.cls 9831 20 9831 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7590 /force-app/main/default/classes/MetadataService.cls 9832 20 9832 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7589 /force-app/main/default/classes/MetadataService.cls 9832 20 9832 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7591 /force-app/main/default/classes/MetadataService.cls 9833 20 9833 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7590 /force-app/main/default/classes/MetadataService.cls 9833 20 9833 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7592 /force-app/main/default/classes/MetadataService.cls 9834 20 9834 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7591 /force-app/main/default/classes/MetadataService.cls 9834 20 9834 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7593 /force-app/main/default/classes/MetadataService.cls 9835 20 9835 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7592 /force-app/main/default/classes/MetadataService.cls 9835 20 9835 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7594 /force-app/main/default/classes/MetadataService.cls 9836 20 9836 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]*'
7593 /force-app/main/default/classes/MetadataService.cls 9836 20 9836 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]*'
7595 /force-app/main/default/classes/MetadataService.cls 9838 9 9913 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7594 /force-app/main/default/classes/MetadataService.cls 9838 9 9913 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7596 /force-app/main/default/classes/MetadataService.cls 9838 9 9913 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomApplication has 36 public methods, attributes, and properties (limit: 20)
7595 /force-app/main/default/classes/MetadataService.cls 9838 9 9913 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomApplication has 36 public methods, attributes, and properties (limit: 20)
7597 /force-app/main/default/classes/MetadataService.cls 9838 9 9913 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7596 /force-app/main/default/classes/MetadataService.cls 9838 9 9913 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7598 /force-app/main/default/classes/MetadataService.cls 9841 20 9841 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7597 /force-app/main/default/classes/MetadataService.cls 9841 20 9841 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7599 /force-app/main/default/classes/MetadataService.cls 9876 20 9876 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7598 /force-app/main/default/classes/MetadataService.cls 9876 20 9876 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7600 /force-app/main/default/classes/MetadataService.cls 9877 20 9877 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 'brand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7599 /force-app/main/default/classes/MetadataService.cls 9877 20 9877 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 'brand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7601 /force-app/main/default/classes/MetadataService.cls 9878 20 9878 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 'customApplicationComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7600 /force-app/main/default/classes/MetadataService.cls 9878 20 9878 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 'customApplicationComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7602 /force-app/main/default/classes/MetadataService.cls 9879 20 9879 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 'defaultLandingTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7601 /force-app/main/default/classes/MetadataService.cls 9879 20 9879 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 'defaultLandingTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7603 /force-app/main/default/classes/MetadataService.cls 9880 20 9880 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7602 /force-app/main/default/classes/MetadataService.cls 9880 20 9880 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7604 /force-app/main/default/classes/MetadataService.cls 9881 20 9881 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 'detailPageRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7603 /force-app/main/default/classes/MetadataService.cls 9881 20 9881 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 'detailPageRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7605 /force-app/main/default/classes/MetadataService.cls 9882 20 9882 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 'domainWhitelist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7604 /force-app/main/default/classes/MetadataService.cls 9882 20 9882 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 'domainWhitelist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7606 /force-app/main/default/classes/MetadataService.cls 9883 20 9883 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 'enableCustomizeMyTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7605 /force-app/main/default/classes/MetadataService.cls 9883 20 9883 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 'enableCustomizeMyTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7607 /force-app/main/default/classes/MetadataService.cls 9884 20 9884 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 'enableKeyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7606 /force-app/main/default/classes/MetadataService.cls 9884 20 9884 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 'enableKeyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7608 /force-app/main/default/classes/MetadataService.cls 9885 20 9885 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 'enableListViewHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7607 /force-app/main/default/classes/MetadataService.cls 9885 20 9885 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 'enableListViewHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7609 /force-app/main/default/classes/MetadataService.cls 9886 20 9886 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 'enableListViewReskin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7608 /force-app/main/default/classes/MetadataService.cls 9886 20 9886 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 'enableListViewReskin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7610 /force-app/main/default/classes/MetadataService.cls 9887 20 9887 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 'enableMultiMonitorComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7609 /force-app/main/default/classes/MetadataService.cls 9887 20 9887 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 'enableMultiMonitorComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7611 /force-app/main/default/classes/MetadataService.cls 9888 20 9888 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 'enablePinTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7610 /force-app/main/default/classes/MetadataService.cls 9888 20 9888 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 'enablePinTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7612 /force-app/main/default/classes/MetadataService.cls 9889 20 9889 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'enableTabHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7611 /force-app/main/default/classes/MetadataService.cls 9889 20 9889 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'enableTabHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7613 /force-app/main/default/classes/MetadataService.cls 9890 20 9890 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 'enableTabLimits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7612 /force-app/main/default/classes/MetadataService.cls 9890 20 9890 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 'enableTabLimits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7614 /force-app/main/default/classes/MetadataService.cls 9891 20 9891 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 'footerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7613 /force-app/main/default/classes/MetadataService.cls 9891 20 9891 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 'footerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7615 /force-app/main/default/classes/MetadataService.cls 9892 20 9892 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 'formFactors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7614 /force-app/main/default/classes/MetadataService.cls 9892 20 9892 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 'formFactors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7616 /force-app/main/default/classes/MetadataService.cls 9893 20 9893 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 'headerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7615 /force-app/main/default/classes/MetadataService.cls 9893 20 9893 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 'headerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7617 /force-app/main/default/classes/MetadataService.cls 9894 20 9894 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 'isServiceCloudConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7616 /force-app/main/default/classes/MetadataService.cls 9894 20 9894 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 'isServiceCloudConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7618 /force-app/main/default/classes/MetadataService.cls 9895 20 9895 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 'keyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7617 /force-app/main/default/classes/MetadataService.cls 9895 20 9895 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 'keyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7619 /force-app/main/default/classes/MetadataService.cls 9896 20 9896 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7618 /force-app/main/default/classes/MetadataService.cls 9896 20 9896 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7620 /force-app/main/default/classes/MetadataService.cls 9897 20 9897 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 'listPlacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7619 /force-app/main/default/classes/MetadataService.cls 9897 20 9897 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 'listPlacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7621 /force-app/main/default/classes/MetadataService.cls 9898 20 9898 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 'listRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7620 /force-app/main/default/classes/MetadataService.cls 9898 20 9898 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 'listRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7622 /force-app/main/default/classes/MetadataService.cls 9899 20 9899 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 'liveAgentConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7621 /force-app/main/default/classes/MetadataService.cls 9899 20 9899 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 'liveAgentConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7623 /force-app/main/default/classes/MetadataService.cls 9900 20 9900 120 pmd 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]*'
7622 /force-app/main/default/classes/MetadataService.cls 9900 20 9900 120 pmd 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]*'
7624 /force-app/main/default/classes/MetadataService.cls 9901 20 9901 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 'navType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7623 /force-app/main/default/classes/MetadataService.cls 9901 20 9901 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 'navType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7625 /force-app/main/default/classes/MetadataService.cls 9902 20 9902 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 'primaryTabColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7624 /force-app/main/default/classes/MetadataService.cls 9902 20 9902 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 'primaryTabColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7626 /force-app/main/default/classes/MetadataService.cls 9903 20 9903 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 'pushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7625 /force-app/main/default/classes/MetadataService.cls 9903 20 9903 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 'pushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7627 /force-app/main/default/classes/MetadataService.cls 9904 20 9904 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 'saveUserSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7626 /force-app/main/default/classes/MetadataService.cls 9904 20 9904 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 'saveUserSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7628 /force-app/main/default/classes/MetadataService.cls 9905 20 9905 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7627 /force-app/main/default/classes/MetadataService.cls 9905 20 9905 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7629 /force-app/main/default/classes/MetadataService.cls 9906 20 9906 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'tabLimitConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7628 /force-app/main/default/classes/MetadataService.cls 9906 20 9906 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'tabLimitConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7630 /force-app/main/default/classes/MetadataService.cls 9907 20 9907 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 'uiType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7629 /force-app/main/default/classes/MetadataService.cls 9907 20 9907 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 'uiType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7631 /force-app/main/default/classes/MetadataService.cls 9908 20 9908 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 'utilityBar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7630 /force-app/main/default/classes/MetadataService.cls 9908 20 9908 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 'utilityBar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7632 /force-app/main/default/classes/MetadataService.cls 9909 20 9909 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 'workspaceMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7631 /force-app/main/default/classes/MetadataService.cls 9909 20 9909 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 'workspaceMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7633 /force-app/main/default/classes/MetadataService.cls 9910 20 9910 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7632 /force-app/main/default/classes/MetadataService.cls 9910 20 9910 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7634 /force-app/main/default/classes/MetadataService.cls 9911 20 9911 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7633 /force-app/main/default/classes/MetadataService.cls 9911 20 9911 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7635 /force-app/main/default/classes/MetadataService.cls 9912 20 9912 667 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7634 /force-app/main/default/classes/MetadataService.cls 9912 20 9912 667 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7636 /force-app/main/default/classes/MetadataService.cls 9914 9 9925 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7635 /force-app/main/default/classes/MetadataService.cls 9914 9 9925 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7637 /force-app/main/default/classes/MetadataService.cls 9919 20 9919 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 'metadataObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7636 /force-app/main/default/classes/MetadataService.cls 9919 20 9919 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 'metadataObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7638 /force-app/main/default/classes/MetadataService.cls 9920 20 9920 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 'organizationNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7637 /force-app/main/default/classes/MetadataService.cls 9920 20 9920 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 'organizationNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7639 /force-app/main/default/classes/MetadataService.cls 9921 20 9921 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 'partialSaveAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7638 /force-app/main/default/classes/MetadataService.cls 9921 20 9921 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 'partialSaveAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7640 /force-app/main/default/classes/MetadataService.cls 9922 20 9922 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 'testRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7639 /force-app/main/default/classes/MetadataService.cls 9922 20 9922 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 'testRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7641 /force-app/main/default/classes/MetadataService.cls 9923 20 9923 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7640 /force-app/main/default/classes/MetadataService.cls 9923 20 9923 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7642 /force-app/main/default/classes/MetadataService.cls 9924 20 9924 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]*'
7641 /force-app/main/default/classes/MetadataService.cls 9924 20 9924 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]*'
7643 /force-app/main/default/classes/MetadataService.cls 9926 9 9933 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7642 /force-app/main/default/classes/MetadataService.cls 9926 9 9933 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7644 /force-app/main/default/classes/MetadataService.cls 9929 20 9929 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 'allowOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7643 /force-app/main/default/classes/MetadataService.cls 9929 20 9929 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 'allowOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7645 /force-app/main/default/classes/MetadataService.cls 9930 20 9930 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 'opportunityCreationOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7644 /force-app/main/default/classes/MetadataService.cls 9930 20 9930 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 'opportunityCreationOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7646 /force-app/main/default/classes/MetadataService.cls 9931 20 9931 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7645 /force-app/main/default/classes/MetadataService.cls 9931 20 9931 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7647 /force-app/main/default/classes/MetadataService.cls 9932 20 9932 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7646 /force-app/main/default/classes/MetadataService.cls 9932 20 9932 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7648 /force-app/main/default/classes/MetadataService.cls 9934 9 9941 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7647 /force-app/main/default/classes/MetadataService.cls 9934 9 9941 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7649 /force-app/main/default/classes/MetadataService.cls 9937 20 9937 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7648 /force-app/main/default/classes/MetadataService.cls 9937 20 9937 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7650 /force-app/main/default/classes/MetadataService.cls 9938 20 9938 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7649 /force-app/main/default/classes/MetadataService.cls 9938 20 9938 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7651 /force-app/main/default/classes/MetadataService.cls 9939 20 9939 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7650 /force-app/main/default/classes/MetadataService.cls 9939 20 9939 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7652 /force-app/main/default/classes/MetadataService.cls 9940 20 9940 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7651 /force-app/main/default/classes/MetadataService.cls 9940 20 9940 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7653 /force-app/main/default/classes/MetadataService.cls 9942 9 9965 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7652 /force-app/main/default/classes/MetadataService.cls 9942 9 9965 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7654 /force-app/main/default/classes/MetadataService.cls 9942 9 9965 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7653 /force-app/main/default/classes/MetadataService.cls 9942 9 9965 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7655 /force-app/main/default/classes/MetadataService.cls 9945 20 9945 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7654 /force-app/main/default/classes/MetadataService.cls 9945 20 9945 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7656 /force-app/main/default/classes/MetadataService.cls 9951 45 9951 51 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'join_x' doesn't match '[a-z][a-zA-Z0-9]*'
7655 /force-app/main/default/classes/MetadataService.cls 9951 45 9951 51 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'join_x' doesn't match '[a-z][a-zA-Z0-9]*'
7657 /force-app/main/default/classes/MetadataService.cls 9954 20 9954 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 'autogenerated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7656 /force-app/main/default/classes/MetadataService.cls 9954 20 9954 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 'autogenerated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7658 /force-app/main/default/classes/MetadataService.cls 9955 20 9955 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 'baseObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7657 /force-app/main/default/classes/MetadataService.cls 9955 20 9955 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 'baseObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7659 /force-app/main/default/classes/MetadataService.cls 9956 20 9956 128 pmd 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]*'
7658 /force-app/main/default/classes/MetadataService.cls 9956 20 9956 128 pmd 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]*'
7660 /force-app/main/default/classes/MetadataService.cls 9957 20 9957 128 pmd 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]*'
7659 /force-app/main/default/classes/MetadataService.cls 9957 20 9957 128 pmd 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]*'
7661 /force-app/main/default/classes/MetadataService.cls 9958 20 9958 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7660 /force-app/main/default/classes/MetadataService.cls 9958 20 9958 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7662 /force-app/main/default/classes/MetadataService.cls 9959 20 9959 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7661 /force-app/main/default/classes/MetadataService.cls 9959 20 9959 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7663 /force-app/main/default/classes/MetadataService.cls 9960 20 9960 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7662 /force-app/main/default/classes/MetadataService.cls 9960 20 9960 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7664 /force-app/main/default/classes/MetadataService.cls 9961 20 9961 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7663 /force-app/main/default/classes/MetadataService.cls 9961 20 9961 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7665 /force-app/main/default/classes/MetadataService.cls 9962 20 9962 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7664 /force-app/main/default/classes/MetadataService.cls 9962 20 9962 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7666 /force-app/main/default/classes/MetadataService.cls 9963 20 9963 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7665 /force-app/main/default/classes/MetadataService.cls 9963 20 9963 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7667 /force-app/main/default/classes/MetadataService.cls 9964 20 9964 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]*'
7666 /force-app/main/default/classes/MetadataService.cls 9964 20 9964 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]*'
7668 /force-app/main/default/classes/MetadataService.cls 9966 9 9971 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7667 /force-app/main/default/classes/MetadataService.cls 9966 9 9971 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7669 /force-app/main/default/classes/MetadataService.cls 9966 9 9971 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7668 /force-app/main/default/classes/MetadataService.cls 9966 9 9971 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7670 /force-app/main/default/classes/MetadataService.cls 9968 20 9968 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7669 /force-app/main/default/classes/MetadataService.cls 9968 20 9968 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7671 /force-app/main/default/classes/MetadataService.cls 9969 20 9969 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7670 /force-app/main/default/classes/MetadataService.cls 9969 20 9969 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7672 /force-app/main/default/classes/MetadataService.cls 9970 20 9970 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7671 /force-app/main/default/classes/MetadataService.cls 9970 20 9970 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7673 /force-app/main/default/classes/MetadataService.cls 9972 9 9983 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7672 /force-app/main/default/classes/MetadataService.cls 9972 9 9983 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7674 /force-app/main/default/classes/MetadataService.cls 9976 17 9976 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
7673 /force-app/main/default/classes/MetadataService.cls 9976 17 9976 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
7675 /force-app/main/default/classes/MetadataService.cls 9977 20 9977 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7674 /force-app/main/default/classes/MetadataService.cls 9977 20 9977 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7676 /force-app/main/default/classes/MetadataService.cls 9978 20 9978 120 pmd 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]*'
7675 /force-app/main/default/classes/MetadataService.cls 9978 20 9978 120 pmd 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]*'
7677 /force-app/main/default/classes/MetadataService.cls 9979 20 9979 138 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numExecutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7676 /force-app/main/default/classes/MetadataService.cls 9979 20 9979 138 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numExecutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7678 /force-app/main/default/classes/MetadataService.cls 9980 20 9980 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7677 /force-app/main/default/classes/MetadataService.cls 9980 20 9980 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7679 /force-app/main/default/classes/MetadataService.cls 9981 20 9981 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7678 /force-app/main/default/classes/MetadataService.cls 9981 20 9981 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7680 /force-app/main/default/classes/MetadataService.cls 9982 20 9982 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]*'
7679 /force-app/main/default/classes/MetadataService.cls 9982 20 9982 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]*'
7681 /force-app/main/default/classes/MetadataService.cls 9984 9 9989 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7680 /force-app/main/default/classes/MetadataService.cls 9984 9 9989 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7682 /force-app/main/default/classes/MetadataService.cls 9986 20 9986 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 'keyword_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7681 /force-app/main/default/classes/MetadataService.cls 9986 20 9986 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 'keyword_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7683 /force-app/main/default/classes/MetadataService.cls 9987 20 9987 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7682 /force-app/main/default/classes/MetadataService.cls 9987 20 9987 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7684 /force-app/main/default/classes/MetadataService.cls 9988 20 9988 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7683 /force-app/main/default/classes/MetadataService.cls 9988 20 9988 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7685 /force-app/main/default/classes/MetadataService.cls 9990 9 9997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7684 /force-app/main/default/classes/MetadataService.cls 9990 9 9997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7686 /force-app/main/default/classes/MetadataService.cls 9993 20 9993 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7685 /force-app/main/default/classes/MetadataService.cls 9993 20 9993 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7687 /force-app/main/default/classes/MetadataService.cls 9994 20 9994 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7686 /force-app/main/default/classes/MetadataService.cls 9994 20 9994 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7688 /force-app/main/default/classes/MetadataService.cls 9995 20 9995 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7687 /force-app/main/default/classes/MetadataService.cls 9995 20 9995 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7689 /force-app/main/default/classes/MetadataService.cls 9996 20 9996 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]*'
7688 /force-app/main/default/classes/MetadataService.cls 9996 20 9996 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]*'
7690 /force-app/main/default/classes/MetadataService.cls 9998 9 10003 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7689 /force-app/main/default/classes/MetadataService.cls 9998 9 10003 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7691 /force-app/main/default/classes/MetadataService.cls 10000 20 10000 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7690 /force-app/main/default/classes/MetadataService.cls 10000 20 10000 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7692 /force-app/main/default/classes/MetadataService.cls 10001 20 10001 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7691 /force-app/main/default/classes/MetadataService.cls 10001 20 10001 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7693 /force-app/main/default/classes/MetadataService.cls 10002 20 10002 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]*'
7692 /force-app/main/default/classes/MetadataService.cls 10002 20 10002 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]*'
7694 /force-app/main/default/classes/MetadataService.cls 10004 9 10011 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7693 /force-app/main/default/classes/MetadataService.cls 10004 9 10011 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7695 /force-app/main/default/classes/MetadataService.cls 10007 20 10007 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7694 /force-app/main/default/classes/MetadataService.cls 10007 20 10007 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7696 /force-app/main/default/classes/MetadataService.cls 10008 20 10008 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7695 /force-app/main/default/classes/MetadataService.cls 10008 20 10008 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7697 /force-app/main/default/classes/MetadataService.cls 10009 20 10009 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7696 /force-app/main/default/classes/MetadataService.cls 10009 20 10009 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7698 /force-app/main/default/classes/MetadataService.cls 10010 20 10010 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7697 /force-app/main/default/classes/MetadataService.cls 10010 20 10010 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7699 /force-app/main/default/classes/MetadataService.cls 10012 9 10031 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7698 /force-app/main/default/classes/MetadataService.cls 10012 9 10031 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7700 /force-app/main/default/classes/MetadataService.cls 10012 9 10031 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7699 /force-app/main/default/classes/MetadataService.cls 10012 9 10031 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7701 /force-app/main/default/classes/MetadataService.cls 10015 20 10015 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7700 /force-app/main/default/classes/MetadataService.cls 10015 20 10015 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7702 /force-app/main/default/classes/MetadataService.cls 10022 20 10022 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7701 /force-app/main/default/classes/MetadataService.cls 10022 20 10022 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7703 /force-app/main/default/classes/MetadataService.cls 10023 20 10023 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7702 /force-app/main/default/classes/MetadataService.cls 10023 20 10023 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7704 /force-app/main/default/classes/MetadataService.cls 10024 20 10024 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7703 /force-app/main/default/classes/MetadataService.cls 10024 20 10024 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7705 /force-app/main/default/classes/MetadataService.cls 10025 20 10025 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 'mayForecastManagerShare_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7704 /force-app/main/default/classes/MetadataService.cls 10025 20 10025 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 'mayForecastManagerShare_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7706 /force-app/main/default/classes/MetadataService.cls 10026 20 10026 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7705 /force-app/main/default/classes/MetadataService.cls 10026 20 10026 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7707 /force-app/main/default/classes/MetadataService.cls 10027 20 10027 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7706 /force-app/main/default/classes/MetadataService.cls 10027 20 10027 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7708 /force-app/main/default/classes/MetadataService.cls 10028 20 10028 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7707 /force-app/main/default/classes/MetadataService.cls 10028 20 10028 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7709 /force-app/main/default/classes/MetadataService.cls 10029 20 10029 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7708 /force-app/main/default/classes/MetadataService.cls 10029 20 10029 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7710 /force-app/main/default/classes/MetadataService.cls 10030 20 10030 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]*'
7709 /force-app/main/default/classes/MetadataService.cls 10030 20 10030 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]*'
7711 /force-app/main/default/classes/MetadataService.cls 10032 9 10043 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7710 /force-app/main/default/classes/MetadataService.cls 10032 9 10043 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7712 /force-app/main/default/classes/MetadataService.cls 10035 20 10035 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7711 /force-app/main/default/classes/MetadataService.cls 10035 20 10035 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7713 /force-app/main/default/classes/MetadataService.cls 10038 20 10038 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7712 /force-app/main/default/classes/MetadataService.cls 10038 20 10038 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7714 /force-app/main/default/classes/MetadataService.cls 10039 20 10039 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7713 /force-app/main/default/classes/MetadataService.cls 10039 20 10039 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7715 /force-app/main/default/classes/MetadataService.cls 10040 20 10040 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7714 /force-app/main/default/classes/MetadataService.cls 10040 20 10040 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7716 /force-app/main/default/classes/MetadataService.cls 10041 20 10041 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7715 /force-app/main/default/classes/MetadataService.cls 10041 20 10041 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7717 /force-app/main/default/classes/MetadataService.cls 10042 20 10042 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7716 /force-app/main/default/classes/MetadataService.cls 10042 20 10042 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7718 /force-app/main/default/classes/MetadataService.cls 10044 9 10049 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7717 /force-app/main/default/classes/MetadataService.cls 10044 9 10049 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7719 /force-app/main/default/classes/MetadataService.cls 10046 20 10046 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7718 /force-app/main/default/classes/MetadataService.cls 10046 20 10046 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7720 /force-app/main/default/classes/MetadataService.cls 10047 20 10047 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7719 /force-app/main/default/classes/MetadataService.cls 10047 20 10047 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7721 /force-app/main/default/classes/MetadataService.cls 10048 20 10048 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7720 /force-app/main/default/classes/MetadataService.cls 10048 20 10048 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7722 /force-app/main/default/classes/MetadataService.cls 10050 9 10065 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7721 /force-app/main/default/classes/MetadataService.cls 10050 9 10065 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7723 /force-app/main/default/classes/MetadataService.cls 10053 20 10053 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7722 /force-app/main/default/classes/MetadataService.cls 10053 20 10053 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7724 /force-app/main/default/classes/MetadataService.cls 10058 20 10058 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7723 /force-app/main/default/classes/MetadataService.cls 10058 20 10058 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7725 /force-app/main/default/classes/MetadataService.cls 10059 20 10059 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 'disableProtocolSecurity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7724 /force-app/main/default/classes/MetadataService.cls 10059 20 10059 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 'disableProtocolSecurity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7726 /force-app/main/default/classes/MetadataService.cls 10060 20 10060 128 pmd 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]*'
7725 /force-app/main/default/classes/MetadataService.cls 10060 20 10060 128 pmd 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]*'
7727 /force-app/main/default/classes/MetadataService.cls 10061 20 10061 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7726 /force-app/main/default/classes/MetadataService.cls 10061 20 10061 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7728 /force-app/main/default/classes/MetadataService.cls 10062 20 10062 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7727 /force-app/main/default/classes/MetadataService.cls 10062 20 10062 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7729 /force-app/main/default/classes/MetadataService.cls 10063 20 10063 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7728 /force-app/main/default/classes/MetadataService.cls 10063 20 10063 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7730 /force-app/main/default/classes/MetadataService.cls 10064 20 10064 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]*'
7729 /force-app/main/default/classes/MetadataService.cls 10064 20 10064 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]*'
7731 /force-app/main/default/classes/MetadataService.cls 10066 9 10079 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7730 /force-app/main/default/classes/MetadataService.cls 10066 9 10079 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7732 /force-app/main/default/classes/MetadataService.cls 10072 20 10072 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 'callbackUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7731 /force-app/main/default/classes/MetadataService.cls 10072 20 10072 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 'callbackUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7733 /force-app/main/default/classes/MetadataService.cls 10073 20 10073 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7732 /force-app/main/default/classes/MetadataService.cls 10073 20 10073 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7734 /force-app/main/default/classes/MetadataService.cls 10074 20 10074 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7733 /force-app/main/default/classes/MetadataService.cls 10074 20 10074 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7735 /force-app/main/default/classes/MetadataService.cls 10075 20 10075 140 pmd 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]*'
7734 /force-app/main/default/classes/MetadataService.cls 10075 20 10075 140 pmd 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]*'
7736 /force-app/main/default/classes/MetadataService.cls 10076 20 10076 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 'scopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7735 /force-app/main/default/classes/MetadataService.cls 10076 20 10076 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 'scopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7737 /force-app/main/default/classes/MetadataService.cls 10077 20 10077 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7736 /force-app/main/default/classes/MetadataService.cls 10077 20 10077 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7738 /force-app/main/default/classes/MetadataService.cls 10078 20 10078 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]*'
7737 /force-app/main/default/classes/MetadataService.cls 10078 20 10078 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]*'
7739 /force-app/main/default/classes/MetadataService.cls 10080 9 10091 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7738 /force-app/main/default/classes/MetadataService.cls 10080 9 10091 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7740 /force-app/main/default/classes/MetadataService.cls 10085 20 10085 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 'enhancedLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7739 /force-app/main/default/classes/MetadataService.cls 10085 20 10085 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 'enhancedLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7741 /force-app/main/default/classes/MetadataService.cls 10086 20 10086 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 'lookupAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7740 /force-app/main/default/classes/MetadataService.cls 10086 20 10086 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 'lookupAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7742 /force-app/main/default/classes/MetadataService.cls 10087 20 10087 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7741 /force-app/main/default/classes/MetadataService.cls 10087 20 10087 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7743 /force-app/main/default/classes/MetadataService.cls 10088 20 10088 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 'resultsPerPageCount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7742 /force-app/main/default/classes/MetadataService.cls 10088 20 10088 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 'resultsPerPageCount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7744 /force-app/main/default/classes/MetadataService.cls 10089 20 10089 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7743 /force-app/main/default/classes/MetadataService.cls 10089 20 10089 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7745 /force-app/main/default/classes/MetadataService.cls 10090 20 10090 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]*'
7744 /force-app/main/default/classes/MetadataService.cls 10090 20 10090 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]*'
7746 /force-app/main/default/classes/MetadataService.cls 10092 9 10103 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7745 /force-app/main/default/classes/MetadataService.cls 10092 9 10103 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7747 /force-app/main/default/classes/MetadataService.cls 10096 17 10096 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
7746 /force-app/main/default/classes/MetadataService.cls 10096 17 10096 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
7748 /force-app/main/default/classes/MetadataService.cls 10097 20 10097 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7747 /force-app/main/default/classes/MetadataService.cls 10097 20 10097 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7749 /force-app/main/default/classes/MetadataService.cls 10098 20 10098 120 pmd 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]*'
7748 /force-app/main/default/classes/MetadataService.cls 10098 20 10098 120 pmd 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]*'
7750 /force-app/main/default/classes/MetadataService.cls 10099 20 10099 120 pmd 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]*'
7749 /force-app/main/default/classes/MetadataService.cls 10099 20 10099 120 pmd 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]*'
7751 /force-app/main/default/classes/MetadataService.cls 10100 20 10100 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7750 /force-app/main/default/classes/MetadataService.cls 10100 20 10100 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7752 /force-app/main/default/classes/MetadataService.cls 10101 20 10101 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7751 /force-app/main/default/classes/MetadataService.cls 10101 20 10101 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7753 /force-app/main/default/classes/MetadataService.cls 10102 20 10102 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]*'
7752 /force-app/main/default/classes/MetadataService.cls 10102 20 10102 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]*'
7754 /force-app/main/default/classes/MetadataService.cls 10104 9 10111 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7753 /force-app/main/default/classes/MetadataService.cls 10104 9 10111 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7755 /force-app/main/default/classes/MetadataService.cls 10107 20 10107 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 'useApproverFieldOfRecordOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7754 /force-app/main/default/classes/MetadataService.cls 10107 20 10107 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 'useApproverFieldOfRecordOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7756 /force-app/main/default/classes/MetadataService.cls 10108 20 10108 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 'userHierarchyField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7755 /force-app/main/default/classes/MetadataService.cls 10108 20 10108 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 'userHierarchyField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7757 /force-app/main/default/classes/MetadataService.cls 10109 20 10109 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7756 /force-app/main/default/classes/MetadataService.cls 10109 20 10109 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7758 /force-app/main/default/classes/MetadataService.cls 10110 20 10110 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]*'
7757 /force-app/main/default/classes/MetadataService.cls 10110 20 10110 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]*'
7759 /force-app/main/default/classes/MetadataService.cls 10112 9 10119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7758 /force-app/main/default/classes/MetadataService.cls 10112 9 10119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7760 /force-app/main/default/classes/MetadataService.cls 10115 20 10115 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7759 /force-app/main/default/classes/MetadataService.cls 10115 20 10115 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7761 /force-app/main/default/classes/MetadataService.cls 10116 20 10116 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7760 /force-app/main/default/classes/MetadataService.cls 10116 20 10116 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7762 /force-app/main/default/classes/MetadataService.cls 10117 20 10117 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7761 /force-app/main/default/classes/MetadataService.cls 10117 20 10117 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7763 /force-app/main/default/classes/MetadataService.cls 10118 20 10118 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]*'
7762 /force-app/main/default/classes/MetadataService.cls 10118 20 10118 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]*'
7764 /force-app/main/default/classes/MetadataService.cls 10120 9 10133 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7763 /force-app/main/default/classes/MetadataService.cls 10120 9 10133 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7765 /force-app/main/default/classes/MetadataService.cls 10126 20 10126 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7764 /force-app/main/default/classes/MetadataService.cls 10126 20 10126 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7766 /force-app/main/default/classes/MetadataService.cls 10127 20 10127 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7765 /force-app/main/default/classes/MetadataService.cls 10127 20 10127 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7767 /force-app/main/default/classes/MetadataService.cls 10128 20 10128 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7766 /force-app/main/default/classes/MetadataService.cls 10128 20 10128 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7768 /force-app/main/default/classes/MetadataService.cls 10129 20 10129 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7767 /force-app/main/default/classes/MetadataService.cls 10129 20 10129 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7769 /force-app/main/default/classes/MetadataService.cls 10130 20 10130 131 pmd 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]*'
7768 /force-app/main/default/classes/MetadataService.cls 10130 20 10130 131 pmd 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]*'
7770 /force-app/main/default/classes/MetadataService.cls 10131 20 10131 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7769 /force-app/main/default/classes/MetadataService.cls 10131 20 10131 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7771 /force-app/main/default/classes/MetadataService.cls 10132 20 10132 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]*'
7770 /force-app/main/default/classes/MetadataService.cls 10132 20 10132 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]*'
7772 /force-app/main/default/classes/MetadataService.cls 10134 9 10141 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7771 /force-app/main/default/classes/MetadataService.cls 10134 9 10141 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7773 /force-app/main/default/classes/MetadataService.cls 10137 20 10137 128 pmd 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]*'
7772 /force-app/main/default/classes/MetadataService.cls 10137 20 10137 128 pmd 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]*'
7774 /force-app/main/default/classes/MetadataService.cls 10138 20 10138 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7773 /force-app/main/default/classes/MetadataService.cls 10138 20 10138 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7775 /force-app/main/default/classes/MetadataService.cls 10139 20 10139 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7774 /force-app/main/default/classes/MetadataService.cls 10139 20 10139 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7776 /force-app/main/default/classes/MetadataService.cls 10140 20 10140 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]*'
7775 /force-app/main/default/classes/MetadataService.cls 10140 20 10140 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]*'
7777 /force-app/main/default/classes/MetadataService.cls 10142 9 10149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7776 /force-app/main/default/classes/MetadataService.cls 10142 9 10149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7778 /force-app/main/default/classes/MetadataService.cls 10145 20 10145 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 'forecastingItemCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7777 /force-app/main/default/classes/MetadataService.cls 10145 20 10145 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 'forecastingItemCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7779 /force-app/main/default/classes/MetadataService.cls 10146 20 10146 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 'weightedSourceCategories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7778 /force-app/main/default/classes/MetadataService.cls 10146 20 10146 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 'weightedSourceCategories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7780 /force-app/main/default/classes/MetadataService.cls 10147 20 10147 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7779 /force-app/main/default/classes/MetadataService.cls 10147 20 10147 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7781 /force-app/main/default/classes/MetadataService.cls 10148 20 10148 117 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7780 /force-app/main/default/classes/MetadataService.cls 10148 20 10148 117 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7782 /force-app/main/default/classes/MetadataService.cls 10150 9 10161 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7781 /force-app/main/default/classes/MetadataService.cls 10150 9 10161 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7783 /force-app/main/default/classes/MetadataService.cls 10155 20 10155 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 'archiveAfterMonths_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7782 /force-app/main/default/classes/MetadataService.cls 10155 20 10155 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 'archiveAfterMonths_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7784 /force-app/main/default/classes/MetadataService.cls 10156 20 10156 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 'archiveRetentionYears_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7783 /force-app/main/default/classes/MetadataService.cls 10156 20 10156 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 'archiveRetentionYears_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7785 /force-app/main/default/classes/MetadataService.cls 10157 20 10157 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7784 /force-app/main/default/classes/MetadataService.cls 10157 20 10157 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7786 /force-app/main/default/classes/MetadataService.cls 10158 20 10158 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 'gracePeriodDays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7785 /force-app/main/default/classes/MetadataService.cls 10158 20 10158 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 'gracePeriodDays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7787 /force-app/main/default/classes/MetadataService.cls 10159 20 10159 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7786 /force-app/main/default/classes/MetadataService.cls 10159 20 10159 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7788 /force-app/main/default/classes/MetadataService.cls 10160 20 10160 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]*'
7787 /force-app/main/default/classes/MetadataService.cls 10160 20 10160 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]*'
7789 /force-app/main/default/classes/MetadataService.cls 10162 9 10167 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7788 /force-app/main/default/classes/MetadataService.cls 10162 9 10167 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7790 /force-app/main/default/classes/MetadataService.cls 10164 20 10164 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 'mapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7789 /force-app/main/default/classes/MetadataService.cls 10164 20 10164 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 'mapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7791 /force-app/main/default/classes/MetadataService.cls 10165 20 10165 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7790 /force-app/main/default/classes/MetadataService.cls 10165 20 10165 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7792 /force-app/main/default/classes/MetadataService.cls 10166 20 10166 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7791 /force-app/main/default/classes/MetadataService.cls 10166 20 10166 67 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7793 /force-app/main/default/classes/MetadataService.cls 10168 9 10185 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7792 /force-app/main/default/classes/MetadataService.cls 10168 9 10185 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7794 /force-app/main/default/classes/MetadataService.cls 10168 9 10185 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7793 /force-app/main/default/classes/MetadataService.cls 10168 9 10185 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7795 /force-app/main/default/classes/MetadataService.cls 10171 20 10171 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7794 /force-app/main/default/classes/MetadataService.cls 10171 20 10171 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7796 /force-app/main/default/classes/MetadataService.cls 10174 20 10174 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7795 /force-app/main/default/classes/MetadataService.cls 10174 20 10174 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7797 /force-app/main/default/classes/MetadataService.cls 10175 20 10175 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7796 /force-app/main/default/classes/MetadataService.cls 10175 20 10175 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7798 /force-app/main/default/classes/MetadataService.cls 10179 20 10179 128 pmd 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]*'
7797 /force-app/main/default/classes/MetadataService.cls 10179 20 10179 128 pmd 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]*'
7799 /force-app/main/default/classes/MetadataService.cls 10180 20 10180 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 'expression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7798 /force-app/main/default/classes/MetadataService.cls 10180 20 10180 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 'expression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7800 /force-app/main/default/classes/MetadataService.cls 10181 20 10181 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7799 /force-app/main/default/classes/MetadataService.cls 10181 20 10181 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7801 /force-app/main/default/classes/MetadataService.cls 10182 20 10182 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7800 /force-app/main/default/classes/MetadataService.cls 10182 20 10182 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7802 /force-app/main/default/classes/MetadataService.cls 10183 20 10183 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7801 /force-app/main/default/classes/MetadataService.cls 10183 20 10183 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7803 /force-app/main/default/classes/MetadataService.cls 10184 20 10184 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]*'
7802 /force-app/main/default/classes/MetadataService.cls 10184 20 10184 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]*'
7804 /force-app/main/default/classes/MetadataService.cls 10186 9 10197 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7803 /force-app/main/default/classes/MetadataService.cls 10186 9 10197 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7805 /force-app/main/default/classes/MetadataService.cls 10191 20 10191 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7804 /force-app/main/default/classes/MetadataService.cls 10191 20 10191 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7806 /force-app/main/default/classes/MetadataService.cls 10192 20 10192 141 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7805 /force-app/main/default/classes/MetadataService.cls 10192 20 10192 141 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7807 /force-app/main/default/classes/MetadataService.cls 10193 20 10193 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'restrictedPicklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7806 /force-app/main/default/classes/MetadataService.cls 10193 20 10193 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'restrictedPicklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7808 /force-app/main/default/classes/MetadataService.cls 10194 20 10194 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7807 /force-app/main/default/classes/MetadataService.cls 10194 20 10194 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7809 /force-app/main/default/classes/MetadataService.cls 10195 20 10195 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7808 /force-app/main/default/classes/MetadataService.cls 10195 20 10195 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7810 /force-app/main/default/classes/MetadataService.cls 10196 20 10196 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7809 /force-app/main/default/classes/MetadataService.cls 10196 20 10196 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7811 /force-app/main/default/classes/MetadataService.cls 10198 9 10205 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7810 /force-app/main/default/classes/MetadataService.cls 10198 9 10205 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7812 /force-app/main/default/classes/MetadataService.cls 10198 9 10205 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7811 /force-app/main/default/classes/MetadataService.cls 10198 9 10205 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7813 /force-app/main/default/classes/MetadataService.cls 10199 17 10199 24 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*'
7812 /force-app/main/default/classes/MetadataService.cls 10199 17 10199 24 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*'
7814 /force-app/main/default/classes/MetadataService.cls 10200 40 10200 53 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*'
7813 /force-app/main/default/classes/MetadataService.cls 10200 40 10200 53 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*'
7815 /force-app/main/default/classes/MetadataService.cls 10201 20 10201 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 'ZipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7814 /force-app/main/default/classes/MetadataService.cls 10201 20 10201 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 'ZipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7816 /force-app/main/default/classes/MetadataService.cls 10202 20 10202 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 'DeployOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7815 /force-app/main/default/classes/MetadataService.cls 10202 20 10202 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 'DeployOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7817 /force-app/main/default/classes/MetadataService.cls 10203 20 10203 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7816 /force-app/main/default/classes/MetadataService.cls 10203 20 10203 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7818 /force-app/main/default/classes/MetadataService.cls 10204 20 10204 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7817 /force-app/main/default/classes/MetadataService.cls 10204 20 10204 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7819 /force-app/main/default/classes/MetadataService.cls 10206 9 10215 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7818 /force-app/main/default/classes/MetadataService.cls 10206 9 10215 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7820 /force-app/main/default/classes/MetadataService.cls 10210 20 10210 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7819 /force-app/main/default/classes/MetadataService.cls 10210 20 10210 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7821 /force-app/main/default/classes/MetadataService.cls 10211 20 10211 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7820 /force-app/main/default/classes/MetadataService.cls 10211 20 10211 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7822 /force-app/main/default/classes/MetadataService.cls 10212 20 10212 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7821 /force-app/main/default/classes/MetadataService.cls 10212 20 10212 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7823 /force-app/main/default/classes/MetadataService.cls 10213 20 10213 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7822 /force-app/main/default/classes/MetadataService.cls 10213 20 10213 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7824 /force-app/main/default/classes/MetadataService.cls 10214 20 10214 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]*'
7823 /force-app/main/default/classes/MetadataService.cls 10214 20 10214 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]*'
7825 /force-app/main/default/classes/MetadataService.cls 10216 9 10225 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7824 /force-app/main/default/classes/MetadataService.cls 10216 9 10225 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7826 /force-app/main/default/classes/MetadataService.cls 10219 20 10219 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7825 /force-app/main/default/classes/MetadataService.cls 10219 20 10219 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7827 /force-app/main/default/classes/MetadataService.cls 10221 20 10221 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 'enableExactTargetForSalesforceApps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7826 /force-app/main/default/classes/MetadataService.cls 10221 20 10221 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 'enableExactTargetForSalesforceApps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7828 /force-app/main/default/classes/MetadataService.cls 10222 20 10222 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7827 /force-app/main/default/classes/MetadataService.cls 10222 20 10222 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7829 /force-app/main/default/classes/MetadataService.cls 10223 20 10223 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7828 /force-app/main/default/classes/MetadataService.cls 10223 20 10223 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7830 /force-app/main/default/classes/MetadataService.cls 10224 20 10224 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]*'
7829 /force-app/main/default/classes/MetadataService.cls 10224 20 10224 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]*'
7831 /force-app/main/default/classes/MetadataService.cls 10226 9 10241 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7830 /force-app/main/default/classes/MetadataService.cls 10226 9 10241 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7832 /force-app/main/default/classes/MetadataService.cls 10229 20 10229 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7831 /force-app/main/default/classes/MetadataService.cls 10229 20 10229 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7833 /force-app/main/default/classes/MetadataService.cls 10234 20 10234 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 'connectedApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7832 /force-app/main/default/classes/MetadataService.cls 10234 20 10234 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 'connectedApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7834 /force-app/main/default/classes/MetadataService.cls 10235 20 10235 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7833 /force-app/main/default/classes/MetadataService.cls 10235 20 10235 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7835 /force-app/main/default/classes/MetadataService.cls 10236 20 10236 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7834 /force-app/main/default/classes/MetadataService.cls 10236 20 10236 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7836 /force-app/main/default/classes/MetadataService.cls 10237 20 10237 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 'requiredPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7835 /force-app/main/default/classes/MetadataService.cls 10237 20 10237 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 'requiredPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7837 /force-app/main/default/classes/MetadataService.cls 10238 20 10238 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7836 /force-app/main/default/classes/MetadataService.cls 10238 20 10238 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7838 /force-app/main/default/classes/MetadataService.cls 10239 20 10239 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7837 /force-app/main/default/classes/MetadataService.cls 10239 20 10239 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7839 /force-app/main/default/classes/MetadataService.cls 10240 20 10240 127 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7838 /force-app/main/default/classes/MetadataService.cls 10240 20 10240 127 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7840 /force-app/main/default/classes/MetadataService.cls 10242 9 10269 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7839 /force-app/main/default/classes/MetadataService.cls 10242 9 10269 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7841 /force-app/main/default/classes/MetadataService.cls 10242 9 10269 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7840 /force-app/main/default/classes/MetadataService.cls 10242 9 10269 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7842 /force-app/main/default/classes/MetadataService.cls 10255 20 10255 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'actionOnInsert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7841 /force-app/main/default/classes/MetadataService.cls 10255 20 10255 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'actionOnInsert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7843 /force-app/main/default/classes/MetadataService.cls 10256 20 10256 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'actionOnUpdate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7842 /force-app/main/default/classes/MetadataService.cls 10256 20 10256 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'actionOnUpdate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7844 /force-app/main/default/classes/MetadataService.cls 10257 20 10257 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 'alertText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7843 /force-app/main/default/classes/MetadataService.cls 10257 20 10257 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 'alertText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7845 /force-app/main/default/classes/MetadataService.cls 10258 20 10258 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7844 /force-app/main/default/classes/MetadataService.cls 10258 20 10258 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7846 /force-app/main/default/classes/MetadataService.cls 10259 20 10259 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 'duplicateRuleFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7845 /force-app/main/default/classes/MetadataService.cls 10259 20 10259 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 'duplicateRuleFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7847 /force-app/main/default/classes/MetadataService.cls 10260 20 10260 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 'duplicateRuleMatchRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7846 /force-app/main/default/classes/MetadataService.cls 10260 20 10260 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 'duplicateRuleMatchRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7848 /force-app/main/default/classes/MetadataService.cls 10261 20 10261 128 pmd 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]*'
7847 /force-app/main/default/classes/MetadataService.cls 10261 20 10261 128 pmd 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]*'
7849 /force-app/main/default/classes/MetadataService.cls 10262 20 10262 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7848 /force-app/main/default/classes/MetadataService.cls 10262 20 10262 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7850 /force-app/main/default/classes/MetadataService.cls 10263 20 10263 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 'operationsOnInsert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7849 /force-app/main/default/classes/MetadataService.cls 10263 20 10263 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 'operationsOnInsert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7851 /force-app/main/default/classes/MetadataService.cls 10264 20 10264 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 'operationsOnUpdate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7850 /force-app/main/default/classes/MetadataService.cls 10264 20 10264 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 'operationsOnUpdate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7852 /force-app/main/default/classes/MetadataService.cls 10265 20 10265 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'securityOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7851 /force-app/main/default/classes/MetadataService.cls 10265 20 10265 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'securityOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7853 /force-app/main/default/classes/MetadataService.cls 10266 20 10266 130 pmd 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]*'
7852 /force-app/main/default/classes/MetadataService.cls 10266 20 10266 130 pmd 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]*'
7854 /force-app/main/default/classes/MetadataService.cls 10267 20 10267 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7853 /force-app/main/default/classes/MetadataService.cls 10267 20 10267 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7855 /force-app/main/default/classes/MetadataService.cls 10268 20 10268 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]*'
7854 /force-app/main/default/classes/MetadataService.cls 10268 20 10268 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]*'
7856 /force-app/main/default/classes/MetadataService.cls 10270 9 10275 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7855 /force-app/main/default/classes/MetadataService.cls 10270 9 10275 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7857 /force-app/main/default/classes/MetadataService.cls 10272 20 10272 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7856 /force-app/main/default/classes/MetadataService.cls 10272 20 10272 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7858 /force-app/main/default/classes/MetadataService.cls 10273 20 10273 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7857 /force-app/main/default/classes/MetadataService.cls 10273 20 10273 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7859 /force-app/main/default/classes/MetadataService.cls 10274 20 10274 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7858 /force-app/main/default/classes/MetadataService.cls 10274 20 10274 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7860 /force-app/main/default/classes/MetadataService.cls 10276 9 10331 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7859 /force-app/main/default/classes/MetadataService.cls 10276 9 10331 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7861 /force-app/main/default/classes/MetadataService.cls 10276 9 10331 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class DeployResult has 26 public methods, attributes, and properties (limit: 20)
7860 /force-app/main/default/classes/MetadataService.cls 10276 9 10331 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class DeployResult has 26 public methods, attributes, and properties (limit: 20)
7862 /force-app/main/default/classes/MetadataService.cls 10276 9 10331 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7861 /force-app/main/default/classes/MetadataService.cls 10276 9 10331 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7863 /force-app/main/default/classes/MetadataService.cls 10303 20 10303 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 'canceledBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7862 /force-app/main/default/classes/MetadataService.cls 10303 20 10303 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 'canceledBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7864 /force-app/main/default/classes/MetadataService.cls 10304 20 10304 140 pmd 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]*'
7863 /force-app/main/default/classes/MetadataService.cls 10304 20 10304 140 pmd 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]*'
7865 /force-app/main/default/classes/MetadataService.cls 10305 20 10305 130 pmd 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]*'
7864 /force-app/main/default/classes/MetadataService.cls 10305 20 10305 130 pmd 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]*'
7866 /force-app/main/default/classes/MetadataService.cls 10306 20 10306 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 'completedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7865 /force-app/main/default/classes/MetadataService.cls 10306 20 10306 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 'completedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7867 /force-app/main/default/classes/MetadataService.cls 10307 20 10307 130 pmd 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]*'
7866 /force-app/main/default/classes/MetadataService.cls 10307 20 10307 130 pmd 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]*'
7868 /force-app/main/default/classes/MetadataService.cls 10308 20 10308 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7867 /force-app/main/default/classes/MetadataService.cls 10308 20 10308 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7869 /force-app/main/default/classes/MetadataService.cls 10309 20 10309 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7868 /force-app/main/default/classes/MetadataService.cls 10309 20 10309 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7870 /force-app/main/default/classes/MetadataService.cls 10310 20 10310 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 'details_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7869 /force-app/main/default/classes/MetadataService.cls 10310 20 10310 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 'details_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7871 /force-app/main/default/classes/MetadataService.cls 10311 20 10311 120 pmd 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]*'
7870 /force-app/main/default/classes/MetadataService.cls 10311 20 10311 120 pmd 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]*'
7872 /force-app/main/default/classes/MetadataService.cls 10312 20 10312 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7871 /force-app/main/default/classes/MetadataService.cls 10312 20 10312 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7873 /force-app/main/default/classes/MetadataService.cls 10313 20 10313 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7872 /force-app/main/default/classes/MetadataService.cls 10313 20 10313 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7874 /force-app/main/default/classes/MetadataService.cls 10314 20 10314 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7873 /force-app/main/default/classes/MetadataService.cls 10314 20 10314 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7875 /force-app/main/default/classes/MetadataService.cls 10315 20 10315 140 pmd 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]*'
7874 /force-app/main/default/classes/MetadataService.cls 10315 20 10315 140 pmd 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]*'
7876 /force-app/main/default/classes/MetadataService.cls 10316 20 10316 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7875 /force-app/main/default/classes/MetadataService.cls 10316 20 10316 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7877 /force-app/main/default/classes/MetadataService.cls 10317 20 10317 154 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberComponentErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7876 /force-app/main/default/classes/MetadataService.cls 10317 20 10317 154 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberComponentErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7878 /force-app/main/default/classes/MetadataService.cls 10318 20 10318 160 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberComponentsDeployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7877 /force-app/main/default/classes/MetadataService.cls 10318 20 10318 160 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberComponentsDeployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7879 /force-app/main/default/classes/MetadataService.cls 10319 20 10319 154 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberComponentsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7878 /force-app/main/default/classes/MetadataService.cls 10319 20 10319 154 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberComponentsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7880 /force-app/main/default/classes/MetadataService.cls 10320 20 10320 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberTestErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7879 /force-app/main/default/classes/MetadataService.cls 10320 20 10320 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberTestErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7881 /force-app/main/default/classes/MetadataService.cls 10321 20 10321 152 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberTestsCompleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7880 /force-app/main/default/classes/MetadataService.cls 10321 20 10321 152 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberTestsCompleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7882 /force-app/main/default/classes/MetadataService.cls 10322 20 10322 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberTestsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7881 /force-app/main/default/classes/MetadataService.cls 10322 20 10322 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'numberTestsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7883 /force-app/main/default/classes/MetadataService.cls 10323 20 10323 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7882 /force-app/main/default/classes/MetadataService.cls 10323 20 10323 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7884 /force-app/main/default/classes/MetadataService.cls 10324 20 10324 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 'runTestsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7883 /force-app/main/default/classes/MetadataService.cls 10324 20 10324 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 'runTestsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7885 /force-app/main/default/classes/MetadataService.cls 10325 20 10325 130 pmd 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]*'
7884 /force-app/main/default/classes/MetadataService.cls 10325 20 10325 130 pmd 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]*'
7886 /force-app/main/default/classes/MetadataService.cls 10326 20 10326 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 'stateDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7885 /force-app/main/default/classes/MetadataService.cls 10326 20 10326 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 'stateDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7887 /force-app/main/default/classes/MetadataService.cls 10327 20 10327 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7886 /force-app/main/default/classes/MetadataService.cls 10327 20 10327 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7888 /force-app/main/default/classes/MetadataService.cls 10328 20 10328 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7887 /force-app/main/default/classes/MetadataService.cls 10328 20 10328 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7889 /force-app/main/default/classes/MetadataService.cls 10329 20 10329 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7888 /force-app/main/default/classes/MetadataService.cls 10329 20 10329 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7890 /force-app/main/default/classes/MetadataService.cls 10330 20 10330 465 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7889 /force-app/main/default/classes/MetadataService.cls 10330 20 10330 465 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7891 /force-app/main/default/classes/MetadataService.cls 10332 9 10339 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7890 /force-app/main/default/classes/MetadataService.cls 10332 9 10339 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7892 /force-app/main/default/classes/MetadataService.cls 10335 20 10335 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7891 /force-app/main/default/classes/MetadataService.cls 10335 20 10335 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7893 /force-app/main/default/classes/MetadataService.cls 10336 20 10336 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7892 /force-app/main/default/classes/MetadataService.cls 10336 20 10336 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7894 /force-app/main/default/classes/MetadataService.cls 10337 20 10337 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7893 /force-app/main/default/classes/MetadataService.cls 10337 20 10337 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7895 /force-app/main/default/classes/MetadataService.cls 10338 20 10338 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7894 /force-app/main/default/classes/MetadataService.cls 10338 20 10338 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7896 /force-app/main/default/classes/MetadataService.cls 10340 9 10347 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7895 /force-app/main/default/classes/MetadataService.cls 10340 9 10347 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7897 /force-app/main/default/classes/MetadataService.cls 10343 20 10343 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7896 /force-app/main/default/classes/MetadataService.cls 10343 20 10343 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7898 /force-app/main/default/classes/MetadataService.cls 10344 20 10344 120 pmd 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]*'
7897 /force-app/main/default/classes/MetadataService.cls 10344 20 10344 120 pmd 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]*'
7899 /force-app/main/default/classes/MetadataService.cls 10345 20 10345 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7898 /force-app/main/default/classes/MetadataService.cls 10345 20 10345 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7900 /force-app/main/default/classes/MetadataService.cls 10346 20 10346 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]*'
7899 /force-app/main/default/classes/MetadataService.cls 10346 20 10346 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]*'
7901 /force-app/main/default/classes/MetadataService.cls 10348 9 10353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7900 /force-app/main/default/classes/MetadataService.cls 10348 9 10353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7902 /force-app/main/default/classes/MetadataService.cls 10350 20 10350 133 pmd 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]*'
7901 /force-app/main/default/classes/MetadataService.cls 10350 20 10350 133 pmd 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]*'
7903 /force-app/main/default/classes/MetadataService.cls 10351 20 10351 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7902 /force-app/main/default/classes/MetadataService.cls 10351 20 10351 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7904 /force-app/main/default/classes/MetadataService.cls 10352 20 10352 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]*'
7903 /force-app/main/default/classes/MetadataService.cls 10352 20 10352 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]*'
7905 /force-app/main/default/classes/MetadataService.cls 10354 9 10365 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7904 /force-app/main/default/classes/MetadataService.cls 10354 9 10365 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7906 /force-app/main/default/classes/MetadataService.cls 10359 20 10359 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7905 /force-app/main/default/classes/MetadataService.cls 10359 20 10359 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7907 /force-app/main/default/classes/MetadataService.cls 10360 20 10360 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7906 /force-app/main/default/classes/MetadataService.cls 10360 20 10360 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7908 /force-app/main/default/classes/MetadataService.cls 10361 20 10361 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7907 /force-app/main/default/classes/MetadataService.cls 10361 20 10361 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7909 /force-app/main/default/classes/MetadataService.cls 10362 20 10362 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7908 /force-app/main/default/classes/MetadataService.cls 10362 20 10362 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7910 /force-app/main/default/classes/MetadataService.cls 10363 20 10363 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7909 /force-app/main/default/classes/MetadataService.cls 10363 20 10363 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7911 /force-app/main/default/classes/MetadataService.cls 10364 20 10364 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]*'
7910 /force-app/main/default/classes/MetadataService.cls 10364 20 10364 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]*'
7912 /force-app/main/default/classes/MetadataService.cls 10366 9 10375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7911 /force-app/main/default/classes/MetadataService.cls 10366 9 10375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7913 /force-app/main/default/classes/MetadataService.cls 10369 20 10369 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7912 /force-app/main/default/classes/MetadataService.cls 10369 20 10369 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7914 /force-app/main/default/classes/MetadataService.cls 10371 20 10371 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 'autoResponseRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7913 /force-app/main/default/classes/MetadataService.cls 10371 20 10371 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 'autoResponseRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7915 /force-app/main/default/classes/MetadataService.cls 10372 20 10372 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7914 /force-app/main/default/classes/MetadataService.cls 10372 20 10372 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7916 /force-app/main/default/classes/MetadataService.cls 10373 20 10373 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7915 /force-app/main/default/classes/MetadataService.cls 10373 20 10373 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7917 /force-app/main/default/classes/MetadataService.cls 10374 20 10374 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]*'
7916 /force-app/main/default/classes/MetadataService.cls 10374 20 10374 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]*'
7918 /force-app/main/default/classes/MetadataService.cls 10376 9 10385 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7917 /force-app/main/default/classes/MetadataService.cls 10376 9 10385 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7919 /force-app/main/default/classes/MetadataService.cls 10380 20 10380 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7918 /force-app/main/default/classes/MetadataService.cls 10380 20 10380 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7920 /force-app/main/default/classes/MetadataService.cls 10381 20 10381 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 'layoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7919 /force-app/main/default/classes/MetadataService.cls 10381 20 10381 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 'layoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7921 /force-app/main/default/classes/MetadataService.cls 10382 20 10382 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7920 /force-app/main/default/classes/MetadataService.cls 10382 20 10382 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7922 /force-app/main/default/classes/MetadataService.cls 10383 20 10383 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7921 /force-app/main/default/classes/MetadataService.cls 10383 20 10383 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7923 /force-app/main/default/classes/MetadataService.cls 10384 20 10384 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]*'
7922 /force-app/main/default/classes/MetadataService.cls 10384 20 10384 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]*'
7924 /force-app/main/default/classes/MetadataService.cls 10386 9 10403 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7923 /force-app/main/default/classes/MetadataService.cls 10386 9 10403 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7925 /force-app/main/default/classes/MetadataService.cls 10386 9 10403 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7924 /force-app/main/default/classes/MetadataService.cls 10386 9 10403 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7926 /force-app/main/default/classes/MetadataService.cls 10389 20 10389 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7925 /force-app/main/default/classes/MetadataService.cls 10389 20 10389 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7927 /force-app/main/default/classes/MetadataService.cls 10395 20 10395 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7926 /force-app/main/default/classes/MetadataService.cls 10395 20 10395 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7928 /force-app/main/default/classes/MetadataService.cls 10396 20 10396 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7927 /force-app/main/default/classes/MetadataService.cls 10396 20 10396 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7929 /force-app/main/default/classes/MetadataService.cls 10397 20 10397 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7928 /force-app/main/default/classes/MetadataService.cls 10397 20 10397 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7930 /force-app/main/default/classes/MetadataService.cls 10398 20 10398 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7929 /force-app/main/default/classes/MetadataService.cls 10398 20 10398 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7931 /force-app/main/default/classes/MetadataService.cls 10399 20 10399 128 pmd 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]*'
7930 /force-app/main/default/classes/MetadataService.cls 10399 20 10399 128 pmd 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]*'
7932 /force-app/main/default/classes/MetadataService.cls 10400 20 10400 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7931 /force-app/main/default/classes/MetadataService.cls 10400 20 10400 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7933 /force-app/main/default/classes/MetadataService.cls 10401 20 10401 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7932 /force-app/main/default/classes/MetadataService.cls 10401 20 10401 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7934 /force-app/main/default/classes/MetadataService.cls 10402 20 10402 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]*'
7933 /force-app/main/default/classes/MetadataService.cls 10402 20 10402 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]*'
7935 /force-app/main/default/classes/MetadataService.cls 10404 9 10419 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7934 /force-app/main/default/classes/MetadataService.cls 10404 9 10419 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7936 /force-app/main/default/classes/MetadataService.cls 10407 20 10407 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7935 /force-app/main/default/classes/MetadataService.cls 10407 20 10407 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7937 /force-app/main/default/classes/MetadataService.cls 10412 20 10412 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 'displayCurrency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7936 /force-app/main/default/classes/MetadataService.cls 10412 20 10412 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 'displayCurrency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7938 /force-app/main/default/classes/MetadataService.cls 10413 20 10413 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 'enableForecasts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7937 /force-app/main/default/classes/MetadataService.cls 10413 20 10413 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 'enableForecasts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7939 /force-app/main/default/classes/MetadataService.cls 10414 20 10414 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 'forecastingCategoryMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7938 /force-app/main/default/classes/MetadataService.cls 10414 20 10414 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 'forecastingCategoryMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7940 /force-app/main/default/classes/MetadataService.cls 10415 20 10415 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 'forecastingTypeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7939 /force-app/main/default/classes/MetadataService.cls 10415 20 10415 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 'forecastingTypeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7941 /force-app/main/default/classes/MetadataService.cls 10416 20 10416 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7940 /force-app/main/default/classes/MetadataService.cls 10416 20 10416 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7942 /force-app/main/default/classes/MetadataService.cls 10417 20 10417 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7941 /force-app/main/default/classes/MetadataService.cls 10417 20 10417 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7943 /force-app/main/default/classes/MetadataService.cls 10418 20 10418 161 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7942 /force-app/main/default/classes/MetadataService.cls 10418 20 10418 161 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7944 /force-app/main/default/classes/MetadataService.cls 10420 9 10425 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7943 /force-app/main/default/classes/MetadataService.cls 10420 9 10425 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7945 /force-app/main/default/classes/MetadataService.cls 10422 20 10422 130 pmd 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]*'
7944 /force-app/main/default/classes/MetadataService.cls 10422 20 10422 130 pmd 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]*'
7946 /force-app/main/default/classes/MetadataService.cls 10423 20 10423 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7945 /force-app/main/default/classes/MetadataService.cls 10423 20 10423 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7947 /force-app/main/default/classes/MetadataService.cls 10424 20 10424 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7946 /force-app/main/default/classes/MetadataService.cls 10424 20 10424 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7948 /force-app/main/default/classes/MetadataService.cls 10426 9 10433 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7947 /force-app/main/default/classes/MetadataService.cls 10426 9 10433 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7949 /force-app/main/default/classes/MetadataService.cls 10429 20 10429 128 pmd 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]*'
7948 /force-app/main/default/classes/MetadataService.cls 10429 20 10429 128 pmd 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]*'
7950 /force-app/main/default/classes/MetadataService.cls 10430 20 10430 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7949 /force-app/main/default/classes/MetadataService.cls 10430 20 10430 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7951 /force-app/main/default/classes/MetadataService.cls 10431 20 10431 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7950 /force-app/main/default/classes/MetadataService.cls 10431 20 10431 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7952 /force-app/main/default/classes/MetadataService.cls 10432 20 10432 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]*'
7951 /force-app/main/default/classes/MetadataService.cls 10432 20 10432 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]*'
7953 /force-app/main/default/classes/MetadataService.cls 10434 9 10449 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7952 /force-app/main/default/classes/MetadataService.cls 10434 9 10449 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7954 /force-app/main/default/classes/MetadataService.cls 10437 20 10437 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7953 /force-app/main/default/classes/MetadataService.cls 10437 20 10437 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7955 /force-app/main/default/classes/MetadataService.cls 10440 20 10440 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7954 /force-app/main/default/classes/MetadataService.cls 10440 20 10440 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7956 /force-app/main/default/classes/MetadataService.cls 10441 20 10441 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7955 /force-app/main/default/classes/MetadataService.cls 10441 20 10441 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7957 /force-app/main/default/classes/MetadataService.cls 10444 20 10444 128 pmd 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]*'
7956 /force-app/main/default/classes/MetadataService.cls 10444 20 10444 128 pmd 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]*'
7958 /force-app/main/default/classes/MetadataService.cls 10445 20 10445 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7957 /force-app/main/default/classes/MetadataService.cls 10445 20 10445 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7959 /force-app/main/default/classes/MetadataService.cls 10446 20 10446 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7958 /force-app/main/default/classes/MetadataService.cls 10446 20 10446 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7960 /force-app/main/default/classes/MetadataService.cls 10447 20 10447 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7959 /force-app/main/default/classes/MetadataService.cls 10447 20 10447 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7961 /force-app/main/default/classes/MetadataService.cls 10448 20 10448 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]*'
7960 /force-app/main/default/classes/MetadataService.cls 10448 20 10448 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]*'
7962 /force-app/main/default/classes/MetadataService.cls 10450 9 10471 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7961 /force-app/main/default/classes/MetadataService.cls 10450 9 10471 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7963 /force-app/main/default/classes/MetadataService.cls 10450 9 10471 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7962 /force-app/main/default/classes/MetadataService.cls 10450 9 10471 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7964 /force-app/main/default/classes/MetadataService.cls 10460 20 10460 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 'acsUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7963 /force-app/main/default/classes/MetadataService.cls 10460 20 10460 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 'acsUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7965 /force-app/main/default/classes/MetadataService.cls 10461 20 10461 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7964 /force-app/main/default/classes/MetadataService.cls 10461 20 10461 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7966 /force-app/main/default/classes/MetadataService.cls 10462 20 10462 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 'encryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7965 /force-app/main/default/classes/MetadataService.cls 10462 20 10462 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 'encryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7967 /force-app/main/default/classes/MetadataService.cls 10463 20 10463 140 pmd 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]*'
7966 /force-app/main/default/classes/MetadataService.cls 10463 20 10463 140 pmd 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]*'
7968 /force-app/main/default/classes/MetadataService.cls 10464 20 10464 130 pmd 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]*'
7967 /force-app/main/default/classes/MetadataService.cls 10464 20 10464 130 pmd 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]*'
7969 /force-app/main/default/classes/MetadataService.cls 10465 20 10465 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7968 /force-app/main/default/classes/MetadataService.cls 10465 20 10465 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7970 /force-app/main/default/classes/MetadataService.cls 10466 20 10466 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 'samlNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7969 /force-app/main/default/classes/MetadataService.cls 10466 20 10466 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 'samlNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7971 /force-app/main/default/classes/MetadataService.cls 10467 20 10467 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 'samlSubjectCustomAttr_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7970 /force-app/main/default/classes/MetadataService.cls 10467 20 10467 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 'samlSubjectCustomAttr_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7972 /force-app/main/default/classes/MetadataService.cls 10468 20 10468 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 'samlSubjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7971 /force-app/main/default/classes/MetadataService.cls 10468 20 10468 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 'samlSubjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7973 /force-app/main/default/classes/MetadataService.cls 10469 20 10469 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7972 /force-app/main/default/classes/MetadataService.cls 10469 20 10469 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7974 /force-app/main/default/classes/MetadataService.cls 10470 20 10470 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]*'
7973 /force-app/main/default/classes/MetadataService.cls 10470 20 10470 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]*'
7975 /force-app/main/default/classes/MetadataService.cls 10472 9 10487 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7974 /force-app/main/default/classes/MetadataService.cls 10472 9 10487 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7976 /force-app/main/default/classes/MetadataService.cls 10479 20 10479 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7975 /force-app/main/default/classes/MetadataService.cls 10479 20 10479 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7977 /force-app/main/default/classes/MetadataService.cls 10480 20 10480 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7976 /force-app/main/default/classes/MetadataService.cls 10480 20 10480 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7978 /force-app/main/default/classes/MetadataService.cls 10481 20 10481 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'enforceOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7977 /force-app/main/default/classes/MetadataService.cls 10481 20 10481 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'enforceOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7979 /force-app/main/default/classes/MetadataService.cls 10482 20 10482 130 pmd 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]*'
7978 /force-app/main/default/classes/MetadataService.cls 10482 20 10482 130 pmd 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]*'
7980 /force-app/main/default/classes/MetadataService.cls 10483 20 10483 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 'pattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7979 /force-app/main/default/classes/MetadataService.cls 10483 20 10483 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 'pattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7981 /force-app/main/default/classes/MetadataService.cls 10484 20 10484 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 'replacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7980 /force-app/main/default/classes/MetadataService.cls 10484 20 10484 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 'replacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7982 /force-app/main/default/classes/MetadataService.cls 10485 20 10485 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7981 /force-app/main/default/classes/MetadataService.cls 10485 20 10485 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7983 /force-app/main/default/classes/MetadataService.cls 10486 20 10486 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]*'
7982 /force-app/main/default/classes/MetadataService.cls 10486 20 10486 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]*'
7984 /force-app/main/default/classes/MetadataService.cls 10488 9 10493 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7983 /force-app/main/default/classes/MetadataService.cls 10488 9 10493 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7985 /force-app/main/default/classes/MetadataService.cls 10489 17 10489 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
7984 /force-app/main/default/classes/MetadataService.cls 10489 17 10489 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
7986 /force-app/main/default/classes/MetadataService.cls 10490 20 10490 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7985 /force-app/main/default/classes/MetadataService.cls 10490 20 10490 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7987 /force-app/main/default/classes/MetadataService.cls 10491 20 10491 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7986 /force-app/main/default/classes/MetadataService.cls 10491 20 10491 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7988 /force-app/main/default/classes/MetadataService.cls 10492 20 10492 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7987 /force-app/main/default/classes/MetadataService.cls 10492 20 10492 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7989 /force-app/main/default/classes/MetadataService.cls 10494 9 10501 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7988 /force-app/main/default/classes/MetadataService.cls 10494 9 10501 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7990 /force-app/main/default/classes/MetadataService.cls 10497 20 10497 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7989 /force-app/main/default/classes/MetadataService.cls 10497 20 10497 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7991 /force-app/main/default/classes/MetadataService.cls 10498 20 10498 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7990 /force-app/main/default/classes/MetadataService.cls 10498 20 10498 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7992 /force-app/main/default/classes/MetadataService.cls 10499 20 10499 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7991 /force-app/main/default/classes/MetadataService.cls 10499 20 10499 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7993 /force-app/main/default/classes/MetadataService.cls 10500 20 10500 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7992 /force-app/main/default/classes/MetadataService.cls 10500 20 10500 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7994 /force-app/main/default/classes/MetadataService.cls 10502 9 10507 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7993 /force-app/main/default/classes/MetadataService.cls 10502 9 10507 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7995 /force-app/main/default/classes/MetadataService.cls 10502 9 10507 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7994 /force-app/main/default/classes/MetadataService.cls 10502 9 10507 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7996 /force-app/main/default/classes/MetadataService.cls 10504 20 10504 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7995 /force-app/main/default/classes/MetadataService.cls 10504 20 10504 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7997 /force-app/main/default/classes/MetadataService.cls 10505 20 10505 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7996 /force-app/main/default/classes/MetadataService.cls 10505 20 10505 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7998 /force-app/main/default/classes/MetadataService.cls 10506 20 10506 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7997 /force-app/main/default/classes/MetadataService.cls 10506 20 10506 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7999 /force-app/main/default/classes/MetadataService.cls 10508 9 10527 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7998 /force-app/main/default/classes/MetadataService.cls 10508 9 10527 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8000 /force-app/main/default/classes/MetadataService.cls 10508 9 10527 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7999 /force-app/main/default/classes/MetadataService.cls 10508 9 10527 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8001 /force-app/main/default/classes/MetadataService.cls 10511 20 10511 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8000 /force-app/main/default/classes/MetadataService.cls 10511 20 10511 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8002 /force-app/main/default/classes/MetadataService.cls 10518 20 10518 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8001 /force-app/main/default/classes/MetadataService.cls 10518 20 10518 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8003 /force-app/main/default/classes/MetadataService.cls 10519 20 10519 128 pmd 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]*'
8002 /force-app/main/default/classes/MetadataService.cls 10519 20 10519 128 pmd 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]*'
8004 /force-app/main/default/classes/MetadataService.cls 10520 20 10520 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8003 /force-app/main/default/classes/MetadataService.cls 10520 20 10520 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8005 /force-app/main/default/classes/MetadataService.cls 10521 20 10521 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 'originNetwork_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8004 /force-app/main/default/classes/MetadataService.cls 10521 20 10521 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 'originNetwork_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8006 /force-app/main/default/classes/MetadataService.cls 10522 20 10522 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 'relationships_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8005 /force-app/main/default/classes/MetadataService.cls 10522 20 10522 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 'relationships_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8007 /force-app/main/default/classes/MetadataService.cls 10523 20 10523 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'versions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8006 /force-app/main/default/classes/MetadataService.cls 10523 20 10523 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'versions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8008 /force-app/main/default/classes/MetadataService.cls 10524 20 10524 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8007 /force-app/main/default/classes/MetadataService.cls 10524 20 10524 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8009 /force-app/main/default/classes/MetadataService.cls 10525 20 10525 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8008 /force-app/main/default/classes/MetadataService.cls 10525 20 10525 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8010 /force-app/main/default/classes/MetadataService.cls 10526 20 10526 146 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8009 /force-app/main/default/classes/MetadataService.cls 10526 20 10526 146 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8011 /force-app/main/default/classes/MetadataService.cls 10528 9 10535 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8010 /force-app/main/default/classes/MetadataService.cls 10528 9 10535 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8012 /force-app/main/default/classes/MetadataService.cls 10531 20 10531 130 pmd 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]*'
8011 /force-app/main/default/classes/MetadataService.cls 10531 20 10531 130 pmd 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]*'
8013 /force-app/main/default/classes/MetadataService.cls 10532 20 10532 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8012 /force-app/main/default/classes/MetadataService.cls 10532 20 10532 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8014 /force-app/main/default/classes/MetadataService.cls 10533 20 10533 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8013 /force-app/main/default/classes/MetadataService.cls 10533 20 10533 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8015 /force-app/main/default/classes/MetadataService.cls 10534 20 10534 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]*'
8014 /force-app/main/default/classes/MetadataService.cls 10534 20 10534 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]*'
8016 /force-app/main/default/classes/MetadataService.cls 10536 9 10543 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8015 /force-app/main/default/classes/MetadataService.cls 10536 9 10543 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8017 /force-app/main/default/classes/MetadataService.cls 10539 20 10539 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8016 /force-app/main/default/classes/MetadataService.cls 10539 20 10539 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8018 /force-app/main/default/classes/MetadataService.cls 10540 20 10540 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8017 /force-app/main/default/classes/MetadataService.cls 10540 20 10540 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8019 /force-app/main/default/classes/MetadataService.cls 10541 20 10541 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8018 /force-app/main/default/classes/MetadataService.cls 10541 20 10541 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8020 /force-app/main/default/classes/MetadataService.cls 10542 20 10542 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8019 /force-app/main/default/classes/MetadataService.cls 10542 20 10542 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8021 /force-app/main/default/classes/MetadataService.cls 10544 9 10549 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8020 /force-app/main/default/classes/MetadataService.cls 10544 9 10549 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8022 /force-app/main/default/classes/MetadataService.cls 10544 9 10549 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8021 /force-app/main/default/classes/MetadataService.cls 10544 9 10549 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8023 /force-app/main/default/classes/MetadataService.cls 10546 20 10546 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8022 /force-app/main/default/classes/MetadataService.cls 10546 20 10546 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8024 /force-app/main/default/classes/MetadataService.cls 10547 20 10547 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8023 /force-app/main/default/classes/MetadataService.cls 10547 20 10547 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8025 /force-app/main/default/classes/MetadataService.cls 10548 20 10548 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8024 /force-app/main/default/classes/MetadataService.cls 10548 20 10548 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8026 /force-app/main/default/classes/MetadataService.cls 10550 9 10557 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8025 /force-app/main/default/classes/MetadataService.cls 10550 9 10557 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8027 /force-app/main/default/classes/MetadataService.cls 10553 20 10553 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8026 /force-app/main/default/classes/MetadataService.cls 10553 20 10553 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8028 /force-app/main/default/classes/MetadataService.cls 10554 20 10554 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 'dependency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8027 /force-app/main/default/classes/MetadataService.cls 10554 20 10554 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 'dependency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8029 /force-app/main/default/classes/MetadataService.cls 10555 20 10555 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8028 /force-app/main/default/classes/MetadataService.cls 10555 20 10555 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8030 /force-app/main/default/classes/MetadataService.cls 10556 20 10556 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8029 /force-app/main/default/classes/MetadataService.cls 10556 20 10556 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8031 /force-app/main/default/classes/MetadataService.cls 10558 9 10567 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8030 /force-app/main/default/classes/MetadataService.cls 10558 9 10567 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8032 /force-app/main/default/classes/MetadataService.cls 10562 20 10562 128 pmd 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]*'
8031 /force-app/main/default/classes/MetadataService.cls 10562 20 10562 128 pmd 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]*'
8033 /force-app/main/default/classes/MetadataService.cls 10563 20 10563 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8032 /force-app/main/default/classes/MetadataService.cls 10563 20 10563 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8034 /force-app/main/default/classes/MetadataService.cls 10564 20 10564 128 pmd 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]*'
8033 /force-app/main/default/classes/MetadataService.cls 10564 20 10564 128 pmd 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]*'
8035 /force-app/main/default/classes/MetadataService.cls 10565 20 10565 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8034 /force-app/main/default/classes/MetadataService.cls 10565 20 10565 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8036 /force-app/main/default/classes/MetadataService.cls 10566 20 10566 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]*'
8035 /force-app/main/default/classes/MetadataService.cls 10566 20 10566 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]*'
8037 /force-app/main/default/classes/MetadataService.cls 10568 9 10575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8036 /force-app/main/default/classes/MetadataService.cls 10568 9 10575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8038 /force-app/main/default/classes/MetadataService.cls 10568 9 10575 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkDeployStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8037 /force-app/main/default/classes/MetadataService.cls 10568 9 10575 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkDeployStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8039 /force-app/main/default/classes/MetadataService.cls 10571 20 10571 140 pmd 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]*'
8038 /force-app/main/default/classes/MetadataService.cls 10571 20 10571 140 pmd 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]*'
8040 /force-app/main/default/classes/MetadataService.cls 10572 20 10572 140 pmd 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]*'
8039 /force-app/main/default/classes/MetadataService.cls 10572 20 10572 140 pmd 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]*'
8041 /force-app/main/default/classes/MetadataService.cls 10573 20 10573 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8040 /force-app/main/default/classes/MetadataService.cls 10573 20 10573 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8042 /force-app/main/default/classes/MetadataService.cls 10574 20 10574 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8041 /force-app/main/default/classes/MetadataService.cls 10574 20 10574 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8043 /force-app/main/default/classes/MetadataService.cls 10576 17 10578 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8042 /force-app/main/default/classes/MetadataService.cls 10576 17 10578 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8044 /force-app/main/default/classes/MetadataService.cls 10579 9 10590 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8043 /force-app/main/default/classes/MetadataService.cls 10579 9 10590 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8045 /force-app/main/default/classes/MetadataService.cls 10582 20 10582 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8044 /force-app/main/default/classes/MetadataService.cls 10582 20 10582 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8046 /force-app/main/default/classes/MetadataService.cls 10585 20 10585 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8045 /force-app/main/default/classes/MetadataService.cls 10585 20 10585 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8047 /force-app/main/default/classes/MetadataService.cls 10586 20 10586 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8046 /force-app/main/default/classes/MetadataService.cls 10586 20 10586 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8048 /force-app/main/default/classes/MetadataService.cls 10587 20 10587 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8047 /force-app/main/default/classes/MetadataService.cls 10587 20 10587 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8049 /force-app/main/default/classes/MetadataService.cls 10588 20 10588 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8048 /force-app/main/default/classes/MetadataService.cls 10588 20 10588 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8050 /force-app/main/default/classes/MetadataService.cls 10589 20 10589 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8049 /force-app/main/default/classes/MetadataService.cls 10589 20 10589 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8051 /force-app/main/default/classes/MetadataService.cls 10591 9 10596 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8050 /force-app/main/default/classes/MetadataService.cls 10591 9 10596 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8052 /force-app/main/default/classes/MetadataService.cls 10592 19 10592 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
8051 /force-app/main/default/classes/MetadataService.cls 10592 19 10592 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
8053 /force-app/main/default/classes/MetadataService.cls 10593 20 10593 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8052 /force-app/main/default/classes/MetadataService.cls 10593 20 10593 123 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8054 /force-app/main/default/classes/MetadataService.cls 10594 20 10594 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8053 /force-app/main/default/classes/MetadataService.cls 10594 20 10594 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8055 /force-app/main/default/classes/MetadataService.cls 10595 20 10595 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8054 /force-app/main/default/classes/MetadataService.cls 10595 20 10595 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8056 /force-app/main/default/classes/MetadataService.cls 10597 9 10602 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8055 /force-app/main/default/classes/MetadataService.cls 10597 9 10602 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8057 /force-app/main/default/classes/MetadataService.cls 10597 9 10602 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkDeployStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8056 /force-app/main/default/classes/MetadataService.cls 10597 9 10602 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkDeployStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8058 /force-app/main/default/classes/MetadataService.cls 10599 20 10599 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8057 /force-app/main/default/classes/MetadataService.cls 10599 20 10599 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8059 /force-app/main/default/classes/MetadataService.cls 10600 20 10600 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8058 /force-app/main/default/classes/MetadataService.cls 10600 20 10600 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8060 /force-app/main/default/classes/MetadataService.cls 10601 20 10601 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8059 /force-app/main/default/classes/MetadataService.cls 10601 20 10601 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8061 /force-app/main/default/classes/MetadataService.cls 10603 9 10632 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8060 /force-app/main/default/classes/MetadataService.cls 10603 9 10632 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8062 /force-app/main/default/classes/MetadataService.cls 10603 9 10632 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8061 /force-app/main/default/classes/MetadataService.cls 10603 9 10632 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8063 /force-app/main/default/classes/MetadataService.cls 10606 20 10606 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8062 /force-app/main/default/classes/MetadataService.cls 10606 20 10606 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8064 /force-app/main/default/classes/MetadataService.cls 10609 20 10609 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8063 /force-app/main/default/classes/MetadataService.cls 10609 20 10609 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8065 /force-app/main/default/classes/MetadataService.cls 10610 20 10610 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8064 /force-app/main/default/classes/MetadataService.cls 10610 20 10610 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8066 /force-app/main/default/classes/MetadataService.cls 10614 20 10614 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8065 /force-app/main/default/classes/MetadataService.cls 10614 20 10614 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8067 /force-app/main/default/classes/MetadataService.cls 10615 20 10615 130 pmd 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]*'
8066 /force-app/main/default/classes/MetadataService.cls 10615 20 10615 130 pmd 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]*'
8068 /force-app/main/default/classes/MetadataService.cls 10616 20 10616 130 pmd 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]*'
8067 /force-app/main/default/classes/MetadataService.cls 10616 20 10616 130 pmd 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]*'
8069 /force-app/main/default/classes/MetadataService.cls 10622 17 10622 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8068 /force-app/main/default/classes/MetadataService.cls 10622 17 10622 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8070 /force-app/main/default/classes/MetadataService.cls 10623 20 10623 130 pmd 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]*'
8069 /force-app/main/default/classes/MetadataService.cls 10623 20 10623 130 pmd 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]*'
8071 /force-app/main/default/classes/MetadataService.cls 10624 20 10624 140 pmd 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]*'
8070 /force-app/main/default/classes/MetadataService.cls 10624 20 10624 140 pmd 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]*'
8072 /force-app/main/default/classes/MetadataService.cls 10625 20 10625 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8071 /force-app/main/default/classes/MetadataService.cls 10625 20 10625 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8073 /force-app/main/default/classes/MetadataService.cls 10626 20 10626 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8072 /force-app/main/default/classes/MetadataService.cls 10626 20 10626 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8074 /force-app/main/default/classes/MetadataService.cls 10627 20 10627 140 pmd 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]*'
8073 /force-app/main/default/classes/MetadataService.cls 10627 20 10627 140 pmd 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]*'
8075 /force-app/main/default/classes/MetadataService.cls 10628 20 10628 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8074 /force-app/main/default/classes/MetadataService.cls 10628 20 10628 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8076 /force-app/main/default/classes/MetadataService.cls 10629 20 10629 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8075 /force-app/main/default/classes/MetadataService.cls 10629 20 10629 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8077 /force-app/main/default/classes/MetadataService.cls 10630 20 10630 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8076 /force-app/main/default/classes/MetadataService.cls 10630 20 10630 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8078 /force-app/main/default/classes/MetadataService.cls 10631 20 10631 221 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8077 /force-app/main/default/classes/MetadataService.cls 10631 20 10631 221 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8079 /force-app/main/default/classes/MetadataService.cls 10633 9 10716 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8078 /force-app/main/default/classes/MetadataService.cls 10633 9 10716 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8080 /force-app/main/default/classes/MetadataService.cls 10633 9 10716 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class DashboardComponent has 40 public methods, attributes, and properties (limit: 20)
8079 /force-app/main/default/classes/MetadataService.cls 10633 9 10716 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class DashboardComponent has 40 public methods, attributes, and properties (limit: 20)
8081 /force-app/main/default/classes/MetadataService.cls 10633 9 10716 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8080 /force-app/main/default/classes/MetadataService.cls 10633 9 10716 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8082 /force-app/main/default/classes/MetadataService.cls 10661 17 10661 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
8081 /force-app/main/default/classes/MetadataService.cls 10661 17 10661 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
8083 /force-app/main/default/classes/MetadataService.cls 10674 20 10674 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 'autoselectColumnsFromReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8082 /force-app/main/default/classes/MetadataService.cls 10674 20 10674 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 'autoselectColumnsFromReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8084 /force-app/main/default/classes/MetadataService.cls 10675 20 10675 140 pmd 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]*'
8083 /force-app/main/default/classes/MetadataService.cls 10675 20 10675 140 pmd 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]*'
8085 /force-app/main/default/classes/MetadataService.cls 10676 20 10676 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 'chartAxisRangeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8084 /force-app/main/default/classes/MetadataService.cls 10676 20 10676 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 'chartAxisRangeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8086 /force-app/main/default/classes/MetadataService.cls 10677 20 10677 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 'chartAxisRangeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8085 /force-app/main/default/classes/MetadataService.cls 10677 20 10677 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 'chartAxisRangeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8087 /force-app/main/default/classes/MetadataService.cls 10678 20 10678 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 'chartSummary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8086 /force-app/main/default/classes/MetadataService.cls 10678 20 10678 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 'chartSummary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8088 /force-app/main/default/classes/MetadataService.cls 10679 20 10679 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8087 /force-app/main/default/classes/MetadataService.cls 10679 20 10679 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8089 /force-app/main/default/classes/MetadataService.cls 10680 20 10680 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 'dashboardFilterColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8088 /force-app/main/default/classes/MetadataService.cls 10680 20 10680 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 'dashboardFilterColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8090 /force-app/main/default/classes/MetadataService.cls 10681 20 10681 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 'dashboardTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8089 /force-app/main/default/classes/MetadataService.cls 10681 20 10681 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 'dashboardTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8091 /force-app/main/default/classes/MetadataService.cls 10682 20 10682 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 'displayUnits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8090 /force-app/main/default/classes/MetadataService.cls 10682 20 10682 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 'displayUnits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8092 /force-app/main/default/classes/MetadataService.cls 10683 20 10683 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 'drillDownUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8091 /force-app/main/default/classes/MetadataService.cls 10683 20 10683 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 'drillDownUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8093 /force-app/main/default/classes/MetadataService.cls 10684 20 10684 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 'drillEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8092 /force-app/main/default/classes/MetadataService.cls 10684 20 10684 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 'drillEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8094 /force-app/main/default/classes/MetadataService.cls 10685 20 10685 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 'drillToDetailEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8093 /force-app/main/default/classes/MetadataService.cls 10685 20 10685 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 'drillToDetailEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8095 /force-app/main/default/classes/MetadataService.cls 10686 20 10686 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 'enableHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8094 /force-app/main/default/classes/MetadataService.cls 10686 20 10686 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 'enableHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8096 /force-app/main/default/classes/MetadataService.cls 10687 20 10687 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8095 /force-app/main/default/classes/MetadataService.cls 10687 20 10687 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8097 /force-app/main/default/classes/MetadataService.cls 10688 20 10688 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8096 /force-app/main/default/classes/MetadataService.cls 10688 20 10688 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8098 /force-app/main/default/classes/MetadataService.cls 10689 20 10689 128 pmd 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]*'
8097 /force-app/main/default/classes/MetadataService.cls 10689 20 10689 128 pmd 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]*'
8099 /force-app/main/default/classes/MetadataService.cls 10690 20 10690 128 pmd 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]*'
8098 /force-app/main/default/classes/MetadataService.cls 10690 20 10690 128 pmd 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]*'
8100 /force-app/main/default/classes/MetadataService.cls 10691 20 10691 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8099 /force-app/main/default/classes/MetadataService.cls 10691 20 10691 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8101 /force-app/main/default/classes/MetadataService.cls 10692 20 10692 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8100 /force-app/main/default/classes/MetadataService.cls 10692 20 10692 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8102 /force-app/main/default/classes/MetadataService.cls 10693 20 10693 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 'indicatorBreakpoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8101 /force-app/main/default/classes/MetadataService.cls 10693 20 10693 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 'indicatorBreakpoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8103 /force-app/main/default/classes/MetadataService.cls 10694 20 10694 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 'indicatorBreakpoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8102 /force-app/main/default/classes/MetadataService.cls 10694 20 10694 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 'indicatorBreakpoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8104 /force-app/main/default/classes/MetadataService.cls 10695 20 10695 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 'indicatorHighColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8103 /force-app/main/default/classes/MetadataService.cls 10695 20 10695 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 'indicatorHighColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8105 /force-app/main/default/classes/MetadataService.cls 10696 20 10696 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 'indicatorLowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8104 /force-app/main/default/classes/MetadataService.cls 10696 20 10696 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 'indicatorLowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8106 /force-app/main/default/classes/MetadataService.cls 10697 20 10697 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 'indicatorMiddleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8105 /force-app/main/default/classes/MetadataService.cls 10697 20 10697 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 'indicatorMiddleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8107 /force-app/main/default/classes/MetadataService.cls 10698 20 10698 140 pmd 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]*'
8106 /force-app/main/default/classes/MetadataService.cls 10698 20 10698 140 pmd 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]*'
8108 /force-app/main/default/classes/MetadataService.cls 10699 20 10699 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'maxValuesDisplayed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8107 /force-app/main/default/classes/MetadataService.cls 10699 20 10699 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'maxValuesDisplayed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8109 /force-app/main/default/classes/MetadataService.cls 10700 20 10700 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 'metricLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8108 /force-app/main/default/classes/MetadataService.cls 10700 20 10700 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 'metricLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8110 /force-app/main/default/classes/MetadataService.cls 10701 20 10701 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8109 /force-app/main/default/classes/MetadataService.cls 10701 20 10701 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8111 /force-app/main/default/classes/MetadataService.cls 10702 20 10702 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'pageHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8110 /force-app/main/default/classes/MetadataService.cls 10702 20 10702 148 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'pageHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8112 /force-app/main/default/classes/MetadataService.cls 10703 20 10703 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 'report_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8111 /force-app/main/default/classes/MetadataService.cls 10703 20 10703 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 'report_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8113 /force-app/main/default/classes/MetadataService.cls 10704 20 10704 128 pmd 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]*'
8112 /force-app/main/default/classes/MetadataService.cls 10704 20 10704 128 pmd 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]*'
8114 /force-app/main/default/classes/MetadataService.cls 10705 20 10705 156 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scontrolHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8113 /force-app/main/default/classes/MetadataService.cls 10705 20 10705 156 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scontrolHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8115 /force-app/main/default/classes/MetadataService.cls 10706 20 10706 140 pmd 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]*'
8114 /force-app/main/default/classes/MetadataService.cls 10706 20 10706 140 pmd 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]*'
8116 /force-app/main/default/classes/MetadataService.cls 10707 20 10707 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 'showPicturesOnCharts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8115 /force-app/main/default/classes/MetadataService.cls 10707 20 10707 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 'showPicturesOnCharts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8117 /force-app/main/default/classes/MetadataService.cls 10708 20 10708 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 'showPicturesOnTables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8116 /force-app/main/default/classes/MetadataService.cls 10708 20 10708 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 'showPicturesOnTables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8118 /force-app/main/default/classes/MetadataService.cls 10709 20 10709 130 pmd 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]*'
8117 /force-app/main/default/classes/MetadataService.cls 10709 20 10709 130 pmd 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]*'
8119 /force-app/main/default/classes/MetadataService.cls 10710 20 10710 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8118 /force-app/main/default/classes/MetadataService.cls 10710 20 10710 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8120 /force-app/main/default/classes/MetadataService.cls 10711 20 10711 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8119 /force-app/main/default/classes/MetadataService.cls 10711 20 10711 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8121 /force-app/main/default/classes/MetadataService.cls 10712 20 10712 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8120 /force-app/main/default/classes/MetadataService.cls 10712 20 10712 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8122 /force-app/main/default/classes/MetadataService.cls 10713 20 10713 140 pmd 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]*'
8121 /force-app/main/default/classes/MetadataService.cls 10713 20 10713 140 pmd 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]*'
8123 /force-app/main/default/classes/MetadataService.cls 10714 20 10714 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8122 /force-app/main/default/classes/MetadataService.cls 10714 20 10714 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8124 /force-app/main/default/classes/MetadataService.cls 10715 20 10715 736 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8123 /force-app/main/default/classes/MetadataService.cls 10715 20 10715 736 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8125 /force-app/main/default/classes/MetadataService.cls 10717 9 10734 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8124 /force-app/main/default/classes/MetadataService.cls 10717 9 10734 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8126 /force-app/main/default/classes/MetadataService.cls 10717 9 10734 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8125 /force-app/main/default/classes/MetadataService.cls 10717 9 10734 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8127 /force-app/main/default/classes/MetadataService.cls 10725 20 10725 130 pmd 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]*'
8126 /force-app/main/default/classes/MetadataService.cls 10725 20 10725 130 pmd 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]*'
8128 /force-app/main/default/classes/MetadataService.cls 10726 20 10726 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 'columnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8127 /force-app/main/default/classes/MetadataService.cls 10726 20 10726 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 'columnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8129 /force-app/main/default/classes/MetadataService.cls 10727 20 10727 140 pmd 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]*'
8128 /force-app/main/default/classes/MetadataService.cls 10727 20 10727 140 pmd 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]*'
8130 /force-app/main/default/classes/MetadataService.cls 10728 20 10728 130 pmd 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]*'
8129 /force-app/main/default/classes/MetadataService.cls 10728 20 10728 130 pmd 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]*'
8131 /force-app/main/default/classes/MetadataService.cls 10729 20 10729 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 'lowBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8130 /force-app/main/default/classes/MetadataService.cls 10729 20 10729 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 'lowBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8132 /force-app/main/default/classes/MetadataService.cls 10730 20 10730 128 pmd 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]*'
8131 /force-app/main/default/classes/MetadataService.cls 10730 20 10730 128 pmd 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]*'
8133 /force-app/main/default/classes/MetadataService.cls 10731 20 10731 128 pmd 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]*'
8132 /force-app/main/default/classes/MetadataService.cls 10731 20 10731 128 pmd 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]*'
8134 /force-app/main/default/classes/MetadataService.cls 10732 20 10732 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8133 /force-app/main/default/classes/MetadataService.cls 10732 20 10732 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8135 /force-app/main/default/classes/MetadataService.cls 10733 20 10733 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]*'
8134 /force-app/main/default/classes/MetadataService.cls 10733 20 10733 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]*'
8136 /force-app/main/default/classes/MetadataService.cls 10735 9 10742 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8135 /force-app/main/default/classes/MetadataService.cls 10735 9 10742 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8137 /force-app/main/default/classes/MetadataService.cls 10738 20 10738 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 'settingName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8136 /force-app/main/default/classes/MetadataService.cls 10738 20 10738 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 'settingName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8138 /force-app/main/default/classes/MetadataService.cls 10739 20 10739 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 'settingValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8137 /force-app/main/default/classes/MetadataService.cls 10739 20 10739 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 'settingValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8139 /force-app/main/default/classes/MetadataService.cls 10740 20 10740 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8138 /force-app/main/default/classes/MetadataService.cls 10740 20 10740 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8140 /force-app/main/default/classes/MetadataService.cls 10741 20 10741 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]*'
8139 /force-app/main/default/classes/MetadataService.cls 10741 20 10741 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]*'
8141 /force-app/main/default/classes/MetadataService.cls 10743 9 10758 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8140 /force-app/main/default/classes/MetadataService.cls 10743 9 10758 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8142 /force-app/main/default/classes/MetadataService.cls 10750 20 10750 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8141 /force-app/main/default/classes/MetadataService.cls 10750 20 10750 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8143 /force-app/main/default/classes/MetadataService.cls 10751 20 10751 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sizeX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8142 /force-app/main/default/classes/MetadataService.cls 10751 20 10751 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sizeX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8144 /force-app/main/default/classes/MetadataService.cls 10752 20 10752 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sizeY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8143 /force-app/main/default/classes/MetadataService.cls 10752 20 10752 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sizeY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8145 /force-app/main/default/classes/MetadataService.cls 10753 20 10753 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sizeZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8144 /force-app/main/default/classes/MetadataService.cls 10753 20 10753 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sizeZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8146 /force-app/main/default/classes/MetadataService.cls 10754 20 10754 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 'summaryLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8145 /force-app/main/default/classes/MetadataService.cls 10754 20 10754 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 'summaryLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8147 /force-app/main/default/classes/MetadataService.cls 10755 20 10755 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 'summaryLayoutStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8146 /force-app/main/default/classes/MetadataService.cls 10755 20 10755 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 'summaryLayoutStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8148 /force-app/main/default/classes/MetadataService.cls 10756 20 10756 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8147 /force-app/main/default/classes/MetadataService.cls 10756 20 10756 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8149 /force-app/main/default/classes/MetadataService.cls 10757 20 10757 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]*'
8148 /force-app/main/default/classes/MetadataService.cls 10757 20 10757 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]*'
8150 /force-app/main/default/classes/MetadataService.cls 10759 9 10774 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8149 /force-app/main/default/classes/MetadataService.cls 10759 9 10774 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8151 /force-app/main/default/classes/MetadataService.cls 10762 20 10762 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8150 /force-app/main/default/classes/MetadataService.cls 10762 20 10762 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8152 /force-app/main/default/classes/MetadataService.cls 10767 20 10767 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 'customValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8151 /force-app/main/default/classes/MetadataService.cls 10767 20 10767 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 'customValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8153 /force-app/main/default/classes/MetadataService.cls 10768 20 10768 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8152 /force-app/main/default/classes/MetadataService.cls 10768 20 10768 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8154 /force-app/main/default/classes/MetadataService.cls 10769 20 10769 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8153 /force-app/main/default/classes/MetadataService.cls 10769 20 10769 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8155 /force-app/main/default/classes/MetadataService.cls 10770 20 10770 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8154 /force-app/main/default/classes/MetadataService.cls 10770 20 10770 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8156 /force-app/main/default/classes/MetadataService.cls 10771 20 10771 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8155 /force-app/main/default/classes/MetadataService.cls 10771 20 10771 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8157 /force-app/main/default/classes/MetadataService.cls 10772 20 10772 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8156 /force-app/main/default/classes/MetadataService.cls 10772 20 10772 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8158 /force-app/main/default/classes/MetadataService.cls 10773 20 10773 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8157 /force-app/main/default/classes/MetadataService.cls 10773 20 10773 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8159 /force-app/main/default/classes/MetadataService.cls 10775 9 10782 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8158 /force-app/main/default/classes/MetadataService.cls 10775 9 10782 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8160 /force-app/main/default/classes/MetadataService.cls 10778 20 10778 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 'layoutSectionStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8159 /force-app/main/default/classes/MetadataService.cls 10778 20 10778 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 'layoutSectionStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8161 /force-app/main/default/classes/MetadataService.cls 10779 20 10779 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 'quickActionLayoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8160 /force-app/main/default/classes/MetadataService.cls 10779 20 10779 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 'quickActionLayoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8162 /force-app/main/default/classes/MetadataService.cls 10780 20 10780 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8161 /force-app/main/default/classes/MetadataService.cls 10780 20 10780 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8163 /force-app/main/default/classes/MetadataService.cls 10781 20 10781 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8162 /force-app/main/default/classes/MetadataService.cls 10781 20 10781 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8164 /force-app/main/default/classes/MetadataService.cls 10783 9 10796 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8163 /force-app/main/default/classes/MetadataService.cls 10783 9 10796 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8165 /force-app/main/default/classes/MetadataService.cls 10786 20 10786 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8164 /force-app/main/default/classes/MetadataService.cls 10786 20 10786 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8166 /force-app/main/default/classes/MetadataService.cls 10790 20 10790 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8165 /force-app/main/default/classes/MetadataService.cls 10790 20 10790 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8167 /force-app/main/default/classes/MetadataService.cls 10791 20 10791 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8166 /force-app/main/default/classes/MetadataService.cls 10791 20 10791 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8168 /force-app/main/default/classes/MetadataService.cls 10792 20 10792 128 pmd 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]*'
8167 /force-app/main/default/classes/MetadataService.cls 10792 20 10792 128 pmd 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]*'
8169 /force-app/main/default/classes/MetadataService.cls 10793 20 10793 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8168 /force-app/main/default/classes/MetadataService.cls 10793 20 10793 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8170 /force-app/main/default/classes/MetadataService.cls 10794 20 10794 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8169 /force-app/main/default/classes/MetadataService.cls 10794 20 10794 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8171 /force-app/main/default/classes/MetadataService.cls 10795 20 10795 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8170 /force-app/main/default/classes/MetadataService.cls 10795 20 10795 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8172 /force-app/main/default/classes/MetadataService.cls 10797 9 10802 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8171 /force-app/main/default/classes/MetadataService.cls 10797 9 10802 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8173 /force-app/main/default/classes/MetadataService.cls 10797 9 10802 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'listMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8172 /force-app/main/default/classes/MetadataService.cls 10797 9 10802 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'listMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8174 /force-app/main/default/classes/MetadataService.cls 10799 20 10799 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8173 /force-app/main/default/classes/MetadataService.cls 10799 20 10799 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8175 /force-app/main/default/classes/MetadataService.cls 10800 20 10800 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8174 /force-app/main/default/classes/MetadataService.cls 10800 20 10800 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8176 /force-app/main/default/classes/MetadataService.cls 10801 20 10801 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8175 /force-app/main/default/classes/MetadataService.cls 10801 20 10801 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8177 /force-app/main/default/classes/MetadataService.cls 10803 9 10850 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8176 /force-app/main/default/classes/MetadataService.cls 10803 9 10850 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8178 /force-app/main/default/classes/MetadataService.cls 10803 9 10850 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class SamlSsoConfig has 22 public methods, attributes, and properties (limit: 20)
8177 /force-app/main/default/classes/MetadataService.cls 10803 9 10850 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class SamlSsoConfig has 22 public methods, attributes, and properties (limit: 20)
8179 /force-app/main/default/classes/MetadataService.cls 10803 9 10850 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8178 /force-app/main/default/classes/MetadataService.cls 10803 9 10850 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8180 /force-app/main/default/classes/MetadataService.cls 10806 20 10806 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8179 /force-app/main/default/classes/MetadataService.cls 10806 20 10806 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8181 /force-app/main/default/classes/MetadataService.cls 10827 20 10827 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 'attributeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8180 /force-app/main/default/classes/MetadataService.cls 10827 20 10827 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 'attributeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8182 /force-app/main/default/classes/MetadataService.cls 10828 20 10828 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 'attributeNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8181 /force-app/main/default/classes/MetadataService.cls 10828 20 10828 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 'attributeNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8183 /force-app/main/default/classes/MetadataService.cls 10829 20 10829 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 'decryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8182 /force-app/main/default/classes/MetadataService.cls 10829 20 10829 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 'decryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8184 /force-app/main/default/classes/MetadataService.cls 10830 20 10830 128 pmd 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]*'
8183 /force-app/main/default/classes/MetadataService.cls 10830 20 10830 128 pmd 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]*'
8185 /force-app/main/default/classes/MetadataService.cls 10831 20 10831 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 'executionUserId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8184 /force-app/main/default/classes/MetadataService.cls 10831 20 10831 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 'executionUserId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8186 /force-app/main/default/classes/MetadataService.cls 10832 20 10832 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 'identityLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8185 /force-app/main/default/classes/MetadataService.cls 10832 20 10832 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 'identityLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8187 /force-app/main/default/classes/MetadataService.cls 10833 20 10833 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 'identityMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8186 /force-app/main/default/classes/MetadataService.cls 10833 20 10833 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 'identityMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8188 /force-app/main/default/classes/MetadataService.cls 10834 20 10834 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8187 /force-app/main/default/classes/MetadataService.cls 10834 20 10834 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8189 /force-app/main/default/classes/MetadataService.cls 10835 20 10835 128 pmd 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]*'
8188 /force-app/main/default/classes/MetadataService.cls 10835 20 10835 128 pmd 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]*'
8190 /force-app/main/default/classes/MetadataService.cls 10836 20 10836 130 pmd 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]*'
8189 /force-app/main/default/classes/MetadataService.cls 10836 20 10836 130 pmd 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]*'
8191 /force-app/main/default/classes/MetadataService.cls 10837 20 10837 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8190 /force-app/main/default/classes/MetadataService.cls 10837 20 10837 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8192 /force-app/main/default/classes/MetadataService.cls 10838 20 10838 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 'oauthTokenEndpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8191 /force-app/main/default/classes/MetadataService.cls 10838 20 10838 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 'oauthTokenEndpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8193 /force-app/main/default/classes/MetadataService.cls 10839 20 10839 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 'redirectBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8192 /force-app/main/default/classes/MetadataService.cls 10839 20 10839 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 'redirectBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8194 /force-app/main/default/classes/MetadataService.cls 10840 20 10840 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 'requestSignatureMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8193 /force-app/main/default/classes/MetadataService.cls 10840 20 10840 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 'requestSignatureMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8195 /force-app/main/default/classes/MetadataService.cls 10841 20 10841 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 'salesforceLoginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8194 /force-app/main/default/classes/MetadataService.cls 10841 20 10841 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 'salesforceLoginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8196 /force-app/main/default/classes/MetadataService.cls 10842 20 10842 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 'samlEntityId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8195 /force-app/main/default/classes/MetadataService.cls 10842 20 10842 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 'samlEntityId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8197 /force-app/main/default/classes/MetadataService.cls 10843 20 10843 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 'samlJitHandlerId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8196 /force-app/main/default/classes/MetadataService.cls 10843 20 10843 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 'samlJitHandlerId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8198 /force-app/main/default/classes/MetadataService.cls 10844 20 10844 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 'samlVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8197 /force-app/main/default/classes/MetadataService.cls 10844 20 10844 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 'samlVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8199 /force-app/main/default/classes/MetadataService.cls 10845 20 10845 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 'userProvisioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8198 /force-app/main/default/classes/MetadataService.cls 10845 20 10845 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 'userProvisioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8200 /force-app/main/default/classes/MetadataService.cls 10846 20 10846 140 pmd 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]*'
8199 /force-app/main/default/classes/MetadataService.cls 10846 20 10846 140 pmd 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]*'
8201 /force-app/main/default/classes/MetadataService.cls 10847 20 10847 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8200 /force-app/main/default/classes/MetadataService.cls 10847 20 10847 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8202 /force-app/main/default/classes/MetadataService.cls 10848 20 10848 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8201 /force-app/main/default/classes/MetadataService.cls 10848 20 10848 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8203 /force-app/main/default/classes/MetadataService.cls 10849 20 10849 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]*'
8202 /force-app/main/default/classes/MetadataService.cls 10849 20 10849 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]*'
8204 /force-app/main/default/classes/MetadataService.cls 10851 9 10856 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8203 /force-app/main/default/classes/MetadataService.cls 10851 9 10856 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8205 /force-app/main/default/classes/MetadataService.cls 10851 9 10856 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeValueType_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8204 /force-app/main/default/classes/MetadataService.cls 10851 9 10856 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeValueType_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8206 /force-app/main/default/classes/MetadataService.cls 10852 17 10852 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8205 /force-app/main/default/classes/MetadataService.cls 10852 17 10852 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8207 /force-app/main/default/classes/MetadataService.cls 10853 20 10853 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8206 /force-app/main/default/classes/MetadataService.cls 10853 20 10853 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8208 /force-app/main/default/classes/MetadataService.cls 10854 20 10854 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8207 /force-app/main/default/classes/MetadataService.cls 10854 20 10854 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8209 /force-app/main/default/classes/MetadataService.cls 10855 20 10855 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8208 /force-app/main/default/classes/MetadataService.cls 10855 20 10855 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8210 /force-app/main/default/classes/MetadataService.cls 10857 9 10864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8209 /force-app/main/default/classes/MetadataService.cls 10857 9 10864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8211 /force-app/main/default/classes/MetadataService.cls 10860 20 10860 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 'chatterAnswersReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8210 /force-app/main/default/classes/MetadataService.cls 10860 20 10860 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 'chatterAnswersReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8212 /force-app/main/default/classes/MetadataService.cls 10861 20 10861 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 'ideaReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8211 /force-app/main/default/classes/MetadataService.cls 10861 20 10861 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 'ideaReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8213 /force-app/main/default/classes/MetadataService.cls 10862 20 10862 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8212 /force-app/main/default/classes/MetadataService.cls 10862 20 10862 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8214 /force-app/main/default/classes/MetadataService.cls 10863 20 10863 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8213 /force-app/main/default/classes/MetadataService.cls 10863 20 10863 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8215 /force-app/main/default/classes/MetadataService.cls 10865 17 10867 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8214 /force-app/main/default/classes/MetadataService.cls 10865 17 10867 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8216 /force-app/main/default/classes/MetadataService.cls 10868 9 10887 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8215 /force-app/main/default/classes/MetadataService.cls 10868 9 10887 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8217 /force-app/main/default/classes/MetadataService.cls 10868 9 10887 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8216 /force-app/main/default/classes/MetadataService.cls 10868 9 10887 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8218 /force-app/main/default/classes/MetadataService.cls 10873 17 10873 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
8217 /force-app/main/default/classes/MetadataService.cls 10873 17 10873 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
8219 /force-app/main/default/classes/MetadataService.cls 10877 20 10877 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8218 /force-app/main/default/classes/MetadataService.cls 10877 20 10877 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8220 /force-app/main/default/classes/MetadataService.cls 10878 20 10878 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8219 /force-app/main/default/classes/MetadataService.cls 10878 20 10878 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8221 /force-app/main/default/classes/MetadataService.cls 10879 20 10879 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8220 /force-app/main/default/classes/MetadataService.cls 10879 20 10879 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8222 /force-app/main/default/classes/MetadataService.cls 10880 20 10880 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 'lookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8221 /force-app/main/default/classes/MetadataService.cls 10880 20 10880 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 'lookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8223 /force-app/main/default/classes/MetadataService.cls 10881 20 10881 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8222 /force-app/main/default/classes/MetadataService.cls 10881 20 10881 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8224 /force-app/main/default/classes/MetadataService.cls 10882 20 10882 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8223 /force-app/main/default/classes/MetadataService.cls 10882 20 10882 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8225 /force-app/main/default/classes/MetadataService.cls 10883 20 10883 120 pmd 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]*'
8224 /force-app/main/default/classes/MetadataService.cls 10883 20 10883 120 pmd 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]*'
8226 /force-app/main/default/classes/MetadataService.cls 10884 20 10884 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8225 /force-app/main/default/classes/MetadataService.cls 10884 20 10884 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8227 /force-app/main/default/classes/MetadataService.cls 10885 20 10885 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8226 /force-app/main/default/classes/MetadataService.cls 10885 20 10885 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8228 /force-app/main/default/classes/MetadataService.cls 10886 20 10886 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]*'
8227 /force-app/main/default/classes/MetadataService.cls 10886 20 10886 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]*'
8229 /force-app/main/default/classes/MetadataService.cls 10888 9 10897 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8228 /force-app/main/default/classes/MetadataService.cls 10888 9 10897 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8230 /force-app/main/default/classes/MetadataService.cls 10891 17 10891 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
8229 /force-app/main/default/classes/MetadataService.cls 10891 17 10891 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
8231 /force-app/main/default/classes/MetadataService.cls 10892 20 10892 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 'inApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8230 /force-app/main/default/classes/MetadataService.cls 10892 20 10892 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 'inApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8232 /force-app/main/default/classes/MetadataService.cls 10893 20 10893 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sendEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8231 /force-app/main/default/classes/MetadataService.cls 10893 20 10893 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sendEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8233 /force-app/main/default/classes/MetadataService.cls 10894 20 10894 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8232 /force-app/main/default/classes/MetadataService.cls 10894 20 10894 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8234 /force-app/main/default/classes/MetadataService.cls 10895 20 10895 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8233 /force-app/main/default/classes/MetadataService.cls 10895 20 10895 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8235 /force-app/main/default/classes/MetadataService.cls 10896 20 10896 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]*'
8234 /force-app/main/default/classes/MetadataService.cls 10896 20 10896 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]*'
8236 /force-app/main/default/classes/MetadataService.cls 10898 9 10909 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8235 /force-app/main/default/classes/MetadataService.cls 10898 9 10909 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8237 /force-app/main/default/classes/MetadataService.cls 10903 20 10903 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 'aggregateTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8236 /force-app/main/default/classes/MetadataService.cls 10903 20 10903 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 'aggregateTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8238 /force-app/main/default/classes/MetadataService.cls 10904 20 10904 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8237 /force-app/main/default/classes/MetadataService.cls 10904 20 10904 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8239 /force-app/main/default/classes/MetadataService.cls 10905 20 10905 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 'reverseColors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8238 /force-app/main/default/classes/MetadataService.cls 10905 20 10905 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 'reverseColors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8240 /force-app/main/default/classes/MetadataService.cls 10906 20 10906 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 'showChanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8239 /force-app/main/default/classes/MetadataService.cls 10906 20 10906 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 'showChanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8241 /force-app/main/default/classes/MetadataService.cls 10907 20 10907 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8240 /force-app/main/default/classes/MetadataService.cls 10907 20 10907 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8242 /force-app/main/default/classes/MetadataService.cls 10908 20 10908 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]*'
8241 /force-app/main/default/classes/MetadataService.cls 10908 20 10908 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]*'
8243 /force-app/main/default/classes/MetadataService.cls 10910 9 10921 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8242 /force-app/main/default/classes/MetadataService.cls 10910 9 10921 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8244 /force-app/main/default/classes/MetadataService.cls 10913 20 10913 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8243 /force-app/main/default/classes/MetadataService.cls 10913 20 10913 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8245 /force-app/main/default/classes/MetadataService.cls 10916 20 10916 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8244 /force-app/main/default/classes/MetadataService.cls 10916 20 10916 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8246 /force-app/main/default/classes/MetadataService.cls 10917 20 10917 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 'holidays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8245 /force-app/main/default/classes/MetadataService.cls 10917 20 10917 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 'holidays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8247 /force-app/main/default/classes/MetadataService.cls 10918 20 10918 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8246 /force-app/main/default/classes/MetadataService.cls 10918 20 10918 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8248 /force-app/main/default/classes/MetadataService.cls 10919 20 10919 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8247 /force-app/main/default/classes/MetadataService.cls 10919 20 10919 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8249 /force-app/main/default/classes/MetadataService.cls 10920 20 10920 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]*'
8248 /force-app/main/default/classes/MetadataService.cls 10920 20 10920 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]*'
8250 /force-app/main/default/classes/MetadataService.cls 10922 9 10931 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8249 /force-app/main/default/classes/MetadataService.cls 10922 9 10931 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8251 /force-app/main/default/classes/MetadataService.cls 10926 20 10926 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8250 /force-app/main/default/classes/MetadataService.cls 10926 20 10926 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8252 /force-app/main/default/classes/MetadataService.cls 10927 20 10927 140 pmd 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]*'
8251 /force-app/main/default/classes/MetadataService.cls 10927 20 10927 140 pmd 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]*'
8253 /force-app/main/default/classes/MetadataService.cls 10928 20 10928 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8252 /force-app/main/default/classes/MetadataService.cls 10928 20 10928 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8254 /force-app/main/default/classes/MetadataService.cls 10929 20 10929 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8253 /force-app/main/default/classes/MetadataService.cls 10929 20 10929 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8255 /force-app/main/default/classes/MetadataService.cls 10930 20 10930 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8254 /force-app/main/default/classes/MetadataService.cls 10930 20 10930 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8256 /force-app/main/default/classes/MetadataService.cls 10932 9 10939 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8255 /force-app/main/default/classes/MetadataService.cls 10932 9 10939 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8257 /force-app/main/default/classes/MetadataService.cls 10935 20 10935 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8256 /force-app/main/default/classes/MetadataService.cls 10935 20 10935 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8258 /force-app/main/default/classes/MetadataService.cls 10936 20 10936 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8257 /force-app/main/default/classes/MetadataService.cls 10936 20 10936 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8259 /force-app/main/default/classes/MetadataService.cls 10937 20 10937 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8258 /force-app/main/default/classes/MetadataService.cls 10937 20 10937 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8260 /force-app/main/default/classes/MetadataService.cls 10938 20 10938 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]*'
8259 /force-app/main/default/classes/MetadataService.cls 10938 20 10938 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]*'
8261 /force-app/main/default/classes/MetadataService.cls 10940 9 10947 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8260 /force-app/main/default/classes/MetadataService.cls 10940 9 10947 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8262 /force-app/main/default/classes/MetadataService.cls 10943 20 10943 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 'similarOpportunitiesDisplayColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8261 /force-app/main/default/classes/MetadataService.cls 10943 20 10943 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 'similarOpportunitiesDisplayColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8263 /force-app/main/default/classes/MetadataService.cls 10944 20 10944 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 'similarOpportunitiesMatchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8262 /force-app/main/default/classes/MetadataService.cls 10944 20 10944 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 'similarOpportunitiesMatchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8264 /force-app/main/default/classes/MetadataService.cls 10945 20 10945 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8263 /force-app/main/default/classes/MetadataService.cls 10945 20 10945 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8265 /force-app/main/default/classes/MetadataService.cls 10946 20 10946 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8264 /force-app/main/default/classes/MetadataService.cls 10946 20 10946 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8266 /force-app/main/default/classes/MetadataService.cls 10948 9 10973 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8265 /force-app/main/default/classes/MetadataService.cls 10948 9 10973 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8267 /force-app/main/default/classes/MetadataService.cls 10948 9 10973 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8266 /force-app/main/default/classes/MetadataService.cls 10948 9 10973 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8268 /force-app/main/default/classes/MetadataService.cls 10960 20 10960 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 'acrossGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8267 /force-app/main/default/classes/MetadataService.cls 10960 20 10960 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 'acrossGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8269 /force-app/main/default/classes/MetadataService.cls 10961 20 10961 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 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8268 /force-app/main/default/classes/MetadataService.cls 10961 20 10961 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 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8270 /force-app/main/default/classes/MetadataService.cls 10962 20 10962 128 pmd 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]*'
8269 /force-app/main/default/classes/MetadataService.cls 10962 20 10962 128 pmd 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]*'
8271 /force-app/main/default/classes/MetadataService.cls 10963 20 10963 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8270 /force-app/main/default/classes/MetadataService.cls 10963 20 10963 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8272 /force-app/main/default/classes/MetadataService.cls 10964 20 10964 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8271 /force-app/main/default/classes/MetadataService.cls 10964 20 10964 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8273 /force-app/main/default/classes/MetadataService.cls 10965 20 10965 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 'downGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8272 /force-app/main/default/classes/MetadataService.cls 10965 20 10965 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 'downGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8274 /force-app/main/default/classes/MetadataService.cls 10966 20 10966 128 pmd 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]*'
8273 /force-app/main/default/classes/MetadataService.cls 10966 20 10966 128 pmd 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]*'
8275 /force-app/main/default/classes/MetadataService.cls 10967 20 10967 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 'isCrossBlock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8274 /force-app/main/default/classes/MetadataService.cls 10967 20 10967 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 'isCrossBlock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8276 /force-app/main/default/classes/MetadataService.cls 10968 20 10968 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8275 /force-app/main/default/classes/MetadataService.cls 10968 20 10968 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8277 /force-app/main/default/classes/MetadataService.cls 10969 20 10969 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8276 /force-app/main/default/classes/MetadataService.cls 10969 20 10969 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8278 /force-app/main/default/classes/MetadataService.cls 10970 20 10970 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8277 /force-app/main/default/classes/MetadataService.cls 10970 20 10970 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8279 /force-app/main/default/classes/MetadataService.cls 10971 20 10971 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8278 /force-app/main/default/classes/MetadataService.cls 10971 20 10971 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8280 /force-app/main/default/classes/MetadataService.cls 10972 20 10972 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]*'
8279 /force-app/main/default/classes/MetadataService.cls 10972 20 10972 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]*'
8281 /force-app/main/default/classes/MetadataService.cls 10974 9 10993 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8280 /force-app/main/default/classes/MetadataService.cls 10974 9 10993 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8282 /force-app/main/default/classes/MetadataService.cls 10974 9 10993 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8281 /force-app/main/default/classes/MetadataService.cls 10974 9 10993 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8283 /force-app/main/default/classes/MetadataService.cls 10977 20 10977 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8282 /force-app/main/default/classes/MetadataService.cls 10977 20 10977 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8284 /force-app/main/default/classes/MetadataService.cls 10984 20 10984 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 'autoCalculateEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8283 /force-app/main/default/classes/MetadataService.cls 10984 20 10984 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 'autoCalculateEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8285 /force-app/main/default/classes/MetadataService.cls 10985 20 10985 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 'autoExpirationDelay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8284 /force-app/main/default/classes/MetadataService.cls 10985 20 10985 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 'autoExpirationDelay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8286 /force-app/main/default/classes/MetadataService.cls 10986 20 10986 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 'autoExpirationRecipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8285 /force-app/main/default/classes/MetadataService.cls 10986 20 10986 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 'autoExpirationRecipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8287 /force-app/main/default/classes/MetadataService.cls 10987 20 10987 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 'autoExpireContracts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8286 /force-app/main/default/classes/MetadataService.cls 10987 20 10987 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 'autoExpireContracts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8288 /force-app/main/default/classes/MetadataService.cls 10988 20 10988 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 'enableContractHistoryTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8287 /force-app/main/default/classes/MetadataService.cls 10988 20 10988 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 'enableContractHistoryTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8289 /force-app/main/default/classes/MetadataService.cls 10989 20 10989 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 'notifyOwnersOnContractExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8288 /force-app/main/default/classes/MetadataService.cls 10989 20 10989 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 'notifyOwnersOnContractExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8290 /force-app/main/default/classes/MetadataService.cls 10990 20 10990 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8289 /force-app/main/default/classes/MetadataService.cls 10990 20 10990 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8291 /force-app/main/default/classes/MetadataService.cls 10991 20 10991 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8290 /force-app/main/default/classes/MetadataService.cls 10991 20 10991 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8292 /force-app/main/default/classes/MetadataService.cls 10992 20 10992 229 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8291 /force-app/main/default/classes/MetadataService.cls 10992 20 10992 229 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8293 /force-app/main/default/classes/MetadataService.cls 10994 9 11003 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8292 /force-app/main/default/classes/MetadataService.cls 10994 9 11003 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8294 /force-app/main/default/classes/MetadataService.cls 10997 20 10997 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8293 /force-app/main/default/classes/MetadataService.cls 10997 20 10997 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8295 /force-app/main/default/classes/MetadataService.cls 10999 20 10999 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 'escalationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8294 /force-app/main/default/classes/MetadataService.cls 10999 20 10999 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 'escalationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8296 /force-app/main/default/classes/MetadataService.cls 11000 20 11000 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8295 /force-app/main/default/classes/MetadataService.cls 11000 20 11000 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8297 /force-app/main/default/classes/MetadataService.cls 11001 20 11001 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8296 /force-app/main/default/classes/MetadataService.cls 11001 20 11001 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8298 /force-app/main/default/classes/MetadataService.cls 11002 20 11002 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]*'
8297 /force-app/main/default/classes/MetadataService.cls 11002 20 11002 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]*'
8299 /force-app/main/default/classes/MetadataService.cls 11004 9 11013 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8298 /force-app/main/default/classes/MetadataService.cls 11004 9 11013 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8300 /force-app/main/default/classes/MetadataService.cls 11008 20 11008 131 pmd 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]*'
8299 /force-app/main/default/classes/MetadataService.cls 11008 20 11008 131 pmd 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]*'
8301 /force-app/main/default/classes/MetadataService.cls 11009 20 11009 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8300 /force-app/main/default/classes/MetadataService.cls 11009 20 11009 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8302 /force-app/main/default/classes/MetadataService.cls 11010 20 11010 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8301 /force-app/main/default/classes/MetadataService.cls 11010 20 11010 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8303 /force-app/main/default/classes/MetadataService.cls 11011 20 11011 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8302 /force-app/main/default/classes/MetadataService.cls 11011 20 11011 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8304 /force-app/main/default/classes/MetadataService.cls 11012 20 11012 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]*'
8303 /force-app/main/default/classes/MetadataService.cls 11012 20 11012 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]*'
8305 /force-app/main/default/classes/MetadataService.cls 11014 9 11029 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8304 /force-app/main/default/classes/MetadataService.cls 11014 9 11029 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8306 /force-app/main/default/classes/MetadataService.cls 11021 20 11021 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8305 /force-app/main/default/classes/MetadataService.cls 11021 20 11021 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8307 /force-app/main/default/classes/MetadataService.cls 11022 20 11022 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 'liveAgentChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8306 /force-app/main/default/classes/MetadataService.cls 11022 20 11022 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 'liveAgentChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8308 /force-app/main/default/classes/MetadataService.cls 11023 20 11023 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 'liveAgentContentUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8307 /force-app/main/default/classes/MetadataService.cls 11023 20 11023 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 'liveAgentContentUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8309 /force-app/main/default/classes/MetadataService.cls 11024 20 11024 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'liveChatButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8308 /force-app/main/default/classes/MetadataService.cls 11024 20 11024 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'liveChatButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8310 /force-app/main/default/classes/MetadataService.cls 11025 20 11025 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 'liveChatDeployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8309 /force-app/main/default/classes/MetadataService.cls 11025 20 11025 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 'liveChatDeployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8311 /force-app/main/default/classes/MetadataService.cls 11026 20 11026 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8310 /force-app/main/default/classes/MetadataService.cls 11026 20 11026 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8312 /force-app/main/default/classes/MetadataService.cls 11027 20 11027 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8311 /force-app/main/default/classes/MetadataService.cls 11027 20 11027 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8313 /force-app/main/default/classes/MetadataService.cls 11028 20 11028 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]*'
8312 /force-app/main/default/classes/MetadataService.cls 11028 20 11028 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]*'
8314 /force-app/main/default/classes/MetadataService.cls 11030 9 11139 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8313 /force-app/main/default/classes/MetadataService.cls 11030 9 11139 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8315 /force-app/main/default/classes/MetadataService.cls 11030 9 11139 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomField has 53 public methods, attributes, and properties (limit: 20)
8314 /force-app/main/default/classes/MetadataService.cls 11030 9 11139 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomField has 53 public methods, attributes, and properties (limit: 20)
8316 /force-app/main/default/classes/MetadataService.cls 11030 9 11139 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8315 /force-app/main/default/classes/MetadataService.cls 11030 9 11139 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8317 /force-app/main/default/classes/MetadataService.cls 11033 20 11033 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8316 /force-app/main/default/classes/MetadataService.cls 11033 20 11033 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8318 /force-app/main/default/classes/MetadataService.cls 11079 17 11079 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8317 /force-app/main/default/classes/MetadataService.cls 11079 17 11079 23 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8319 /force-app/main/default/classes/MetadataService.cls 11085 20 11085 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 'caseSensitive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8318 /force-app/main/default/classes/MetadataService.cls 11085 20 11085 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 'caseSensitive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8320 /force-app/main/default/classes/MetadataService.cls 11086 20 11086 140 pmd 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]*'
8319 /force-app/main/default/classes/MetadataService.cls 11086 20 11086 140 pmd 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]*'
8321 /force-app/main/default/classes/MetadataService.cls 11087 20 11087 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8320 /force-app/main/default/classes/MetadataService.cls 11087 20 11087 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8322 /force-app/main/default/classes/MetadataService.cls 11088 20 11088 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 'deleteConstraint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8321 /force-app/main/default/classes/MetadataService.cls 11088 20 11088 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 'deleteConstraint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8323 /force-app/main/default/classes/MetadataService.cls 11089 20 11089 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8322 /force-app/main/default/classes/MetadataService.cls 11089 20 11089 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8324 /force-app/main/default/classes/MetadataService.cls 11090 20 11090 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8323 /force-app/main/default/classes/MetadataService.cls 11090 20 11090 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8325 /force-app/main/default/classes/MetadataService.cls 11091 20 11091 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8324 /force-app/main/default/classes/MetadataService.cls 11091 20 11091 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8326 /force-app/main/default/classes/MetadataService.cls 11092 20 11092 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'encrypted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8325 /force-app/main/default/classes/MetadataService.cls 11092 20 11092 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'encrypted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8327 /force-app/main/default/classes/MetadataService.cls 11093 20 11093 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 'escapeMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8326 /force-app/main/default/classes/MetadataService.cls 11093 20 11093 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 'escapeMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8328 /force-app/main/default/classes/MetadataService.cls 11094 20 11094 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 'externalDeveloperName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8327 /force-app/main/default/classes/MetadataService.cls 11094 20 11094 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 'externalDeveloperName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8329 /force-app/main/default/classes/MetadataService.cls 11095 20 11095 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 'externalId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8328 /force-app/main/default/classes/MetadataService.cls 11095 20 11095 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 'externalId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8330 /force-app/main/default/classes/MetadataService.cls 11096 20 11096 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 'fieldManageability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8329 /force-app/main/default/classes/MetadataService.cls 11096 20 11096 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 'fieldManageability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8331 /force-app/main/default/classes/MetadataService.cls 11097 20 11097 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8330 /force-app/main/default/classes/MetadataService.cls 11097 20 11097 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8332 /force-app/main/default/classes/MetadataService.cls 11098 20 11098 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 'formulaTreatBlanksAs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8331 /force-app/main/default/classes/MetadataService.cls 11098 20 11098 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 'formulaTreatBlanksAs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8333 /force-app/main/default/classes/MetadataService.cls 11099 20 11099 140 pmd 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]*'
8332 /force-app/main/default/classes/MetadataService.cls 11099 20 11099 140 pmd 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]*'
8334 /force-app/main/default/classes/MetadataService.cls 11100 20 11100 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 'isConvertLeadDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8333 /force-app/main/default/classes/MetadataService.cls 11100 20 11100 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 'isConvertLeadDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8335 /force-app/main/default/classes/MetadataService.cls 11101 20 11101 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 'isFilteringDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8334 /force-app/main/default/classes/MetadataService.cls 11101 20 11101 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 'isFilteringDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8336 /force-app/main/default/classes/MetadataService.cls 11102 20 11102 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 'isNameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8335 /force-app/main/default/classes/MetadataService.cls 11102 20 11102 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 'isNameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8337 /force-app/main/default/classes/MetadataService.cls 11103 20 11103 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 'isSortingDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8336 /force-app/main/default/classes/MetadataService.cls 11103 20 11103 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 'isSortingDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8338 /force-app/main/default/classes/MetadataService.cls 11104 20 11104 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8337 /force-app/main/default/classes/MetadataService.cls 11104 20 11104 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8339 /force-app/main/default/classes/MetadataService.cls 11105 20 11105 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8338 /force-app/main/default/classes/MetadataService.cls 11105 20 11105 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8340 /force-app/main/default/classes/MetadataService.cls 11106 20 11106 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8339 /force-app/main/default/classes/MetadataService.cls 11106 20 11106 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8341 /force-app/main/default/classes/MetadataService.cls 11107 20 11107 128 pmd 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]*'
8340 /force-app/main/default/classes/MetadataService.cls 11107 20 11107 128 pmd 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]*'
8342 /force-app/main/default/classes/MetadataService.cls 11108 20 11108 128 pmd 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]*'
8341 /force-app/main/default/classes/MetadataService.cls 11108 20 11108 128 pmd 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]*'
8343 /force-app/main/default/classes/MetadataService.cls 11109 20 11109 128 pmd 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]*'
8342 /force-app/main/default/classes/MetadataService.cls 11109 20 11109 128 pmd 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]*'
8344 /force-app/main/default/classes/MetadataService.cls 11110 20 11110 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 'populateExistingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8343 /force-app/main/default/classes/MetadataService.cls 11110 20 11110 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 'populateExistingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8345 /force-app/main/default/classes/MetadataService.cls 11111 20 11111 130 pmd 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]*'
8344 /force-app/main/default/classes/MetadataService.cls 11111 20 11111 130 pmd 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]*'
8346 /force-app/main/default/classes/MetadataService.cls 11112 20 11112 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 'referenceTargetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8345 /force-app/main/default/classes/MetadataService.cls 11112 20 11112 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 'referenceTargetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8347 /force-app/main/default/classes/MetadataService.cls 11113 20 11113 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 'referenceTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8346 /force-app/main/default/classes/MetadataService.cls 11113 20 11113 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 'referenceTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8348 /force-app/main/default/classes/MetadataService.cls 11114 20 11114 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8347 /force-app/main/default/classes/MetadataService.cls 11114 20 11114 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8349 /force-app/main/default/classes/MetadataService.cls 11115 20 11115 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 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8348 /force-app/main/default/classes/MetadataService.cls 11115 20 11115 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 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8350 /force-app/main/default/classes/MetadataService.cls 11116 20 11116 146 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8349 /force-app/main/default/classes/MetadataService.cls 11116 20 11116 146 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8351 /force-app/main/default/classes/MetadataService.cls 11117 20 11117 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 'reparentableMasterDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8350 /force-app/main/default/classes/MetadataService.cls 11117 20 11117 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 'reparentableMasterDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8352 /force-app/main/default/classes/MetadataService.cls 11118 20 11118 128 pmd 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]*'
8351 /force-app/main/default/classes/MetadataService.cls 11118 20 11118 128 pmd 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]*'
8353 /force-app/main/default/classes/MetadataService.cls 11119 20 11119 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 'restrictedAdminField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8352 /force-app/main/default/classes/MetadataService.cls 11119 20 11119 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 'restrictedAdminField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8354 /force-app/main/default/classes/MetadataService.cls 11120 20 11120 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8353 /force-app/main/default/classes/MetadataService.cls 11120 20 11120 122 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8355 /force-app/main/default/classes/MetadataService.cls 11121 20 11121 140 pmd 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]*'
8354 /force-app/main/default/classes/MetadataService.cls 11121 20 11121 140 pmd 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]*'
8356 /force-app/main/default/classes/MetadataService.cls 11122 20 11122 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 'stripMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8355 /force-app/main/default/classes/MetadataService.cls 11122 20 11122 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 'stripMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8357 /force-app/main/default/classes/MetadataService.cls 11123 20 11123 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 'summarizedField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8356 /force-app/main/default/classes/MetadataService.cls 11123 20 11123 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 'summarizedField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8358 /force-app/main/default/classes/MetadataService.cls 11124 20 11124 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 'summaryFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8357 /force-app/main/default/classes/MetadataService.cls 11124 20 11124 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 'summaryFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8359 /force-app/main/default/classes/MetadataService.cls 11125 20 11125 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 'summaryForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8358 /force-app/main/default/classes/MetadataService.cls 11125 20 11125 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 'summaryForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8360 /force-app/main/default/classes/MetadataService.cls 11126 20 11126 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 'summaryOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8359 /force-app/main/default/classes/MetadataService.cls 11126 20 11126 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 'summaryOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8361 /force-app/main/default/classes/MetadataService.cls 11127 20 11127 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 'trackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8360 /force-app/main/default/classes/MetadataService.cls 11127 20 11127 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 'trackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8362 /force-app/main/default/classes/MetadataService.cls 11128 20 11128 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 'trackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8361 /force-app/main/default/classes/MetadataService.cls 11128 20 11128 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 'trackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8363 /force-app/main/default/classes/MetadataService.cls 11129 20 11129 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 'trackTrending_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8362 /force-app/main/default/classes/MetadataService.cls 11129 20 11129 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 'trackTrending_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8364 /force-app/main/default/classes/MetadataService.cls 11130 20 11130 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8363 /force-app/main/default/classes/MetadataService.cls 11130 20 11130 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8365 /force-app/main/default/classes/MetadataService.cls 11131 20 11131 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 'unique_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8364 /force-app/main/default/classes/MetadataService.cls 11131 20 11131 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 'unique_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8366 /force-app/main/default/classes/MetadataService.cls 11132 20 11132 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'valueSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8365 /force-app/main/default/classes/MetadataService.cls 11132 20 11132 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'valueSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8367 /force-app/main/default/classes/MetadataService.cls 11133 20 11133 136 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'visibleLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8366 /force-app/main/default/classes/MetadataService.cls 11133 20 11133 136 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'visibleLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8368 /force-app/main/default/classes/MetadataService.cls 11134 20 11134 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 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8367 /force-app/main/default/classes/MetadataService.cls 11134 20 11134 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 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8369 /force-app/main/default/classes/MetadataService.cls 11135 20 11135 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 'displayLocationInDecimal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8368 /force-app/main/default/classes/MetadataService.cls 11135 20 11135 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 'displayLocationInDecimal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8370 /force-app/main/default/classes/MetadataService.cls 11136 20 11136 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8369 /force-app/main/default/classes/MetadataService.cls 11136 20 11136 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8371 /force-app/main/default/classes/MetadataService.cls 11137 20 11137 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8370 /force-app/main/default/classes/MetadataService.cls 11137 20 11137 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8372 /force-app/main/default/classes/MetadataService.cls 11138 20 11138 915 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8371 /force-app/main/default/classes/MetadataService.cls 11138 20 11138 915 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8373 /force-app/main/default/classes/MetadataService.cls 11140 9 11149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8372 /force-app/main/default/classes/MetadataService.cls 11140 9 11149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8374 /force-app/main/default/classes/MetadataService.cls 11144 20 11144 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8373 /force-app/main/default/classes/MetadataService.cls 11144 20 11144 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8375 /force-app/main/default/classes/MetadataService.cls 11145 20 11145 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8374 /force-app/main/default/classes/MetadataService.cls 11145 20 11145 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8376 /force-app/main/default/classes/MetadataService.cls 11146 20 11146 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8375 /force-app/main/default/classes/MetadataService.cls 11146 20 11146 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8377 /force-app/main/default/classes/MetadataService.cls 11147 20 11147 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8376 /force-app/main/default/classes/MetadataService.cls 11147 20 11147 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8378 /force-app/main/default/classes/MetadataService.cls 11148 20 11148 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]*'
8377 /force-app/main/default/classes/MetadataService.cls 11148 20 11148 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]*'
8379 /force-app/main/default/classes/MetadataService.cls 11150 9 11159 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8378 /force-app/main/default/classes/MetadataService.cls 11150 9 11159 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8380 /force-app/main/default/classes/MetadataService.cls 11154 20 11154 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 'blankValueBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8379 /force-app/main/default/classes/MetadataService.cls 11154 20 11154 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 'blankValueBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8381 /force-app/main/default/classes/MetadataService.cls 11155 20 11155 130 pmd 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]*'
8380 /force-app/main/default/classes/MetadataService.cls 11155 20 11155 130 pmd 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]*'
8382 /force-app/main/default/classes/MetadataService.cls 11156 20 11156 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'matchingMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8381 /force-app/main/default/classes/MetadataService.cls 11156 20 11156 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'matchingMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8383 /force-app/main/default/classes/MetadataService.cls 11157 20 11157 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8382 /force-app/main/default/classes/MetadataService.cls 11157 20 11157 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8384 /force-app/main/default/classes/MetadataService.cls 11158 20 11158 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8383 /force-app/main/default/classes/MetadataService.cls 11158 20 11158 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8385 /force-app/main/default/classes/MetadataService.cls 11160 9 11197 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8384 /force-app/main/default/classes/MetadataService.cls 11160 9 11197 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8386 /force-app/main/default/classes/MetadataService.cls 11160 9 11197 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8385 /force-app/main/default/classes/MetadataService.cls 11160 9 11197 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8387 /force-app/main/default/classes/MetadataService.cls 11178 20 11178 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8386 /force-app/main/default/classes/MetadataService.cls 11178 20 11178 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8388 /force-app/main/default/classes/MetadataService.cls 11179 20 11179 140 pmd 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]*'
8387 /force-app/main/default/classes/MetadataService.cls 11179 20 11179 140 pmd 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]*'
8389 /force-app/main/default/classes/MetadataService.cls 11180 20 11180 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8388 /force-app/main/default/classes/MetadataService.cls 11180 20 11180 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8390 /force-app/main/default/classes/MetadataService.cls 11181 20 11181 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8389 /force-app/main/default/classes/MetadataService.cls 11181 20 11181 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8391 /force-app/main/default/classes/MetadataService.cls 11182 20 11182 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 'businessHoursSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8390 /force-app/main/default/classes/MetadataService.cls 11182 20 11182 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 'businessHoursSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8392 /force-app/main/default/classes/MetadataService.cls 11183 20 11183 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8391 /force-app/main/default/classes/MetadataService.cls 11183 20 11183 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8393 /force-app/main/default/classes/MetadataService.cls 11184 20 11184 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 'disableEscalationWhenModified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8392 /force-app/main/default/classes/MetadataService.cls 11184 20 11184 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 'disableEscalationWhenModified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8394 /force-app/main/default/classes/MetadataService.cls 11185 20 11185 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 'escalationAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8393 /force-app/main/default/classes/MetadataService.cls 11185 20 11185 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 'escalationAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8395 /force-app/main/default/classes/MetadataService.cls 11186 20 11186 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 'escalationStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8394 /force-app/main/default/classes/MetadataService.cls 11186 20 11186 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 'escalationStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8396 /force-app/main/default/classes/MetadataService.cls 11187 20 11187 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8395 /force-app/main/default/classes/MetadataService.cls 11187 20 11187 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8397 /force-app/main/default/classes/MetadataService.cls 11188 20 11188 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 'notifyCcRecipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8396 /force-app/main/default/classes/MetadataService.cls 11188 20 11188 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 'notifyCcRecipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8398 /force-app/main/default/classes/MetadataService.cls 11189 20 11189 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 'overrideExistingTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8397 /force-app/main/default/classes/MetadataService.cls 11189 20 11189 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 'overrideExistingTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8399 /force-app/main/default/classes/MetadataService.cls 11190 20 11190 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 'replyToEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8398 /force-app/main/default/classes/MetadataService.cls 11190 20 11190 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 'replyToEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8400 /force-app/main/default/classes/MetadataService.cls 11191 20 11191 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 'senderEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8399 /force-app/main/default/classes/MetadataService.cls 11191 20 11191 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 'senderEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8401 /force-app/main/default/classes/MetadataService.cls 11192 20 11192 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 'senderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8400 /force-app/main/default/classes/MetadataService.cls 11192 20 11192 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 'senderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8402 /force-app/main/default/classes/MetadataService.cls 11193 20 11193 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 'team_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8401 /force-app/main/default/classes/MetadataService.cls 11193 20 11193 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 'team_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8403 /force-app/main/default/classes/MetadataService.cls 11194 20 11194 128 pmd 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]*'
8402 /force-app/main/default/classes/MetadataService.cls 11194 20 11194 128 pmd 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]*'
8404 /force-app/main/default/classes/MetadataService.cls 11195 20 11195 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8403 /force-app/main/default/classes/MetadataService.cls 11195 20 11195 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8405 /force-app/main/default/classes/MetadataService.cls 11196 20 11196 345 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8404 /force-app/main/default/classes/MetadataService.cls 11196 20 11196 345 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8406 /force-app/main/default/classes/MetadataService.cls 11198 9 11231 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8405 /force-app/main/default/classes/MetadataService.cls 11198 9 11231 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8407 /force-app/main/default/classes/MetadataService.cls 11198 9 11231 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8406 /force-app/main/default/classes/MetadataService.cls 11198 9 11231 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8408 /force-app/main/default/classes/MetadataService.cls 11201 20 11201 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8407 /force-app/main/default/classes/MetadataService.cls 11201 20 11201 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8409 /force-app/main/default/classes/MetadataService.cls 11215 20 11215 133 pmd 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]*'
8408 /force-app/main/default/classes/MetadataService.cls 11215 20 11215 133 pmd 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]*'
8410 /force-app/main/default/classes/MetadataService.cls 11216 20 11216 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8409 /force-app/main/default/classes/MetadataService.cls 11216 20 11216 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8411 /force-app/main/default/classes/MetadataService.cls 11217 20 11217 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8410 /force-app/main/default/classes/MetadataService.cls 11217 20 11217 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8412 /force-app/main/default/classes/MetadataService.cls 11218 20 11218 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 'layouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8411 /force-app/main/default/classes/MetadataService.cls 11218 20 11218 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 'layouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8413 /force-app/main/default/classes/MetadataService.cls 11219 20 11219 140 pmd 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]*'
8412 /force-app/main/default/classes/MetadataService.cls 11219 20 11219 140 pmd 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]*'
8414 /force-app/main/default/classes/MetadataService.cls 11220 20 11220 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8413 /force-app/main/default/classes/MetadataService.cls 11220 20 11220 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8415 /force-app/main/default/classes/MetadataService.cls 11221 20 11221 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8414 /force-app/main/default/classes/MetadataService.cls 11221 20 11221 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8416 /force-app/main/default/classes/MetadataService.cls 11222 20 11222 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8415 /force-app/main/default/classes/MetadataService.cls 11222 20 11222 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8417 /force-app/main/default/classes/MetadataService.cls 11223 20 11223 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 'standardFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8416 /force-app/main/default/classes/MetadataService.cls 11223 20 11223 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 'standardFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8418 /force-app/main/default/classes/MetadataService.cls 11224 20 11224 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8417 /force-app/main/default/classes/MetadataService.cls 11224 20 11224 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8419 /force-app/main/default/classes/MetadataService.cls 11225 20 11225 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8418 /force-app/main/default/classes/MetadataService.cls 11225 20 11225 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8420 /force-app/main/default/classes/MetadataService.cls 11226 20 11226 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8419 /force-app/main/default/classes/MetadataService.cls 11226 20 11226 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8421 /force-app/main/default/classes/MetadataService.cls 11227 20 11227 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 'workflowTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8420 /force-app/main/default/classes/MetadataService.cls 11227 20 11227 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 'workflowTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8422 /force-app/main/default/classes/MetadataService.cls 11228 20 11228 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8421 /force-app/main/default/classes/MetadataService.cls 11228 20 11228 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8423 /force-app/main/default/classes/MetadataService.cls 11229 20 11229 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8422 /force-app/main/default/classes/MetadataService.cls 11229 20 11229 60 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8424 /force-app/main/default/classes/MetadataService.cls 11230 20 11230 248 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8423 /force-app/main/default/classes/MetadataService.cls 11230 20 11230 248 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8425 /force-app/main/default/classes/MetadataService.cls 11232 9 11267 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8424 /force-app/main/default/classes/MetadataService.cls 11232 9 11267 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8426 /force-app/main/default/classes/MetadataService.cls 11232 9 11267 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8425 /force-app/main/default/classes/MetadataService.cls 11232 9 11267 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8427 /force-app/main/default/classes/MetadataService.cls 11249 20 11249 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8426 /force-app/main/default/classes/MetadataService.cls 11249 20 11249 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8428 /force-app/main/default/classes/MetadataService.cls 11250 20 11250 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 'adjustmentsSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8427 /force-app/main/default/classes/MetadataService.cls 11250 20 11250 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 'adjustmentsSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8429 /force-app/main/default/classes/MetadataService.cls 11251 20 11251 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 'displayedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8428 /force-app/main/default/classes/MetadataService.cls 11251 20 11251 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 'displayedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8430 /force-app/main/default/classes/MetadataService.cls 11252 20 11252 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 'forecastRangeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8429 /force-app/main/default/classes/MetadataService.cls 11252 20 11252 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 'forecastRangeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8431 /force-app/main/default/classes/MetadataService.cls 11253 20 11253 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 'forecastedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8430 /force-app/main/default/classes/MetadataService.cls 11253 20 11253 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 'forecastedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8432 /force-app/main/default/classes/MetadataService.cls 11254 20 11254 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'isAmount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8431 /force-app/main/default/classes/MetadataService.cls 11254 20 11254 128 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'isAmount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8433 /force-app/main/default/classes/MetadataService.cls 11255 20 11255 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 'isAvailable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8432 /force-app/main/default/classes/MetadataService.cls 11255 20 11255 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 'isAvailable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8434 /force-app/main/default/classes/MetadataService.cls 11256 20 11256 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 'isQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8433 /force-app/main/default/classes/MetadataService.cls 11256 20 11256 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 'isQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8435 /force-app/main/default/classes/MetadataService.cls 11257 20 11257 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 'managerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8434 /force-app/main/default/classes/MetadataService.cls 11257 20 11257 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 'managerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8436 /force-app/main/default/classes/MetadataService.cls 11258 20 11258 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8435 /force-app/main/default/classes/MetadataService.cls 11258 20 11258 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8437 /force-app/main/default/classes/MetadataService.cls 11259 20 11259 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8436 /force-app/main/default/classes/MetadataService.cls 11259 20 11259 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8438 /force-app/main/default/classes/MetadataService.cls 11260 20 11260 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 'opportunityListFieldsLabelMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8437 /force-app/main/default/classes/MetadataService.cls 11260 20 11260 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 'opportunityListFieldsLabelMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8439 /force-app/main/default/classes/MetadataService.cls 11261 20 11261 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 'opportunityListFieldsSelectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8438 /force-app/main/default/classes/MetadataService.cls 11261 20 11261 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 'opportunityListFieldsSelectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8440 /force-app/main/default/classes/MetadataService.cls 11262 20 11262 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 'opportunityListFieldsUnselectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8439 /force-app/main/default/classes/MetadataService.cls 11262 20 11262 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 'opportunityListFieldsUnselectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8441 /force-app/main/default/classes/MetadataService.cls 11263 20 11263 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 'ownerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8440 /force-app/main/default/classes/MetadataService.cls 11263 20 11263 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 'ownerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8442 /force-app/main/default/classes/MetadataService.cls 11264 20 11264 140 pmd 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]*'
8441 /force-app/main/default/classes/MetadataService.cls 11264 20 11264 140 pmd 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]*'
8443 /force-app/main/default/classes/MetadataService.cls 11265 20 11265 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8442 /force-app/main/default/classes/MetadataService.cls 11265 20 11265 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8444 /force-app/main/default/classes/MetadataService.cls 11266 20 11266 434 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8443 /force-app/main/default/classes/MetadataService.cls 11266 20 11266 434 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8445 /force-app/main/default/classes/MetadataService.cls 11268 9 11610 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8444 /force-app/main/default/classes/MetadataService.cls 11268 9 11610 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8446 /force-app/main/default/classes/MetadataService.cls 11268 9 11610 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class MetadataPort has 27 public methods, attributes, and properties (limit: 20)
8445 /force-app/main/default/classes/MetadataService.cls 11268 9 11610 3 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class MetadataPort has 27 public methods, attributes, and properties (limit: 20)
8447 /force-app/main/default/classes/MetadataService.cls 11268 9 11610 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8446 /force-app/main/default/classes/MetadataService.cls 11268 9 11610 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8448 /force-app/main/default/classes/MetadataService.cls 11269 17 11269 99 pmd 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]*'
8447 /force-app/main/default/classes/MetadataService.cls 11269 17 11269 99 pmd 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]*'
8449 /force-app/main/default/classes/MetadataService.cls 11270 29 11270 47 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'inputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*'
8448 /force-app/main/default/classes/MetadataService.cls 11270 29 11270 47 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'inputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*'
8450 /force-app/main/default/classes/MetadataService.cls 11271 29 11271 48 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'outputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*'
8449 /force-app/main/default/classes/MetadataService.cls 11271 29 11271 48 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'outputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*'
8451 /force-app/main/default/classes/MetadataService.cls 11272 17 11272 33 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'clientCertName_x' doesn't match '[a-z][a-zA-Z0-9]*'
8450 /force-app/main/default/classes/MetadataService.cls 11272 17 11272 33 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'clientCertName_x' doesn't match '[a-z][a-zA-Z0-9]*'
8452 /force-app/main/default/classes/MetadataService.cls 11273 17 11273 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'clientCert_x' doesn't match '[a-z][a-zA-Z0-9]*'
8451 /force-app/main/default/classes/MetadataService.cls 11273 17 11273 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'clientCert_x' doesn't match '[a-z][a-zA-Z0-9]*'
8453 /force-app/main/default/classes/MetadataService.cls 11274 17 11274 35 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'clientCertPasswd_x' doesn't match '[a-z][a-zA-Z0-9]*'
8452 /force-app/main/default/classes/MetadataService.cls 11274 17 11274 35 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'clientCertPasswd_x' doesn't match '[a-z][a-zA-Z0-9]*'
8454 /force-app/main/default/classes/MetadataService.cls 11275 18 11275 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'timeout_x' doesn't match '[a-z][a-zA-Z0-9]*'
8453 /force-app/main/default/classes/MetadataService.cls 11275 18 11275 27 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'timeout_x' doesn't match '[a-z][a-zA-Z0-9]*'
8455 /force-app/main/default/classes/MetadataService.cls 11276 48 11276 61 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SessionHeader' doesn't match '[a-z][a-zA-Z0-9]*'
8454 /force-app/main/default/classes/MetadataService.cls 11276 48 11276 61 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SessionHeader' doesn't match '[a-z][a-zA-Z0-9]*'
8456 /force-app/main/default/classes/MetadataService.cls 11277 48 11277 61 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'DebuggingInfo' doesn't match '[a-z][a-zA-Z0-9]*'
8455 /force-app/main/default/classes/MetadataService.cls 11277 48 11277 61 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'DebuggingInfo' doesn't match '[a-z][a-zA-Z0-9]*'
8457 /force-app/main/default/classes/MetadataService.cls 11278 50 11278 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'DebuggingHeader' doesn't match '[a-z][a-zA-Z0-9]*'
8456 /force-app/main/default/classes/MetadataService.cls 11278 50 11278 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'DebuggingHeader' doesn't match '[a-z][a-zA-Z0-9]*'
8458 /force-app/main/default/classes/MetadataService.cls 11279 46 11279 57 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'CallOptions' doesn't match '[a-z][a-zA-Z0-9]*'
8457 /force-app/main/default/classes/MetadataService.cls 11279 46 11279 57 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'CallOptions' doesn't match '[a-z][a-zA-Z0-9]*'
8459 /force-app/main/default/classes/MetadataService.cls 11280 50 11280 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'AllOrNoneHeader' doesn't match '[a-z][a-zA-Z0-9]*'
8458 /force-app/main/default/classes/MetadataService.cls 11280 50 11280 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'AllOrNoneHeader' doesn't match '[a-z][a-zA-Z0-9]*'
8460 /force-app/main/default/classes/MetadataService.cls 11281 18 11281 93 pmd 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]*'
8459 /force-app/main/default/classes/MetadataService.cls 11281 18 11281 93 pmd 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]*'
8461 /force-app/main/default/classes/MetadataService.cls 11282 18 11282 93 pmd 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]*'
8460 /force-app/main/default/classes/MetadataService.cls 11282 18 11282 93 pmd 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]*'
8462 /force-app/main/default/classes/MetadataService.cls 11283 18 11283 97 pmd 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]*'
8461 /force-app/main/default/classes/MetadataService.cls 11283 18 11283 97 pmd 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]*'
8463 /force-app/main/default/classes/MetadataService.cls 11284 18 11284 89 pmd 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]*'
8462 /force-app/main/default/classes/MetadataService.cls 11284 18 11284 89 pmd 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]*'
8464 /force-app/main/default/classes/MetadataService.cls 11285 18 11285 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'AllOrNoneHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*'
8463 /force-app/main/default/classes/MetadataService.cls 11285 18 11285 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'AllOrNoneHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*'
8465 /force-app/main/default/classes/MetadataService.cls 11286 20 11286 113 pmd 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]*'
8464 /force-app/main/default/classes/MetadataService.cls 11286 20 11286 113 pmd 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]*'
8466 /force-app/main/default/classes/MetadataService.cls 11287 10 11308 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8465 /force-app/main/default/classes/MetadataService.cls 11287 10 11308 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8467 /force-app/main/default/classes/MetadataService.cls 11287 56 11287 69 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8466 /force-app/main/default/classes/MetadataService.cls 11287 56 11287 69 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8468 /force-app/main/default/classes/MetadataService.cls 11288 43 11288 99 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8467 /force-app/main/default/classes/MetadataService.cls 11288 43 11288 99 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8469 /force-app/main/default/classes/MetadataService.cls 11291 51 11291 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8468 /force-app/main/default/classes/MetadataService.cls 11291 51 11291 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8470 /force-app/main/default/classes/MetadataService.cls 11292 64 11292 146 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8469 /force-app/main/default/classes/MetadataService.cls 11292 64 11292 146 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8471 /force-app/main/default/classes/MetadataService.cls 11309 10 11331 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8470 /force-app/main/default/classes/MetadataService.cls 11309 10 11331 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8472 /force-app/main/default/classes/MetadataService.cls 11309 52 11309 65 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8471 /force-app/main/default/classes/MetadataService.cls 11309 52 11309 65 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8473 /force-app/main/default/classes/MetadataService.cls 11310 43 11310 99 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8472 /force-app/main/default/classes/MetadataService.cls 11310 43 11310 99 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8474 /force-app/main/default/classes/MetadataService.cls 11314 51 11314 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8473 /force-app/main/default/classes/MetadataService.cls 11314 51 11314 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8475 /force-app/main/default/classes/MetadataService.cls 11315 64 11315 146 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8474 /force-app/main/default/classes/MetadataService.cls 11315 64 11315 146 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8476 /force-app/main/default/classes/MetadataService.cls 11332 10 11352 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8475 /force-app/main/default/classes/MetadataService.cls 11332 10 11352 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8477 /force-app/main/default/classes/MetadataService.cls 11333 43 11333 99 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8476 /force-app/main/default/classes/MetadataService.cls 11333 43 11333 99 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8478 /force-app/main/default/classes/MetadataService.cls 11335 51 11335 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8477 /force-app/main/default/classes/MetadataService.cls 11335 51 11335 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8479 /force-app/main/default/classes/MetadataService.cls 11336 64 11336 146 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8478 /force-app/main/default/classes/MetadataService.cls 11336 64 11336 146 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8480 /force-app/main/default/classes/MetadataService.cls 11353 10 11373 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8479 /force-app/main/default/classes/MetadataService.cls 11353 10 11373 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8481 /force-app/main/default/classes/MetadataService.cls 11354 45 11354 103 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8480 /force-app/main/default/classes/MetadataService.cls 11354 45 11354 103 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8482 /force-app/main/default/classes/MetadataService.cls 11356 53 11356 63 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8481 /force-app/main/default/classes/MetadataService.cls 11356 53 11356 63 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8483 /force-app/main/default/classes/MetadataService.cls 11357 66 11357 150 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8482 /force-app/main/default/classes/MetadataService.cls 11357 66 11357 150 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8484 /force-app/main/default/classes/MetadataService.cls 11374 10 11395 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8483 /force-app/main/default/classes/MetadataService.cls 11374 10 11395 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8485 /force-app/main/default/classes/MetadataService.cls 11375 46 11375 105 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8484 /force-app/main/default/classes/MetadataService.cls 11375 46 11375 105 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8486 /force-app/main/default/classes/MetadataService.cls 11378 54 11378 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]*'
8485 /force-app/main/default/classes/MetadataService.cls 11378 54 11378 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]*'
8487 /force-app/main/default/classes/MetadataService.cls 11379 67 11379 152 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8486 /force-app/main/default/classes/MetadataService.cls 11379 67 11379 152 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8488 /force-app/main/default/classes/MetadataService.cls 11396 10 11417 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8487 /force-app/main/default/classes/MetadataService.cls 11396 10 11417 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8489 /force-app/main/default/classes/MetadataService.cls 11397 48 11397 109 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8488 /force-app/main/default/classes/MetadataService.cls 11397 48 11397 109 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8490 /force-app/main/default/classes/MetadataService.cls 11400 56 11400 66 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8489 /force-app/main/default/classes/MetadataService.cls 11400 56 11400 66 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8491 /force-app/main/default/classes/MetadataService.cls 11401 69 11401 156 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8490 /force-app/main/default/classes/MetadataService.cls 11401 69 11401 156 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8492 /force-app/main/default/classes/MetadataService.cls 11418 10 11438 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8491 /force-app/main/default/classes/MetadataService.cls 11418 10 11438 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8493 /force-app/main/default/classes/MetadataService.cls 11419 37 11419 87 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8492 /force-app/main/default/classes/MetadataService.cls 11419 37 11419 87 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8494 /force-app/main/default/classes/MetadataService.cls 11421 45 11421 55 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8493 /force-app/main/default/classes/MetadataService.cls 11421 45 11421 55 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8495 /force-app/main/default/classes/MetadataService.cls 11422 58 11422 134 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8494 /force-app/main/default/classes/MetadataService.cls 11422 58 11422 134 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8496 /force-app/main/default/classes/MetadataService.cls 11439 10 11459 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8495 /force-app/main/default/classes/MetadataService.cls 11439 10 11459 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8497 /force-app/main/default/classes/MetadataService.cls 11439 58 11439 73 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
8496 /force-app/main/default/classes/MetadataService.cls 11439 58 11439 73 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
8498 /force-app/main/default/classes/MetadataService.cls 11440 41 11440 95 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8497 /force-app/main/default/classes/MetadataService.cls 11440 41 11440 95 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8499 /force-app/main/default/classes/MetadataService.cls 11442 49 11442 59 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8498 /force-app/main/default/classes/MetadataService.cls 11442 49 11442 59 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8500 /force-app/main/default/classes/MetadataService.cls 11443 62 11443 142 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8499 /force-app/main/default/classes/MetadataService.cls 11443 62 11443 142 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8501 /force-app/main/default/classes/MetadataService.cls 11460 10 11480 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8500 /force-app/main/default/classes/MetadataService.cls 11460 10 11480 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8502 /force-app/main/default/classes/MetadataService.cls 11461 51 11461 115 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8501 /force-app/main/default/classes/MetadataService.cls 11461 51 11461 115 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8503 /force-app/main/default/classes/MetadataService.cls 11463 59 11463 69 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8502 /force-app/main/default/classes/MetadataService.cls 11463 59 11463 69 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8504 /force-app/main/default/classes/MetadataService.cls 11464 72 11464 162 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8503 /force-app/main/default/classes/MetadataService.cls 11464 72 11464 162 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8505 /force-app/main/default/classes/MetadataService.cls 11481 10 11501 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8504 /force-app/main/default/classes/MetadataService.cls 11481 10 11501 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8506 /force-app/main/default/classes/MetadataService.cls 11481 68 11481 81 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8505 /force-app/main/default/classes/MetadataService.cls 11481 68 11481 81 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8507 /force-app/main/default/classes/MetadataService.cls 11482 46 11482 105 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8506 /force-app/main/default/classes/MetadataService.cls 11482 46 11482 105 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8508 /force-app/main/default/classes/MetadataService.cls 11484 54 11484 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]*'
8507 /force-app/main/default/classes/MetadataService.cls 11484 54 11484 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]*'
8509 /force-app/main/default/classes/MetadataService.cls 11485 67 11485 152 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8508 /force-app/main/default/classes/MetadataService.cls 11485 67 11485 152 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8510 /force-app/main/default/classes/MetadataService.cls 11502 10 11522 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8509 /force-app/main/default/classes/MetadataService.cls 11502 10 11522 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8511 /force-app/main/default/classes/MetadataService.cls 11503 43 11503 99 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8510 /force-app/main/default/classes/MetadataService.cls 11503 43 11503 99 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8512 /force-app/main/default/classes/MetadataService.cls 11505 51 11505 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8511 /force-app/main/default/classes/MetadataService.cls 11505 51 11505 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8513 /force-app/main/default/classes/MetadataService.cls 11506 64 11506 146 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8512 /force-app/main/default/classes/MetadataService.cls 11506 64 11506 146 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8514 /force-app/main/default/classes/MetadataService.cls 11523 10 11544 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8513 /force-app/main/default/classes/MetadataService.cls 11523 10 11544 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8515 /force-app/main/default/classes/MetadataService.cls 11523 45 11523 59 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*'
8514 /force-app/main/default/classes/MetadataService.cls 11523 45 11523 59 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*'
8516 /force-app/main/default/classes/MetadataService.cls 11523 60 11523 103 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*'
8515 /force-app/main/default/classes/MetadataService.cls 11523 60 11523 103 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*'
8517 /force-app/main/default/classes/MetadataService.cls 11524 35 11524 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8516 /force-app/main/default/classes/MetadataService.cls 11524 35 11524 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8518 /force-app/main/default/classes/MetadataService.cls 11527 43 11527 53 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8517 /force-app/main/default/classes/MetadataService.cls 11527 43 11527 53 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8519 /force-app/main/default/classes/MetadataService.cls 11528 56 11528 130 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8518 /force-app/main/default/classes/MetadataService.cls 11528 56 11528 130 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8520 /force-app/main/default/classes/MetadataService.cls 11545 10 11566 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8519 /force-app/main/default/classes/MetadataService.cls 11545 10 11566 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8521 /force-app/main/default/classes/MetadataService.cls 11545 51 11545 64 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8520 /force-app/main/default/classes/MetadataService.cls 11545 51 11545 64 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
8522 /force-app/main/default/classes/MetadataService.cls 11546 41 11546 95 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8521 /force-app/main/default/classes/MetadataService.cls 11546 41 11546 95 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8523 /force-app/main/default/classes/MetadataService.cls 11549 41 11549 51 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8522 /force-app/main/default/classes/MetadataService.cls 11549 41 11549 51 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8524 /force-app/main/default/classes/MetadataService.cls 11550 54 11550 126 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8523 /force-app/main/default/classes/MetadataService.cls 11550 54 11550 126 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8525 /force-app/main/default/classes/MetadataService.cls 11567 10 11587 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8524 /force-app/main/default/classes/MetadataService.cls 11567 10 11587 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8526 /force-app/main/default/classes/MetadataService.cls 11568 43 11568 99 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8525 /force-app/main/default/classes/MetadataService.cls 11568 43 11568 99 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8527 /force-app/main/default/classes/MetadataService.cls 11570 51 11570 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8526 /force-app/main/default/classes/MetadataService.cls 11570 51 11570 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8528 /force-app/main/default/classes/MetadataService.cls 11571 64 11571 146 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8527 /force-app/main/default/classes/MetadataService.cls 11571 64 11571 146 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8529 /force-app/main/default/classes/MetadataService.cls 11588 10 11609 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8528 /force-app/main/default/classes/MetadataService.cls 11588 10 11609 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8530 /force-app/main/default/classes/MetadataService.cls 11589 41 11589 95 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8529 /force-app/main/default/classes/MetadataService.cls 11589 41 11589 95 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
8531 /force-app/main/default/classes/MetadataService.cls 11592 49 11592 59 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8530 /force-app/main/default/classes/MetadataService.cls 11592 49 11592 59 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
8532 /force-app/main/default/classes/MetadataService.cls 11593 62 11593 142 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8531 /force-app/main/default/classes/MetadataService.cls 11593 62 11593 142 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
8533 /force-app/main/default/classes/MetadataServiceTest.cls 7 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
8532 /force-app/main/default/classes/MetadataServiceTest.cls 7 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
8534 /force-app/main/default/classes/MetadataServiceTest.cls 7 13 46 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 17 (Highest = 16).
8533 /force-app/main/default/classes/MetadataServiceTest.cls 7 13 46 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 17 (Highest = 16).
8535 /force-app/main/default/classes/MetadataServiceTest.cls 9 16 45 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8534 /force-app/main/default/classes/MetadataServiceTest.cls 9 16 45 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8536 /force-app/main/default/classes/MetadataServiceTest.cls 9 16 45 10 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'doInvoke(Object, Object, Map, String, String, String, String, String, String)' has a cognitive complexity of 15, current threshold is 15
8535 /force-app/main/default/classes/MetadataServiceTest.cls 9 16 45 10 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'doInvoke(Object, Object, Map, String, String, String, String, String, String)' has a cognitive complexity of 15, current threshold is 15
8537 /force-app/main/default/classes/MetadataServiceTest.cls 9 16 45 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 16.
8536 /force-app/main/default/classes/MetadataServiceTest.cls 9 16 45 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 16.
8538 /force-app/main/default/classes/MetadataServiceTest.cls 9 16 45 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.
8537 /force-app/main/default/classes/MetadataServiceTest.cls 9 16 45 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.
8539 /force-app/main/default/classes/MetadataServiceTest.cls 9 16 45 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 16.
8538 /force-app/main/default/classes/MetadataServiceTest.cls 9 16 45 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 16.
8540 /force-app/main/default/classes/MetadataServiceTest.cls 15 17 15 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
8539 /force-app/main/default/classes/MetadataServiceTest.cls 15 17 15 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
8541 /force-app/main/default/classes/MetadataServiceTest.cls 15 17 15 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
8540 /force-app/main/default/classes/MetadataServiceTest.cls 15 17 15 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
8542 /force-app/main/default/classes/MetadataServiceTest.cls 17 17 17 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
8541 /force-app/main/default/classes/MetadataServiceTest.cls 17 17 17 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
8543 /force-app/main/default/classes/MetadataServiceTest.cls 17 17 17 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
8542 /force-app/main/default/classes/MetadataServiceTest.cls 17 17 17 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
8544 /force-app/main/default/classes/MetadataServiceTest.cls 19 17 19 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
8543 /force-app/main/default/classes/MetadataServiceTest.cls 19 17 19 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
8545 /force-app/main/default/classes/MetadataServiceTest.cls 19 17 19 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
8544 /force-app/main/default/classes/MetadataServiceTest.cls 19 17 19 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
8546 /force-app/main/default/classes/MetadataServiceTest.cls 21 17 21 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
8545 /force-app/main/default/classes/MetadataServiceTest.cls 21 17 21 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
8547 /force-app/main/default/classes/MetadataServiceTest.cls 21 17 21 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
8546 /force-app/main/default/classes/MetadataServiceTest.cls 21 17 21 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
8548 /force-app/main/default/classes/MetadataServiceTest.cls 23 17 23 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
8547 /force-app/main/default/classes/MetadataServiceTest.cls 23 17 23 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
8549 /force-app/main/default/classes/MetadataServiceTest.cls 23 17 23 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
8548 /force-app/main/default/classes/MetadataServiceTest.cls 23 17 23 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
8550 /force-app/main/default/classes/MetadataServiceTest.cls 25 17 25 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
8549 /force-app/main/default/classes/MetadataServiceTest.cls 25 17 25 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
8551 /force-app/main/default/classes/MetadataServiceTest.cls 25 17 25 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
8550 /force-app/main/default/classes/MetadataServiceTest.cls 25 17 25 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
8552 /force-app/main/default/classes/MetadataServiceTest.cls 27 17 27 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
8551 /force-app/main/default/classes/MetadataServiceTest.cls 27 17 27 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
8553 /force-app/main/default/classes/MetadataServiceTest.cls 27 17 27 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
8552 /force-app/main/default/classes/MetadataServiceTest.cls 27 17 27 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
8554 /force-app/main/default/classes/MetadataServiceTest.cls 29 17 29 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
8553 /force-app/main/default/classes/MetadataServiceTest.cls 29 17 29 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
8555 /force-app/main/default/classes/MetadataServiceTest.cls 29 17 29 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
8554 /force-app/main/default/classes/MetadataServiceTest.cls 29 17 29 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
8556 /force-app/main/default/classes/MetadataServiceTest.cls 31 17 31 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
8555 /force-app/main/default/classes/MetadataServiceTest.cls 31 17 31 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
8557 /force-app/main/default/classes/MetadataServiceTest.cls 31 17 31 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
8556 /force-app/main/default/classes/MetadataServiceTest.cls 31 17 31 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
8558 /force-app/main/default/classes/MetadataServiceTest.cls 33 17 33 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
8557 /force-app/main/default/classes/MetadataServiceTest.cls 33 17 33 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
8559 /force-app/main/default/classes/MetadataServiceTest.cls 33 17 33 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
8558 /force-app/main/default/classes/MetadataServiceTest.cls 33 17 33 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
8560 /force-app/main/default/classes/MetadataServiceTest.cls 35 17 35 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
8559 /force-app/main/default/classes/MetadataServiceTest.cls 35 17 35 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
8561 /force-app/main/default/classes/MetadataServiceTest.cls 35 17 35 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
8560 /force-app/main/default/classes/MetadataServiceTest.cls 35 17 35 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
8562 /force-app/main/default/classes/MetadataServiceTest.cls 37 17 37 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
8561 /force-app/main/default/classes/MetadataServiceTest.cls 37 17 37 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
8563 /force-app/main/default/classes/MetadataServiceTest.cls 37 17 37 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
8562 /force-app/main/default/classes/MetadataServiceTest.cls 37 17 37 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
8564 /force-app/main/default/classes/MetadataServiceTest.cls 39 17 39 106 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
8563 /force-app/main/default/classes/MetadataServiceTest.cls 39 17 39 106 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
8565 /force-app/main/default/classes/MetadataServiceTest.cls 39 17 39 106 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
8564 /force-app/main/default/classes/MetadataServiceTest.cls 39 17 39 106 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
8566 /force-app/main/default/classes/MetadataServiceTest.cls 41 17 41 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
8565 /force-app/main/default/classes/MetadataServiceTest.cls 41 17 41 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
8567 /force-app/main/default/classes/MetadataServiceTest.cls 41 17 41 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
8566 /force-app/main/default/classes/MetadataServiceTest.cls 41 17 41 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
8568 /force-app/main/default/classes/MetadataServiceTest.cls 43 17 43 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
8567 /force-app/main/default/classes/MetadataServiceTest.cls 43 17 43 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
8569 /force-app/main/default/classes/MetadataServiceTest.cls 43 17 43 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
8568 /force-app/main/default/classes/MetadataServiceTest.cls 43 17 43 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
8570 /force-app/main/default/classes/MetadataServiceTest.cls 49 20 57 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()
8569 /force-app/main/default/classes/MetadataServiceTest.cls 49 20 57 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()
8571 /force-app/main/default/classes/MetadataServiceTest.cls 54 25 54 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
8570 /force-app/main/default/classes/MetadataServiceTest.cls 54 25 54 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
8572 /force-app/main/default/classes/MetadataServiceTest.cls 56 38 56 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
8571 /force-app/main/default/classes/MetadataServiceTest.cls 56 38 56 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
8573 /force-app/main/default/classes/MetadataServiceTest.cls 60 20 77 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()
8572 /force-app/main/default/classes/MetadataServiceTest.cls 60 20 77 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()
8574 /force-app/main/default/classes/MetadataServiceTest.cls 65 25 65 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
8573 /force-app/main/default/classes/MetadataServiceTest.cls 65 25 65 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
8575 /force-app/main/default/classes/MetadataServiceTest.cls 67 38 67 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
8574 /force-app/main/default/classes/MetadataServiceTest.cls 67 38 67 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
8576 /force-app/main/default/classes/MetadataServiceTest.cls 80 20 94 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()
8575 /force-app/main/default/classes/MetadataServiceTest.cls 80 20 94 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()
8577 /force-app/main/default/classes/MetadataServiceTest.cls 85 25 85 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
8576 /force-app/main/default/classes/MetadataServiceTest.cls 85 25 85 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
8578 /force-app/main/default/classes/MetadataServiceTest.cls 87 38 87 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
8577 /force-app/main/default/classes/MetadataServiceTest.cls 87 38 87 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
8579 /force-app/main/default/classes/MetadataServiceTest.cls 97 20 954 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()
8578 /force-app/main/default/classes/MetadataServiceTest.cls 97 20 954 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()
8580 /force-app/main/default/classes/MetadataServiceTest.cls 957 20 1117 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()
8579 /force-app/main/default/classes/MetadataServiceTest.cls 957 20 1117 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()
8581 /force-app/main/default/classes/MetadataServiceTest.cls 957 20 1117 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'elfMissingGetRecordsTest()' has an NCSS line count of 160 (limit: 40)
8580 /force-app/main/default/classes/MetadataServiceTest.cls 957 20 1117 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'elfMissingGetRecordsTest()' has an NCSS line count of 160 (limit: 40)
8582 /force-app/main/default/classes/MetadataServiceTest.cls 1120 20 1281 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()
8581 /force-app/main/default/classes/MetadataServiceTest.cls 1120 20 1281 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()
8583 /force-app/main/default/classes/MetadataServiceTest.cls 1120 20 1281 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'elfMissingGetResultTest()' has an NCSS line count of 161 (limit: 40)
8582 /force-app/main/default/classes/MetadataServiceTest.cls 1120 20 1281 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'elfMissingGetResultTest()' has an NCSS line count of 161 (limit: 40)
8584 /force-app/main/default/classes/MockHttpResponseGenrator.cls 4 12 11 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8583 /force-app/main/default/classes/MockHttpResponseGenrator.cls 4 12 11 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8585 /force-app/main/default/classes/RegExps.cls 1 8 1707 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8584 /force-app/main/default/classes/RegExps.cls 1 8 1707 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8586 /force-app/main/default/classes/RegExps.cls 1 8 1707 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
8585 /force-app/main/default/classes/RegExps.cls 1 8 1707 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
8587 /force-app/main/default/classes/RegExps.cls 1 8 1707 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'RegExps' has a total cognitive complexity of 2220 (highest 126), current threshold is 50
8586 /force-app/main/default/classes/RegExps.cls 1 8 1707 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'RegExps' has a total cognitive complexity of 2220 (highest 126), current threshold is 50
8588 /force-app/main/default/classes/RegExps.cls 1 8 1707 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'RegExps' has a total cyclomatic complexity of 519 (highest 99).
8587 /force-app/main/default/classes/RegExps.cls 1 8 1707 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'RegExps' has a total cyclomatic complexity of 519 (highest 99).
8589 /force-app/main/default/classes/RegExps.cls 1 8 1707 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.
8588 /force-app/main/default/classes/RegExps.cls 1 8 1707 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.
8590 /force-app/main/default/classes/RegExps.cls 1 8 1707 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 1,533
8589 /force-app/main/default/classes/RegExps.cls 1 8 1707 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 1,533
8591 /force-app/main/default/classes/RegExps.cls 1 8 1707 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'RegExps' has a Standard Cyclomatic Complexity of 20 (Highest = 51).
8590 /force-app/main/default/classes/RegExps.cls 1 8 1707 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'RegExps' has a Standard Cyclomatic Complexity of 20 (Highest = 51).
8592 /force-app/main/default/classes/RegExps.cls 39 12 109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8591 /force-app/main/default/classes/RegExps.cls 39 12 109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8593 /force-app/main/default/classes/RegExps.cls 39 12 109 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class ParserContext has 21 public methods, attributes, and properties (limit: 20)
8592 /force-app/main/default/classes/RegExps.cls 39 12 109 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class ParserContext has 21 public methods, attributes, and properties (limit: 20)
8594 /force-app/main/default/classes/RegExps.cls 41 16 63 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8593 /force-app/main/default/classes/RegExps.cls 41 16 63 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8595 /force-app/main/default/classes/RegExps.cls 65 23 65 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'formula' should be before method declarations in its class
8594 /force-app/main/default/classes/RegExps.cls 65 23 65 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'formula' should be before method declarations in its class
8596 /force-app/main/default/classes/RegExps.cls 66 23 66 35 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'outputString' should be before method declarations in its class
8595 /force-app/main/default/classes/RegExps.cls 66 23 66 35 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'outputString' should be before method declarations in its class
8597 /force-app/main/default/classes/RegExps.cls 67 36 67 52 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'referencesString' should be before method declarations in its class
8596 /force-app/main/default/classes/RegExps.cls 67 36 67 52 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'referencesString' should be before method declarations in its class
8598 /force-app/main/default/classes/RegExps.cls 68 37 68 54 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'referencesDecimal' should be before method declarations in its class
8597 /force-app/main/default/classes/RegExps.cls 68 37 68 54 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'referencesDecimal' should be before method declarations in its class
8599 /force-app/main/default/classes/RegExps.cls 69 38 69 56 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'referencesDateTime' should be before method declarations in its class
8598 /force-app/main/default/classes/RegExps.cls 69 38 69 56 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'referencesDateTime' should be before method declarations in its class
8600 /force-app/main/default/classes/RegExps.cls 70 28 70 42 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'referencesNULL' should be before method declarations in its class
8599 /force-app/main/default/classes/RegExps.cls 70 28 70 42 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'referencesNULL' should be before method declarations in its class
8601 /force-app/main/default/classes/RegExps.cls 71 37 71 54 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'referencesBoolean' should be before method declarations in its class
8600 /force-app/main/default/classes/RegExps.cls 71 37 71 54 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'referencesBoolean' should be before method declarations in its class
8602 /force-app/main/default/classes/RegExps.cls 72 36 72 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'replacements' should be before method declarations in its class
8601 /force-app/main/default/classes/RegExps.cls 72 36 72 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'replacements' should be before method declarations in its class
8603 /force-app/main/default/classes/RegExps.cls 73 36 73 54 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fieldsPlaceholders' should be before method declarations in its class
8602 /force-app/main/default/classes/RegExps.cls 73 36 73 54 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fieldsPlaceholders' should be before method declarations in its class
8604 /force-app/main/default/classes/RegExps.cls 74 28 74 34 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fields' should be before method declarations in its class
8603 /force-app/main/default/classes/RegExps.cls 74 28 74 34 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fields' should be before method declarations in its class
8605 /force-app/main/default/classes/RegExps.cls 75 36 75 47 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fieldValues' should be before method declarations in its class
8604 /force-app/main/default/classes/RegExps.cls 75 36 75 47 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fieldValues' should be before method declarations in its class
8606 /force-app/main/default/classes/RegExps.cls 76 36 76 46 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fieldTypes' should be before method declarations in its class
8605 /force-app/main/default/classes/RegExps.cls 76 36 76 46 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fieldTypes' should be before method declarations in its class
8607 /force-app/main/default/classes/RegExps.cls 77 23 77 33 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'outputType' should be before method declarations in its class
8606 /force-app/main/default/classes/RegExps.cls 77 23 77 33 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'outputType' should be before method declarations in its class
8608 /force-app/main/default/classes/RegExps.cls 78 16 78 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8607 /force-app/main/default/classes/RegExps.cls 78 16 78 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8609 /force-app/main/default/classes/RegExps.cls 79 16 79 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8608 /force-app/main/default/classes/RegExps.cls 79 16 79 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8610 /force-app/main/default/classes/RegExps.cls 80 16 80 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8609 /force-app/main/default/classes/RegExps.cls 80 16 80 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8611 /force-app/main/default/classes/RegExps.cls 81 16 81 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8610 /force-app/main/default/classes/RegExps.cls 81 16 81 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8612 /force-app/main/default/classes/RegExps.cls 82 16 82 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8611 /force-app/main/default/classes/RegExps.cls 82 16 82 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8613 /force-app/main/default/classes/RegExps.cls 84 16 88 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8612 /force-app/main/default/classes/RegExps.cls 84 16 88 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8614 /force-app/main/default/classes/RegExps.cls 89 16 93 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8613 /force-app/main/default/classes/RegExps.cls 89 16 93 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8615 /force-app/main/default/classes/RegExps.cls 94 16 98 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8614 /force-app/main/default/classes/RegExps.cls 94 16 98 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8616 /force-app/main/default/classes/RegExps.cls 99 16 103 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8615 /force-app/main/default/classes/RegExps.cls 99 16 103 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8617 /force-app/main/default/classes/RegExps.cls 104 16 108 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8616 /force-app/main/default/classes/RegExps.cls 104 16 108 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8618 /force-app/main/default/classes/RegExps.cls 111 19 223 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8617 /force-app/main/default/classes/RegExps.cls 111 19 223 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8619 /force-app/main/default/classes/RegExps.cls 111 19 223 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateMathExpressions(ParserContext)' has a cognitive complexity of 59, current threshold is 15
8618 /force-app/main/default/classes/RegExps.cls 111 19 223 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateMathExpressions(ParserContext)' has a cognitive complexity of 59, current threshold is 15
8620 /force-app/main/default/classes/RegExps.cls 111 19 223 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateMathExpressions(ParserContext)' has a cyclomatic complexity of 27.
8619 /force-app/main/default/classes/RegExps.cls 111 19 223 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateMathExpressions(ParserContext)' has a cyclomatic complexity of 27.
8621 /force-app/main/default/classes/RegExps.cls 111 19 223 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateMathExpressions()' has an NCSS line count of 89 (limit: 40)
8620 /force-app/main/default/classes/RegExps.cls 111 19 223 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateMathExpressions()' has an NCSS line count of 89 (limit: 40)
8622 /force-app/main/default/classes/RegExps.cls 111 19 223 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateMathExpressions' has a Standard Cyclomatic Complexity of 22.
8621 /force-app/main/default/classes/RegExps.cls 111 19 223 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateMathExpressions' has a Standard Cyclomatic Complexity of 22.
8623 /force-app/main/default/classes/RegExps.cls 181 16 181 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'tmpOutput' defined but not used
8622 /force-app/main/default/classes/RegExps.cls 181 16 181 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'tmpOutput' defined but not used
8624 /force-app/main/default/classes/RegExps.cls 225 19 227 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8623 /force-app/main/default/classes/RegExps.cls 225 19 227 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8625 /force-app/main/default/classes/RegExps.cls 229 19 262 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8624 /force-app/main/default/classes/RegExps.cls 229 19 262 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8626 /force-app/main/default/classes/RegExps.cls 229 19 262 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'clearParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15
8625 /force-app/main/default/classes/RegExps.cls 229 19 262 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'clearParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15
8627 /force-app/main/default/classes/RegExps.cls 229 19 262 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'clearParentesis(ParserContext, String)' has a cyclomatic complexity of 19.
8626 /force-app/main/default/classes/RegExps.cls 229 19 262 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'clearParentesis(ParserContext, String)' has a cyclomatic complexity of 19.
8628 /force-app/main/default/classes/RegExps.cls 264 19 296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8627 /force-app/main/default/classes/RegExps.cls 264 19 296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8629 /force-app/main/default/classes/RegExps.cls 264 19 296 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'wrapParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15
8628 /force-app/main/default/classes/RegExps.cls 264 19 296 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'wrapParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15
8630 /force-app/main/default/classes/RegExps.cls 264 19 296 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'wrapParentesis(ParserContext, String)' has a cyclomatic complexity of 19.
8629 /force-app/main/default/classes/RegExps.cls 264 19 296 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'wrapParentesis(ParserContext, String)' has a cyclomatic complexity of 19.
8631 /force-app/main/default/classes/RegExps.cls 298 19 313 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8630 /force-app/main/default/classes/RegExps.cls 298 19 313 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8632 /force-app/main/default/classes/RegExps.cls 315 19 371 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8631 /force-app/main/default/classes/RegExps.cls 315 19 371 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8633 /force-app/main/default/classes/RegExps.cls 315 19 371 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cognitive complexity of 16, current threshold is 15
8632 /force-app/main/default/classes/RegExps.cls 315 19 371 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cognitive complexity of 16, current threshold is 15
8634 /force-app/main/default/classes/RegExps.cls 315 19 371 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cyclomatic complexity of 11.
8633 /force-app/main/default/classes/RegExps.cls 315 19 371 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cyclomatic complexity of 11.
8635 /force-app/main/default/classes/RegExps.cls 315 19 371 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.
8634 /force-app/main/default/classes/RegExps.cls 315 19 371 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.
8636 /force-app/main/default/classes/RegExps.cls 315 19 371 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateBinaryOperations()' has an NCSS line count of 41 (limit: 40)
8635 /force-app/main/default/classes/RegExps.cls 315 19 371 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateBinaryOperations()' has an NCSS line count of 41 (limit: 40)
8637 /force-app/main/default/classes/RegExps.cls 315 19 371 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateBinaryOperations' has a Standard Cyclomatic Complexity of 11.
8636 /force-app/main/default/classes/RegExps.cls 315 19 371 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateBinaryOperations' has a Standard Cyclomatic Complexity of 11.
8638 /force-app/main/default/classes/RegExps.cls 373 19 393 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8637 /force-app/main/default/classes/RegExps.cls 373 19 393 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8639 /force-app/main/default/classes/RegExps.cls 395 19 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
8638 /force-app/main/default/classes/RegExps.cls 395 19 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
8640 /force-app/main/default/classes/RegExps.cls 395 19 499 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateMathFunctions(ParserContext)' has a cognitive complexity of 44, current threshold is 15
8639 /force-app/main/default/classes/RegExps.cls 395 19 499 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateMathFunctions(ParserContext)' has a cognitive complexity of 44, current threshold is 15
8641 /force-app/main/default/classes/RegExps.cls 395 19 499 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateMathFunctions(ParserContext)' has a cyclomatic complexity of 40.
8640 /force-app/main/default/classes/RegExps.cls 395 19 499 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateMathFunctions(ParserContext)' has a cyclomatic complexity of 40.
8642 /force-app/main/default/classes/RegExps.cls 395 19 499 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateMathFunctions()' has an NCSS line count of 103 (limit: 40)
8641 /force-app/main/default/classes/RegExps.cls 395 19 499 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateMathFunctions()' has an NCSS line count of 103 (limit: 40)
8643 /force-app/main/default/classes/RegExps.cls 395 19 499 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateMathFunctions' has a Standard Cyclomatic Complexity of 34.
8642 /force-app/main/default/classes/RegExps.cls 395 19 499 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateMathFunctions' has a Standard Cyclomatic Complexity of 34.
8644 /force-app/main/default/classes/RegExps.cls 501 19 623 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8643 /force-app/main/default/classes/RegExps.cls 501 19 623 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8645 /force-app/main/default/classes/RegExps.cls 501 19 623 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateTypeConversionFunctions(ParserContext)' has a cognitive complexity of 68, current threshold is 15
8644 /force-app/main/default/classes/RegExps.cls 501 19 623 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateTypeConversionFunctions(ParserContext)' has a cognitive complexity of 68, current threshold is 15
8646 /force-app/main/default/classes/RegExps.cls 501 19 623 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateTypeConversionFunctions(ParserContext)' has a cyclomatic complexity of 37.
8645 /force-app/main/default/classes/RegExps.cls 501 19 623 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateTypeConversionFunctions(ParserContext)' has a cyclomatic complexity of 37.
8647 /force-app/main/default/classes/RegExps.cls 501 19 623 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateTypeConversionFunctions()' has an NCSS line count of 106 (limit: 40)
8646 /force-app/main/default/classes/RegExps.cls 501 19 623 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateTypeConversionFunctions()' has an NCSS line count of 106 (limit: 40)
8648 /force-app/main/default/classes/RegExps.cls 501 19 623 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateTypeConversionFunctions' has a Standard Cyclomatic Complexity of 30.
8647 /force-app/main/default/classes/RegExps.cls 501 19 623 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateTypeConversionFunctions' has a Standard Cyclomatic Complexity of 30.
8649 /force-app/main/default/classes/RegExps.cls 543 21 545 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
8648 /force-app/main/default/classes/RegExps.cls 543 21 545 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
8650 /force-app/main/default/classes/RegExps.cls 552 21 554 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
8649 /force-app/main/default/classes/RegExps.cls 552 21 554 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
8651 /force-app/main/default/classes/RegExps.cls 566 21 568 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
8650 /force-app/main/default/classes/RegExps.cls 566 21 568 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
8652 /force-app/main/default/classes/RegExps.cls 608 21 614 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
8651 /force-app/main/default/classes/RegExps.cls 608 21 614 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
8653 /force-app/main/default/classes/RegExps.cls 610 28 614 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
8652 /force-app/main/default/classes/RegExps.cls 610 28 614 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
8654 /force-app/main/default/classes/RegExps.cls 641 19 857 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8653 /force-app/main/default/classes/RegExps.cls 641 19 857 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8655 /force-app/main/default/classes/RegExps.cls 641 19 857 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateDateTimeFunctions(ParserContext)' has a cognitive complexity of 122, current threshold is 15
8654 /force-app/main/default/classes/RegExps.cls 641 19 857 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateDateTimeFunctions(ParserContext)' has a cognitive complexity of 122, current threshold is 15
8656 /force-app/main/default/classes/RegExps.cls 641 19 857 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateDateTimeFunctions(ParserContext)' has a cyclomatic complexity of 75.
8655 /force-app/main/default/classes/RegExps.cls 641 19 857 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateDateTimeFunctions(ParserContext)' has a cyclomatic complexity of 75.
8657 /force-app/main/default/classes/RegExps.cls 641 19 857 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateDateTimeFunctions()' has an NCSS line count of 239 (limit: 40)
8656 /force-app/main/default/classes/RegExps.cls 641 19 857 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateDateTimeFunctions()' has an NCSS line count of 239 (limit: 40)
8658 /force-app/main/default/classes/RegExps.cls 641 19 857 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateDateTimeFunctions' has a Standard Cyclomatic Complexity of 51.
8657 /force-app/main/default/classes/RegExps.cls 641 19 857 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateDateTimeFunctions' has a Standard Cyclomatic Complexity of 51.
8659 /force-app/main/default/classes/RegExps.cls 859 19 1135 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8658 /force-app/main/default/classes/RegExps.cls 859 19 1135 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8660 /force-app/main/default/classes/RegExps.cls 859 19 1135 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateStringFunctions(ParserContext)' has a cognitive complexity of 126, current threshold is 15
8659 /force-app/main/default/classes/RegExps.cls 859 19 1135 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateStringFunctions(ParserContext)' has a cognitive complexity of 126, current threshold is 15
8661 /force-app/main/default/classes/RegExps.cls 859 19 1135 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateStringFunctions(ParserContext)' has a cyclomatic complexity of 99.
8660 /force-app/main/default/classes/RegExps.cls 859 19 1135 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateStringFunctions(ParserContext)' has a cyclomatic complexity of 99.
8662 /force-app/main/default/classes/RegExps.cls 859 19 1135 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateStringFunctions()' has an NCSS line count of 268 (limit: 40)
8661 /force-app/main/default/classes/RegExps.cls 859 19 1135 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateStringFunctions()' has an NCSS line count of 268 (limit: 40)
8663 /force-app/main/default/classes/RegExps.cls 859 19 1135 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateStringFunctions' has a Standard Cyclomatic Complexity of 45.
8662 /force-app/main/default/classes/RegExps.cls 859 19 1135 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateStringFunctions' has a Standard Cyclomatic Complexity of 45.
8664 /force-app/main/default/classes/RegExps.cls 861 22 861 87 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'LEN_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8663 /force-app/main/default/classes/RegExps.cls 861 22 861 87 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'LEN_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8665 /force-app/main/default/classes/RegExps.cls 862 22 862 149 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'SUBSTRING_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8664 /force-app/main/default/classes/RegExps.cls 862 22 862 149 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'SUBSTRING_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8666 /force-app/main/default/classes/RegExps.cls 863 22 863 119 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'LEFT_RIGHT_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8665 /force-app/main/default/classes/RegExps.cls 863 22 863 119 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'LEFT_RIGHT_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8667 /force-app/main/default/classes/RegExps.cls 864 22 864 117 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'ISPICKVAL_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8666 /force-app/main/default/classes/RegExps.cls 864 22 864 117 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'ISPICKVAL_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8668 /force-app/main/default/classes/RegExps.cls 865 22 865 91 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'CONVERTID_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8667 /force-app/main/default/classes/RegExps.cls 865 22 865 91 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'CONVERTID_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8669 /force-app/main/default/classes/RegExps.cls 866 22 866 115 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'CONTAINS_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8668 /force-app/main/default/classes/RegExps.cls 866 22 866 115 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'CONTAINS_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8670 /force-app/main/default/classes/RegExps.cls 867 22 867 107 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'FIND_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8669 /force-app/main/default/classes/RegExps.cls 867 22 867 107 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'FIND_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8671 /force-app/main/default/classes/RegExps.cls 868 22 868 95 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'LOWER_UPPER_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8670 /force-app/main/default/classes/RegExps.cls 868 22 868 95 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'LOWER_UPPER_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8672 /force-app/main/default/classes/RegExps.cls 869 22 869 145 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'SUBSTITUTE_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8671 /force-app/main/default/classes/RegExps.cls 869 22 869 145 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'SUBSTITUTE_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8673 /force-app/main/default/classes/RegExps.cls 870 22 870 81 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'TRIM_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8672 /force-app/main/default/classes/RegExps.cls 870 22 870 81 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'TRIM_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8674 /force-app/main/default/classes/RegExps.cls 871 22 871 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'VALUE_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8673 /force-app/main/default/classes/RegExps.cls 871 22 871 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'VALUE_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8675 /force-app/main/default/classes/RegExps.cls 872 22 872 121 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'CONCATENATE_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8674 /force-app/main/default/classes/RegExps.cls 872 22 872 121 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The final local variable name 'CONCATENATE_FN' doesn't match '[a-z][a-zA-Z0-9]*'
8676 /force-app/main/default/classes/RegExps.cls 1137 19 1261 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8675 /force-app/main/default/classes/RegExps.cls 1137 19 1261 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8677 /force-app/main/default/classes/RegExps.cls 1137 19 1261 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateCompareExpressions(ParserContext)' has a cognitive complexity of 77, current threshold is 15
8676 /force-app/main/default/classes/RegExps.cls 1137 19 1261 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateCompareExpressions(ParserContext)' has a cognitive complexity of 77, current threshold is 15
8678 /force-app/main/default/classes/RegExps.cls 1137 19 1261 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateCompareExpressions(ParserContext)' has a cyclomatic complexity of 41.
8677 /force-app/main/default/classes/RegExps.cls 1137 19 1261 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateCompareExpressions(ParserContext)' has a cyclomatic complexity of 41.
8679 /force-app/main/default/classes/RegExps.cls 1137 19 1261 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateCompareExpressions()' has an NCSS line count of 104 (limit: 40)
8678 /force-app/main/default/classes/RegExps.cls 1137 19 1261 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateCompareExpressions()' has an NCSS line count of 104 (limit: 40)
8680 /force-app/main/default/classes/RegExps.cls 1137 19 1261 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateCompareExpressions' has a Standard Cyclomatic Complexity of 26.
8679 /force-app/main/default/classes/RegExps.cls 1137 19 1261 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateCompareExpressions' has a Standard Cyclomatic Complexity of 26.
8681 /force-app/main/default/classes/RegExps.cls 1263 19 1318 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8680 /force-app/main/default/classes/RegExps.cls 1263 19 1318 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8682 /force-app/main/default/classes/RegExps.cls 1263 19 1318 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateFlowExpressions(ParserContext)' has a cognitive complexity of 40, current threshold is 15
8681 /force-app/main/default/classes/RegExps.cls 1263 19 1318 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateFlowExpressions(ParserContext)' has a cognitive complexity of 40, current threshold is 15
8683 /force-app/main/default/classes/RegExps.cls 1263 19 1318 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateFlowExpressions(ParserContext)' has a cyclomatic complexity of 25.
8682 /force-app/main/default/classes/RegExps.cls 1263 19 1318 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateFlowExpressions(ParserContext)' has a cyclomatic complexity of 25.
8684 /force-app/main/default/classes/RegExps.cls 1263 19 1318 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateFlowExpressions()' has an NCSS line count of 66 (limit: 40)
8683 /force-app/main/default/classes/RegExps.cls 1263 19 1318 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateFlowExpressions()' has an NCSS line count of 66 (limit: 40)
8685 /force-app/main/default/classes/RegExps.cls 1263 19 1318 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateFlowExpressions' has a Standard Cyclomatic Complexity of 16.
8684 /force-app/main/default/classes/RegExps.cls 1263 19 1318 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateFlowExpressions' has a Standard Cyclomatic Complexity of 16.
8686 /force-app/main/default/classes/RegExps.cls 1320 19 1428 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8685 /force-app/main/default/classes/RegExps.cls 1320 19 1428 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8687 /force-app/main/default/classes/RegExps.cls 1320 19 1428 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cognitive complexity of 89, current threshold is 15
8686 /force-app/main/default/classes/RegExps.cls 1320 19 1428 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cognitive complexity of 89, current threshold is 15
8688 /force-app/main/default/classes/RegExps.cls 1320 19 1428 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cyclomatic complexity of 44.
8687 /force-app/main/default/classes/RegExps.cls 1320 19 1428 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cyclomatic complexity of 44.
8689 /force-app/main/default/classes/RegExps.cls 1320 19 1428 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateFlowExpressionsCASE()' has an NCSS line count of 123 (limit: 40)
8688 /force-app/main/default/classes/RegExps.cls 1320 19 1428 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateFlowExpressionsCASE()' has an NCSS line count of 123 (limit: 40)
8690 /force-app/main/default/classes/RegExps.cls 1320 19 1428 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateFlowExpressionsCASE' has a Standard Cyclomatic Complexity of 34.
8689 /force-app/main/default/classes/RegExps.cls 1320 19 1428 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateFlowExpressionsCASE' has a Standard Cyclomatic Complexity of 34.
8691 /force-app/main/default/classes/RegExps.cls 1430 19 1555 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8690 /force-app/main/default/classes/RegExps.cls 1430 19 1555 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8692 /force-app/main/default/classes/RegExps.cls 1430 19 1555 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateBooleanExpressions(ParserContext)' has a cognitive complexity of 42, current threshold is 15
8691 /force-app/main/default/classes/RegExps.cls 1430 19 1555 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateBooleanExpressions(ParserContext)' has a cognitive complexity of 42, current threshold is 15
8693 /force-app/main/default/classes/RegExps.cls 1430 19 1555 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateBooleanExpressions(ParserContext)' has a cyclomatic complexity of 26.
8692 /force-app/main/default/classes/RegExps.cls 1430 19 1555 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateBooleanExpressions(ParserContext)' has a cyclomatic complexity of 26.
8694 /force-app/main/default/classes/RegExps.cls 1430 19 1555 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateBooleanExpressions()' has an NCSS line count of 102 (limit: 40)
8693 /force-app/main/default/classes/RegExps.cls 1430 19 1555 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateBooleanExpressions()' has an NCSS line count of 102 (limit: 40)
8695 /force-app/main/default/classes/RegExps.cls 1430 19 1555 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateBooleanExpressions' has a Standard Cyclomatic Complexity of 19.
8694 /force-app/main/default/classes/RegExps.cls 1430 19 1555 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateBooleanExpressions' has a Standard Cyclomatic Complexity of 19.
8696 /force-app/main/default/classes/RegExps.cls 1557 19 1649 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8695 /force-app/main/default/classes/RegExps.cls 1557 19 1649 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8697 /force-app/main/default/classes/RegExps.cls 1557 19 1649 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateResult(ParserContext)' has a cognitive complexity of 39, current threshold is 15
8696 /force-app/main/default/classes/RegExps.cls 1557 19 1649 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'evaluateResult(ParserContext)' has a cognitive complexity of 39, current threshold is 15
8698 /force-app/main/default/classes/RegExps.cls 1557 19 1649 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateResult(ParserContext)' has a cyclomatic complexity of 30.
8697 /force-app/main/default/classes/RegExps.cls 1557 19 1649 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'evaluateResult(ParserContext)' has a cyclomatic complexity of 30.
8699 /force-app/main/default/classes/RegExps.cls 1557 19 1649 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateResult()' has an NCSS line count of 98 (limit: 40)
8698 /force-app/main/default/classes/RegExps.cls 1557 19 1649 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'evaluateResult()' has an NCSS line count of 98 (limit: 40)
8700 /force-app/main/default/classes/RegExps.cls 1557 19 1649 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateResult' has a Standard Cyclomatic Complexity of 22.
8699 /force-app/main/default/classes/RegExps.cls 1557 19 1649 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'evaluateResult' has a Standard Cyclomatic Complexity of 22.
8701 /force-app/main/default/classes/RegExps.cls 1574 17 1578 18 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
8700 /force-app/main/default/classes/RegExps.cls 1574 17 1578 18 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
8702 /force-app/main/default/classes/RegExps.cls 1602 17 1604 18 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
8701 /force-app/main/default/classes/RegExps.cls 1602 17 1604 18 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
8703 /force-app/main/default/classes/RegExps.cls 1651 19 1703 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8702 /force-app/main/default/classes/RegExps.cls 1651 19 1703 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8704 /force-app/main/default/classes/RegExps.cls 1651 19 1703 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cognitive complexity of 27, current threshold is 15
8703 /force-app/main/default/classes/RegExps.cls 1651 19 1703 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cognitive complexity of 27, current threshold is 15
8705 /force-app/main/default/classes/RegExps.cls 1651 19 1703 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cyclomatic complexity of 12.
8704 /force-app/main/default/classes/RegExps.cls 1651 19 1703 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cyclomatic complexity of 12.
8706 /force-app/main/default/classes/RegExps.cls 1651 19 1703 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'iterativePlaceholderDiscover()' has an NCSS line count of 42 (limit: 40)
8705 /force-app/main/default/classes/RegExps.cls 1651 19 1703 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'iterativePlaceholderDiscover()' has an NCSS line count of 42 (limit: 40)
8707 /force-app/main/default/classes/RegExps.cls 1651 19 1703 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'iterativePlaceholderDiscover' has a Standard Cyclomatic Complexity of 11.
8706 /force-app/main/default/classes/RegExps.cls 1651 19 1703 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'iterativePlaceholderDiscover' has a Standard Cyclomatic Complexity of 11.
8708 /force-app/main/default/classes/RegExps.cls 1705 12 1706 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8707 /force-app/main/default/classes/RegExps.cls 1705 12 1706 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8709 /force-app/main/default/classes/RoleManagerController.cls 1 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
8708 /force-app/main/default/classes/RoleManagerController.cls 1 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
8710 /force-app/main/default/classes/RoleManagerController.cls 1 21 78 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
8709 /force-app/main/default/classes/RoleManagerController.cls 1 21 78 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
8711 /force-app/main/default/classes/RoleManagerController.cls 4 19 7 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8710 /force-app/main/default/classes/RoleManagerController.cls 4 19 7 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8712 /force-app/main/default/classes/RoleManagerController.cls 10 19 13 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8711 /force-app/main/default/classes/RoleManagerController.cls 10 19 13 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8713 /force-app/main/default/classes/RoleManagerController.cls 16 19 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
8712 /force-app/main/default/classes/RoleManagerController.cls 16 19 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
8714 /force-app/main/default/classes/RoleManagerController.cls 31 12 39 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8713 /force-app/main/default/classes/RoleManagerController.cls 31 12 39 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8715 /force-app/main/default/classes/RoleManagerController.cls 35 16 38 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8714 /force-app/main/default/classes/RoleManagerController.cls 35 16 38 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8716 /force-app/main/default/classes/RoleManagerController.cls 40 12 54 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8715 /force-app/main/default/classes/RoleManagerController.cls 40 12 54 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8717 /force-app/main/default/classes/RoleManagerController.cls 47 16 53 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8716 /force-app/main/default/classes/RoleManagerController.cls 47 16 53 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8718 /force-app/main/default/classes/RoleManagerController.cls 47 16 53 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.
8717 /force-app/main/default/classes/RoleManagerController.cls 47 16 53 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.
8719 /force-app/main/default/classes/RoleManagerController.cls 60 12 71 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8718 /force-app/main/default/classes/RoleManagerController.cls 60 12 71 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8720 /force-app/main/default/classes/RoleManagerController.cls 64 16 67 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8719 /force-app/main/default/classes/RoleManagerController.cls 64 16 67 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8721 /force-app/main/default/classes/RoleManagerController.cls 68 16 70 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8720 /force-app/main/default/classes/RoleManagerController.cls 68 16 70 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8722 /force-app/main/default/classes/RoleManagerProvider.cls 1 8 5 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8721 /force-app/main/default/classes/RoleManagerProvider.cls 1 8 5 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8723 /force-app/main/default/classes/RoleManagerProvider.cls 2 5 2 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8722 /force-app/main/default/classes/RoleManagerProvider.cls 2 5 2 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8724 /force-app/main/default/classes/RoleManagerProvider.cls 3 5 3 73 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8723 /force-app/main/default/classes/RoleManagerProvider.cls 3 5 3 73 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8725 /force-app/main/default/classes/RoleManagerProvider.cls 4 5 4 84 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8724 /force-app/main/default/classes/RoleManagerProvider.cls 4 5 4 84 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8726 /force-app/main/default/classes/SearchUtils.cls 1 21 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
8725 /force-app/main/default/classes/SearchUtils.cls 1 21 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
8727 /force-app/main/default/classes/SearchUtils.cls 1 21 135 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
8726 /force-app/main/default/classes/SearchUtils.cls 1 21 135 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
8728 /force-app/main/default/classes/SearchUtils.cls 33 19 53 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8727 /force-app/main/default/classes/SearchUtils.cls 33 19 53 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8729 /force-app/main/default/classes/SearchUtils.cls 44 50 44 61 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
8728 /force-app/main/default/classes/SearchUtils.cls 44 50 44 61 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
8730 /force-app/main/default/classes/SearchUtils.cls 44 35 44 62 pmd OperationWithLimitsInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop Avoid operations in loops that may hit governor limits
8729 /force-app/main/default/classes/SearchUtils.cls 44 35 44 62 pmd OperationWithLimitsInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop Avoid operations in loops that may hit governor limits
8731 /force-app/main/default/classes/SearchUtils.cls 55 19 61 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8730 /force-app/main/default/classes/SearchUtils.cls 55 19 61 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8732 /force-app/main/default/classes/SearchUtils.cls 62 19 82 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8731 /force-app/main/default/classes/SearchUtils.cls 62 19 82 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8733 /force-app/main/default/classes/SearchUtils.cls 71 29 71 71 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'objectIds' defined but not used
0 0 0 0 0 0
8734 /force-app/main/default/classes/SearchUtils.cls 75 56 75 67 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
8732 /force-app/main/default/classes/SearchUtils.cls 75 56 75 67 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
8735 /force-app/main/default/classes/SearchUtils.cls 75 41 75 68 pmd OperationWithLimitsInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop Avoid operations in loops that may hit governor limits
8733 /force-app/main/default/classes/SearchUtils.cls 75 41 75 68 pmd OperationWithLimitsInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop Avoid operations in loops that may hit governor limits
8736 /force-app/main/default/classes/SearchUtils.cls 97 19 117 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8734 /force-app/main/default/classes/SearchUtils.cls 97 19 117 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8737 /force-app/main/default/classes/SearchUtils.cls 104 50 104 80 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
8735 /force-app/main/default/classes/SearchUtils.cls 104 50 104 80 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
8738 /force-app/main/default/classes/SearchUtils.cls 119 12 134 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8736 /force-app/main/default/classes/SearchUtils.cls 119 12 134 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8739 /force-app/main/default/classes/SearchUtils.cls 124 16 127 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8737 /force-app/main/default/classes/SearchUtils.cls 124 16 127 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8740 /force-app/main/default/classes/SearchUtils.cls 128 16 133 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8738 /force-app/main/default/classes/SearchUtils.cls 128 16 133 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8741 /force-app/main/default/classes/SearchUtils.cls 128 16 133 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.
8739 /force-app/main/default/classes/SearchUtils.cls 128 16 133 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.
8742 /force-app/main/default/classes/SearchUtilsTest.cls 31 9 31 73 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.
8740 /force-app/main/default/classes/SearchUtilsTest.cls 31 9 31 73 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.
8743 /force-app/main/default/classes/SearchUtilsTest.cls 35 13 35 145 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8741 /force-app/main/default/classes/SearchUtilsTest.cls 35 13 35 145 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8744 /force-app/main/default/classes/SearchUtilsTest.cls 36 13 36 109 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8742 /force-app/main/default/classes/SearchUtilsTest.cls 36 13 36 109 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8745 /force-app/main/default/classes/SearchUtilsTest.cls 49 9 49 90 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.
8743 /force-app/main/default/classes/SearchUtilsTest.cls 49 9 49 90 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.
8746 /force-app/main/default/classes/SearchUtilsTest.cls 50 9 50 96 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.
8744 /force-app/main/default/classes/SearchUtilsTest.cls 50 9 50 96 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.
8747 /force-app/main/default/classes/SendHTMLEmail.cls 1 21 383 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8745 /force-app/main/default/classes/SendHTMLEmail.cls 1 21 383 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8748 /force-app/main/default/classes/SendHTMLEmail.cls 1 21 383 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'SendHTMLEmail' has a total cognitive complexity of 65 (highest 35), current threshold is 50
8746 /force-app/main/default/classes/SendHTMLEmail.cls 1 21 383 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'SendHTMLEmail' has a total cognitive complexity of 65 (highest 35), current threshold is 50
8749 /force-app/main/default/classes/SendHTMLEmail.cls 1 21 383 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'SendHTMLEmail' has a total cyclomatic complexity of 48 (highest 26).
8747 /force-app/main/default/classes/SendHTMLEmail.cls 1 21 383 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'SendHTMLEmail' has a total cyclomatic complexity of 48 (highest 26).
8750 /force-app/main/default/classes/SendHTMLEmail.cls 1 21 383 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'SendHTMLEmail' has a Standard Cyclomatic Complexity of 7 (Highest = 14).
8748 /force-app/main/default/classes/SendHTMLEmail.cls 1 21 383 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'SendHTMLEmail' has a Standard Cyclomatic Complexity of 7 (Highest = 14).
8751 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8749 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8752 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'SendEmail(List)' has a cognitive complexity of 35, current threshold is 15
8750 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'SendEmail(List)' has a cognitive complexity of 35, current threshold is 15
8753 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'SendEmail(List)' has a cyclomatic complexity of 26.
8751 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'SendEmail(List)' has a cyclomatic complexity of 26.
8754 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'SendEmail' doesn't match '[a-z][a-zA-Z0-9]*'
8752 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'SendEmail' doesn't match '[a-z][a-zA-Z0-9]*'
8755 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'SendEmail()' has an NCSS line count of 75 (limit: 40)
8753 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'SendEmail()' has an NCSS line count of 75 (limit: 40)
8756 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'SendEmail' has a Standard Cyclomatic Complexity of 14.
8754 /force-app/main/default/classes/SendHTMLEmail.cls 4 19 150 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'SendEmail' has a Standard Cyclomatic Complexity of 14.
8757 /force-app/main/default/classes/SendHTMLEmail.cls 7 16 7 47 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 'HTMLbody' doesn't match '[a-z][a-zA-Z0-9]*'
8755 /force-app/main/default/classes/SendHTMLEmail.cls 7 16 7 47 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 'HTMLbody' doesn't match '[a-z][a-zA-Z0-9]*'
8758 /force-app/main/default/classes/SendHTMLEmail.cls 36 9 36 55 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8756 /force-app/main/default/classes/SendHTMLEmail.cls 36 9 36 55 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8759 /force-app/main/default/classes/SendHTMLEmail.cls 36 9 36 55 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8757 /force-app/main/default/classes/SendHTMLEmail.cls 36 9 36 55 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8760 /force-app/main/default/classes/SendHTMLEmail.cls 38 9 38 55 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8758 /force-app/main/default/classes/SendHTMLEmail.cls 38 9 38 55 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8761 /force-app/main/default/classes/SendHTMLEmail.cls 38 9 38 55 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8759 /force-app/main/default/classes/SendHTMLEmail.cls 38 9 38 55 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8762 /force-app/main/default/classes/SendHTMLEmail.cls 40 9 40 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
8760 /force-app/main/default/classes/SendHTMLEmail.cls 40 9 40 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
8763 /force-app/main/default/classes/SendHTMLEmail.cls 40 9 40 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.
8761 /force-app/main/default/classes/SendHTMLEmail.cls 40 9 40 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.
8764 /force-app/main/default/classes/SendHTMLEmail.cls 79 13 79 385 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
8762 /force-app/main/default/classes/SendHTMLEmail.cls 79 13 79 385 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
8765 /force-app/main/default/classes/SendHTMLEmail.cls 79 13 79 385 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
8763 /force-app/main/default/classes/SendHTMLEmail.cls 79 13 79 385 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
8766 /force-app/main/default/classes/SendHTMLEmail.cls 82 13 82 194 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
8764 /force-app/main/default/classes/SendHTMLEmail.cls 82 13 82 194 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
8767 /force-app/main/default/classes/SendHTMLEmail.cls 82 13 82 194 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
8765 /force-app/main/default/classes/SendHTMLEmail.cls 82 13 82 194 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
8768 /force-app/main/default/classes/SendHTMLEmail.cls 89 9 89 52 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8766 /force-app/main/default/classes/SendHTMLEmail.cls 89 9 89 52 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8769 /force-app/main/default/classes/SendHTMLEmail.cls 89 9 89 52 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8767 /force-app/main/default/classes/SendHTMLEmail.cls 89 9 89 52 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8770 /force-app/main/default/classes/SendHTMLEmail.cls 95 3 95 34 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
8768 /force-app/main/default/classes/SendHTMLEmail.cls 95 3 95 34 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
8771 /force-app/main/default/classes/SendHTMLEmail.cls 95 3 95 34 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.
8769 /force-app/main/default/classes/SendHTMLEmail.cls 95 3 95 34 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.
8772 /force-app/main/default/classes/SendHTMLEmail.cls 104 13 104 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
8770 /force-app/main/default/classes/SendHTMLEmail.cls 104 13 104 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
8773 /force-app/main/default/classes/SendHTMLEmail.cls 104 13 104 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.
8771 /force-app/main/default/classes/SendHTMLEmail.cls 104 13 104 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.
8774 /force-app/main/default/classes/SendHTMLEmail.cls 107 13 107 66 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
8772 /force-app/main/default/classes/SendHTMLEmail.cls 107 13 107 66 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
8775 /force-app/main/default/classes/SendHTMLEmail.cls 107 13 107 66 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.
8773 /force-app/main/default/classes/SendHTMLEmail.cls 107 13 107 66 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.
8776 /force-app/main/default/classes/SendHTMLEmail.cls 111 13 111 66 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
8774 /force-app/main/default/classes/SendHTMLEmail.cls 111 13 111 66 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
8777 /force-app/main/default/classes/SendHTMLEmail.cls 111 13 111 66 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.
8775 /force-app/main/default/classes/SendHTMLEmail.cls 111 13 111 66 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.
8778 /force-app/main/default/classes/SendHTMLEmail.cls 131 17 138 18 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
8776 /force-app/main/default/classes/SendHTMLEmail.cls 131 17 138 18 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
8779 /force-app/main/default/classes/SendHTMLEmail.cls 153 19 181 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8777 /force-app/main/default/classes/SendHTMLEmail.cls 153 19 181 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8780 /force-app/main/default/classes/SendHTMLEmail.cls 153 19 181 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'AddAttachments' doesn't match '[a-z][a-zA-Z0-9]*'
8778 /force-app/main/default/classes/SendHTMLEmail.cls 153 19 181 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'AddAttachments' doesn't match '[a-z][a-zA-Z0-9]*'
8781 /force-app/main/default/classes/SendHTMLEmail.cls 165 38 165 139 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
8779 /force-app/main/default/classes/SendHTMLEmail.cls 165 38 165 139 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
8782 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8780 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8783 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'BuildAddressList(String, Map)' has a cognitive complexity of 20, current threshold is 15
8781 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'BuildAddressList(String, Map)' has a cognitive complexity of 20, current threshold is 15
8784 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'BuildAddressList(String, Map)' has a cyclomatic complexity of 12.
8782 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'BuildAddressList(String, Map)' has a cyclomatic complexity of 12.
8785 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'BuildAddressList' doesn't match '[a-z][a-zA-Z0-9]*'
8783 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'BuildAddressList' doesn't match '[a-z][a-zA-Z0-9]*'
8786 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'BuildAddressList()' has an NCSS line count of 47 (limit: 40)
8784 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'BuildAddressList()' has an NCSS line count of 47 (limit: 40)
8787 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'BuildAddressList' has a Standard Cyclomatic Complexity of 12.
8785 /force-app/main/default/classes/SendHTMLEmail.cls 183 19 243 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'BuildAddressList' has a Standard Cyclomatic Complexity of 12.
8788 /force-app/main/default/classes/SendHTMLEmail.cls 193 13 193 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
8786 /force-app/main/default/classes/SendHTMLEmail.cls 193 13 193 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
8789 /force-app/main/default/classes/SendHTMLEmail.cls 193 13 193 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.
8787 /force-app/main/default/classes/SendHTMLEmail.cls 193 13 193 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.
8790 /force-app/main/default/classes/SendHTMLEmail.cls 200 13 200 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
8788 /force-app/main/default/classes/SendHTMLEmail.cls 200 13 200 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
8791 /force-app/main/default/classes/SendHTMLEmail.cls 200 13 200 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.
8789 /force-app/main/default/classes/SendHTMLEmail.cls 200 13 200 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.
8792 /force-app/main/default/classes/SendHTMLEmail.cls 210 39 210 77 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
8790 /force-app/main/default/classes/SendHTMLEmail.cls 210 39 210 77 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
8793 /force-app/main/default/classes/SendHTMLEmail.cls 210 39 210 77 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
8791 /force-app/main/default/classes/SendHTMLEmail.cls 210 39 210 77 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
8794 /force-app/main/default/classes/SendHTMLEmail.cls 213 13 213 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
8792 /force-app/main/default/classes/SendHTMLEmail.cls 213 13 213 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
8795 /force-app/main/default/classes/SendHTMLEmail.cls 213 13 213 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.
8793 /force-app/main/default/classes/SendHTMLEmail.cls 213 13 213 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.
8796 /force-app/main/default/classes/SendHTMLEmail.cls 222 39 222 77 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
8794 /force-app/main/default/classes/SendHTMLEmail.cls 222 39 222 77 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
8797 /force-app/main/default/classes/SendHTMLEmail.cls 222 39 222 77 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
8795 /force-app/main/default/classes/SendHTMLEmail.cls 222 39 222 77 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
8798 /force-app/main/default/classes/SendHTMLEmail.cls 225 13 225 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
8796 /force-app/main/default/classes/SendHTMLEmail.cls 225 13 225 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
8799 /force-app/main/default/classes/SendHTMLEmail.cls 225 13 225 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.
8797 /force-app/main/default/classes/SendHTMLEmail.cls 225 13 225 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.
8800 /force-app/main/default/classes/SendHTMLEmail.cls 234 39 234 77 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
8798 /force-app/main/default/classes/SendHTMLEmail.cls 234 39 234 77 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
8801 /force-app/main/default/classes/SendHTMLEmail.cls 234 39 234 77 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
8799 /force-app/main/default/classes/SendHTMLEmail.cls 234 39 234 77 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
8802 /force-app/main/default/classes/SendHTMLEmail.cls 237 13 237 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
8800 /force-app/main/default/classes/SendHTMLEmail.cls 237 13 237 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
8803 /force-app/main/default/classes/SendHTMLEmail.cls 237 13 237 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.
8801 /force-app/main/default/classes/SendHTMLEmail.cls 237 13 237 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.
8804 /force-app/main/default/classes/SendHTMLEmail.cls 245 20 265 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'GenerateMap' doesn't match '[a-z][a-zA-Z0-9]*'
8802 /force-app/main/default/classes/SendHTMLEmail.cls 245 20 265 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'GenerateMap' doesn't match '[a-z][a-zA-Z0-9]*'
8805 /force-app/main/default/classes/SendHTMLEmail.cls 274 9 274 18 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
8803 /force-app/main/default/classes/SendHTMLEmail.cls 274 9 274 18 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
8806 /force-app/main/default/classes/SendHTMLEmail.cls 278 12 369 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8804 /force-app/main/default/classes/SendHTMLEmail.cls 278 12 369 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8807 /force-app/main/default/classes/SendHTMLEmail.cls 278 12 369 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Request has 27 public methods, attributes, and properties (limit: 20)
8805 /force-app/main/default/classes/SendHTMLEmail.cls 278 12 369 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Request has 27 public methods, attributes, and properties (limit: 20)
8808 /force-app/main/default/classes/SendHTMLEmail.cls 278 12 369 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8806 /force-app/main/default/classes/SendHTMLEmail.cls 278 12 369 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8809 /force-app/main/default/classes/SendHTMLEmail.cls 280 23 280 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 'HTMLbody' doesn't match '[a-z][a-zA-Z0-9]*'
8807 /force-app/main/default/classes/SendHTMLEmail.cls 280 23 280 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 'HTMLbody' doesn't match '[a-z][a-zA-Z0-9]*'
8810 /force-app/main/default/classes/SendHTMLEmail.cls 304 23 304 48 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SendTOthisOneEmailAddress' doesn't match '[a-z][a-zA-Z0-9]*'
8808 /force-app/main/default/classes/SendHTMLEmail.cls 304 23 304 48 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SendTOthisOneEmailAddress' doesn't match '[a-z][a-zA-Z0-9]*'
8811 /force-app/main/default/classes/SendHTMLEmail.cls 307 29 307 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 'SendTOthisStringCollectionOfEmailAddresses' doesn't match '[a-z][a-zA-Z0-9]*'
8809 /force-app/main/default/classes/SendHTMLEmail.cls 307 29 307 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 'SendTOthisStringCollectionOfEmailAddresses' doesn't match '[a-z][a-zA-Z0-9]*'
8812 /force-app/main/default/classes/SendHTMLEmail.cls 310 30 310 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 'SendTOtheEmailAddressesFromThisCollectionOfContacts' doesn't match '[a-z][a-zA-Z0-9]*'
8810 /force-app/main/default/classes/SendHTMLEmail.cls 310 30 310 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 'SendTOtheEmailAddressesFromThisCollectionOfContacts' doesn't match '[a-z][a-zA-Z0-9]*'
8813 /force-app/main/default/classes/SendHTMLEmail.cls 313 27 313 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 'SendTOtheEmailAddressesFromThisCollectionOfUsers' doesn't match '[a-z][a-zA-Z0-9]*'
8811 /force-app/main/default/classes/SendHTMLEmail.cls 313 27 313 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 'SendTOtheEmailAddressesFromThisCollectionOfUsers' doesn't match '[a-z][a-zA-Z0-9]*'
8814 /force-app/main/default/classes/SendHTMLEmail.cls 316 27 316 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 'SendTOtheEmailAddressesFromThisCollectionOfLeads' doesn't match '[a-z][a-zA-Z0-9]*'
8812 /force-app/main/default/classes/SendHTMLEmail.cls 316 27 316 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 'SendTOtheEmailAddressesFromThisCollectionOfLeads' doesn't match '[a-z][a-zA-Z0-9]*'
8815 /force-app/main/default/classes/SendHTMLEmail.cls 319 23 319 48 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SendCCthisOneEmailAddress' doesn't match '[a-z][a-zA-Z0-9]*'
8813 /force-app/main/default/classes/SendHTMLEmail.cls 319 23 319 48 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SendCCthisOneEmailAddress' doesn't match '[a-z][a-zA-Z0-9]*'
8816 /force-app/main/default/classes/SendHTMLEmail.cls 322 30 322 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SendCCthisStringCollectionOfEmailAddresses' doesn't match '[a-z][a-zA-Z0-9]*'
8814 /force-app/main/default/classes/SendHTMLEmail.cls 322 30 322 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SendCCthisStringCollectionOfEmailAddresses' doesn't match '[a-z][a-zA-Z0-9]*'
8817 /force-app/main/default/classes/SendHTMLEmail.cls 325 30 325 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 'SendCCtheEmailAddressesFromThisCollectionOfContacts' doesn't match '[a-z][a-zA-Z0-9]*'
8815 /force-app/main/default/classes/SendHTMLEmail.cls 325 30 325 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 'SendCCtheEmailAddressesFromThisCollectionOfContacts' doesn't match '[a-z][a-zA-Z0-9]*'
8818 /force-app/main/default/classes/SendHTMLEmail.cls 328 27 328 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 'SendCCtheEmailAddressesFromThisCollectionOfUsers' doesn't match '[a-z][a-zA-Z0-9]*'
8816 /force-app/main/default/classes/SendHTMLEmail.cls 328 27 328 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 'SendCCtheEmailAddressesFromThisCollectionOfUsers' doesn't match '[a-z][a-zA-Z0-9]*'
8819 /force-app/main/default/classes/SendHTMLEmail.cls 331 27 331 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 'SendCCtheEmailAddressesFromThisCollectionOfLeads' doesn't match '[a-z][a-zA-Z0-9]*'
8817 /force-app/main/default/classes/SendHTMLEmail.cls 331 27 331 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 'SendCCtheEmailAddressesFromThisCollectionOfLeads' doesn't match '[a-z][a-zA-Z0-9]*'
8820 /force-app/main/default/classes/SendHTMLEmail.cls 334 23 334 49 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SendBCCthisOneEmailAddress' doesn't match '[a-z][a-zA-Z0-9]*'
8818 /force-app/main/default/classes/SendHTMLEmail.cls 334 23 334 49 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SendBCCthisOneEmailAddress' doesn't match '[a-z][a-zA-Z0-9]*'
8821 /force-app/main/default/classes/SendHTMLEmail.cls 337 30 337 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SendBCCthisStringCollectionOfEmailAddresses' doesn't match '[a-z][a-zA-Z0-9]*'
8819 /force-app/main/default/classes/SendHTMLEmail.cls 337 30 337 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'SendBCCthisStringCollectionOfEmailAddresses' doesn't match '[a-z][a-zA-Z0-9]*'
8822 /force-app/main/default/classes/SendHTMLEmail.cls 340 30 340 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 'SendBCCtheEmailAddressesFromThisCollectionOfContacts' doesn't match '[a-z][a-zA-Z0-9]*'
8820 /force-app/main/default/classes/SendHTMLEmail.cls 340 30 340 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 'SendBCCtheEmailAddressesFromThisCollectionOfContacts' doesn't match '[a-z][a-zA-Z0-9]*'
8823 /force-app/main/default/classes/SendHTMLEmail.cls 343 27 343 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 'SendBCCtheEmailAddressesFromThisCollectionOfUsers' doesn't match '[a-z][a-zA-Z0-9]*'
8821 /force-app/main/default/classes/SendHTMLEmail.cls 343 27 343 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 'SendBCCtheEmailAddressesFromThisCollectionOfUsers' doesn't match '[a-z][a-zA-Z0-9]*'
8824 /force-app/main/default/classes/SendHTMLEmail.cls 346 27 346 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 'SendBCCtheEmailAddressesFromThisCollectionOfLeads' doesn't match '[a-z][a-zA-Z0-9]*'
8822 /force-app/main/default/classes/SendHTMLEmail.cls 346 27 346 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 'SendBCCtheEmailAddressesFromThisCollectionOfLeads' doesn't match '[a-z][a-zA-Z0-9]*'
8825 /force-app/main/default/classes/SendHTMLEmail.cls 349 24 349 46 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'UseSalesforceSignature' doesn't match '[a-z][a-zA-Z0-9]*'
8823 /force-app/main/default/classes/SendHTMLEmail.cls 349 24 349 46 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'UseSalesforceSignature' doesn't match '[a-z][a-zA-Z0-9]*'
8826 /force-app/main/default/classes/SendHTMLEmail.cls 371 12 378 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8824 /force-app/main/default/classes/SendHTMLEmail.cls 371 12 378 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8827 /force-app/main/default/classes/SendHTMLEmail.cls 380 12 381 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8825 /force-app/main/default/classes/SendHTMLEmail.cls 380 12 381 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8828 /force-app/main/default/classes/SendHTMLEmailTest.cls 6 19 23 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'CanSendEmail' doesn't match '[a-z][a-zA-Z0-9]*'
8826 /force-app/main/default/classes/SendHTMLEmailTest.cls 6 19 23 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'CanSendEmail' doesn't match '[a-z][a-zA-Z0-9]*'
8829 /force-app/main/default/classes/SendHTMLEmailTest.cls 19 9 19 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8827 /force-app/main/default/classes/SendHTMLEmailTest.cls 19 9 19 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8830 /force-app/main/default/classes/SendHTMLEmailTest.cls 37 9 37 65 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8828 /force-app/main/default/classes/SendHTMLEmailTest.cls 37 9 37 65 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8831 /force-app/main/default/classes/SendHTMLEmailTest.cls 56 42 56 93 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'testResponseList' defined but not used
8829 /force-app/main/default/classes/SendHTMLEmailTest.cls 56 42 56 93 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'testResponseList' defined but not used
8832 /force-app/main/default/classes/SendHTMLEmailTest.cls 61 9 61 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8830 /force-app/main/default/classes/SendHTMLEmailTest.cls 61 9 61 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8833 /force-app/main/default/classes/SendHTMLEmailTest.cls 80 42 80 93 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'testResponseList' defined but not used
8831 /force-app/main/default/classes/SendHTMLEmailTest.cls 80 42 80 93 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'testResponseList' defined but not used
8834 /force-app/main/default/classes/SendHTMLEmailTest.cls 85 9 85 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8832 /force-app/main/default/classes/SendHTMLEmailTest.cls 85 9 85 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
8835 /force-app/main/default/classes/SharingActions.cls 1 24 284 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8833 /force-app/main/default/classes/SharingActions.cls 1 24 284 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8836 /force-app/main/default/classes/SharingActions.cls 1 24 284 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
8834 /force-app/main/default/classes/SharingActions.cls 1 24 284 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
8837 /force-app/main/default/classes/SharingActions.cls 1 24 284 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'SharingActions' has a total cognitive complexity of 61 (highest 18), current threshold is 50
8835 /force-app/main/default/classes/SharingActions.cls 1 24 284 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'SharingActions' has a total cognitive complexity of 61 (highest 18), current threshold is 50
8838 /force-app/main/default/classes/SharingActions.cls 1 24 284 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'SharingActions' has a total cyclomatic complexity of 73 (highest 20).
8836 /force-app/main/default/classes/SharingActions.cls 1 24 284 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'SharingActions' has a total cyclomatic complexity of 73 (highest 20).
8839 /force-app/main/default/classes/SharingActions.cls 1 24 284 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'SharingActions' has a Standard Cyclomatic Complexity of 5 (Highest = 10).
8837 /force-app/main/default/classes/SharingActions.cls 1 24 284 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'SharingActions' has a Standard Cyclomatic Complexity of 5 (Highest = 10).
8840 /force-app/main/default/classes/SharingActions.cls 3 12 3 59 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8838 /force-app/main/default/classes/SharingActions.cls 3 12 3 59 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8841 /force-app/main/default/classes/SharingActions.cls 6 16 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8839 /force-app/main/default/classes/SharingActions.cls 6 16 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8842 /force-app/main/default/classes/SharingActions.cls 9 31 9 36 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
8840 /force-app/main/default/classes/SharingActions.cls 9 31 9 36 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
8843 /force-app/main/default/classes/SharingActions.cls 11 5 11 88 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
8841 /force-app/main/default/classes/SharingActions.cls 11 5 11 88 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
8844 /force-app/main/default/classes/SharingActions.cls 11 5 11 88 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.
8842 /force-app/main/default/classes/SharingActions.cls 11 5 11 88 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.
8845 /force-app/main/default/classes/SharingActions.cls 22 16 49 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8843 /force-app/main/default/classes/SharingActions.cls 22 16 49 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8846 /force-app/main/default/classes/SharingActions.cls 22 32 22 48 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 'UserOrGroupID' doesn't match '[a-z][a-zA-Z0-9]*'
8844 /force-app/main/default/classes/SharingActions.cls 22 32 22 48 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 'UserOrGroupID' doesn't match '[a-z][a-zA-Z0-9]*'
8847 /force-app/main/default/classes/SharingActions.cls 34 33 34 118 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
8845 /force-app/main/default/classes/SharingActions.cls 34 33 34 118 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
8848 /force-app/main/default/classes/SharingActions.cls 43 3 43 22 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
8846 /force-app/main/default/classes/SharingActions.cls 43 3 43 22 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
8849 /force-app/main/default/classes/SharingActions.cls 43 3 43 22 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.
8847 /force-app/main/default/classes/SharingActions.cls 43 3 43 22 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.
8850 /force-app/main/default/classes/SharingActions.cls 45 43 45 48 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
8848 /force-app/main/default/classes/SharingActions.cls 45 43 45 48 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
8851 /force-app/main/default/classes/SharingActions.cls 46 3 46 25 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
8849 /force-app/main/default/classes/SharingActions.cls 46 3 46 25 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
8852 /force-app/main/default/classes/SharingActions.cls 46 3 46 25 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.
8850 /force-app/main/default/classes/SharingActions.cls 46 3 46 25 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.
8853 /force-app/main/default/classes/SharingActions.cls 47 3 47 19 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
8851 /force-app/main/default/classes/SharingActions.cls 47 3 47 19 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
8854 /force-app/main/default/classes/SharingActions.cls 52 16 132 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8852 /force-app/main/default/classes/SharingActions.cls 52 16 132 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8855 /force-app/main/default/classes/SharingActions.cls 52 16 132 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'upsertPerm(Id, Id, String)' has a cognitive complexity of 18, current threshold is 15
8853 /force-app/main/default/classes/SharingActions.cls 52 16 132 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'upsertPerm(Id, Id, String)' has a cognitive complexity of 18, current threshold is 15
8856 /force-app/main/default/classes/SharingActions.cls 52 16 132 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'upsertPerm(Id, Id, String)' has a cyclomatic complexity of 20.
8854 /force-app/main/default/classes/SharingActions.cls 52 16 132 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'upsertPerm(Id, Id, String)' has a cyclomatic complexity of 20.
8857 /force-app/main/default/classes/SharingActions.cls 52 35 52 51 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 'UserOrGroupID' doesn't match '[a-z][a-zA-Z0-9]*'
8855 /force-app/main/default/classes/SharingActions.cls 52 35 52 51 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 'UserOrGroupID' doesn't match '[a-z][a-zA-Z0-9]*'
8858 /force-app/main/default/classes/SharingActions.cls 52 16 132 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'upsertPerm()' has an NCSS line count of 66 (limit: 40)
8856 /force-app/main/default/classes/SharingActions.cls 52 16 132 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'upsertPerm()' has an NCSS line count of 66 (limit: 40)
8859 /force-app/main/default/classes/SharingActions.cls 52 16 132 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'upsertPerm' has a Standard Cyclomatic Complexity of 10.
8857 /force-app/main/default/classes/SharingActions.cls 52 16 132 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'upsertPerm' has a Standard Cyclomatic Complexity of 10.
8860 /force-app/main/default/classes/SharingActions.cls 54 3 54 38 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8858 /force-app/main/default/classes/SharingActions.cls 54 3 54 38 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8861 /force-app/main/default/classes/SharingActions.cls 54 3 54 38 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8859 /force-app/main/default/classes/SharingActions.cls 54 3 54 38 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8862 /force-app/main/default/classes/SharingActions.cls 61 3 61 36 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
8860 /force-app/main/default/classes/SharingActions.cls 61 3 61 36 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
8863 /force-app/main/default/classes/SharingActions.cls 61 3 61 36 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.
8861 /force-app/main/default/classes/SharingActions.cls 61 3 61 36 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.
8864 /force-app/main/default/classes/SharingActions.cls 66 33 66 118 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
8862 /force-app/main/default/classes/SharingActions.cls 66 33 66 118 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
8865 /force-app/main/default/classes/SharingActions.cls 76 3 76 22 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
8863 /force-app/main/default/classes/SharingActions.cls 76 3 76 22 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
8866 /force-app/main/default/classes/SharingActions.cls 76 3 76 22 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.
8864 /force-app/main/default/classes/SharingActions.cls 76 3 76 22 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.
8867 /force-app/main/default/classes/SharingActions.cls 78 43 78 48 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
8865 /force-app/main/default/classes/SharingActions.cls 78 43 78 48 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
8868 /force-app/main/default/classes/SharingActions.cls 82 4 82 49 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8866 /force-app/main/default/classes/SharingActions.cls 82 4 82 49 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8869 /force-app/main/default/classes/SharingActions.cls 82 4 82 49 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8867 /force-app/main/default/classes/SharingActions.cls 82 4 82 49 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8870 /force-app/main/default/classes/SharingActions.cls 94 6 94 22 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
8868 /force-app/main/default/classes/SharingActions.cls 94 6 94 22 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
8871 /force-app/main/default/classes/SharingActions.cls 102 5 102 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
8869 /force-app/main/default/classes/SharingActions.cls 102 5 102 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
8872 /force-app/main/default/classes/SharingActions.cls 102 5 102 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.
8870 /force-app/main/default/classes/SharingActions.cls 102 5 102 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.
8873 /force-app/main/default/classes/SharingActions.cls 125 6 125 19 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
8871 /force-app/main/default/classes/SharingActions.cls 125 6 125 19 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
8874 /force-app/main/default/classes/SharingActions.cls 135 15 193 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8872 /force-app/main/default/classes/SharingActions.cls 135 15 193 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8875 /force-app/main/default/classes/SharingActions.cls 135 15 193 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'getSharings(Id)' has a cyclomatic complexity of 17.
8873 /force-app/main/default/classes/SharingActions.cls 135 15 193 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'getSharings(Id)' has a cyclomatic complexity of 17.
8876 /force-app/main/default/classes/SharingActions.cls 135 15 193 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'getSharings()' has an NCSS line count of 48 (limit: 40)
8874 /force-app/main/default/classes/SharingActions.cls 135 15 193 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'getSharings()' has an NCSS line count of 48 (limit: 40)
8877 /force-app/main/default/classes/SharingActions.cls 135 15 193 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'getSharings' has a Standard Cyclomatic Complexity of 10.
8875 /force-app/main/default/classes/SharingActions.cls 135 15 193 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'getSharings' has a Standard Cyclomatic Complexity of 10.
8878 /force-app/main/default/classes/SharingActions.cls 145 10 145 33 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 'RoleIds' doesn't match '[a-z][a-zA-Z0-9]*'
8876 /force-app/main/default/classes/SharingActions.cls 145 10 145 33 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 'RoleIds' doesn't match '[a-z][a-zA-Z0-9]*'
8879 /force-app/main/default/classes/SharingActions.cls 165 16 165 107 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 'UserMap' doesn't match '[a-z][a-zA-Z0-9]*'
8877 /force-app/main/default/classes/SharingActions.cls 165 16 165 107 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 'UserMap' doesn't match '[a-z][a-zA-Z0-9]*'
8880 /force-app/main/default/classes/SharingActions.cls 166 17 166 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 'GroupMap' doesn't match '[a-z][a-zA-Z0-9]*'
8878 /force-app/main/default/classes/SharingActions.cls 166 17 166 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 'GroupMap' doesn't match '[a-z][a-zA-Z0-9]*'
8881 /force-app/main/default/classes/SharingActions.cls 172 20 172 101 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 'RoleMap' doesn't match '[a-z][a-zA-Z0-9]*'
8879 /force-app/main/default/classes/SharingActions.cls 172 20 172 101 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 'RoleMap' doesn't match '[a-z][a-zA-Z0-9]*'
8882 /force-app/main/default/classes/SharingActions.cls 211 3 211 22 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
8880 /force-app/main/default/classes/SharingActions.cls 211 3 211 22 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
8883 /force-app/main/default/classes/SharingActions.cls 211 3 211 22 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.
8881 /force-app/main/default/classes/SharingActions.cls 211 3 211 22 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.
8884 /force-app/main/default/classes/SharingActions.cls 224 9 232 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8882 /force-app/main/default/classes/SharingActions.cls 224 9 232 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8885 /force-app/main/default/classes/SharingActions.cls 224 9 232 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'sharingHolder' doesn't match '[A-Z][a-zA-Z0-9_]*'
8883 /force-app/main/default/classes/SharingActions.cls 224 9 232 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'sharingHolder' doesn't match '[A-Z][a-zA-Z0-9_]*'
8886 /force-app/main/default/classes/SharingActions.cls 225 10 225 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8884 /force-app/main/default/classes/SharingActions.cls 225 10 225 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8887 /force-app/main/default/classes/SharingActions.cls 225 17 225 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'UserOrGroupName' doesn't match '[a-z][a-zA-Z0-9]*'
8885 /force-app/main/default/classes/SharingActions.cls 225 17 225 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'UserOrGroupName' doesn't match '[a-z][a-zA-Z0-9]*'
8888 /force-app/main/default/classes/SharingActions.cls 226 10 226 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8886 /force-app/main/default/classes/SharingActions.cls 226 10 226 35 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8889 /force-app/main/default/classes/SharingActions.cls 226 17 226 24 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'SubType' doesn't match '[a-z][a-zA-Z0-9]*'
8887 /force-app/main/default/classes/SharingActions.cls 226 17 226 24 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'SubType' doesn't match '[a-z][a-zA-Z0-9]*'
8890 /force-app/main/default/classes/SharingActions.cls 227 10 227 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8888 /force-app/main/default/classes/SharingActions.cls 227 10 227 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8891 /force-app/main/default/classes/SharingActions.cls 227 17 227 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'UserOrGroupType' doesn't match '[a-z][a-zA-Z0-9]*'
8889 /force-app/main/default/classes/SharingActions.cls 227 17 227 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'UserOrGroupType' doesn't match '[a-z][a-zA-Z0-9]*'
8892 /force-app/main/default/classes/SharingActions.cls 228 10 228 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8890 /force-app/main/default/classes/SharingActions.cls 228 10 228 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8893 /force-app/main/default/classes/SharingActions.cls 228 17 228 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'UserOrGroupID' doesn't match '[a-z][a-zA-Z0-9]*'
8891 /force-app/main/default/classes/SharingActions.cls 228 17 228 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'UserOrGroupID' doesn't match '[a-z][a-zA-Z0-9]*'
8894 /force-app/main/default/classes/SharingActions.cls 229 10 229 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8892 /force-app/main/default/classes/SharingActions.cls 229 10 229 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8895 /force-app/main/default/classes/SharingActions.cls 229 17 229 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'AccessLevel' doesn't match '[a-z][a-zA-Z0-9]*'
8893 /force-app/main/default/classes/SharingActions.cls 229 17 229 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'AccessLevel' doesn't match '[a-z][a-zA-Z0-9]*'
8896 /force-app/main/default/classes/SharingActions.cls 230 10 230 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8894 /force-app/main/default/classes/SharingActions.cls 230 10 230 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8897 /force-app/main/default/classes/SharingActions.cls 230 17 230 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'RowCause' doesn't match '[a-z][a-zA-Z0-9]*'
8895 /force-app/main/default/classes/SharingActions.cls 230 17 230 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'RowCause' doesn't match '[a-z][a-zA-Z0-9]*'
8898 /force-app/main/default/classes/SharingActions.cls 231 10 231 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8896 /force-app/main/default/classes/SharingActions.cls 231 10 231 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8899 /force-app/main/default/classes/SharingActions.cls 231 17 231 23 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'RoleId' doesn't match '[a-z][a-zA-Z0-9]*'
8897 /force-app/main/default/classes/SharingActions.cls 231 17 231 23 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'RoleId' doesn't match '[a-z][a-zA-Z0-9]*'
8900 /force-app/main/default/classes/SharingActions.cls 247 4 247 72 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8898 /force-app/main/default/classes/SharingActions.cls 247 4 247 72 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8901 /force-app/main/default/classes/SharingActions.cls 247 4 247 72 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8899 /force-app/main/default/classes/SharingActions.cls 247 4 247 72 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8902 /force-app/main/default/classes/SharingActions.cls 249 4 249 74 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
8900 /force-app/main/default/classes/SharingActions.cls 249 4 249 74 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
8903 /force-app/main/default/classes/SharingActions.cls 249 4 249 74 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.
8901 /force-app/main/default/classes/SharingActions.cls 249 4 249 74 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.
8904 /force-app/main/default/classes/SharingActions.cls 269 41 269 46 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
8902 /force-app/main/default/classes/SharingActions.cls 269 41 269 46 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
8905 /force-app/main/default/classes/SharingActions.cls 276 5 276 20 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
8903 /force-app/main/default/classes/SharingActions.cls 276 5 276 20 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
8906 /force-app/main/default/classes/SharingActions.cls 276 5 276 20 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.
8904 /force-app/main/default/classes/SharingActions.cls 276 5 276 20 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.
8907 /force-app/main/default/classes/SortCollection.cls 1 21 134 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8905 /force-app/main/default/classes/SortCollection.cls 1 21 134 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8908 /force-app/main/default/classes/SortCollection.cls 1 21 134 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
8906 /force-app/main/default/classes/SortCollection.cls 1 21 134 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
8909 /force-app/main/default/classes/SortCollection.cls 3 19 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
8907 /force-app/main/default/classes/SortCollection.cls 3 19 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
8910 /force-app/main/default/classes/SortCollection.cls 3 19 35 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'sort(List)' has a cognitive complexity of 18, current threshold is 15
8908 /force-app/main/default/classes/SortCollection.cls 3 19 35 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'sort(List)' has a cognitive complexity of 18, current threshold is 15
8911 /force-app/main/default/classes/SortCollection.cls 37 12 92 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8909 /force-app/main/default/classes/SortCollection.cls 37 12 92 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8912 /force-app/main/default/classes/SortCollection.cls 37 12 92 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'SortableWrapper' has a Standard Cyclomatic Complexity of 8 (Highest = 13).
8910 /force-app/main/default/classes/SortCollection.cls 37 12 92 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'SortableWrapper' has a Standard Cyclomatic Complexity of 8 (Highest = 13).
8913 /force-app/main/default/classes/SortCollection.cls 44 16 49 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8911 /force-app/main/default/classes/SortCollection.cls 44 16 49 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8914 /force-app/main/default/classes/SortCollection.cls 44 16 49 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.
8912 /force-app/main/default/classes/SortCollection.cls 44 16 49 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.
8915 /force-app/main/default/classes/SortCollection.cls 51 16 91 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8913 /force-app/main/default/classes/SortCollection.cls 51 16 91 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8916 /force-app/main/default/classes/SortCollection.cls 51 16 91 10 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'compareTo(Object)' has a cognitive complexity of 23, current threshold is 15
8914 /force-app/main/default/classes/SortCollection.cls 51 16 91 10 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'compareTo(Object)' has a cognitive complexity of 23, current threshold is 15
8917 /force-app/main/default/classes/SortCollection.cls 51 16 91 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'compareTo(Object)' has a cyclomatic complexity of 16.
8915 /force-app/main/default/classes/SortCollection.cls 51 16 91 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'compareTo(Object)' has a cyclomatic complexity of 16.
8918 /force-app/main/default/classes/SortCollection.cls 51 16 91 10 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'compareTo' has a Standard Cyclomatic Complexity of 13.
8916 /force-app/main/default/classes/SortCollection.cls 51 16 91 10 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'compareTo' has a Standard Cyclomatic Complexity of 13.
8919 /force-app/main/default/classes/SortCollection.cls 108 12 115 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8917 /force-app/main/default/classes/SortCollection.cls 108 12 115 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8920 /force-app/main/default/classes/SortCollection.cls 117 12 125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8918 /force-app/main/default/classes/SortCollection.cls 117 12 125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8921 /force-app/main/default/classes/SortCollection.cls 119 16 121 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8919 /force-app/main/default/classes/SortCollection.cls 119 16 121 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8922 /force-app/main/default/classes/SortCollection.cls 124 55 124 71 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'outputCollection' should be before method declarations in its class
8920 /force-app/main/default/classes/SortCollection.cls 124 55 124 71 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'outputCollection' should be before method declarations in its class
8923 /force-app/main/default/classes/TestSharingAndAdmin.cls 4 20 6 4 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()
8921 /force-app/main/default/classes/TestSharingAndAdmin.cls 4 20 6 4 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()
8924 /force-app/main/default/classes/TestSharingAndAdmin.cls 4 20 6 4 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.
8922 /force-app/main/default/classes/TestSharingAndAdmin.cls 4 20 6 4 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.
8925 /force-app/main/default/classes/TestSharingAndAdmin.cls 8 21 22 4 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.
8923 /force-app/main/default/classes/TestSharingAndAdmin.cls 8 21 22 4 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.
8926 /force-app/main/default/classes/TestSharingAndAdmin.cls 11 5 11 133 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.
8924 /force-app/main/default/classes/TestSharingAndAdmin.cls 11 5 11 133 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.
8927 /force-app/main/default/classes/TestSharingAndAdmin.cls 14 5 14 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8925 /force-app/main/default/classes/TestSharingAndAdmin.cls 14 5 14 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8928 /force-app/main/default/classes/TestSharingAndAdmin.cls 17 5 17 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8926 /force-app/main/default/classes/TestSharingAndAdmin.cls 17 5 17 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8929 /force-app/main/default/classes/TestSharingAndAdmin.cls 20 5 20 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.
8927 /force-app/main/default/classes/TestSharingAndAdmin.cls 20 5 20 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.
8930 /force-app/main/default/classes/TestSharingAndAdmin.cls 24 21 31 4 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.
8928 /force-app/main/default/classes/TestSharingAndAdmin.cls 24 21 31 4 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.
8931 /force-app/main/default/classes/TestSharingAndAdmin.cls 30 4 30 73 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.
8929 /force-app/main/default/classes/TestSharingAndAdmin.cls 30 4 30 73 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.
8932 /force-app/main/default/classes/TestSharingAndAdmin.cls 33 21 48 4 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.
8930 /force-app/main/default/classes/TestSharingAndAdmin.cls 33 21 48 4 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.
8933 /force-app/main/default/classes/TestSharingAndAdmin.cls 42 5 42 52 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8931 /force-app/main/default/classes/TestSharingAndAdmin.cls 42 5 42 52 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8934 /force-app/main/default/classes/TestSharingAndAdmin.cls 43 5 43 44 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.
8932 /force-app/main/default/classes/TestSharingAndAdmin.cls 43 5 43 44 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.
8935 /force-app/main/default/classes/TestSharingAndAdmin.cls 44 5 44 52 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8933 /force-app/main/default/classes/TestSharingAndAdmin.cls 44 5 44 52 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8936 /force-app/main/default/classes/TestSharingAndAdmin.cls 45 5 45 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8934 /force-app/main/default/classes/TestSharingAndAdmin.cls 45 5 45 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8937 /force-app/main/default/classes/TestSharingAndAdmin.cls 46 5 46 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8935 /force-app/main/default/classes/TestSharingAndAdmin.cls 46 5 46 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8938 /force-app/main/default/classes/TestSharingAndAdmin.cls 47 5 47 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8936 /force-app/main/default/classes/TestSharingAndAdmin.cls 47 5 47 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'system.assertEquals' should have 3 parameters.
8939 /force-app/main/default/classes/TestSharingAndAdmin.cls 50 21 71 4 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()
8937 /force-app/main/default/classes/TestSharingAndAdmin.cls 50 21 71 4 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()
8940 /force-app/main/default/classes/TestSharingAndAdmin.cls 50 21 71 4 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.
8938 /force-app/main/default/classes/TestSharingAndAdmin.cls 50 21 71 4 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.
8941 /force-app/main/default/classes/TestSharingAndAdmin.cls 54 5 56 4 pmd EmptyCatchBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock Avoid empty catch blocks
8939 /force-app/main/default/classes/TestSharingAndAdmin.cls 54 5 56 4 pmd EmptyCatchBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock Avoid empty catch blocks
8942 /force-app/main/default/classes/TestSharingAndAdmin.cls 58 22 58 54 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'o' defined but not used
8940 /force-app/main/default/classes/TestSharingAndAdmin.cls 58 22 58 54 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'o' defined but not used
8943 /force-app/main/default/classes/TestSharingAndAdmin.cls 62 5 64 4 pmd EmptyCatchBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock Avoid empty catch blocks
8941 /force-app/main/default/classes/TestSharingAndAdmin.cls 62 5 64 4 pmd EmptyCatchBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock Avoid empty catch blocks
8944 /force-app/main/default/classes/TestSharingAndAdmin.cls 73 21 85 4 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.
8942 /force-app/main/default/classes/TestSharingAndAdmin.cls 73 21 85 4 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.
8945 /force-app/main/default/classes/TestSharingAndAdmin.cls 81 5 81 36 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.
8943 /force-app/main/default/classes/TestSharingAndAdmin.cls 81 5 81 36 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.
8946 /force-app/main/default/classes/TestSharingAndAdmin.cls 83 5 83 36 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.
8944 /force-app/main/default/classes/TestSharingAndAdmin.cls 83 5 83 36 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.
8947 /force-app/main/default/classes/TestSharingAndAdmin.cls 87 21 103 4 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.
8945 /force-app/main/default/classes/TestSharingAndAdmin.cls 87 21 103 4 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.
8948 /force-app/main/default/classes/TestSharingAndAdmin.cls 100 5 100 37 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.
8946 /force-app/main/default/classes/TestSharingAndAdmin.cls 100 5 100 37 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.
8949 /force-app/main/default/classes/TestSharingAndAdmin.cls 101 5 101 37 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.
8947 /force-app/main/default/classes/TestSharingAndAdmin.cls 101 5 101 37 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.
8950 /force-app/main/default/classes/TestSharingAndAdmin.cls 105 21 114 4 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()
8948 /force-app/main/default/classes/TestSharingAndAdmin.cls 105 21 114 4 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()
8951 /force-app/main/default/classes/TestSharingAndAdmin.cls 105 21 114 4 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.
8949 /force-app/main/default/classes/TestSharingAndAdmin.cls 105 21 114 4 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.
8952 /force-app/main/default/classes/TestSharingAndAdmin.cls 117 21 169 4 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()
8950 /force-app/main/default/classes/TestSharingAndAdmin.cls 117 21 169 4 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()
8953 /force-app/main/default/classes/TestSharingAndAdmin.cls 117 21 169 4 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.
8951 /force-app/main/default/classes/TestSharingAndAdmin.cls 117 21 169 4 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.
8954 /force-app/main/default/classes/TestSharingAndAdmin.cls 143 5 143 20 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
8952 /force-app/main/default/classes/TestSharingAndAdmin.cls 143 5 143 20 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
8955 /force-app/main/default/classes/TestSharingAndAdmin.cls 143 5 143 20 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.
8953 /force-app/main/default/classes/TestSharingAndAdmin.cls 143 5 143 20 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.
8956 /force-app/main/default/classes/TestSharingAndAdmin.cls 150 5 150 20 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
8954 /force-app/main/default/classes/TestSharingAndAdmin.cls 150 5 150 20 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
8957 /force-app/main/default/classes/TestSharingAndAdmin.cls 150 5 150 20 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.
8955 /force-app/main/default/classes/TestSharingAndAdmin.cls 150 5 150 20 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.
8958 /force-app/main/default/classes/TestSharingAndAdmin.cls 159 5 159 20 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
8956 /force-app/main/default/classes/TestSharingAndAdmin.cls 159 5 159 20 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
8959 /force-app/main/default/classes/TestSharingAndAdmin.cls 159 5 159 20 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.
8957 /force-app/main/default/classes/TestSharingAndAdmin.cls 159 5 159 20 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.
8960 /force-app/main/default/classes/TestSharingAndAdmin.cls 166 5 166 20 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
8958 /force-app/main/default/classes/TestSharingAndAdmin.cls 166 5 166 20 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
8961 /force-app/main/default/classes/TestSharingAndAdmin.cls 166 5 166 20 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.
8959 /force-app/main/default/classes/TestSharingAndAdmin.cls 166 5 166 20 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.
8962 /force-app/main/default/classes/TestSharingAndAdmin.cls 171 21 182 4 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.
8960 /force-app/main/default/classes/TestSharingAndAdmin.cls 171 21 182 4 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.
8963 /force-app/main/default/classes/TestSharingAndAdmin.cls 174 4 174 86 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.
8961 /force-app/main/default/classes/TestSharingAndAdmin.cls 174 4 174 86 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.
8964 /force-app/main/default/classes/TestSharingAndAdmin.cls 179 3 179 88 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.
8962 /force-app/main/default/classes/TestSharingAndAdmin.cls 179 3 179 88 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.
8965 /force-app/main/default/classes/TestSharingAndAdmin.cls 181 3 181 110 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.
8963 /force-app/main/default/classes/TestSharingAndAdmin.cls 181 3 181 110 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.
8966 /force-app/main/default/classes/TestSharingAndAdmin.cls 185 21 188 4 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()
8964 /force-app/main/default/classes/TestSharingAndAdmin.cls 185 21 188 4 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()
8967 /force-app/main/default/classes/TestSharingAndAdmin.cls 185 21 188 4 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.
8965 /force-app/main/default/classes/TestSharingAndAdmin.cls 185 21 188 4 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.
8968 /force-app/main/default/classes/TestSharingAndAdmin.cls 190 21 207 4 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.
8966 /force-app/main/default/classes/TestSharingAndAdmin.cls 190 21 207 4 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.
8969 /force-app/main/default/classes/TestSharingAndAdmin.cls 203 5 203 73 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.
8967 /force-app/main/default/classes/TestSharingAndAdmin.cls 203 5 203 73 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.
8970 /force-app/main/default/classes/TestSharingAndAdmin.cls 204 7 204 76 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.
8968 /force-app/main/default/classes/TestSharingAndAdmin.cls 204 7 204 76 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.
8971 /force-app/main/default/classes/TestSharingAndAdmin.cls 209 21 240 4 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()
8969 /force-app/main/default/classes/TestSharingAndAdmin.cls 209 21 240 4 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()
8972 /force-app/main/default/classes/TestSharingAndAdmin.cls 209 21 240 4 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.
8970 /force-app/main/default/classes/TestSharingAndAdmin.cls 209 21 240 4 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.
8973 /force-app/main/default/classes/TestSharingAndAdmin.cls 232 6 234 5 pmd EmptyCatchBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock Avoid empty catch blocks
8971 /force-app/main/default/classes/TestSharingAndAdmin.cls 232 6 234 5 pmd EmptyCatchBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock Avoid empty catch blocks
8974 /force-app/main/default/classes/TestSharingAndAdmin.cls 242 20 256 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
8972 /force-app/main/default/classes/TestSharingAndAdmin.cls 242 20 256 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
8975 /force-app/main/default/classes/TestSharingAndAdmin.cls 249 3 249 95 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.
8973 /force-app/main/default/classes/TestSharingAndAdmin.cls 249 3 249 95 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.
8976 /force-app/main/default/classes/TestSharingAndAdmin.cls 250 3 250 96 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.
8974 /force-app/main/default/classes/TestSharingAndAdmin.cls 250 3 250 96 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.
8977 /force-app/main/default/classes/TestSharingAndAdmin.cls 305 17 325 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8975 /force-app/main/default/classes/TestSharingAndAdmin.cls 305 17 325 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8978 /force-app/main/default/classes/TestSharingAndAdmin.cls 323 3 323 34 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
8976 /force-app/main/default/classes/TestSharingAndAdmin.cls 323 3 323 34 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
8979 /force-app/main/default/classes/TestSharingAndAdmin.cls 323 3 323 34 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.
8977 /force-app/main/default/classes/TestSharingAndAdmin.cls 323 3 323 34 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.
8980 /force-app/main/default/classes/TestSharingAndAdmin.cls 327 16 344 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8978 /force-app/main/default/classes/TestSharingAndAdmin.cls 327 16 344 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment