Comparison results for https://github.com/jongpie/CustomMetadataSaver.git

pmd7_2 took 11 seconds to run and found 79 violations

pmd7_3 took 15 seconds to run and found 79 violations

Among the 79 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 6 26 228 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 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 6 26 228 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 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 14 12 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
2 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 14 12 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
3 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 40 5 40 12 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
3 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 40 5 40 12 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
4 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 49 19 88 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 49 19 88 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 50 9 50 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
5 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 50 9 50 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
6 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 50 9 50 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.
6 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 50 9 50 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.
7 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 76 9 76 96 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
7 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 76 9 76 96 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
8 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 76 9 76 96 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.
8 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 76 9 76 96 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.
9 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 79 9 79 46 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 79 9 79 46 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
10 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 79 9 79 46 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
10 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 79 9 79 46 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
11 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 90 19 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
11 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 90 19 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
12 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 94 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
12 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 94 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
13 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 104 9 104 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
13 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 104 9 104 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
14 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 109 19 111 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
14 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 109 19 111 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
15 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 142 13 142 75 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
15 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 142 13 142 75 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
16 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 147 9 147 77 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
16 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 147 9 147 77 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
17 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 157 13 157 70 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
17 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 157 13 157 70 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
18 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 157 13 157 70 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
18 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 157 13 157 70 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
19 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 194 16 226 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 194 16 226 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 195 13 195 69 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
20 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 195 13 195 69 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
21 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 195 13 195 69 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
21 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 195 13 195 69 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
22 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 196 13 196 53 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
22 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 196 13 196 53 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
23 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 196 13 196 53 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
23 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 196 13 196 53 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
24 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 197 13 197 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
24 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 197 13 197 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
25 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 197 13 197 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.
25 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 197 13 197 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.
26 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 199 13 199 76 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
26 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 199 13 199 76 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
27 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 199 13 199 76 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
27 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 199 13 199 76 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
28 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 200 13 200 80 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
28 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 200 13 200 80 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
29 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 200 13 200 80 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.
29 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 200 13 200 80 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.
30 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 218 17 218 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
30 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 218 17 218 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
31 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 218 17 218 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.
31 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 218 17 218 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.
32 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 222 17 222 51 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
32 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 222 17 222 51 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
33 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 222 17 222 51 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
33 /custom-metadata-saver/main/classes/CustomMetadataSaver.cls 222 17 222 51 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
34 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 6 24 128 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
34 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 6 24 128 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
35 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 7 27 7 108 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'BASE_URL' doesn't match '[a-z][a-zA-Z0-9]*'
35 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 7 27 7 108 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'BASE_URL' doesn't match '[a-z][a-zA-Z0-9]*'
36 /custom-metadata-saver/main/classes/CustomMetadataTableController.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
36 /custom-metadata-saver/main/classes/CustomMetadataTableController.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
37 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 11 9 11 121 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 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 11 9 11 121 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 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 34 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
38 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 34 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
39 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 35 9 35 129 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
39 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 35 9 35 129 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
40 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 40 19 55 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 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 40 19 55 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 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 41 9 41 79 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
41 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 41 9 41 79 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
42 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 47 27 47 42 pmd ApexSuggestUsingNamedCred 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred Suggest named credentials for authentication
42 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 47 27 47 42 pmd ApexSuggestUsingNamedCred 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred Suggest named credentials for authentication
43 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 53 9 53 97 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
43 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 53 9 53 97 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
44 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 67 12 74 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
44 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 67 12 74 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
45 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 76 12 87 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
45 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 76 12 87 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
46 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 89 12 96 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 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 89 12 96 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 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 98 12 127 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
47 /custom-metadata-saver/main/classes/CustomMetadataTableController.cls 98 12 127 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
48 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 6 26 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
48 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 6 26 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
49 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 7 12 16 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
49 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 7 12 16 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
50 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 18 5 18 12 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
50 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 18 5 18 12 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
51 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 27 19 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
51 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 27 19 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
52 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 28 9 28 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
52 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 28 9 28 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
53 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 28 9 28 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.
53 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 28 9 28 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.
54 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 34 39 34 65 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
54 /custom-metadata-saver/main/classes/FlowCustomMetadataCreator.cls 34 39 34 65 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
55 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 9 12 28 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 'it_should_deploy_cmdt_record_for_list_of_cmdt' doesn't match '[a-z][a-zA-Z0-9]*'
55 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 9 12 28 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 'it_should_deploy_cmdt_record_for_list_of_cmdt' doesn't match '[a-z][a-zA-Z0-9]*'
56 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 21 9 21 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.
56 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 21 9 21 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.
57 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 27 9 27 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.
57 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 27 9 27 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.
58 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 31 12 57 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 'it_should_deploy_cmdt_record_for_list_of_flowInputs' doesn't match '[a-z][a-zA-Z0-9]*'
58 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 31 12 57 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 'it_should_deploy_cmdt_record_for_list_of_flowInputs' doesn't match '[a-z][a-zA-Z0-9]*'
59 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 50 9 50 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.
59 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 50 9 50 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.
60 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 56 9 56 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.
60 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 56 9 56 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.
61 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 60 12 80 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 'it_should_handle_deploy_success' doesn't match '[a-z][a-zA-Z0-9]*'
61 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 60 12 80 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 'it_should_handle_deploy_success' doesn't match '[a-z][a-zA-Z0-9]*'
62 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 73 9 73 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.
62 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 73 9 73 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.
63 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 79 9 79 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.
63 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 79 9 79 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.
64 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 83 12 103 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 'it_should_handle_deploy_error' doesn't match '[a-z][a-zA-Z0-9]*'
64 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 83 12 103 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 'it_should_handle_deploy_error' doesn't match '[a-z][a-zA-Z0-9]*'
65 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 96 9 96 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.
65 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 96 9 96 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.
66 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 102 9 102 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.
66 /custom-metadata-saver/tests/classes/CustomMetadataSaver_Tests.cls 102 9 102 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.
67 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 9 12 14 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 'it_should_return_sobject_api_name_for_custom_metadata_record' doesn't match '[a-z][a-zA-Z0-9]*'
67 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 9 12 14 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 'it_should_return_sobject_api_name_for_custom_metadata_record' doesn't match '[a-z][a-zA-Z0-9]*'
68 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 13 9 13 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.
68 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 13 9 13 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.
69 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 17 12 22 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 'it_should_enqueue_deployment' doesn't match '[a-z][a-zA-Z0-9]*'
69 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 17 12 22 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 'it_should_enqueue_deployment' doesn't match '[a-z][a-zA-Z0-9]*'
70 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 21 9 21 82 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
70 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 21 9 21 82 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
71 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 25 12 36 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 'it_should_get_deployment_status_when_deployment_succeeds' doesn't match '[a-z][a-zA-Z0-9]*'
71 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 25 12 36 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 'it_should_get_deployment_status_when_deployment_succeeds' doesn't match '[a-z][a-zA-Z0-9]*'
72 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 34 9 34 97 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.
72 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 34 9 34 97 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.
73 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 35 9 35 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.
73 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 35 9 35 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.
74 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 41 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
74 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 41 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
75 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 45 16 58 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
75 /custom-metadata-saver/tests/classes/CustomMetadataTableController_Tests.cls 45 16 58 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
76 /custom-metadata-saver/tests/classes/FlowCustomMetadataCreator_Tests.cls 9 12 26 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 'it_should_create_new_cmdt_record_instance' doesn't match '[a-z][a-zA-Z0-9]*'
76 /custom-metadata-saver/tests/classes/FlowCustomMetadataCreator_Tests.cls 9 12 26 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 'it_should_create_new_cmdt_record_instance' doesn't match '[a-z][a-zA-Z0-9]*'
77 /custom-metadata-saver/tests/classes/FlowCustomMetadataCreator_Tests.cls 21 9 21 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.
77 /custom-metadata-saver/tests/classes/FlowCustomMetadataCreator_Tests.cls 21 9 21 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.
78 /custom-metadata-saver/tests/classes/FlowCustomMetadataCreator_Tests.cls 24 9 24 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.
78 /custom-metadata-saver/tests/classes/FlowCustomMetadataCreator_Tests.cls 24 9 24 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.
79 /custom-metadata-saver/tests/classes/FlowCustomMetadataCreator_Tests.cls 25 9 25 80 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
79 /custom-metadata-saver/tests/classes/FlowCustomMetadataCreator_Tests.cls 25 9 25 80 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.