pmd7_2 took 13 seconds to run and found 381 violations
pmd7_3 took 16 seconds to run and found 381 violations
Among the 381 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 1 | 21 | 635 | 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/ConvertFlowMetadata.cls | 1 | 21 | 635 | 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/ConvertFlowMetadata.cls | 1 | 21 | 635 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ConvertFlowMetadata' has a total cognitive complexity of 212 (highest 47), current threshold is 50 |
2 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 1 | 21 | 635 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ConvertFlowMetadata' has a total cognitive complexity of 212 (highest 47), current threshold is 50 |
3 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 1 | 21 | 635 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ConvertFlowMetadata' has a total cyclomatic complexity of 107 (highest 14). |
3 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 1 | 21 | 635 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ConvertFlowMetadata' has a total cyclomatic complexity of 107 (highest 14). |
4 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 1 | 21 | 635 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ConvertFlowMetadata' has a Standard Cyclomatic Complexity of 6 (Highest = 13). |
4 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 1 | 21 | 635 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ConvertFlowMetadata' has a Standard Cyclomatic Complexity of 6 (Highest = 13). |
5 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 3 | 26 | 3 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
5 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 3 | 26 | 3 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
6 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 6 | 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 |
6 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 6 | 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 |
7 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 7 | 9 | 7 | 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 |
7 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 7 | 9 | 7 | 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 |
8 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 7 | 9 | 7 | 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. |
8 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 7 | 9 | 7 | 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. |
9 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 29 | 19 | 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 |
9 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 29 | 19 | 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 |
10 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 45 | 19 | 147 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
10 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 45 | 19 | 147 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
11 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 45 | 19 | 147 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'convertMetadata(String, String)' has a cognitive complexity of 27, current threshold is 15 |
11 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 45 | 19 | 147 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'convertMetadata(String, String)' has a cognitive complexity of 27, current threshold is 15 |
12 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 45 | 19 | 147 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertMetadata(String, String)' has a cyclomatic complexity of 13. |
12 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 45 | 19 | 147 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertMetadata(String, String)' has a cyclomatic complexity of 13. |
13 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 45 | 19 | 147 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'convertMetadata()' has an NCSS line count of 92 (limit: 40) |
13 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 45 | 19 | 147 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'convertMetadata()' has an NCSS line count of 92 (limit: 40) |
14 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 45 | 19 | 147 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convertMetadata' has a Standard Cyclomatic Complexity of 12. |
14 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 45 | 19 | 147 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convertMetadata' has a Standard Cyclomatic Complexity of 12. |
15 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 49 | 21 | 49 | 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 'pmv_ObjectType' doesn't match '[a-z][a-zA-Z0-9]*' |
15 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 49 | 21 | 49 | 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 'pmv_ObjectType' doesn't match '[a-z][a-zA-Z0-9]*' |
16 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 53 | 22 | 53 | 106 | 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 'pmv_TriggerType' doesn't match '[a-z][a-zA-Z0-9]*' |
16 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 53 | 22 | 53 | 106 | 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 'pmv_TriggerType' doesn't match '[a-z][a-zA-Z0-9]*' |
17 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 56 | 9 | 56 | 81 | 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 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 56 | 9 | 56 | 81 | 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 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 56 | 9 | 56 | 81 | 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 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 56 | 9 | 56 | 81 | 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 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 64 | 27 | 64 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'nodesToREmove' defined but not used |
19 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 64 | 27 | 64 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'nodesToREmove' defined but not used |
20 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 68 | 13 | 68 | 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 |
20 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 68 | 13 | 68 | 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 |
21 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 68 | 13 | 68 | 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. |
21 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 68 | 13 | 68 | 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. |
22 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 141 | 9 | 141 | 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 |
22 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 141 | 9 | 141 | 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 |
23 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 141 | 9 | 141 | 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. |
23 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 141 | 9 | 141 | 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. |
24 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 142 | 9 | 142 | 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 |
24 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 142 | 9 | 142 | 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 |
25 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 142 | 9 | 142 | 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. |
25 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 142 | 9 | 142 | 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. |
26 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 148 | 19 | 157 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 148 | 19 | 157 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 159 | 19 | 202 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 159 | 19 | 202 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 159 | 19 | 202 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'removeIsChangedDecisions(Dom.XmlNode)' has a cognitive complexity of 16, current threshold is 15 |
28 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 159 | 19 | 202 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'removeIsChangedDecisions(Dom.XmlNode)' has a cognitive complexity of 16, current threshold is 15 |
29 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 171 | 21 | 171 | 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 |
29 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 171 | 21 | 171 | 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 |
30 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 171 | 21 | 171 | 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. |
30 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 171 | 21 | 171 | 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. |
31 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 204 | 19 | 238 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 204 | 19 | 238 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 204 | 19 | 238 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'removeWaitRefName(Dom.XMLNode, String)' has a cognitive complexity of 30, current threshold is 15 |
32 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 204 | 19 | 238 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'removeWaitRefName(Dom.XMLNode, String)' has a cognitive complexity of 30, current threshold is 15 |
33 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 212 | 17 | 222 | 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 |
33 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 212 | 17 | 222 | 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 |
34 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 216 | 21 | 221 | 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 |
34 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 216 | 21 | 221 | 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 |
35 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 240 | 19 | 284 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 240 | 19 | 284 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
36 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 240 | 19 | 284 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'checkCondition(Dom.XMLNode)' has a cognitive complexity of 47, current threshold is 15 |
36 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 240 | 19 | 284 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'checkCondition(Dom.XMLNode)' has a cognitive complexity of 47, current threshold is 15 |
37 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 240 | 19 | 284 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'checkCondition(Dom.XMLNode)' has a cyclomatic complexity of 14. |
37 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 240 | 19 | 284 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'checkCondition(Dom.XMLNode)' has a cyclomatic complexity of 14. |
38 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 240 | 19 | 284 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'checkCondition()' has an NCSS line count of 52 (limit: 40) |
38 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 240 | 19 | 284 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'checkCondition()' has an NCSS line count of 52 (limit: 40) |
39 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 240 | 19 | 284 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'checkCondition' has a Standard Cyclomatic Complexity of 13. |
39 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 240 | 19 | 284 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'checkCondition' has a Standard Cyclomatic Complexity of 13. |
40 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 259 | 21 | 262 | 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 |
40 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 259 | 21 | 262 | 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 |
41 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 264 | 25 | 278 | 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 |
41 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 264 | 25 | 278 | 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 |
42 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 269 | 29 | 269 | 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 |
42 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 269 | 29 | 269 | 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 |
43 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 269 | 29 | 269 | 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. |
43 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 269 | 29 | 269 | 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. |
44 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 286 | 19 | 312 | 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 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 286 | 19 | 312 | 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 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 298 | 25 | 298 | 73 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'n' defined but not used |
45 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 298 | 25 | 298 | 73 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'n' defined but not used |
46 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 314 | 19 | 321 | 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/ConvertFlowMetadata.cls | 314 | 19 | 321 | 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/ConvertFlowMetadata.cls | 323 | 19 | 336 | 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 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 323 | 19 | 336 | 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 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 330 | 17 | 332 | 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 |
48 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 330 | 17 | 332 | 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 |
49 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 338 | 19 | 350 | 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 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 338 | 19 | 350 | 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 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 352 | 19 | 360 | 6 | 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/ConvertFlowMetadata.cls | 352 | 19 | 360 | 6 | 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/ConvertFlowMetadata.cls | 362 | 19 | 408 | 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/ConvertFlowMetadata.cls | 362 | 19 | 408 | 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/ConvertFlowMetadata.cls | 362 | 19 | 408 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'removeAssigmentsElements()' has an NCSS line count of 40 (limit: 40) |
52 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 362 | 19 | 408 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'removeAssigmentsElements()' has an NCSS line count of 40 (limit: 40) |
53 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 382 | 9 | 382 | 47 | 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/ConvertFlowMetadata.cls | 382 | 9 | 382 | 47 | 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/ConvertFlowMetadata.cls | 382 | 9 | 382 | 47 | 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/ConvertFlowMetadata.cls | 382 | 9 | 382 | 47 | 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/ConvertFlowMetadata.cls | 394 | 13 | 394 | 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 |
55 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 394 | 13 | 394 | 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 |
56 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 394 | 13 | 394 | 77 | 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/ConvertFlowMetadata.cls | 394 | 13 | 394 | 77 | 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/ConvertFlowMetadata.cls | 403 | 9 | 403 | 43 | 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/ConvertFlowMetadata.cls | 403 | 9 | 403 | 43 | 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/ConvertFlowMetadata.cls | 403 | 9 | 403 | 43 | 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/ConvertFlowMetadata.cls | 403 | 9 | 403 | 43 | 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/ConvertFlowMetadata.cls | 454 | 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 |
59 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 454 | 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 |
60 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 464 | 19 | 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 |
60 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 464 | 19 | 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 |
61 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 474 | 19 | 533 | 6 | 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/ConvertFlowMetadata.cls | 474 | 19 | 533 | 6 | 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/ConvertFlowMetadata.cls | 474 | 19 | 533 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'removeNoCriteriaDecisons(Dom.Document)' has a cognitive complexity of 30, current threshold is 15 |
62 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 474 | 19 | 533 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'removeNoCriteriaDecisons(Dom.Document)' has a cognitive complexity of 30, current threshold is 15 |
63 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 474 | 19 | 533 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'removeNoCriteriaDecisons(Dom.Document)' has a cyclomatic complexity of 13. |
63 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 474 | 19 | 533 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'removeNoCriteriaDecisons(Dom.Document)' has a cyclomatic complexity of 13. |
64 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 474 | 19 | 533 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'removeNoCriteriaDecisons()' has an NCSS line count of 55 (limit: 40) |
64 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 474 | 19 | 533 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'removeNoCriteriaDecisons()' has an NCSS line count of 55 (limit: 40) |
65 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 474 | 19 | 533 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'removeNoCriteriaDecisons' has a Standard Cyclomatic Complexity of 12. |
65 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 474 | 19 | 533 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'removeNoCriteriaDecisons' has a Standard Cyclomatic Complexity of 12. |
66 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 490 | 25 | 500 | 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 |
66 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 490 | 25 | 500 | 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 |
67 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 519 | 13 | 519 | 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 |
67 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 519 | 13 | 519 | 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 |
68 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 519 | 13 | 519 | 77 | 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. |
68 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 519 | 13 | 519 | 77 | 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. |
69 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 535 | 19 | 585 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 535 | 19 | 585 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 535 | 19 | 585 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'removeEmptyDecisons(Dom.Document)' has a cognitive complexity of 17, current threshold is 15 |
70 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 535 | 19 | 585 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'removeEmptyDecisons(Dom.Document)' has a cognitive complexity of 17, current threshold is 15 |
71 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 535 | 19 | 585 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'removeEmptyDecisons(Dom.Document)' has a cyclomatic complexity of 11. |
71 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 535 | 19 | 585 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'removeEmptyDecisons(Dom.Document)' has a cyclomatic complexity of 11. |
72 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 535 | 19 | 585 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'removeEmptyDecisons()' has an NCSS line count of 47 (limit: 40) |
72 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 535 | 19 | 585 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'removeEmptyDecisons()' has an NCSS line count of 47 (limit: 40) |
73 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 535 | 19 | 585 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'removeEmptyDecisons' has a Standard Cyclomatic Complexity of 10. |
73 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 535 | 19 | 585 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'removeEmptyDecisons' has a Standard Cyclomatic Complexity of 10. |
74 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 548 | 13 | 548 | 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 |
74 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 548 | 13 | 548 | 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 |
75 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 548 | 13 | 548 | 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. |
75 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 548 | 13 | 548 | 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. |
76 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 553 | 21 | 553 | 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 |
76 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 553 | 21 | 553 | 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 |
77 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 553 | 21 | 553 | 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. |
77 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 553 | 21 | 553 | 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. |
78 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 590 | 19 | 595 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
78 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 590 | 19 | 595 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 590 | 5 | 590 | 18 | 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. |
79 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 590 | 5 | 590 | 18 | 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. |
80 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 590 | 19 | 595 | 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. |
80 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 590 | 19 | 595 | 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. |
81 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 600 | 12 | 612 | 6 | 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/ConvertFlowMetadata.cls | 600 | 12 | 612 | 6 | 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/ConvertFlowMetadata.cls | 614 | 12 | 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 |
82 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 614 | 12 | 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 |
83 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 625 | 12 | 632 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 625 | 12 | 632 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 634 | 12 | 634 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /force-app/main/default/classes/ConvertFlowMetadata.cls | 634 | 12 | 634 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /force-app/main/default/classes/ConvertFlowMetadataTest.cls | 7 | 9 | 7 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
85 | /force-app/main/default/classes/ConvertFlowMetadataTest.cls | 7 | 9 | 7 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
86 | /force-app/main/default/classes/ConvertFlowMetadataTest.cls | 10 | 19 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /force-app/main/default/classes/ConvertFlowMetadataTest.cls | 10 | 19 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 1 | 21 | 752 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 1 | 21 | 752 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
88 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 1 | 21 | 752 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ConvertWFRMetadata' has a total cognitive complexity of 155 (highest 42), current threshold is 50 |
88 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 1 | 21 | 752 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ConvertWFRMetadata' has a total cognitive complexity of 155 (highest 42), current threshold is 50 |
89 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 1 | 21 | 752 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ConvertWFRMetadata' has a total cyclomatic complexity of 97 (highest 21). |
89 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 1 | 21 | 752 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ConvertWFRMetadata' has a total cyclomatic complexity of 97 (highest 21). |
90 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 1 | 21 | 752 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ConvertWFRMetadata' has a Standard Cyclomatic Complexity of 5 (Highest = 21). |
90 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 1 | 21 | 752 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ConvertWFRMetadata' has a Standard Cyclomatic Complexity of 5 (Highest = 21). |
91 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 3 | 26 | 3 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
91 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 3 | 26 | 3 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
92 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 34 | 19 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 34 | 19 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
93 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 49 | 13 | 49 | 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 |
93 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 49 | 13 | 49 | 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 |
94 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 49 | 13 | 49 | 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. |
94 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 49 | 13 | 49 | 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. |
95 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 61 | 19 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 61 | 19 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 67 | 9 | 67 | 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 |
96 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 67 | 9 | 67 | 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 |
97 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 67 | 9 | 67 | 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. |
97 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 67 | 9 | 67 | 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. |
98 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 73 | 9 | 73 | 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 |
98 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 73 | 9 | 73 | 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 |
99 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 73 | 9 | 73 | 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. |
99 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 73 | 9 | 73 | 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. |
100 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 77 | 19 | 247 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
100 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 77 | 19 | 247 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 77 | 19 | 247 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'convertMetadata(Dom.XmlNode, String)' has a cognitive complexity of 42, current threshold is 15 |
101 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 77 | 19 | 247 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'convertMetadata(Dom.XmlNode, String)' has a cognitive complexity of 42, current threshold is 15 |
102 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 77 | 19 | 247 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertMetadata(Dom.XmlNode, String)' has a cyclomatic complexity of 21. |
102 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 77 | 19 | 247 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertMetadata(Dom.XmlNode, String)' has a cyclomatic complexity of 21. |
103 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 77 | 19 | 247 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'convertMetadata()' has an NCSS line count of 105 (limit: 40) |
103 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 77 | 19 | 247 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'convertMetadata()' has an NCSS line count of 105 (limit: 40) |
104 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 77 | 19 | 247 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convertMetadata' has a Standard Cyclomatic Complexity of 21. |
104 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 77 | 19 | 247 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convertMetadata' has a Standard Cyclomatic Complexity of 21. |
105 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 210 | 21 | 226 | 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 |
105 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 210 | 21 | 226 | 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 |
106 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 242 | 9 | 242 | 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 |
106 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 242 | 9 | 242 | 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 |
107 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 242 | 9 | 242 | 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. |
107 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 242 | 9 | 242 | 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. |
108 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 243 | 9 | 243 | 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 |
108 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 243 | 9 | 243 | 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 |
109 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 243 | 9 | 243 | 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. |
109 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 243 | 9 | 243 | 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. |
110 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 250 | 19 | 254 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
110 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 250 | 19 | 254 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
111 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 250 | 5 | 250 | 18 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
111 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 250 | 5 | 250 | 18 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
112 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 250 | 19 | 254 | 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. |
112 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 250 | 19 | 254 | 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. |
113 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 255 | 19 | 266 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
113 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 255 | 19 | 266 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
114 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 268 | 19 | 276 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
114 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 268 | 19 | 276 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
115 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 277 | 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 |
115 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 277 | 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 |
116 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 277 | 19 | 315 | 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. |
116 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 277 | 19 | 315 | 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. |
117 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 317 | 19 | 353 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
117 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 317 | 19 | 353 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
118 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 317 | 19 | 353 | 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. |
118 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 317 | 19 | 353 | 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. |
119 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 322 | 16 | 322 | 85 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'actionLabel' defined but not used |
119 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 322 | 16 | 322 | 85 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'actionLabel' defined but not used |
120 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 326 | 9 | 326 | 47 | 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 |
120 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 326 | 9 | 326 | 47 | 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 |
121 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 326 | 9 | 326 | 47 | 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. |
121 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 326 | 9 | 326 | 47 | 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. |
122 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 327 | 9 | 327 | 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 |
122 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 327 | 9 | 327 | 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 |
123 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 327 | 9 | 327 | 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. |
123 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 327 | 9 | 327 | 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. |
124 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 335 | 17 | 335 | 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 |
124 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 335 | 17 | 335 | 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 |
125 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 335 | 17 | 335 | 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. |
125 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 335 | 17 | 335 | 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. |
126 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 337 | 21 | 341 | 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 |
126 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 337 | 21 | 341 | 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 |
127 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 340 | 25 | 340 | 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 |
127 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 340 | 25 | 340 | 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 |
128 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 340 | 25 | 340 | 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. |
128 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 340 | 25 | 340 | 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. |
129 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 355 | 19 | 377 | 6 | 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/ConvertWFRMetadata.cls | 355 | 19 | 377 | 6 | 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/ConvertWFRMetadata.cls | 355 | 19 | 377 | 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. |
130 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 355 | 19 | 377 | 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. |
131 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 379 | 19 | 446 | 6 | 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/ConvertWFRMetadata.cls | 379 | 19 | 446 | 6 | 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/ConvertWFRMetadata.cls | 379 | 19 | 446 | 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. |
132 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 379 | 19 | 446 | 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. |
133 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 379 | 19 | 446 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'generateNewTaskAction()' has an NCSS line count of 64 (limit: 40) |
133 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 379 | 19 | 446 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'generateNewTaskAction()' has an NCSS line count of 64 (limit: 40) |
134 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 381 | 21 | 381 | 80 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fulName' defined but not used |
134 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 381 | 21 | 381 | 80 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fulName' defined but not used |
135 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 386 | 21 | 386 | 81 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'priority' defined but not used |
135 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 386 | 21 | 386 | 81 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'priority' defined but not used |
136 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 448 | 19 | 466 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
136 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 448 | 19 | 466 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
137 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 450 | 31 | 452 | 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 |
137 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 450 | 31 | 452 | 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 |
138 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 468 | 19 | 482 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
138 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 468 | 19 | 482 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
139 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 470 | 39 | 472 | 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 |
139 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 470 | 39 | 472 | 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 |
140 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 484 | 19 | 537 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
140 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 484 | 19 | 537 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
141 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 484 | 19 | 537 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'addConditionToStartElement(Dom.XmlNode, Dom.XmlNode, String, Boolean)' has a cognitive complexity of 20, current threshold is 15 |
141 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 484 | 19 | 537 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'addConditionToStartElement(Dom.XmlNode, Dom.XmlNode, String, Boolean)' has a cognitive complexity of 20, current threshold is 15 |
142 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 484 | 19 | 537 | 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. |
142 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 484 | 19 | 537 | 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. |
143 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 498 | 21 | 498 | 74 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'formula' defined but not used |
143 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 498 | 21 | 498 | 74 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'formula' defined but not used |
144 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 523 | 25 | 525 | 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 |
144 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 523 | 25 | 525 | 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 |
145 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
145 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
146 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'createSchedulePaths(Dom.XmlNode, Dom.XmlNode, Dom.XmlNode, String)' has a cognitive complexity of 32, current threshold is 15 |
146 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'createSchedulePaths(Dom.XmlNode, Dom.XmlNode, Dom.XmlNode, String)' has a cognitive complexity of 32, current threshold is 15 |
147 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createSchedulePaths(Dom.XmlNode, Dom.XmlNode, Dom.XmlNode, String)' has a cyclomatic complexity of 13. |
147 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createSchedulePaths(Dom.XmlNode, Dom.XmlNode, Dom.XmlNode, String)' has a cyclomatic complexity of 13. |
148 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 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. |
148 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 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. |
149 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createSchedulePaths()' has an NCSS line count of 67 (limit: 40) |
149 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createSchedulePaths()' has an NCSS line count of 67 (limit: 40) |
150 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'createSchedulePaths' has a Standard Cyclomatic Complexity of 13. |
150 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 539 | 19 | 631 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'createSchedulePaths' has a Standard Cyclomatic Complexity of 13. |
151 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 542 | 9 | 542 | 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 |
151 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 542 | 9 | 542 | 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 |
152 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 542 | 9 | 542 | 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. |
152 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 542 | 9 | 542 | 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. |
153 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 633 | 19 | 644 | 6 | 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/ConvertWFRMetadata.cls | 633 | 19 | 644 | 6 | 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/ConvertWFRMetadata.cls | 646 | 19 | 686 | 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/ConvertWFRMetadata.cls | 646 | 19 | 686 | 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/ConvertWFRMetadata.cls | 646 | 19 | 686 | 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. |
155 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 646 | 19 | 686 | 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. |
156 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 688 | 19 | 696 | 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/ConvertWFRMetadata.cls | 688 | 19 | 696 | 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/ConvertWFRMetadata.cls | 698 | 19 | 711 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
157 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 698 | 19 | 711 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
158 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 703 | 42 | 703 | 72 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'MapofField' doesn't match '[a-z][a-zA-Z0-9]*' |
158 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 703 | 42 | 703 | 72 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'MapofField' doesn't match '[a-z][a-zA-Z0-9]*' |
159 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 707 | 40 | 707 | 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 'F' doesn't match '[a-z][a-zA-Z0-9]*' |
159 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 707 | 40 | 707 | 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 'F' doesn't match '[a-z][a-zA-Z0-9]*' |
160 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 713 | 19 | 720 | 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/ConvertWFRMetadata.cls | 713 | 19 | 720 | 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/ConvertWFRMetadata.cls | 725 | 12 | 737 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
161 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 725 | 12 | 737 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 739 | 12 | 748 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 739 | 12 | 748 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
163 | /force-app/main/default/classes/ConvertWFRMetadata.cls | 751 | 12 | 751 | 57 | 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/ConvertWFRMetadata.cls | 751 | 12 | 751 | 57 | 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/ConvertWFRMetadataTest.cls | 11 | 5 | 11 | 56 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
164 | /force-app/main/default/classes/ConvertWFRMetadataTest.cls | 11 | 5 | 11 | 56 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
165 | /force-app/main/default/classes/DeployMetadata.cls | 1 | 21 | 126 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
165 | /force-app/main/default/classes/DeployMetadata.cls | 1 | 21 | 126 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
166 | /force-app/main/default/classes/DeployMetadata.cls | 4 | 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 |
166 | /force-app/main/default/classes/DeployMetadata.cls | 4 | 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 |
167 | /force-app/main/default/classes/DeployMetadata.cls | 4 | 19 | 22 | 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. |
167 | /force-app/main/default/classes/DeployMetadata.cls | 4 | 19 | 22 | 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. |
168 | /force-app/main/default/classes/DeployMetadata.cls | 5 | 9 | 5 | 101 | 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 |
168 | /force-app/main/default/classes/DeployMetadata.cls | 5 | 9 | 5 | 101 | 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 |
169 | /force-app/main/default/classes/DeployMetadata.cls | 5 | 9 | 5 | 101 | 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. |
169 | /force-app/main/default/classes/DeployMetadata.cls | 5 | 9 | 5 | 101 | 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. |
170 | /force-app/main/default/classes/DeployMetadata.cls | 6 | 8 | 6 | 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 |
170 | /force-app/main/default/classes/DeployMetadata.cls | 6 | 8 | 6 | 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 |
171 | /force-app/main/default/classes/DeployMetadata.cls | 6 | 8 | 6 | 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. |
171 | /force-app/main/default/classes/DeployMetadata.cls | 6 | 8 | 6 | 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. |
172 | /force-app/main/default/classes/DeployMetadata.cls | 8 | 9 | 8 | 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 |
172 | /force-app/main/default/classes/DeployMetadata.cls | 8 | 9 | 8 | 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 |
173 | /force-app/main/default/classes/DeployMetadata.cls | 8 | 9 | 8 | 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. |
173 | /force-app/main/default/classes/DeployMetadata.cls | 8 | 9 | 8 | 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. |
174 | /force-app/main/default/classes/DeployMetadata.cls | 9 | 9 | 9 | 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 |
174 | /force-app/main/default/classes/DeployMetadata.cls | 9 | 9 | 9 | 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 |
175 | /force-app/main/default/classes/DeployMetadata.cls | 9 | 9 | 9 | 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. |
175 | /force-app/main/default/classes/DeployMetadata.cls | 9 | 9 | 9 | 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. |
176 | /force-app/main/default/classes/DeployMetadata.cls | 10 | 9 | 10 | 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 |
176 | /force-app/main/default/classes/DeployMetadata.cls | 10 | 9 | 10 | 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 |
177 | /force-app/main/default/classes/DeployMetadata.cls | 10 | 9 | 10 | 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. |
177 | /force-app/main/default/classes/DeployMetadata.cls | 10 | 9 | 10 | 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. |
178 | /force-app/main/default/classes/DeployMetadata.cls | 13 | 13 | 13 | 37 | 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 |
178 | /force-app/main/default/classes/DeployMetadata.cls | 13 | 13 | 13 | 37 | 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 |
179 | /force-app/main/default/classes/DeployMetadata.cls | 13 | 13 | 13 | 37 | 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 |
179 | /force-app/main/default/classes/DeployMetadata.cls | 13 | 13 | 13 | 37 | 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 |
180 | /force-app/main/default/classes/DeployMetadata.cls | 20 | 9 | 20 | 107 | 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 |
180 | /force-app/main/default/classes/DeployMetadata.cls | 20 | 9 | 20 | 107 | 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 |
181 | /force-app/main/default/classes/DeployMetadata.cls | 20 | 9 | 20 | 107 | 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. |
181 | /force-app/main/default/classes/DeployMetadata.cls | 20 | 9 | 20 | 107 | 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. |
182 | /force-app/main/default/classes/DeployMetadata.cls | 25 | 16 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
182 | /force-app/main/default/classes/DeployMetadata.cls | 25 | 16 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
183 | /force-app/main/default/classes/DeployMetadata.cls | 26 | 9 | 26 | 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 |
183 | /force-app/main/default/classes/DeployMetadata.cls | 26 | 9 | 26 | 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 |
184 | /force-app/main/default/classes/DeployMetadata.cls | 26 | 9 | 26 | 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. |
184 | /force-app/main/default/classes/DeployMetadata.cls | 26 | 9 | 26 | 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. |
185 | /force-app/main/default/classes/DeployMetadata.cls | 30 | 9 | 30 | 116 | 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 |
185 | /force-app/main/default/classes/DeployMetadata.cls | 30 | 9 | 30 | 116 | 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 |
186 | /force-app/main/default/classes/DeployMetadata.cls | 30 | 9 | 30 | 116 | 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. |
186 | /force-app/main/default/classes/DeployMetadata.cls | 30 | 9 | 30 | 116 | 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. |
187 | /force-app/main/default/classes/DeployMetadata.cls | 36 | 17 | 36 | 67 | 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 |
187 | /force-app/main/default/classes/DeployMetadata.cls | 36 | 17 | 36 | 67 | 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 |
188 | /force-app/main/default/classes/DeployMetadata.cls | 36 | 17 | 36 | 67 | 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. |
188 | /force-app/main/default/classes/DeployMetadata.cls | 36 | 17 | 36 | 67 | 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. |
189 | /force-app/main/default/classes/DeployMetadata.cls | 37 | 17 | 37 | 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 |
189 | /force-app/main/default/classes/DeployMetadata.cls | 37 | 17 | 37 | 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 |
190 | /force-app/main/default/classes/DeployMetadata.cls | 37 | 17 | 37 | 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. |
190 | /force-app/main/default/classes/DeployMetadata.cls | 37 | 17 | 37 | 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. |
191 | /force-app/main/default/classes/DeployMetadata.cls | 39 | 17 | 39 | 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 |
191 | /force-app/main/default/classes/DeployMetadata.cls | 39 | 17 | 39 | 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 |
192 | /force-app/main/default/classes/DeployMetadata.cls | 39 | 17 | 39 | 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. |
192 | /force-app/main/default/classes/DeployMetadata.cls | 39 | 17 | 39 | 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. |
193 | /force-app/main/default/classes/DeployMetadata.cls | 40 | 17 | 40 | 90 | 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 |
193 | /force-app/main/default/classes/DeployMetadata.cls | 40 | 17 | 40 | 90 | 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 |
194 | /force-app/main/default/classes/DeployMetadata.cls | 40 | 17 | 40 | 90 | 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. |
194 | /force-app/main/default/classes/DeployMetadata.cls | 40 | 17 | 40 | 90 | 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. |
195 | /force-app/main/default/classes/DeployMetadata.cls | 44 | 17 | 44 | 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 |
195 | /force-app/main/default/classes/DeployMetadata.cls | 44 | 17 | 44 | 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 |
196 | /force-app/main/default/classes/DeployMetadata.cls | 44 | 17 | 44 | 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. |
196 | /force-app/main/default/classes/DeployMetadata.cls | 44 | 17 | 44 | 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. |
197 | /force-app/main/default/classes/DeployMetadata.cls | 49 | 17 | 49 | 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 |
197 | /force-app/main/default/classes/DeployMetadata.cls | 49 | 17 | 49 | 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 |
198 | /force-app/main/default/classes/DeployMetadata.cls | 49 | 17 | 49 | 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. |
198 | /force-app/main/default/classes/DeployMetadata.cls | 49 | 17 | 49 | 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. |
199 | /force-app/main/default/classes/DeployMetadata.cls | 54 | 8 | 54 | 27 | 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 |
199 | /force-app/main/default/classes/DeployMetadata.cls | 54 | 8 | 54 | 27 | 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 |
200 | /force-app/main/default/classes/DeployMetadata.cls | 58 | 19 | 72 | 10 | 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/DeployMetadata.cls | 58 | 19 | 72 | 10 | 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/DeployMetadata.cls | 60 | 13 | 60 | 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 |
201 | /force-app/main/default/classes/DeployMetadata.cls | 60 | 13 | 60 | 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 |
202 | /force-app/main/default/classes/DeployMetadata.cls | 60 | 13 | 60 | 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. |
202 | /force-app/main/default/classes/DeployMetadata.cls | 60 | 13 | 60 | 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. |
203 | /force-app/main/default/classes/DeployMetadata.cls | 62 | 13 | 62 | 84 | 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 |
203 | /force-app/main/default/classes/DeployMetadata.cls | 62 | 13 | 62 | 84 | 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 |
204 | /force-app/main/default/classes/DeployMetadata.cls | 62 | 13 | 62 | 84 | 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. |
204 | /force-app/main/default/classes/DeployMetadata.cls | 62 | 13 | 62 | 84 | 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. |
205 | /force-app/main/default/classes/DeployMetadata.cls | 68 | 13 | 68 | 84 | 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 |
205 | /force-app/main/default/classes/DeployMetadata.cls | 68 | 13 | 68 | 84 | 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 |
206 | /force-app/main/default/classes/DeployMetadata.cls | 68 | 13 | 68 | 84 | 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. |
206 | /force-app/main/default/classes/DeployMetadata.cls | 68 | 13 | 68 | 84 | 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. |
207 | /force-app/main/default/classes/DeployMetadata.cls | 73 | 19 | 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 |
207 | /force-app/main/default/classes/DeployMetadata.cls | 73 | 19 | 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 |
208 | /force-app/main/default/classes/DeployMetadata.cls | 98 | 23 | 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 |
208 | /force-app/main/default/classes/DeployMetadata.cls | 98 | 23 | 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 |
209 | /force-app/main/default/classes/DeployMetadata.cls | 110 | 23 | 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 |
209 | /force-app/main/default/classes/DeployMetadata.cls | 110 | 23 | 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 |
210 | /force-app/main/default/classes/FlowListController.cls | 18 | 21 | 84 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
210 | /force-app/main/default/classes/FlowListController.cls | 18 | 21 | 84 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
211 | /force-app/main/default/classes/FlowListController.cls | 18 | 21 | 84 | 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 |
211 | /force-app/main/default/classes/FlowListController.cls | 18 | 21 | 84 | 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 |
212 | /force-app/main/default/classes/FlowListController.cls | 18 | 21 | 84 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'FlowListController' has a Standard Cyclomatic Complexity of 8 (Highest = 12). |
212 | /force-app/main/default/classes/FlowListController.cls | 18 | 21 | 84 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'FlowListController' has a Standard Cyclomatic Complexity of 8 (Highest = 12). |
213 | /force-app/main/default/classes/FlowListController.cls | 21 | 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 |
213 | /force-app/main/default/classes/FlowListController.cls | 21 | 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 |
214 | /force-app/main/default/classes/FlowListController.cls | 21 | 19 | 52 | 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 41, current threshold is 15 |
214 | /force-app/main/default/classes/FlowListController.cls | 21 | 19 | 52 | 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 41, current threshold is 15 |
215 | /force-app/main/default/classes/FlowListController.cls | 21 | 19 | 52 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getFlowNamesApex(String)' has a cyclomatic complexity of 12. |
215 | /force-app/main/default/classes/FlowListController.cls | 21 | 19 | 52 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getFlowNamesApex(String)' has a cyclomatic complexity of 12. |
216 | /force-app/main/default/classes/FlowListController.cls | 21 | 19 | 52 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getFlowNamesApex' has a Standard Cyclomatic Complexity of 12. |
216 | /force-app/main/default/classes/FlowListController.cls | 21 | 19 | 52 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getFlowNamesApex' has a Standard Cyclomatic Complexity of 12. |
217 | /force-app/main/default/classes/FlowListController.cls | 22 | 9 | 22 | 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 |
217 | /force-app/main/default/classes/FlowListController.cls | 22 | 9 | 22 | 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 |
218 | /force-app/main/default/classes/FlowListController.cls | 22 | 9 | 22 | 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. |
218 | /force-app/main/default/classes/FlowListController.cls | 22 | 9 | 22 | 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. |
219 | /force-app/main/default/classes/FlowListController.cls | 27 | 13 | 27 | 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 |
219 | /force-app/main/default/classes/FlowListController.cls | 27 | 13 | 27 | 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 |
220 | /force-app/main/default/classes/FlowListController.cls | 27 | 13 | 27 | 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. |
220 | /force-app/main/default/classes/FlowListController.cls | 27 | 13 | 27 | 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. |
221 | /force-app/main/default/classes/FlowListController.cls | 36 | 25 | 36 | 65 | 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/FlowListController.cls | 36 | 25 | 36 | 65 | 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/FlowListController.cls | 36 | 25 | 36 | 65 | 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/FlowListController.cls | 36 | 25 | 36 | 65 | 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/FlowListController.cls | 50 | 9 | 50 | 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 |
223 | /force-app/main/default/classes/FlowListController.cls | 50 | 9 | 50 | 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 |
224 | /force-app/main/default/classes/FlowListController.cls | 50 | 9 | 50 | 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. |
224 | /force-app/main/default/classes/FlowListController.cls | 50 | 9 | 50 | 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. |
225 | /force-app/main/default/classes/FlowListController.cls | 51 | 58 | 51 | 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 |
225 | /force-app/main/default/classes/FlowListController.cls | 51 | 58 | 51 | 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 |
226 | /force-app/main/default/classes/FlowListController.cls | 55 | 19 | 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 |
226 | /force-app/main/default/classes/FlowListController.cls | 55 | 19 | 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 |
227 | /force-app/main/default/classes/FlowListController.cls | 57 | 9 | 57 | 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 |
227 | /force-app/main/default/classes/FlowListController.cls | 57 | 9 | 57 | 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 |
228 | /force-app/main/default/classes/FlowListController.cls | 57 | 9 | 57 | 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. |
228 | /force-app/main/default/classes/FlowListController.cls | 57 | 9 | 57 | 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. |
229 | /force-app/main/default/classes/FlowListController.cls | 69 | 9 | 69 | 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 |
229 | /force-app/main/default/classes/FlowListController.cls | 69 | 9 | 69 | 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 |
230 | /force-app/main/default/classes/FlowListController.cls | 69 | 9 | 69 | 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. |
230 | /force-app/main/default/classes/FlowListController.cls | 69 | 9 | 69 | 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. |
231 | /force-app/main/default/classes/FlowListController.cls | 73 | 17 | 73 | 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 |
231 | /force-app/main/default/classes/FlowListController.cls | 73 | 17 | 73 | 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 |
232 | /force-app/main/default/classes/FlowListController.cls | 73 | 17 | 73 | 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. |
232 | /force-app/main/default/classes/FlowListController.cls | 73 | 17 | 73 | 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. |
233 | /force-app/main/default/classes/FlowListController.cls | 78 | 9 | 78 | 35 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
233 | /force-app/main/default/classes/FlowListController.cls | 78 | 9 | 78 | 35 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
234 | /force-app/main/default/classes/FlowListController.cls | 78 | 9 | 78 | 35 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
234 | /force-app/main/default/classes/FlowListController.cls | 78 | 9 | 78 | 35 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
235 | /force-app/main/default/classes/FlowListControllerTest.cls | 3 | 19 | 10 | 2 | 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() |
235 | /force-app/main/default/classes/FlowListControllerTest.cls | 3 | 19 | 10 | 2 | 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() |
236 | /force-app/main/default/classes/FlowListControllerTest.cls | 3 | 19 | 10 | 2 | 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. |
236 | /force-app/main/default/classes/FlowListControllerTest.cls | 3 | 19 | 10 | 2 | 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. |
237 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 1 | 21 | 397 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
237 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 1 | 21 | 397 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
238 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 1 | 21 | 397 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ModifyFlowMetadata' has a total cognitive complexity of 86 (highest 20), current threshold is 50 |
238 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 1 | 21 | 397 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ModifyFlowMetadata' has a total cognitive complexity of 86 (highest 20), current threshold is 50 |
239 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 1 | 21 | 397 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ModifyFlowMetadata' has a total cyclomatic complexity of 71 (highest 18). |
239 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 1 | 21 | 397 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ModifyFlowMetadata' has a total cyclomatic complexity of 71 (highest 18). |
240 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 1 | 21 | 397 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ModifyFlowMetadata' has a Standard Cyclomatic Complexity of 3 (Highest = 12). |
240 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 1 | 21 | 397 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ModifyFlowMetadata' has a Standard Cyclomatic Complexity of 3 (Highest = 12). |
241 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 3 | 26 | 3 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
241 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 3 | 26 | 3 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
242 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 5 | 19 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
242 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 5 | 19 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
243 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 9 | 9 | 9 | 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 |
243 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 9 | 9 | 9 | 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 |
244 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 9 | 9 | 9 | 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. |
244 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 9 | 9 | 9 | 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. |
245 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 16 | 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 |
245 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 16 | 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 |
246 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 20 | 9 | 20 | 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 |
246 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 20 | 9 | 20 | 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 |
247 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 20 | 9 | 20 | 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. |
247 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 20 | 9 | 20 | 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. |
248 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 27 | 19 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
248 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 27 | 19 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
249 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 40 | 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 |
249 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 40 | 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 |
250 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 49 | 17 | 49 | 37 | 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 |
250 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 49 | 17 | 49 | 37 | 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 |
251 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 49 | 17 | 49 | 37 | 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 |
251 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 49 | 17 | 49 | 37 | 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 |
252 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 55 | 19 | 63 | 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/ModifyFlowMetadata.cls | 55 | 19 | 63 | 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/ModifyFlowMetadata.cls | 60 | 17 | 60 | 44 | 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 |
253 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 60 | 17 | 60 | 44 | 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 |
254 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 60 | 17 | 60 | 44 | 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 |
254 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 60 | 17 | 60 | 44 | 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 |
255 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 65 | 19 | 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 |
255 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 65 | 19 | 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 |
256 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 70 | 19 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
256 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 70 | 19 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
257 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 70 | 19 | 138 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'setTriggerType(Dom.XmlNode, Boolean)' has a cognitive complexity of 20, current threshold is 15 |
257 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 70 | 19 | 138 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'setTriggerType(Dom.XmlNode, Boolean)' has a cognitive complexity of 20, current threshold is 15 |
258 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 70 | 19 | 138 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'setTriggerType(Dom.XmlNode, Boolean)' has a cyclomatic complexity of 18. |
258 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 70 | 19 | 138 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'setTriggerType(Dom.XmlNode, Boolean)' has a cyclomatic complexity of 18. |
259 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 70 | 19 | 138 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'setTriggerType()' has an NCSS line count of 60 (limit: 40) |
259 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 70 | 19 | 138 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'setTriggerType()' has an NCSS line count of 60 (limit: 40) |
260 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 70 | 19 | 138 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'setTriggerType' has a Standard Cyclomatic Complexity of 12. |
260 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 70 | 19 | 138 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'setTriggerType' has a Standard Cyclomatic Complexity of 12. |
261 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 140 | 19 | 187 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
261 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 140 | 19 | 187 | 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/ModifyFlowMetadata.cls | 140 | 19 | 187 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'repositionElements(Dom.Document)' has a cognitive complexity of 18, current threshold is 15 |
262 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 140 | 19 | 187 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'repositionElements(Dom.Document)' has a cognitive complexity of 18, current threshold is 15 |
263 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 154 | 9 | 154 | 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 |
263 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 154 | 9 | 154 | 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 |
264 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 154 | 9 | 154 | 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. |
264 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 154 | 9 | 154 | 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. |
265 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 155 | 9 | 155 | 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 |
265 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 155 | 9 | 155 | 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 |
266 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 155 | 9 | 155 | 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. |
266 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 155 | 9 | 155 | 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. |
267 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 157 | 13 | 157 | 126 | 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 |
267 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 157 | 13 | 157 | 126 | 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 |
268 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 157 | 13 | 157 | 126 | 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 |
268 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 157 | 13 | 157 | 126 | 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 |
269 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 172 | 25 | 176 | 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 |
269 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 172 | 25 | 176 | 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 |
270 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 174 | 29 | 174 | 126 | 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 |
270 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 174 | 29 | 174 | 126 | 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 |
271 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 174 | 29 | 174 | 126 | 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. |
271 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 174 | 29 | 174 | 126 | 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. |
272 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 178 | 23 | 178 | 160 | 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 |
272 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 178 | 23 | 178 | 160 | 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 |
273 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 189 | 19 | 200 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
273 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 189 | 19 | 200 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
274 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 198 | 9 | 198 | 106 | 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/ModifyFlowMetadata.cls | 198 | 9 | 198 | 106 | 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 |
275 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 198 | 9 | 198 | 106 | 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/ModifyFlowMetadata.cls | 198 | 9 | 198 | 106 | 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. |
276 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 205 | 19 | 220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
276 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 205 | 19 | 220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
277 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 206 | 9 | 206 | 98 | 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 |
277 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 206 | 9 | 206 | 98 | 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/ModifyFlowMetadata.cls | 206 | 9 | 206 | 98 | 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. |
278 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 206 | 9 | 206 | 98 | 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/ModifyFlowMetadata.cls | 214 | 13 | 214 | 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 |
279 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 214 | 13 | 214 | 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 |
280 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 214 | 13 | 214 | 110 | 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. |
280 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 214 | 13 | 214 | 110 | 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/ModifyFlowMetadata.cls | 222 | 19 | 239 | 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/ModifyFlowMetadata.cls | 222 | 19 | 239 | 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/ModifyFlowMetadata.cls | 223 | 9 | 223 | 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 |
282 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 223 | 9 | 223 | 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 |
283 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 223 | 9 | 223 | 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. |
283 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 223 | 9 | 223 | 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. |
284 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 228 | 13 | 228 | 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 |
284 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 228 | 13 | 228 | 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 |
285 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 228 | 13 | 228 | 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. |
285 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 228 | 13 | 228 | 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. |
286 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 241 | 19 | 252 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
286 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 241 | 19 | 252 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
287 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 242 | 9 | 242 | 149 | 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 |
287 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 242 | 9 | 242 | 149 | 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/ModifyFlowMetadata.cls | 242 | 9 | 242 | 149 | 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. |
288 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 242 | 9 | 242 | 149 | 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/ModifyFlowMetadata.cls | 246 | 14 | 246 | 132 | 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 |
289 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 246 | 14 | 246 | 132 | 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 |
290 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 246 | 14 | 246 | 132 | 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 |
290 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 246 | 14 | 246 | 132 | 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 |
291 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 258 | 19 | 274 | 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/ModifyFlowMetadata.cls | 258 | 19 | 274 | 6 | 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/ModifyFlowMetadata.cls | 276 | 19 | 286 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
292 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 276 | 19 | 286 | 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/ModifyFlowMetadata.cls | 288 | 19 | 335 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
293 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 288 | 19 | 335 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
294 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 288 | 19 | 335 | 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. |
294 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 288 | 19 | 335 | 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. |
295 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 289 | 22 | 289 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'doc' defined but not used |
295 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 289 | 22 | 289 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'doc' defined but not used |
296 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 292 | 9 | 292 | 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 |
296 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 292 | 9 | 292 | 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 |
297 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 292 | 9 | 292 | 75 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
297 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 292 | 9 | 292 | 75 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
298 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 337 | 19 | 348 | 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/ModifyFlowMetadata.cls | 337 | 19 | 348 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
299 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 350 | 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 |
299 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 350 | 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 |
300 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 350 | 19 | 393 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'convertSubflow(Dom.XmlNode)' has a cognitive complexity of 17, current threshold is 15 |
300 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 350 | 19 | 393 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'convertSubflow(Dom.XmlNode)' has a cognitive complexity of 17, current threshold is 15 |
301 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 384 | 25 | 384 | 65 | 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 |
301 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 384 | 25 | 384 | 65 | 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 |
302 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 384 | 25 | 384 | 65 | 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. |
302 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 384 | 25 | 384 | 65 | 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. |
303 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 395 | 12 | 395 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
303 | /force-app/main/default/classes/ModifyFlowMetadata.cls | 395 | 12 | 395 | 56 | 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/ValidateMetadata.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 |
304 | /force-app/main/default/classes/ValidateMetadata.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 |
305 | /force-app/main/default/classes/ValidateMetadata.cls | 1 | 21 | 91 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ValidateMetadata' has a Standard Cyclomatic Complexity of 6 (Highest = 12). |
305 | /force-app/main/default/classes/ValidateMetadata.cls | 1 | 21 | 91 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ValidateMetadata' has a Standard Cyclomatic Complexity of 6 (Highest = 12). |
306 | /force-app/main/default/classes/ValidateMetadata.cls | 3 | 26 | 3 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
306 | /force-app/main/default/classes/ValidateMetadata.cls | 3 | 26 | 3 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
307 | /force-app/main/default/classes/ValidateMetadata.cls | 5 | 19 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
307 | /force-app/main/default/classes/ValidateMetadata.cls | 5 | 19 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
308 | /force-app/main/default/classes/ValidateMetadata.cls | 5 | 19 | 76 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'validate(String)' has a cognitive complexity of 22, current threshold is 15 |
308 | /force-app/main/default/classes/ValidateMetadata.cls | 5 | 19 | 76 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'validate(String)' has a cognitive complexity of 22, current threshold is 15 |
309 | /force-app/main/default/classes/ValidateMetadata.cls | 5 | 19 | 76 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'validate(String)' has a cyclomatic complexity of 13. |
309 | /force-app/main/default/classes/ValidateMetadata.cls | 5 | 19 | 76 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'validate(String)' has a cyclomatic complexity of 13. |
310 | /force-app/main/default/classes/ValidateMetadata.cls | 5 | 19 | 76 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'validate()' has an NCSS line count of 40 (limit: 40) |
310 | /force-app/main/default/classes/ValidateMetadata.cls | 5 | 19 | 76 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'validate()' has an NCSS line count of 40 (limit: 40) |
311 | /force-app/main/default/classes/ValidateMetadata.cls | 5 | 19 | 76 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'validate' has a Standard Cyclomatic Complexity of 12. |
311 | /force-app/main/default/classes/ValidateMetadata.cls | 5 | 19 | 76 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'validate' has a Standard Cyclomatic Complexity of 12. |
312 | /force-app/main/default/classes/ValidateMetadata.cls | 20 | 22 | 20 | 106 | 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 'pmv_TriggerType' doesn't match '[a-z][a-zA-Z0-9]*' |
312 | /force-app/main/default/classes/ValidateMetadata.cls | 20 | 22 | 20 | 106 | 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 'pmv_TriggerType' doesn't match '[a-z][a-zA-Z0-9]*' |
313 | /force-app/main/default/classes/ValidateMetadata.cls | 25 | 17 | 25 | 165 | 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 |
313 | /force-app/main/default/classes/ValidateMetadata.cls | 25 | 17 | 25 | 165 | 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 |
314 | /force-app/main/default/classes/ValidateMetadata.cls | 25 | 17 | 25 | 165 | 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 |
314 | /force-app/main/default/classes/ValidateMetadata.cls | 25 | 17 | 25 | 165 | 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 |
315 | /force-app/main/default/classes/ValidateMetadata.cls | 26 | 13 | 26 | 82 | 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 |
315 | /force-app/main/default/classes/ValidateMetadata.cls | 26 | 13 | 26 | 82 | 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 |
316 | /force-app/main/default/classes/ValidateMetadata.cls | 26 | 13 | 26 | 82 | 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. |
316 | /force-app/main/default/classes/ValidateMetadata.cls | 26 | 13 | 26 | 82 | 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. |
317 | /force-app/main/default/classes/ValidateMetadata.cls | 36 | 13 | 36 | 82 | 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 |
317 | /force-app/main/default/classes/ValidateMetadata.cls | 36 | 13 | 36 | 82 | 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 |
318 | /force-app/main/default/classes/ValidateMetadata.cls | 36 | 13 | 36 | 82 | 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. |
318 | /force-app/main/default/classes/ValidateMetadata.cls | 36 | 13 | 36 | 82 | 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. |
319 | /force-app/main/default/classes/ValidateMetadata.cls | 42 | 25 | 42 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'expressionNode' defined but not used |
319 | /force-app/main/default/classes/ValidateMetadata.cls | 42 | 25 | 42 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'expressionNode' defined but not used |
320 | /force-app/main/default/classes/ValidateMetadata.cls | 69 | 54 | 74 | 10 | 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. |
320 | /force-app/main/default/classes/ValidateMetadata.cls | 69 | 54 | 74 | 10 | 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. |
321 | /force-app/main/default/classes/ValidateMetadata.cls | 78 | 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 |
321 | /force-app/main/default/classes/ValidateMetadata.cls | 78 | 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 |
322 | /force-app/main/default/classes/ValidateMetadata.cls | 86 | 19 | 90 | 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/ValidateMetadata.cls | 86 | 19 | 90 | 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/ValidateMetadataTest.cls | 9 | 9 | 9 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
323 | /force-app/main/default/classes/ValidateMetadataTest.cls | 9 | 9 | 9 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
324 | /force-app/main/default/classes/ValidateMetadataTest.cls | 13 | 19 | 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 |
324 | /force-app/main/default/classes/ValidateMetadataTest.cls | 13 | 19 | 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 |
325 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 1 | 21 | 158 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
325 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 1 | 21 | 158 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
326 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 4 | 30 | 4 | 81 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
326 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 4 | 30 | 4 | 81 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
327 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 11 | 35 | 22 | 10 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'unsupportedFormulaList' doesn't match '[A-Z][A-Z0-9_]*' |
327 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 11 | 35 | 22 | 10 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'unsupportedFormulaList' doesn't match '[A-Z][A-Z0-9_]*' |
328 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 24 | 23 | 46 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
328 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 24 | 23 | 46 | 10 | 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/ValidateWFRMetadata.cls | 48 | 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 |
329 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 48 | 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 |
330 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 49 | 9 | 49 | 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 |
330 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 49 | 9 | 49 | 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 |
331 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 49 | 9 | 49 | 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. |
331 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 49 | 9 | 49 | 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. |
332 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 65 | 19 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
332 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 65 | 19 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
333 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 102 | 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 |
333 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 102 | 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 |
334 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 104 | 9 | 104 | 37 | 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 |
334 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 104 | 9 | 104 | 37 | 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 |
335 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 104 | 9 | 104 | 37 | 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. |
335 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 104 | 9 | 104 | 37 | 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. |
336 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 108 | 19 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
336 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 108 | 19 | 113 | 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/ValidateWFRMetadata.cls | 115 | 19 | 128 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
337 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 115 | 19 | 128 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
338 | /force-app/main/default/classes/ValidateWFRMetadata.cls | 131 | 19 | 142 | 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/ValidateWFRMetadata.cls | 131 | 19 | 142 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
339 | /force-app/main/default/classes/ValidateWFRMetadataTest.cls | 6 | 19 | 16 | 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 'CanGetRulesEntity' doesn't match '[a-z][a-zA-Z0-9]*' |
339 | /force-app/main/default/classes/ValidateWFRMetadataTest.cls | 6 | 19 | 16 | 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 'CanGetRulesEntity' doesn't match '[a-z][a-zA-Z0-9]*' |
340 | /force-app/main/default/classes/ValidateWFRMetadataTest.cls | 13 | 9 | 13 | 40 | 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 |
340 | /force-app/main/default/classes/ValidateWFRMetadataTest.cls | 13 | 9 | 13 | 40 | 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 |
341 | /force-app/main/default/classes/ValidateWFRMetadataTest.cls | 13 | 9 | 13 | 40 | 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. |
341 | /force-app/main/default/classes/ValidateWFRMetadataTest.cls | 13 | 9 | 13 | 40 | 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. |
342 | /force-app/main/default/classes/ValidateWFRMetadataTest.cls | 14 | 9 | 14 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
342 | /force-app/main/default/classes/ValidateWFRMetadataTest.cls | 14 | 9 | 14 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
343 | /force-app/main/default/classes/XmlUtils.cls | 1 | 21 | 148 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
343 | /force-app/main/default/classes/XmlUtils.cls | 1 | 21 | 148 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
344 | /force-app/main/default/classes/XmlUtils.cls | 1 | 21 | 148 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'XmlUtils' has a total cognitive complexity of 55 (highest 15), current threshold is 50 |
344 | /force-app/main/default/classes/XmlUtils.cls | 1 | 21 | 148 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'XmlUtils' has a total cognitive complexity of 55 (highest 15), current threshold is 50 |
345 | /force-app/main/default/classes/XmlUtils.cls | 3 | 26 | 3 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
345 | /force-app/main/default/classes/XmlUtils.cls | 3 | 26 | 3 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'SOAP_NS' doesn't match '[a-z][a-zA-Z0-9]*' |
346 | /force-app/main/default/classes/XmlUtils.cls | 6 | 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 |
346 | /force-app/main/default/classes/XmlUtils.cls | 6 | 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 |
347 | /force-app/main/default/classes/XmlUtils.cls | 18 | 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 |
347 | /force-app/main/default/classes/XmlUtils.cls | 18 | 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 |
348 | /force-app/main/default/classes/XmlUtils.cls | 29 | 16 | 29 | 110 | 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 |
348 | /force-app/main/default/classes/XmlUtils.cls | 29 | 16 | 29 | 110 | 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 |
349 | /force-app/main/default/classes/XmlUtils.cls | 31 | 9 | 31 | 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 |
349 | /force-app/main/default/classes/XmlUtils.cls | 31 | 9 | 31 | 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 |
350 | /force-app/main/default/classes/XmlUtils.cls | 31 | 9 | 31 | 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. |
350 | /force-app/main/default/classes/XmlUtils.cls | 31 | 9 | 31 | 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. |
351 | /force-app/main/default/classes/XmlUtils.cls | 36 | 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 |
351 | /force-app/main/default/classes/XmlUtils.cls | 36 | 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 |
352 | /force-app/main/default/classes/XmlUtils.cls | 37 | 9 | 37 | 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 |
352 | /force-app/main/default/classes/XmlUtils.cls | 37 | 9 | 37 | 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 |
353 | /force-app/main/default/classes/XmlUtils.cls | 37 | 9 | 37 | 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. |
353 | /force-app/main/default/classes/XmlUtils.cls | 37 | 9 | 37 | 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. |
354 | /force-app/main/default/classes/XmlUtils.cls | 44 | 20 | 44 | 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 |
354 | /force-app/main/default/classes/XmlUtils.cls | 44 | 20 | 44 | 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 |
355 | /force-app/main/default/classes/XmlUtils.cls | 44 | 20 | 44 | 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 |
355 | /force-app/main/default/classes/XmlUtils.cls | 44 | 20 | 44 | 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 |
356 | /force-app/main/default/classes/XmlUtils.cls | 48 | 9 | 48 | 102 | 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 |
356 | /force-app/main/default/classes/XmlUtils.cls | 48 | 9 | 48 | 102 | 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 |
357 | /force-app/main/default/classes/XmlUtils.cls | 48 | 9 | 48 | 102 | 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. |
357 | /force-app/main/default/classes/XmlUtils.cls | 48 | 9 | 48 | 102 | 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. |
358 | /force-app/main/default/classes/XmlUtils.cls | 54 | 19 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
358 | /force-app/main/default/classes/XmlUtils.cls | 54 | 19 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
359 | /force-app/main/default/classes/XmlUtils.cls | 55 | 9 | 55 | 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 |
359 | /force-app/main/default/classes/XmlUtils.cls | 55 | 9 | 55 | 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 |
360 | /force-app/main/default/classes/XmlUtils.cls | 55 | 9 | 55 | 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. |
360 | /force-app/main/default/classes/XmlUtils.cls | 55 | 9 | 55 | 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. |
361 | /force-app/main/default/classes/XmlUtils.cls | 62 | 21 | 63 | 40 | 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 |
361 | /force-app/main/default/classes/XmlUtils.cls | 62 | 21 | 63 | 40 | 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 |
362 | /force-app/main/default/classes/XmlUtils.cls | 62 | 21 | 63 | 40 | 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 |
362 | /force-app/main/default/classes/XmlUtils.cls | 62 | 21 | 63 | 40 | 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 |
363 | /force-app/main/default/classes/XmlUtils.cls | 63 | 25 | 63 | 40 | 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 |
363 | /force-app/main/default/classes/XmlUtils.cls | 63 | 25 | 63 | 40 | 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 |
364 | /force-app/main/default/classes/XmlUtils.cls | 63 | 25 | 63 | 40 | 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 |
364 | /force-app/main/default/classes/XmlUtils.cls | 63 | 25 | 63 | 40 | 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 |
365 | /force-app/main/default/classes/XmlUtils.cls | 67 | 9 | 67 | 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 |
365 | /force-app/main/default/classes/XmlUtils.cls | 67 | 9 | 67 | 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 |
366 | /force-app/main/default/classes/XmlUtils.cls | 67 | 9 | 67 | 75 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
366 | /force-app/main/default/classes/XmlUtils.cls | 67 | 9 | 67 | 75 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
367 | /force-app/main/default/classes/XmlUtils.cls | 72 | 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 |
367 | /force-app/main/default/classes/XmlUtils.cls | 72 | 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 |
368 | /force-app/main/default/classes/XmlUtils.cls | 78 | 18 | 78 | 62 | 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 |
368 | /force-app/main/default/classes/XmlUtils.cls | 78 | 18 | 78 | 62 | 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 |
369 | /force-app/main/default/classes/XmlUtils.cls | 80 | 14 | 80 | 64 | 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 |
369 | /force-app/main/default/classes/XmlUtils.cls | 80 | 14 | 80 | 64 | 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 |
370 | /force-app/main/default/classes/XmlUtils.cls | 104 | 19 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
370 | /force-app/main/default/classes/XmlUtils.cls | 104 | 19 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
371 | /force-app/main/default/classes/XmlUtils.cls | 104 | 19 | 122 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getChildNodeByName(Dom.XmlNode, String, String, String)' has a cognitive complexity of 15, current threshold is 15 |
371 | /force-app/main/default/classes/XmlUtils.cls | 104 | 19 | 122 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getChildNodeByName(Dom.XmlNode, String, String, String)' has a cognitive complexity of 15, current threshold is 15 |
372 | /force-app/main/default/classes/XmlUtils.cls | 104 | 19 | 122 | 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. |
372 | /force-app/main/default/classes/XmlUtils.cls | 104 | 19 | 122 | 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. |
373 | /force-app/main/default/classes/XmlUtils.cls | 111 | 25 | 114 | 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 |
373 | /force-app/main/default/classes/XmlUtils.cls | 111 | 25 | 114 | 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 |
374 | /force-app/main/default/classes/XmlUtils.cls | 112 | 29 | 112 | 133 | 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 |
374 | /force-app/main/default/classes/XmlUtils.cls | 112 | 29 | 112 | 133 | 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 |
375 | /force-app/main/default/classes/XmlUtils.cls | 112 | 29 | 112 | 133 | 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. |
375 | /force-app/main/default/classes/XmlUtils.cls | 112 | 29 | 112 | 133 | 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. |
376 | /force-app/main/default/classes/XmlUtils.cls | 125 | 19 | 145 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
376 | /force-app/main/default/classes/XmlUtils.cls | 125 | 19 | 145 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
377 | /force-app/main/default/classes/XmlUtils.cls | 125 | 19 | 145 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getChildProcessMetadataValueByName(Dom.XmlNode, String)' has a cognitive complexity of 15, current threshold is 15 |
377 | /force-app/main/default/classes/XmlUtils.cls | 125 | 19 | 145 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getChildProcessMetadataValueByName(Dom.XmlNode, String)' has a cognitive complexity of 15, current threshold is 15 |
378 | /force-app/main/default/classes/XmlUtils.cls | 134 | 25 | 137 | 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 |
378 | /force-app/main/default/classes/XmlUtils.cls | 134 | 25 | 137 | 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 |
379 | /force-app/main/default/classes/XmlUtils.cls | 135 | 29 | 135 | 136 | 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 |
379 | /force-app/main/default/classes/XmlUtils.cls | 135 | 29 | 135 | 136 | 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 |
380 | /force-app/main/default/classes/XmlUtils.cls | 135 | 29 | 135 | 136 | 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. |
380 | /force-app/main/default/classes/XmlUtils.cls | 135 | 29 | 135 | 136 | 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. |
381 | /force-app/main/default/classes/XmlUtils.cls | 147 | 12 | 147 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
381 | /force-app/main/default/classes/XmlUtils.cls | 147 | 12 | 147 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |