pmd7_2 took 15 seconds to run and found 666 violations
pmd7_3 took 17 seconds to run and found 664 violations
Among the 666 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/default/classes/AssembleInputParams.cls | 2 | 21 | 83 | 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/AssembleInputParams.cls | 2 | 21 | 83 | 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/AssembleInputParams.cls | 6 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /force-app/main/default/classes/AssembleInputParams.cls | 6 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /force-app/main/default/classes/AssembleInputParams.cls | 7 | 9 | 7 | 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 |
3 | /force-app/main/default/classes/AssembleInputParams.cls | 7 | 9 | 7 | 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 |
4 | /force-app/main/default/classes/AssembleInputParams.cls | 7 | 9 | 7 | 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. |
4 | /force-app/main/default/classes/AssembleInputParams.cls | 7 | 9 | 7 | 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. |
5 | /force-app/main/default/classes/AssembleInputParams.cls | 17 | 17 | 17 | 155 | 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 |
5 | /force-app/main/default/classes/AssembleInputParams.cls | 17 | 17 | 17 | 155 | 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 |
6 | /force-app/main/default/classes/AssembleInputParams.cls | 17 | 17 | 17 | 155 | 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 |
6 | /force-app/main/default/classes/AssembleInputParams.cls | 17 | 17 | 17 | 155 | 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 |
7 | /force-app/main/default/classes/AssembleInputParams.cls | 28 | 9 | 28 | 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 |
7 | /force-app/main/default/classes/AssembleInputParams.cls | 28 | 9 | 28 | 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 |
8 | /force-app/main/default/classes/AssembleInputParams.cls | 28 | 9 | 28 | 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. |
8 | /force-app/main/default/classes/AssembleInputParams.cls | 28 | 9 | 28 | 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. |
9 | /force-app/main/default/classes/AssembleInputParams.cls | 29 | 9 | 29 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
9 | /force-app/main/default/classes/AssembleInputParams.cls | 29 | 9 | 29 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
10 | /force-app/main/default/classes/AssembleInputParams.cls | 29 | 9 | 29 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
10 | /force-app/main/default/classes/AssembleInputParams.cls | 29 | 9 | 29 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
11 | /force-app/main/default/classes/AssembleInputParams.cls | 35 | 12 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
11 | /force-app/main/default/classes/AssembleInputParams.cls | 35 | 12 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
12 | /force-app/main/default/classes/AssembleInputParams.cls | 39 | 12 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
12 | /force-app/main/default/classes/AssembleInputParams.cls | 39 | 12 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
13 | /force-app/main/default/classes/AssembleInputParams.cls | 67 | 12 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
13 | /force-app/main/default/classes/AssembleInputParams.cls | 67 | 12 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
14 | /force-app/main/default/classes/AssembleInputParams.cls | 74 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
14 | /force-app/main/default/classes/AssembleInputParams.cls | 74 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /force-app/main/default/classes/AssembleInputParams.cls | 78 | 16 | 81 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /force-app/main/default/classes/AssembleInputParams.cls | 78 | 16 | 81 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /force-app/main/default/classes/EvaluateFormula.cls | 1 | 21 | 58 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /force-app/main/default/classes/EvaluateFormula.cls | 1 | 21 | 58 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /force-app/main/default/classes/EvaluateFormula.cls | 4 | 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 |
17 | /force-app/main/default/classes/EvaluateFormula.cls | 4 | 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 |
18 | /force-app/main/default/classes/EvaluateFormula.cls | 5 | 9 | 5 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
18 | /force-app/main/default/classes/EvaluateFormula.cls | 5 | 9 | 5 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
19 | /force-app/main/default/classes/EvaluateFormula.cls | 5 | 9 | 5 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
19 | /force-app/main/default/classes/EvaluateFormula.cls | 5 | 9 | 5 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
20 | /force-app/main/default/classes/EvaluateFormula.cls | 22 | 9 | 22 | 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 |
20 | /force-app/main/default/classes/EvaluateFormula.cls | 22 | 9 | 22 | 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 |
21 | /force-app/main/default/classes/EvaluateFormula.cls | 22 | 9 | 22 | 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. |
21 | /force-app/main/default/classes/EvaluateFormula.cls | 22 | 9 | 22 | 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. |
22 | /force-app/main/default/classes/EvaluateFormula.cls | 23 | 9 | 23 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
22 | /force-app/main/default/classes/EvaluateFormula.cls | 23 | 9 | 23 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
23 | /force-app/main/default/classes/EvaluateFormula.cls | 23 | 9 | 23 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
23 | /force-app/main/default/classes/EvaluateFormula.cls | 23 | 9 | 23 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
24 | /force-app/main/default/classes/EvaluateFormula.cls | 37 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
24 | /force-app/main/default/classes/EvaluateFormula.cls | 37 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /force-app/main/default/classes/EvaluateFormula.cls | 47 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /force-app/main/default/classes/EvaluateFormula.cls | 47 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /force-app/main/default/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /force-app/main/default/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /force-app/main/default/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ExpressionBuilder' has a total cognitive complexity of 106 (highest 39), current threshold is 50 |
27 | /force-app/main/default/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ExpressionBuilder' has a total cognitive complexity of 106 (highest 39), current threshold is 50 |
28 | /force-app/main/default/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ExpressionBuilder' has a total cyclomatic complexity of 77 (highest 25). |
28 | /force-app/main/default/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ExpressionBuilder' has a total cyclomatic complexity of 77 (highest 25). |
29 | /force-app/main/default/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ExpressionBuilder' has a Standard Cyclomatic Complexity of 12 (Highest = 23). |
29 | /force-app/main/default/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ExpressionBuilder' has a Standard Cyclomatic Complexity of 12 (Highest = 23). |
30 | /force-app/main/default/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /force-app/main/default/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /force-app/main/default/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'assembleFormulaString(String, String, String)' has a cognitive complexity of 38, current threshold is 15 |
31 | /force-app/main/default/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'assembleFormulaString(String, String, String)' has a cognitive complexity of 38, current threshold is 15 |
32 | /force-app/main/default/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'assembleFormulaString(String, String, String)' has a cyclomatic complexity of 25. |
32 | /force-app/main/default/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'assembleFormulaString(String, String, String)' has a cyclomatic complexity of 25. |
33 | /force-app/main/default/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'assembleFormulaString()' has an NCSS line count of 87 (limit: 40) |
33 | /force-app/main/default/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'assembleFormulaString()' has an NCSS line count of 87 (limit: 40) |
34 | /force-app/main/default/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'assembleFormulaString' has a Standard Cyclomatic Complexity of 19. |
34 | /force-app/main/default/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'assembleFormulaString' has a Standard Cyclomatic Complexity of 19. |
35 | /force-app/main/default/classes/ExpressionBuilder.cls | 7 | 16 | 7 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'result' defined but not used |
35 | /force-app/main/default/classes/ExpressionBuilder.cls | 7 | 16 | 7 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'result' defined but not used |
36 | /force-app/main/default/classes/ExpressionBuilder.cls | 8 | 16 | 8 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'resultEnd' defined but not used |
36 | /force-app/main/default/classes/ExpressionBuilder.cls | 8 | 16 | 8 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'resultEnd' defined but not used |
37 | /force-app/main/default/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
37 | /force-app/main/default/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
38 | /force-app/main/default/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'disassemblyFormulaString(String)' has a cognitive complexity of 39, current threshold is 15 |
38 | /force-app/main/default/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'disassemblyFormulaString(String)' has a cognitive complexity of 39, current threshold is 15 |
39 | /force-app/main/default/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'disassemblyFormulaString(String)' has a cyclomatic complexity of 23. |
39 | /force-app/main/default/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'disassemblyFormulaString(String)' has a cyclomatic complexity of 23. |
40 | /force-app/main/default/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'disassemblyFormulaString()' has an NCSS line count of 121 (limit: 40) |
40 | /force-app/main/default/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'disassemblyFormulaString()' has an NCSS line count of 121 (limit: 40) |
41 | /force-app/main/default/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'disassemblyFormulaString' has a Standard Cyclomatic Complexity of 23. |
41 | /force-app/main/default/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'disassemblyFormulaString' has a Standard Cyclomatic Complexity of 23. |
42 | /force-app/main/default/classes/ExpressionBuilder.cls | 298 | 19 | 315 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
42 | /force-app/main/default/classes/ExpressionBuilder.cls | 298 | 19 | 315 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /force-app/main/default/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /force-app/main/default/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
44 | /force-app/main/default/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertExpressionLines(ExpressionLineWrapper)' has a cyclomatic complexity of 13. |
44 | /force-app/main/default/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertExpressionLines(ExpressionLineWrapper)' has a cyclomatic complexity of 13. |
45 | /force-app/main/default/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'convertExpressionLines()' has an NCSS line count of 53 (limit: 40) |
45 | /force-app/main/default/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'convertExpressionLines()' has an NCSS line count of 53 (limit: 40) |
46 | /force-app/main/default/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convertExpressionLines' has a Standard Cyclomatic Complexity of 13. |
46 | /force-app/main/default/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convertExpressionLines' has a Standard Cyclomatic Complexity of 13. |
47 | /force-app/main/default/classes/ExpressionBuilder.cls | 375 | 19 | 387 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
47 | /force-app/main/default/classes/ExpressionBuilder.cls | 375 | 19 | 387 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /force-app/main/default/classes/ExpressionBuilder.cls | 389 | 19 | 403 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /force-app/main/default/classes/ExpressionBuilder.cls | 389 | 19 | 403 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /force-app/main/default/classes/ExpressionBuilder.cls | 405 | 12 | 424 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /force-app/main/default/classes/ExpressionBuilder.cls | 405 | 12 | 424 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
50 | /force-app/main/default/classes/ExpressionBuilder.cls | 417 | 16 | 423 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
50 | /force-app/main/default/classes/ExpressionBuilder.cls | 417 | 16 | 423 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
51 | /force-app/main/default/classes/ExpressionBuilder.cls | 417 | 16 | 423 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
51 | /force-app/main/default/classes/ExpressionBuilder.cls | 417 | 16 | 423 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
52 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 21 | 9 | 21 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
52 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 21 | 9 | 21 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
53 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 26 | 9 | 26 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
53 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 26 | 9 | 26 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
54 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 29 | 9 | 29 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
54 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 29 | 9 | 29 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
55 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 37 | 9 | 37 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
55 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 37 | 9 | 37 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
56 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 42 | 9 | 42 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
56 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 42 | 9 | 42 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
57 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 43 | 9 | 43 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
57 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 43 | 9 | 43 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
58 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 44 | 9 | 44 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
58 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 44 | 9 | 44 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
59 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 51 | 9 | 51 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
59 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 51 | 9 | 51 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
60 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 56 | 9 | 56 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
60 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 56 | 9 | 56 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
61 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 57 | 9 | 57 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
61 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 57 | 9 | 57 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
62 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 58 | 9 | 58 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
62 | /force-app/main/default/classes/ExpressionBuilderTest.cls | 58 | 9 | 58 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
63 | /force-app/main/default/classes/FieldPickerController.cls | 1 | 21 | 140 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /force-app/main/default/classes/FieldPickerController.cls | 1 | 21 | 140 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /force-app/main/default/classes/FieldPickerController.cls | 1 | 21 | 140 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
64 | /force-app/main/default/classes/FieldPickerController.cls | 1 | 21 | 140 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
65 | /force-app/main/default/classes/FieldPickerController.cls | 4 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /force-app/main/default/classes/FieldPickerController.cls | 4 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /force-app/main/default/classes/FieldPickerController.cls | 37 | 19 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /force-app/main/default/classes/FieldPickerController.cls | 37 | 19 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /force-app/main/default/classes/FieldPickerController.cls | 55 | 12 | 81 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /force-app/main/default/classes/FieldPickerController.cls | 55 | 12 | 81 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /force-app/main/default/classes/FieldPickerController.cls | 62 | 16 | 65 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /force-app/main/default/classes/FieldPickerController.cls | 62 | 16 | 65 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /force-app/main/default/classes/FieldPickerController.cls | 67 | 16 | 79 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /force-app/main/default/classes/FieldPickerController.cls | 67 | 16 | 79 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /force-app/main/default/classes/FieldPickerController.cls | 83 | 40 | 139 | 6 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'allowedStandardObjects' should be before method declarations in its class |
70 | /force-app/main/default/classes/FieldPickerController.cls | 83 | 40 | 139 | 6 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'allowedStandardObjects' should be before method declarations in its class |
71 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 12 | 9 | 12 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
71 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 12 | 9 | 12 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
72 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 13 | 9 | 13 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
72 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 13 | 9 | 13 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
73 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 14 | 9 | 14 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
73 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 14 | 9 | 14 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
74 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 18 | 13 | 18 | 34 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
74 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 18 | 13 | 18 | 34 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
75 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 18 | 13 | 18 | 34 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
75 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 18 | 13 | 18 | 34 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
76 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 32 | 9 | 32 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
76 | /force-app/main/default/classes/FieldPickerControllerTest.cls | 32 | 9 | 32 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
77 | /force-app/main/default/classes/FormulaBuilderController.cls | 1 | 21 | 17 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
77 | /force-app/main/default/classes/FormulaBuilderController.cls | 1 | 21 | 17 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
78 | /force-app/main/default/classes/FormulaBuilderController.cls | 4 | 19 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
78 | /force-app/main/default/classes/FormulaBuilderController.cls | 4 | 19 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 21 | 478 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 21 | 478 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 21 | 478 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'FormulaEvaluator' has a total cognitive complexity of 142 (highest 50), current threshold is 50 |
80 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 21 | 478 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'FormulaEvaluator' has a total cognitive complexity of 142 (highest 50), current threshold is 50 |
81 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 21 | 478 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'FormulaEvaluator' has a total cyclomatic complexity of 91 (highest 35). |
81 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 21 | 478 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'FormulaEvaluator' has a total cyclomatic complexity of 91 (highest 35). |
82 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 21 | 478 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'FormulaEvaluator' has a Standard Cyclomatic Complexity of 12 (Highest = 31). |
82 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 21 | 478 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'FormulaEvaluator' has a Standard Cyclomatic Complexity of 12 (Highest = 31). |
83 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 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 |
83 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 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 |
84 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 113 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseFormula(String, String)' has a cognitive complexity of 45, current threshold is 15 |
84 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 113 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseFormula(String, String)' has a cognitive complexity of 45, current threshold is 15 |
85 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 113 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseFormula(String, String)' has a cyclomatic complexity of 25. |
85 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 113 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseFormula(String, String)' has a cyclomatic complexity of 25. |
86 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 113 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormula()' has an NCSS line count of 102 (limit: 40) |
86 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 113 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormula()' has an NCSS line count of 102 (limit: 40) |
87 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 113 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseFormula' has a Standard Cyclomatic Complexity of 23. |
87 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 113 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseFormula' has a Standard Cyclomatic Complexity of 23. |
88 | /force-app/main/default/classes/FormulaEvaluator.cls | 11 | 51 | 11 | 77 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
88 | /force-app/main/default/classes/FormulaEvaluator.cls | 11 | 51 | 11 | 77 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
89 | /force-app/main/default/classes/FormulaEvaluator.cls | 13 | 25 | 20 | 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 |
89 | /force-app/main/default/classes/FormulaEvaluator.cls | 13 | 25 | 20 | 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 |
90 | /force-app/main/default/classes/FormulaEvaluator.cls | 115 | 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 |
90 | /force-app/main/default/classes/FormulaEvaluator.cls | 115 | 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 |
91 | /force-app/main/default/classes/FormulaEvaluator.cls | 115 | 19 | 147 | 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. |
91 | /force-app/main/default/classes/FormulaEvaluator.cls | 115 | 19 | 147 | 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. |
92 | /force-app/main/default/classes/FormulaEvaluator.cls | 132 | 51 | 132 | 62 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
92 | /force-app/main/default/classes/FormulaEvaluator.cls | 132 | 51 | 132 | 62 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
93 | /force-app/main/default/classes/FormulaEvaluator.cls | 187 | 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 |
93 | /force-app/main/default/classes/FormulaEvaluator.cls | 187 | 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 |
94 | /force-app/main/default/classes/FormulaEvaluator.cls | 204 | 19 | 302 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /force-app/main/default/classes/FormulaEvaluator.cls | 204 | 19 | 302 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /force-app/main/default/classes/FormulaEvaluator.cls | 204 | 19 | 302 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluate(String, String, Integer)' has a cognitive complexity of 28, current threshold is 15 |
95 | /force-app/main/default/classes/FormulaEvaluator.cls | 204 | 19 | 302 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluate(String, String, Integer)' has a cognitive complexity of 28, current threshold is 15 |
96 | /force-app/main/default/classes/FormulaEvaluator.cls | 204 | 19 | 302 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluate(String, String, Integer)' has a cyclomatic complexity of 15. |
96 | /force-app/main/default/classes/FormulaEvaluator.cls | 204 | 19 | 302 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluate(String, String, Integer)' has a cyclomatic complexity of 15. |
97 | /force-app/main/default/classes/FormulaEvaluator.cls | 204 | 19 | 302 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluate()' has an NCSS line count of 70 (limit: 40) |
97 | /force-app/main/default/classes/FormulaEvaluator.cls | 204 | 19 | 302 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluate()' has an NCSS line count of 70 (limit: 40) |
98 | /force-app/main/default/classes/FormulaEvaluator.cls | 204 | 19 | 302 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluate' has a Standard Cyclomatic Complexity of 15. |
98 | /force-app/main/default/classes/FormulaEvaluator.cls | 204 | 19 | 302 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluate' has a Standard Cyclomatic Complexity of 15. |
99 | /force-app/main/default/classes/FormulaEvaluator.cls | 212 | 21 | 212 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'iteration' defined but not used |
99 | /force-app/main/default/classes/FormulaEvaluator.cls | 212 | 21 | 212 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'iteration' defined but not used |
100 | /force-app/main/default/classes/FormulaEvaluator.cls | 299 | 13 | 299 | 34 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
100 | /force-app/main/default/classes/FormulaEvaluator.cls | 299 | 13 | 299 | 34 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
101 | /force-app/main/default/classes/FormulaEvaluator.cls | 299 | 13 | 299 | 34 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
101 | /force-app/main/default/classes/FormulaEvaluator.cls | 299 | 13 | 299 | 34 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
102 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 464 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 464 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
103 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 464 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cognitive complexity of 50, current threshold is 15 |
103 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 464 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cognitive complexity of 50, current threshold is 15 |
104 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 464 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cyclomatic complexity of 35. |
104 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 464 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cyclomatic complexity of 35. |
105 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 464 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'replaceExpressionValues()' has an NCSS line count of 125 (limit: 40) |
105 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 464 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'replaceExpressionValues()' has an NCSS line count of 125 (limit: 40) |
106 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 464 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'replaceExpressionValues' has a Standard Cyclomatic Complexity of 31. |
106 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 464 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'replaceExpressionValues' has a Standard Cyclomatic Complexity of 31. |
107 | /force-app/main/default/classes/FormulaEvaluator.cls | 418 | 16 | 418 | 167 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'EXP_VALUES_NO_STRING' doesn't match '[a-z][a-zA-Z0-9]*' |
107 | /force-app/main/default/classes/FormulaEvaluator.cls | 418 | 16 | 418 | 167 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'EXP_VALUES_NO_STRING' doesn't match '[a-z][a-zA-Z0-9]*' |
108 | /force-app/main/default/classes/FormulaEvaluator.cls | 466 | 12 | 474 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
108 | /force-app/main/default/classes/FormulaEvaluator.cls | 466 | 12 | 474 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
109 | /force-app/main/default/classes/FormulaEvaluator.cls | 470 | 16 | 473 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
109 | /force-app/main/default/classes/FormulaEvaluator.cls | 470 | 16 | 473 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
110 | /force-app/main/default/classes/FormulaEvaluator.cls | 476 | 12 | 477 | 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/FormulaEvaluator.cls | 476 | 12 | 477 | 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/FormulaEvaluatorTest.cls | 4 | 12 | 126 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormulaTest()' has an NCSS line count of 111 (limit: 40) |
111 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 4 | 12 | 126 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormulaTest()' has an NCSS line count of 111 (limit: 40) |
112 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 20 | 9 | 20 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
112 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 20 | 9 | 20 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
113 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 21 | 9 | 21 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
113 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 21 | 9 | 21 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
114 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 22 | 9 | 22 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
114 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 22 | 9 | 22 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
115 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 23 | 9 | 23 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
115 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 23 | 9 | 23 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
116 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 24 | 9 | 24 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
116 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 24 | 9 | 24 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
117 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 25 | 9 | 25 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
117 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 25 | 9 | 25 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
118 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 26 | 9 | 26 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
118 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 26 | 9 | 26 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
119 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 27 | 9 | 27 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
119 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 27 | 9 | 27 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
120 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 28 | 9 | 28 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
120 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 28 | 9 | 28 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
121 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 29 | 9 | 29 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
121 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 29 | 9 | 29 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
122 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 30 | 9 | 30 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
122 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 30 | 9 | 30 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
123 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 31 | 9 | 31 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
123 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 31 | 9 | 31 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
124 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 32 | 9 | 32 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
124 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 32 | 9 | 32 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
125 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 33 | 9 | 33 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
125 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 33 | 9 | 33 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
126 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 34 | 9 | 34 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
126 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 34 | 9 | 34 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
127 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 35 | 9 | 35 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
127 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 35 | 9 | 35 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
128 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 36 | 9 | 36 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
128 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 36 | 9 | 36 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
129 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 37 | 9 | 37 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
129 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 37 | 9 | 37 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
130 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 38 | 9 | 38 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
130 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 38 | 9 | 38 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
131 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 39 | 9 | 39 | 92 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
131 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 39 | 9 | 39 | 92 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
132 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 40 | 9 | 40 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
132 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 40 | 9 | 40 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
133 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 41 | 9 | 41 | 93 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
133 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 41 | 9 | 41 | 93 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
134 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 42 | 9 | 42 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
134 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 42 | 9 | 42 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
135 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 43 | 9 | 43 | 94 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
135 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 43 | 9 | 43 | 94 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
136 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 44 | 9 | 44 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
136 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 44 | 9 | 44 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
137 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 45 | 9 | 45 | 98 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
137 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 45 | 9 | 45 | 98 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
138 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 46 | 9 | 46 | 132 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
138 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 46 | 9 | 46 | 132 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
139 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 47 | 9 | 47 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
139 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 47 | 9 | 47 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
140 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 48 | 9 | 48 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
140 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 48 | 9 | 48 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
141 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 49 | 9 | 49 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
141 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 49 | 9 | 49 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
142 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 50 | 9 | 50 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
142 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 50 | 9 | 50 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
143 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 51 | 9 | 51 | 127 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
143 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 51 | 9 | 51 | 127 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
144 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 52 | 9 | 52 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
144 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 52 | 9 | 52 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
145 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 53 | 9 | 53 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
145 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 53 | 9 | 53 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
146 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 54 | 9 | 54 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
146 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 54 | 9 | 54 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
147 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 55 | 9 | 55 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
147 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 55 | 9 | 55 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
148 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 56 | 9 | 56 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
148 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 56 | 9 | 56 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
149 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 57 | 9 | 57 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
149 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 57 | 9 | 57 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
150 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 58 | 9 | 58 | 115 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
150 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 58 | 9 | 58 | 115 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
151 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 59 | 9 | 59 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
151 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 59 | 9 | 59 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
152 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 60 | 9 | 60 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
152 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 60 | 9 | 60 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
153 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 61 | 9 | 61 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
153 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 61 | 9 | 61 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
154 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 62 | 9 | 62 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
154 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 62 | 9 | 62 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
155 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 63 | 9 | 63 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
155 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 63 | 9 | 63 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
156 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 64 | 9 | 64 | 138 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
156 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 64 | 9 | 64 | 138 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
157 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 65 | 9 | 65 | 140 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
157 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 65 | 9 | 65 | 140 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
158 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 66 | 9 | 66 | 139 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
158 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 66 | 9 | 66 | 139 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
159 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 67 | 9 | 67 | 139 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
159 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 67 | 9 | 67 | 139 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
160 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 68 | 9 | 68 | 141 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
160 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 68 | 9 | 68 | 141 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
161 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 69 | 9 | 69 | 141 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
161 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 69 | 9 | 69 | 141 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
162 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 70 | 9 | 70 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
162 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 70 | 9 | 70 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
163 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 71 | 9 | 71 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
163 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 71 | 9 | 71 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
164 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 72 | 9 | 72 | 95 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
164 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 72 | 9 | 72 | 95 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
165 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 73 | 9 | 73 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
165 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 73 | 9 | 73 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
166 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 74 | 9 | 74 | 116 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
166 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 74 | 9 | 74 | 116 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
167 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 75 | 9 | 75 | 100 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
167 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 75 | 9 | 75 | 100 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
168 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 76 | 9 | 76 | 100 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
168 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 76 | 9 | 76 | 100 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
169 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 77 | 9 | 77 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
169 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 77 | 9 | 77 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
170 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 78 | 9 | 78 | 119 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
170 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 78 | 9 | 78 | 119 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
171 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 79 | 9 | 79 | 120 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
171 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 79 | 9 | 79 | 120 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
172 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 80 | 9 | 80 | 165 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
172 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 80 | 9 | 80 | 165 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
173 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 81 | 9 | 81 | 107 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
173 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 81 | 9 | 81 | 107 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
174 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 82 | 9 | 82 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
174 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 82 | 9 | 82 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
175 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 83 | 9 | 83 | 124 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
175 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 83 | 9 | 83 | 124 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
176 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 84 | 9 | 84 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
176 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 84 | 9 | 84 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
177 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 85 | 9 | 85 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
177 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 85 | 9 | 85 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
178 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 86 | 9 | 86 | 105 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
178 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 86 | 9 | 86 | 105 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
179 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 128 | 12 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
179 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 128 | 12 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
180 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 132 | 16 | 135 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
180 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 132 | 16 | 135 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
181 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
181 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
182 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 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 |
182 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 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 |
183 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'RegExps' has a total cognitive complexity of 2241 (highest 135), current threshold is 50 |
183 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'RegExps' has a total cognitive complexity of 2241 (highest 135), current threshold is 50 |
184 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'RegExps' has a total cyclomatic complexity of 528 (highest 108). |
184 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'RegExps' has a total cyclomatic complexity of 528 (highest 108). |
185 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
185 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
186 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 1,561 |
186 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 1,561 |
187 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'RegExps' has a Standard Cyclomatic Complexity of 20 (Highest = 51). |
187 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1743 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'RegExps' has a Standard Cyclomatic Complexity of 20 (Highest = 51). |
188 | /force-app/main/default/classes/RegExps.cls | 41 | 12 | 111 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
188 | /force-app/main/default/classes/RegExps.cls | 41 | 12 | 111 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
189 | /force-app/main/default/classes/RegExps.cls | 41 | 12 | 111 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ParserContext has 21 public methods, attributes, and properties (limit: 20) |
189 | /force-app/main/default/classes/RegExps.cls | 41 | 12 | 111 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ParserContext has 21 public methods, attributes, and properties (limit: 20) |
190 | /force-app/main/default/classes/RegExps.cls | 43 | 16 | 65 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
190 | /force-app/main/default/classes/RegExps.cls | 43 | 16 | 65 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
191 | /force-app/main/default/classes/RegExps.cls | 67 | 23 | 67 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'formula' should be before method declarations in its class |
191 | /force-app/main/default/classes/RegExps.cls | 67 | 23 | 67 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'formula' should be before method declarations in its class |
192 | /force-app/main/default/classes/RegExps.cls | 68 | 23 | 68 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputString' should be before method declarations in its class |
192 | /force-app/main/default/classes/RegExps.cls | 68 | 23 | 68 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputString' should be before method declarations in its class |
193 | /force-app/main/default/classes/RegExps.cls | 69 | 36 | 69 | 52 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesString' should be before method declarations in its class |
193 | /force-app/main/default/classes/RegExps.cls | 69 | 36 | 69 | 52 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesString' should be before method declarations in its class |
194 | /force-app/main/default/classes/RegExps.cls | 70 | 37 | 70 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDecimal' should be before method declarations in its class |
194 | /force-app/main/default/classes/RegExps.cls | 70 | 37 | 70 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDecimal' should be before method declarations in its class |
195 | /force-app/main/default/classes/RegExps.cls | 71 | 38 | 71 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDateTime' should be before method declarations in its class |
195 | /force-app/main/default/classes/RegExps.cls | 71 | 38 | 71 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDateTime' should be before method declarations in its class |
196 | /force-app/main/default/classes/RegExps.cls | 72 | 28 | 72 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesNULL' should be before method declarations in its class |
196 | /force-app/main/default/classes/RegExps.cls | 72 | 28 | 72 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesNULL' should be before method declarations in its class |
197 | /force-app/main/default/classes/RegExps.cls | 73 | 37 | 73 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesBoolean' should be before method declarations in its class |
197 | /force-app/main/default/classes/RegExps.cls | 73 | 37 | 73 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesBoolean' should be before method declarations in its class |
198 | /force-app/main/default/classes/RegExps.cls | 74 | 36 | 74 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'replacements' should be before method declarations in its class |
198 | /force-app/main/default/classes/RegExps.cls | 74 | 36 | 74 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'replacements' should be before method declarations in its class |
199 | /force-app/main/default/classes/RegExps.cls | 75 | 36 | 75 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldsPlaceholders' should be before method declarations in its class |
199 | /force-app/main/default/classes/RegExps.cls | 75 | 36 | 75 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldsPlaceholders' should be before method declarations in its class |
200 | /force-app/main/default/classes/RegExps.cls | 76 | 28 | 76 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fields' should be before method declarations in its class |
200 | /force-app/main/default/classes/RegExps.cls | 76 | 28 | 76 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fields' should be before method declarations in its class |
201 | /force-app/main/default/classes/RegExps.cls | 77 | 36 | 77 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldValues' should be before method declarations in its class |
201 | /force-app/main/default/classes/RegExps.cls | 77 | 36 | 77 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldValues' should be before method declarations in its class |
202 | /force-app/main/default/classes/RegExps.cls | 78 | 36 | 78 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldTypes' should be before method declarations in its class |
202 | /force-app/main/default/classes/RegExps.cls | 78 | 36 | 78 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldTypes' should be before method declarations in its class |
203 | /force-app/main/default/classes/RegExps.cls | 79 | 23 | 79 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputType' should be before method declarations in its class |
203 | /force-app/main/default/classes/RegExps.cls | 79 | 23 | 79 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputType' should be before method declarations in its class |
204 | /force-app/main/default/classes/RegExps.cls | 80 | 16 | 80 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
204 | /force-app/main/default/classes/RegExps.cls | 80 | 16 | 80 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
205 | /force-app/main/default/classes/RegExps.cls | 81 | 16 | 81 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
205 | /force-app/main/default/classes/RegExps.cls | 81 | 16 | 81 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
206 | /force-app/main/default/classes/RegExps.cls | 82 | 16 | 82 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
206 | /force-app/main/default/classes/RegExps.cls | 82 | 16 | 82 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
207 | /force-app/main/default/classes/RegExps.cls | 83 | 16 | 83 | 47 | 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/RegExps.cls | 83 | 16 | 83 | 47 | 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/RegExps.cls | 84 | 16 | 84 | 43 | 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/RegExps.cls | 84 | 16 | 84 | 43 | 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/RegExps.cls | 86 | 16 | 90 | 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/RegExps.cls | 86 | 16 | 90 | 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/RegExps.cls | 91 | 16 | 95 | 10 | 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/RegExps.cls | 91 | 16 | 95 | 10 | 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/RegExps.cls | 96 | 16 | 100 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
211 | /force-app/main/default/classes/RegExps.cls | 96 | 16 | 100 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
212 | /force-app/main/default/classes/RegExps.cls | 101 | 16 | 105 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
212 | /force-app/main/default/classes/RegExps.cls | 101 | 16 | 105 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
213 | /force-app/main/default/classes/RegExps.cls | 106 | 16 | 110 | 10 | 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/RegExps.cls | 106 | 16 | 110 | 10 | 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/RegExps.cls | 113 | 19 | 225 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
214 | /force-app/main/default/classes/RegExps.cls | 113 | 19 | 225 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
215 | /force-app/main/default/classes/RegExps.cls | 113 | 19 | 225 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cognitive complexity of 59, current threshold is 15 |
215 | /force-app/main/default/classes/RegExps.cls | 113 | 19 | 225 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cognitive complexity of 59, current threshold is 15 |
216 | /force-app/main/default/classes/RegExps.cls | 113 | 19 | 225 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cyclomatic complexity of 27. |
216 | /force-app/main/default/classes/RegExps.cls | 113 | 19 | 225 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cyclomatic complexity of 27. |
217 | /force-app/main/default/classes/RegExps.cls | 113 | 19 | 225 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathExpressions()' has an NCSS line count of 89 (limit: 40) |
217 | /force-app/main/default/classes/RegExps.cls | 113 | 19 | 225 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathExpressions()' has an NCSS line count of 89 (limit: 40) |
218 | /force-app/main/default/classes/RegExps.cls | 113 | 19 | 225 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathExpressions' has a Standard Cyclomatic Complexity of 22. |
218 | /force-app/main/default/classes/RegExps.cls | 113 | 19 | 225 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathExpressions' has a Standard Cyclomatic Complexity of 22. |
219 | /force-app/main/default/classes/RegExps.cls | 183 | 16 | 183 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tmpOutput' defined but not used |
219 | /force-app/main/default/classes/RegExps.cls | 183 | 16 | 183 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tmpOutput' defined but not used |
220 | /force-app/main/default/classes/RegExps.cls | 227 | 19 | 229 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
220 | /force-app/main/default/classes/RegExps.cls | 227 | 19 | 229 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
221 | /force-app/main/default/classes/RegExps.cls | 231 | 19 | 264 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
221 | /force-app/main/default/classes/RegExps.cls | 231 | 19 | 264 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
222 | /force-app/main/default/classes/RegExps.cls | 231 | 19 | 264 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'clearParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
222 | /force-app/main/default/classes/RegExps.cls | 231 | 19 | 264 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'clearParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
223 | /force-app/main/default/classes/RegExps.cls | 231 | 19 | 264 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'clearParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
223 | /force-app/main/default/classes/RegExps.cls | 231 | 19 | 264 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'clearParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
224 | /force-app/main/default/classes/RegExps.cls | 266 | 19 | 298 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
224 | /force-app/main/default/classes/RegExps.cls | 266 | 19 | 298 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
225 | /force-app/main/default/classes/RegExps.cls | 266 | 19 | 298 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'wrapParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
225 | /force-app/main/default/classes/RegExps.cls | 266 | 19 | 298 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'wrapParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
226 | /force-app/main/default/classes/RegExps.cls | 266 | 19 | 298 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'wrapParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
226 | /force-app/main/default/classes/RegExps.cls | 266 | 19 | 298 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'wrapParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
227 | /force-app/main/default/classes/RegExps.cls | 300 | 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 |
227 | /force-app/main/default/classes/RegExps.cls | 300 | 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 |
228 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
228 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
229 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cognitive complexity of 16, current threshold is 15 |
229 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cognitive complexity of 16, current threshold is 15 |
230 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cyclomatic complexity of 11. |
230 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cyclomatic complexity of 11. |
231 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 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. |
231 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 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. |
232 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBinaryOperations()' has an NCSS line count of 41 (limit: 40) |
232 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBinaryOperations()' has an NCSS line count of 41 (limit: 40) |
233 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBinaryOperations' has a Standard Cyclomatic Complexity of 11. |
233 | /force-app/main/default/classes/RegExps.cls | 317 | 19 | 373 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBinaryOperations' has a Standard Cyclomatic Complexity of 11. |
234 | /force-app/main/default/classes/RegExps.cls | 375 | 19 | 395 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
234 | /force-app/main/default/classes/RegExps.cls | 375 | 19 | 395 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
235 | /force-app/main/default/classes/RegExps.cls | 397 | 19 | 501 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
235 | /force-app/main/default/classes/RegExps.cls | 397 | 19 | 501 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
236 | /force-app/main/default/classes/RegExps.cls | 397 | 19 | 501 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cognitive complexity of 44, current threshold is 15 |
236 | /force-app/main/default/classes/RegExps.cls | 397 | 19 | 501 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cognitive complexity of 44, current threshold is 15 |
237 | /force-app/main/default/classes/RegExps.cls | 397 | 19 | 501 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cyclomatic complexity of 40. |
237 | /force-app/main/default/classes/RegExps.cls | 397 | 19 | 501 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cyclomatic complexity of 40. |
238 | /force-app/main/default/classes/RegExps.cls | 397 | 19 | 501 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathFunctions()' has an NCSS line count of 103 (limit: 40) |
238 | /force-app/main/default/classes/RegExps.cls | 397 | 19 | 501 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathFunctions()' has an NCSS line count of 103 (limit: 40) |
239 | /force-app/main/default/classes/RegExps.cls | 397 | 19 | 501 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathFunctions' has a Standard Cyclomatic Complexity of 34. |
239 | /force-app/main/default/classes/RegExps.cls | 397 | 19 | 501 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathFunctions' has a Standard Cyclomatic Complexity of 34. |
240 | /force-app/main/default/classes/RegExps.cls | 503 | 19 | 625 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
240 | /force-app/main/default/classes/RegExps.cls | 503 | 19 | 625 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
241 | /force-app/main/default/classes/RegExps.cls | 503 | 19 | 625 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cognitive complexity of 68, current threshold is 15 |
241 | /force-app/main/default/classes/RegExps.cls | 503 | 19 | 625 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cognitive complexity of 68, current threshold is 15 |
242 | /force-app/main/default/classes/RegExps.cls | 503 | 19 | 625 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cyclomatic complexity of 37. |
242 | /force-app/main/default/classes/RegExps.cls | 503 | 19 | 625 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cyclomatic complexity of 37. |
243 | /force-app/main/default/classes/RegExps.cls | 503 | 19 | 625 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateTypeConversionFunctions()' has an NCSS line count of 106 (limit: 40) |
243 | /force-app/main/default/classes/RegExps.cls | 503 | 19 | 625 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateTypeConversionFunctions()' has an NCSS line count of 106 (limit: 40) |
244 | /force-app/main/default/classes/RegExps.cls | 503 | 19 | 625 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateTypeConversionFunctions' has a Standard Cyclomatic Complexity of 30. |
244 | /force-app/main/default/classes/RegExps.cls | 503 | 19 | 625 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateTypeConversionFunctions' has a Standard Cyclomatic Complexity of 30. |
245 | /force-app/main/default/classes/RegExps.cls | 545 | 21 | 547 | 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 |
245 | /force-app/main/default/classes/RegExps.cls | 545 | 21 | 547 | 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 |
246 | /force-app/main/default/classes/RegExps.cls | 554 | 21 | 556 | 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 |
246 | /force-app/main/default/classes/RegExps.cls | 554 | 21 | 556 | 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 |
247 | /force-app/main/default/classes/RegExps.cls | 568 | 21 | 570 | 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 |
247 | /force-app/main/default/classes/RegExps.cls | 568 | 21 | 570 | 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 |
248 | /force-app/main/default/classes/RegExps.cls | 610 | 21 | 616 | 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 |
248 | /force-app/main/default/classes/RegExps.cls | 610 | 21 | 616 | 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 |
249 | /force-app/main/default/classes/RegExps.cls | 612 | 28 | 616 | 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 |
249 | /force-app/main/default/classes/RegExps.cls | 612 | 28 | 616 | 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 |
250 | /force-app/main/default/classes/RegExps.cls | 643 | 19 | 859 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
250 | /force-app/main/default/classes/RegExps.cls | 643 | 19 | 859 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
251 | /force-app/main/default/classes/RegExps.cls | 643 | 19 | 859 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cognitive complexity of 122, current threshold is 15 |
251 | /force-app/main/default/classes/RegExps.cls | 643 | 19 | 859 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cognitive complexity of 122, current threshold is 15 |
252 | /force-app/main/default/classes/RegExps.cls | 643 | 19 | 859 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cyclomatic complexity of 75. |
252 | /force-app/main/default/classes/RegExps.cls | 643 | 19 | 859 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cyclomatic complexity of 75. |
253 | /force-app/main/default/classes/RegExps.cls | 643 | 19 | 859 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateDateTimeFunctions()' has an NCSS line count of 239 (limit: 40) |
253 | /force-app/main/default/classes/RegExps.cls | 643 | 19 | 859 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateDateTimeFunctions()' has an NCSS line count of 239 (limit: 40) |
254 | /force-app/main/default/classes/RegExps.cls | 643 | 19 | 859 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateDateTimeFunctions' has a Standard Cyclomatic Complexity of 51. |
254 | /force-app/main/default/classes/RegExps.cls | 643 | 19 | 859 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateDateTimeFunctions' has a Standard Cyclomatic Complexity of 51. |
255 | /force-app/main/default/classes/RegExps.cls | 861 | 19 | 1171 | 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/RegExps.cls | 861 | 19 | 1171 | 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/RegExps.cls | 861 | 19 | 1171 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cognitive complexity of 135, current threshold is 15 |
256 | /force-app/main/default/classes/RegExps.cls | 861 | 19 | 1171 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cognitive complexity of 135, current threshold is 15 |
257 | /force-app/main/default/classes/RegExps.cls | 861 | 19 | 1171 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cyclomatic complexity of 108. |
257 | /force-app/main/default/classes/RegExps.cls | 861 | 19 | 1171 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cyclomatic complexity of 108. |
258 | /force-app/main/default/classes/RegExps.cls | 861 | 19 | 1171 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateStringFunctions()' has an NCSS line count of 294 (limit: 40) |
258 | /force-app/main/default/classes/RegExps.cls | 861 | 19 | 1171 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateStringFunctions()' has an NCSS line count of 294 (limit: 40) |
259 | /force-app/main/default/classes/RegExps.cls | 861 | 19 | 1171 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateStringFunctions' has a Standard Cyclomatic Complexity of 49. |
259 | /force-app/main/default/classes/RegExps.cls | 861 | 19 | 1171 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateStringFunctions' has a Standard Cyclomatic Complexity of 49. |
260 | /force-app/main/default/classes/RegExps.cls | 863 | 22 | 863 | 87 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEN_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
260 | /force-app/main/default/classes/RegExps.cls | 863 | 22 | 863 | 87 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEN_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
261 | /force-app/main/default/classes/RegExps.cls | 864 | 22 | 864 | 149 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTRING_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
261 | /force-app/main/default/classes/RegExps.cls | 864 | 22 | 864 | 149 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTRING_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
262 | /force-app/main/default/classes/RegExps.cls | 865 | 22 | 865 | 119 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEFT_RIGHT_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
262 | /force-app/main/default/classes/RegExps.cls | 865 | 22 | 865 | 119 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEFT_RIGHT_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
263 | /force-app/main/default/classes/RegExps.cls | 866 | 22 | 866 | 117 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'ISPICKVAL_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
263 | /force-app/main/default/classes/RegExps.cls | 866 | 22 | 866 | 117 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'ISPICKVAL_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
264 | /force-app/main/default/classes/RegExps.cls | 867 | 22 | 867 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONVERTID_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
264 | /force-app/main/default/classes/RegExps.cls | 867 | 22 | 867 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONVERTID_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
265 | /force-app/main/default/classes/RegExps.cls | 868 | 22 | 868 | 115 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONTAINS_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
265 | /force-app/main/default/classes/RegExps.cls | 868 | 22 | 868 | 115 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONTAINS_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
266 | /force-app/main/default/classes/RegExps.cls | 869 | 22 | 869 | 107 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'FIND_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
266 | /force-app/main/default/classes/RegExps.cls | 869 | 22 | 869 | 107 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'FIND_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
267 | /force-app/main/default/classes/RegExps.cls | 870 | 22 | 870 | 95 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LOWER_UPPER_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
267 | /force-app/main/default/classes/RegExps.cls | 870 | 22 | 870 | 95 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LOWER_UPPER_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
268 | /force-app/main/default/classes/RegExps.cls | 871 | 22 | 871 | 145 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTITUTE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
268 | /force-app/main/default/classes/RegExps.cls | 871 | 22 | 871 | 145 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTITUTE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
269 | /force-app/main/default/classes/RegExps.cls | 872 | 22 | 872 | 81 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'TRIM_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
269 | /force-app/main/default/classes/RegExps.cls | 872 | 22 | 872 | 81 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'TRIM_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
270 | /force-app/main/default/classes/RegExps.cls | 873 | 22 | 873 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'VALUE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
270 | /force-app/main/default/classes/RegExps.cls | 873 | 22 | 873 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'VALUE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
271 | /force-app/main/default/classes/RegExps.cls | 874 | 22 | 874 | 121 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONCATENATE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
271 | /force-app/main/default/classes/RegExps.cls | 874 | 22 | 874 | 121 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONCATENATE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
272 | /force-app/main/default/classes/RegExps.cls | 875 | 22 | 875 | 88 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'ONEPARAM_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
272 | /force-app/main/default/classes/RegExps.cls | 875 | 22 | 875 | 88 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'ONEPARAM_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
273 | /force-app/main/default/classes/RegExps.cls | 876 | 22 | 876 | 114 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'TWOPARAMS_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
273 | /force-app/main/default/classes/RegExps.cls | 876 | 22 | 876 | 114 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'TWOPARAMS_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
274 | /force-app/main/default/classes/RegExps.cls | 1173 | 19 | 1297 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
274 | /force-app/main/default/classes/RegExps.cls | 1173 | 19 | 1297 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
275 | /force-app/main/default/classes/RegExps.cls | 1173 | 19 | 1297 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cognitive complexity of 77, current threshold is 15 |
275 | /force-app/main/default/classes/RegExps.cls | 1173 | 19 | 1297 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cognitive complexity of 77, current threshold is 15 |
276 | /force-app/main/default/classes/RegExps.cls | 1173 | 19 | 1297 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cyclomatic complexity of 41. |
276 | /force-app/main/default/classes/RegExps.cls | 1173 | 19 | 1297 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cyclomatic complexity of 41. |
277 | /force-app/main/default/classes/RegExps.cls | 1173 | 19 | 1297 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateCompareExpressions()' has an NCSS line count of 104 (limit: 40) |
277 | /force-app/main/default/classes/RegExps.cls | 1173 | 19 | 1297 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateCompareExpressions()' has an NCSS line count of 104 (limit: 40) |
278 | /force-app/main/default/classes/RegExps.cls | 1173 | 19 | 1297 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateCompareExpressions' has a Standard Cyclomatic Complexity of 26. |
278 | /force-app/main/default/classes/RegExps.cls | 1173 | 19 | 1297 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateCompareExpressions' has a Standard Cyclomatic Complexity of 26. |
279 | /force-app/main/default/classes/RegExps.cls | 1299 | 19 | 1354 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
279 | /force-app/main/default/classes/RegExps.cls | 1299 | 19 | 1354 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
280 | /force-app/main/default/classes/RegExps.cls | 1299 | 19 | 1354 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cognitive complexity of 40, current threshold is 15 |
280 | /force-app/main/default/classes/RegExps.cls | 1299 | 19 | 1354 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cognitive complexity of 40, current threshold is 15 |
281 | /force-app/main/default/classes/RegExps.cls | 1299 | 19 | 1354 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cyclomatic complexity of 25. |
281 | /force-app/main/default/classes/RegExps.cls | 1299 | 19 | 1354 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cyclomatic complexity of 25. |
282 | /force-app/main/default/classes/RegExps.cls | 1299 | 19 | 1354 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressions()' has an NCSS line count of 66 (limit: 40) |
282 | /force-app/main/default/classes/RegExps.cls | 1299 | 19 | 1354 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressions()' has an NCSS line count of 66 (limit: 40) |
283 | /force-app/main/default/classes/RegExps.cls | 1299 | 19 | 1354 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressions' has a Standard Cyclomatic Complexity of 16. |
283 | /force-app/main/default/classes/RegExps.cls | 1299 | 19 | 1354 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressions' has a Standard Cyclomatic Complexity of 16. |
284 | /force-app/main/default/classes/RegExps.cls | 1356 | 19 | 1464 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
284 | /force-app/main/default/classes/RegExps.cls | 1356 | 19 | 1464 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
285 | /force-app/main/default/classes/RegExps.cls | 1356 | 19 | 1464 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cognitive complexity of 89, current threshold is 15 |
285 | /force-app/main/default/classes/RegExps.cls | 1356 | 19 | 1464 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cognitive complexity of 89, current threshold is 15 |
286 | /force-app/main/default/classes/RegExps.cls | 1356 | 19 | 1464 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cyclomatic complexity of 44. |
286 | /force-app/main/default/classes/RegExps.cls | 1356 | 19 | 1464 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cyclomatic complexity of 44. |
287 | /force-app/main/default/classes/RegExps.cls | 1356 | 19 | 1464 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressionsCASE()' has an NCSS line count of 123 (limit: 40) |
287 | /force-app/main/default/classes/RegExps.cls | 1356 | 19 | 1464 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressionsCASE()' has an NCSS line count of 123 (limit: 40) |
288 | /force-app/main/default/classes/RegExps.cls | 1356 | 19 | 1464 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE' has a Standard Cyclomatic Complexity of 34. |
288 | /force-app/main/default/classes/RegExps.cls | 1356 | 19 | 1464 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE' has a Standard Cyclomatic Complexity of 34. |
289 | /force-app/main/default/classes/RegExps.cls | 1466 | 19 | 1591 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
289 | /force-app/main/default/classes/RegExps.cls | 1466 | 19 | 1591 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
290 | /force-app/main/default/classes/RegExps.cls | 1466 | 19 | 1591 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cognitive complexity of 42, current threshold is 15 |
290 | /force-app/main/default/classes/RegExps.cls | 1466 | 19 | 1591 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cognitive complexity of 42, current threshold is 15 |
291 | /force-app/main/default/classes/RegExps.cls | 1466 | 19 | 1591 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cyclomatic complexity of 26. |
291 | /force-app/main/default/classes/RegExps.cls | 1466 | 19 | 1591 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cyclomatic complexity of 26. |
292 | /force-app/main/default/classes/RegExps.cls | 1466 | 19 | 1591 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBooleanExpressions()' has an NCSS line count of 102 (limit: 40) |
292 | /force-app/main/default/classes/RegExps.cls | 1466 | 19 | 1591 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBooleanExpressions()' has an NCSS line count of 102 (limit: 40) |
293 | /force-app/main/default/classes/RegExps.cls | 1466 | 19 | 1591 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBooleanExpressions' has a Standard Cyclomatic Complexity of 19. |
293 | /force-app/main/default/classes/RegExps.cls | 1466 | 19 | 1591 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBooleanExpressions' has a Standard Cyclomatic Complexity of 19. |
294 | /force-app/main/default/classes/RegExps.cls | 1593 | 19 | 1685 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
294 | /force-app/main/default/classes/RegExps.cls | 1593 | 19 | 1685 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
295 | /force-app/main/default/classes/RegExps.cls | 1593 | 19 | 1685 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateResult(ParserContext)' has a cognitive complexity of 39, current threshold is 15 |
295 | /force-app/main/default/classes/RegExps.cls | 1593 | 19 | 1685 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateResult(ParserContext)' has a cognitive complexity of 39, current threshold is 15 |
296 | /force-app/main/default/classes/RegExps.cls | 1593 | 19 | 1685 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateResult(ParserContext)' has a cyclomatic complexity of 30. |
296 | /force-app/main/default/classes/RegExps.cls | 1593 | 19 | 1685 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateResult(ParserContext)' has a cyclomatic complexity of 30. |
297 | /force-app/main/default/classes/RegExps.cls | 1593 | 19 | 1685 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateResult()' has an NCSS line count of 98 (limit: 40) |
297 | /force-app/main/default/classes/RegExps.cls | 1593 | 19 | 1685 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateResult()' has an NCSS line count of 98 (limit: 40) |
298 | /force-app/main/default/classes/RegExps.cls | 1593 | 19 | 1685 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateResult' has a Standard Cyclomatic Complexity of 22. |
298 | /force-app/main/default/classes/RegExps.cls | 1593 | 19 | 1685 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateResult' has a Standard Cyclomatic Complexity of 22. |
299 | /force-app/main/default/classes/RegExps.cls | 1610 | 17 | 1614 | 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 |
299 | /force-app/main/default/classes/RegExps.cls | 1610 | 17 | 1614 | 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 |
300 | /force-app/main/default/classes/RegExps.cls | 1638 | 17 | 1640 | 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 |
300 | /force-app/main/default/classes/RegExps.cls | 1638 | 17 | 1640 | 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 |
301 | /force-app/main/default/classes/RegExps.cls | 1687 | 19 | 1739 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
301 | /force-app/main/default/classes/RegExps.cls | 1687 | 19 | 1739 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
302 | /force-app/main/default/classes/RegExps.cls | 1687 | 19 | 1739 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cognitive complexity of 27, current threshold is 15 |
302 | /force-app/main/default/classes/RegExps.cls | 1687 | 19 | 1739 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cognitive complexity of 27, current threshold is 15 |
303 | /force-app/main/default/classes/RegExps.cls | 1687 | 19 | 1739 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cyclomatic complexity of 12. |
303 | /force-app/main/default/classes/RegExps.cls | 1687 | 19 | 1739 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cyclomatic complexity of 12. |
304 | /force-app/main/default/classes/RegExps.cls | 1687 | 19 | 1739 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'iterativePlaceholderDiscover()' has an NCSS line count of 42 (limit: 40) |
304 | /force-app/main/default/classes/RegExps.cls | 1687 | 19 | 1739 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'iterativePlaceholderDiscover()' has an NCSS line count of 42 (limit: 40) |
305 | /force-app/main/default/classes/RegExps.cls | 1687 | 19 | 1739 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'iterativePlaceholderDiscover' has a Standard Cyclomatic Complexity of 11. |
305 | /force-app/main/default/classes/RegExps.cls | 1687 | 19 | 1739 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'iterativePlaceholderDiscover' has a Standard Cyclomatic Complexity of 11. |
306 | /force-app/main/default/classes/RegExps.cls | 1741 | 12 | 1742 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
306 | /force-app/main/default/classes/RegExps.cls | 1741 | 12 | 1742 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
307 | /force-app/main/default/classes/SearchUtils.cls | 1 | 21 | 135 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
307 | /force-app/main/default/classes/SearchUtils.cls | 1 | 21 | 135 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
308 | /force-app/main/default/classes/SearchUtils.cls | 1 | 21 | 135 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
308 | /force-app/main/default/classes/SearchUtils.cls | 1 | 21 | 135 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
309 | /force-app/main/default/classes/SearchUtils.cls | 33 | 19 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
309 | /force-app/main/default/classes/SearchUtils.cls | 33 | 19 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
310 | /force-app/main/default/classes/SearchUtils.cls | 44 | 50 | 44 | 61 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
310 | /force-app/main/default/classes/SearchUtils.cls | 44 | 50 | 44 | 61 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
311 | /force-app/main/default/classes/SearchUtils.cls | 44 | 35 | 44 | 62 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
311 | /force-app/main/default/classes/SearchUtils.cls | 44 | 35 | 44 | 62 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
312 | /force-app/main/default/classes/SearchUtils.cls | 55 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
312 | /force-app/main/default/classes/SearchUtils.cls | 55 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
313 | /force-app/main/default/classes/SearchUtils.cls | 62 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
313 | /force-app/main/default/classes/SearchUtils.cls | 62 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
314 | /force-app/main/default/classes/SearchUtils.cls | 71 | 29 | 71 | 71 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objectIds' defined but not used |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
315 | /force-app/main/default/classes/SearchUtils.cls | 75 | 56 | 75 | 67 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
314 | /force-app/main/default/classes/SearchUtils.cls | 75 | 56 | 75 | 67 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
316 | /force-app/main/default/classes/SearchUtils.cls | 75 | 41 | 75 | 68 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
315 | /force-app/main/default/classes/SearchUtils.cls | 75 | 41 | 75 | 68 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
317 | /force-app/main/default/classes/SearchUtils.cls | 97 | 19 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
316 | /force-app/main/default/classes/SearchUtils.cls | 97 | 19 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
318 | /force-app/main/default/classes/SearchUtils.cls | 104 | 50 | 104 | 80 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
317 | /force-app/main/default/classes/SearchUtils.cls | 104 | 50 | 104 | 80 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
319 | /force-app/main/default/classes/SearchUtils.cls | 119 | 12 | 134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
318 | /force-app/main/default/classes/SearchUtils.cls | 119 | 12 | 134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
320 | /force-app/main/default/classes/SearchUtils.cls | 124 | 16 | 127 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
319 | /force-app/main/default/classes/SearchUtils.cls | 124 | 16 | 127 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
321 | /force-app/main/default/classes/SearchUtils.cls | 128 | 16 | 133 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
320 | /force-app/main/default/classes/SearchUtils.cls | 128 | 16 | 133 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
322 | /force-app/main/default/classes/SearchUtils.cls | 128 | 16 | 133 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
321 | /force-app/main/default/classes/SearchUtils.cls | 128 | 16 | 133 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
323 | /force-app/main/default/classes/SearchUtilsTest.cls | 31 | 9 | 31 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
322 | /force-app/main/default/classes/SearchUtilsTest.cls | 31 | 9 | 31 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
324 | /force-app/main/default/classes/SearchUtilsTest.cls | 35 | 13 | 35 | 145 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
323 | /force-app/main/default/classes/SearchUtilsTest.cls | 35 | 13 | 35 | 145 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
325 | /force-app/main/default/classes/SearchUtilsTest.cls | 36 | 13 | 36 | 109 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
324 | /force-app/main/default/classes/SearchUtilsTest.cls | 36 | 13 | 36 | 109 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
326 | /force-app/main/default/classes/SearchUtilsTest.cls | 49 | 9 | 49 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
325 | /force-app/main/default/classes/SearchUtilsTest.cls | 49 | 9 | 49 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
327 | /force-app/main/default/classes/SearchUtilsTest.cls | 50 | 9 | 50 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
326 | /force-app/main/default/classes/SearchUtilsTest.cls | 50 | 9 | 50 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
328 | /force-app/main/default/classes/UpdateField.cls | 1 | 21 | 112 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
327 | /force-app/main/default/classes/UpdateField.cls | 1 | 21 | 112 | 2 | 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/UpdateField.cls | 4 | 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 |
328 | /force-app/main/default/classes/UpdateField.cls | 4 | 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 |
330 | /force-app/main/default/classes/UpdateField.cls | 4 | 19 | 68 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'execute(List |
329 | /force-app/main/default/classes/UpdateField.cls | 4 | 19 | 68 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'execute(List |
331 | /force-app/main/default/classes/UpdateField.cls | 9 | 9 | 9 | 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 |
330 | /force-app/main/default/classes/UpdateField.cls | 9 | 9 | 9 | 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 |
332 | /force-app/main/default/classes/UpdateField.cls | 9 | 9 | 9 | 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. |
331 | /force-app/main/default/classes/UpdateField.cls | 9 | 9 | 9 | 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. |
333 | /force-app/main/default/classes/UpdateField.cls | 14 | 9 | 14 | 33 | 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 |
332 | /force-app/main/default/classes/UpdateField.cls | 14 | 9 | 14 | 33 | 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 |
334 | /force-app/main/default/classes/UpdateField.cls | 14 | 9 | 14 | 33 | 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. |
333 | /force-app/main/default/classes/UpdateField.cls | 14 | 9 | 14 | 33 | 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. |
335 | /force-app/main/default/classes/UpdateField.cls | 70 | 19 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
334 | /force-app/main/default/classes/UpdateField.cls | 70 | 19 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
336 | /force-app/main/default/classes/UpdateField.cls | 80 | 12 | 89 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
335 | /force-app/main/default/classes/UpdateField.cls | 80 | 12 | 89 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
337 | /force-app/main/default/classes/UpdateField.cls | 91 | 12 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
336 | /force-app/main/default/classes/UpdateField.cls | 91 | 12 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
338 | /force-app/main/default/classes/UpdateField.cls | 101 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
337 | /force-app/main/default/classes/UpdateField.cls | 101 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
339 | /force-app/main/default/classes/UpdateField.cls | 105 | 16 | 108 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
338 | /force-app/main/default/classes/UpdateField.cls | 105 | 16 | 108 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
340 | /force-app/main/default/classes/UpdateFieldTest.cls | 4 | 12 | 39 | 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 'UpdateFieldActionRequestTest' doesn't match '[a-z][a-zA-Z0-9]*' |
339 | /force-app/main/default/classes/UpdateFieldTest.cls | 4 | 12 | 39 | 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 'UpdateFieldActionRequestTest' doesn't match '[a-z][a-zA-Z0-9]*' |
341 | /mdapi/classes/AssembleInputParams.cls | 2 | 21 | 83 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
340 | /mdapi/classes/AssembleInputParams.cls | 2 | 21 | 83 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
342 | /mdapi/classes/AssembleInputParams.cls | 6 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
341 | /mdapi/classes/AssembleInputParams.cls | 6 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
343 | /mdapi/classes/AssembleInputParams.cls | 7 | 9 | 7 | 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 |
342 | /mdapi/classes/AssembleInputParams.cls | 7 | 9 | 7 | 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 |
344 | /mdapi/classes/AssembleInputParams.cls | 7 | 9 | 7 | 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. |
343 | /mdapi/classes/AssembleInputParams.cls | 7 | 9 | 7 | 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. |
345 | /mdapi/classes/AssembleInputParams.cls | 17 | 17 | 17 | 155 | 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 |
344 | /mdapi/classes/AssembleInputParams.cls | 17 | 17 | 17 | 155 | 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 |
346 | /mdapi/classes/AssembleInputParams.cls | 17 | 17 | 17 | 155 | 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 |
345 | /mdapi/classes/AssembleInputParams.cls | 17 | 17 | 17 | 155 | 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 |
347 | /mdapi/classes/AssembleInputParams.cls | 28 | 9 | 28 | 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 |
346 | /mdapi/classes/AssembleInputParams.cls | 28 | 9 | 28 | 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 |
348 | /mdapi/classes/AssembleInputParams.cls | 28 | 9 | 28 | 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. |
347 | /mdapi/classes/AssembleInputParams.cls | 28 | 9 | 28 | 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. |
349 | /mdapi/classes/AssembleInputParams.cls | 29 | 9 | 29 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
348 | /mdapi/classes/AssembleInputParams.cls | 29 | 9 | 29 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
350 | /mdapi/classes/AssembleInputParams.cls | 29 | 9 | 29 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
349 | /mdapi/classes/AssembleInputParams.cls | 29 | 9 | 29 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
351 | /mdapi/classes/AssembleInputParams.cls | 35 | 12 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
350 | /mdapi/classes/AssembleInputParams.cls | 35 | 12 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
352 | /mdapi/classes/AssembleInputParams.cls | 39 | 12 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
351 | /mdapi/classes/AssembleInputParams.cls | 39 | 12 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
353 | /mdapi/classes/AssembleInputParams.cls | 67 | 12 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
352 | /mdapi/classes/AssembleInputParams.cls | 67 | 12 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
354 | /mdapi/classes/AssembleInputParams.cls | 74 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
353 | /mdapi/classes/AssembleInputParams.cls | 74 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
355 | /mdapi/classes/AssembleInputParams.cls | 78 | 16 | 81 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
354 | /mdapi/classes/AssembleInputParams.cls | 78 | 16 | 81 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
356 | /mdapi/classes/EvaluateFormula.cls | 1 | 21 | 58 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
355 | /mdapi/classes/EvaluateFormula.cls | 1 | 21 | 58 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
357 | /mdapi/classes/EvaluateFormula.cls | 4 | 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 |
356 | /mdapi/classes/EvaluateFormula.cls | 4 | 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 |
358 | /mdapi/classes/EvaluateFormula.cls | 5 | 9 | 5 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
357 | /mdapi/classes/EvaluateFormula.cls | 5 | 9 | 5 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
359 | /mdapi/classes/EvaluateFormula.cls | 5 | 9 | 5 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
358 | /mdapi/classes/EvaluateFormula.cls | 5 | 9 | 5 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
360 | /mdapi/classes/EvaluateFormula.cls | 22 | 9 | 22 | 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 |
359 | /mdapi/classes/EvaluateFormula.cls | 22 | 9 | 22 | 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 |
361 | /mdapi/classes/EvaluateFormula.cls | 22 | 9 | 22 | 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. |
360 | /mdapi/classes/EvaluateFormula.cls | 22 | 9 | 22 | 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. |
362 | /mdapi/classes/EvaluateFormula.cls | 23 | 9 | 23 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
361 | /mdapi/classes/EvaluateFormula.cls | 23 | 9 | 23 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
363 | /mdapi/classes/EvaluateFormula.cls | 23 | 9 | 23 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
362 | /mdapi/classes/EvaluateFormula.cls | 23 | 9 | 23 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
364 | /mdapi/classes/EvaluateFormula.cls | 37 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
363 | /mdapi/classes/EvaluateFormula.cls | 37 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
365 | /mdapi/classes/EvaluateFormula.cls | 47 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
364 | /mdapi/classes/EvaluateFormula.cls | 47 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
366 | /mdapi/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
365 | /mdapi/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
367 | /mdapi/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ExpressionBuilder' has a total cognitive complexity of 106 (highest 39), current threshold is 50 |
366 | /mdapi/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ExpressionBuilder' has a total cognitive complexity of 106 (highest 39), current threshold is 50 |
368 | /mdapi/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ExpressionBuilder' has a total cyclomatic complexity of 77 (highest 25). |
367 | /mdapi/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ExpressionBuilder' has a total cyclomatic complexity of 77 (highest 25). |
369 | /mdapi/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ExpressionBuilder' has a Standard Cyclomatic Complexity of 12 (Highest = 23). |
368 | /mdapi/classes/ExpressionBuilder.cls | 1 | 21 | 425 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ExpressionBuilder' has a Standard Cyclomatic Complexity of 12 (Highest = 23). |
370 | /mdapi/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
369 | /mdapi/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
371 | /mdapi/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'assembleFormulaString(String, String, String)' has a cognitive complexity of 38, current threshold is 15 |
370 | /mdapi/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'assembleFormulaString(String, String, String)' has a cognitive complexity of 38, current threshold is 15 |
372 | /mdapi/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'assembleFormulaString(String, String, String)' has a cyclomatic complexity of 25. |
371 | /mdapi/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'assembleFormulaString(String, String, String)' has a cyclomatic complexity of 25. |
373 | /mdapi/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'assembleFormulaString()' has an NCSS line count of 87 (limit: 40) |
372 | /mdapi/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'assembleFormulaString()' has an NCSS line count of 87 (limit: 40) |
374 | /mdapi/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'assembleFormulaString' has a Standard Cyclomatic Complexity of 19. |
373 | /mdapi/classes/ExpressionBuilder.cls | 3 | 19 | 115 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'assembleFormulaString' has a Standard Cyclomatic Complexity of 19. |
375 | /mdapi/classes/ExpressionBuilder.cls | 7 | 16 | 7 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'result' defined but not used |
374 | /mdapi/classes/ExpressionBuilder.cls | 7 | 16 | 7 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'result' defined but not used |
376 | /mdapi/classes/ExpressionBuilder.cls | 8 | 16 | 8 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'resultEnd' defined but not used |
375 | /mdapi/classes/ExpressionBuilder.cls | 8 | 16 | 8 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'resultEnd' defined but not used |
377 | /mdapi/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
376 | /mdapi/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
378 | /mdapi/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'disassemblyFormulaString(String)' has a cognitive complexity of 39, current threshold is 15 |
377 | /mdapi/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'disassemblyFormulaString(String)' has a cognitive complexity of 39, current threshold is 15 |
379 | /mdapi/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'disassemblyFormulaString(String)' has a cyclomatic complexity of 23. |
378 | /mdapi/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'disassemblyFormulaString(String)' has a cyclomatic complexity of 23. |
380 | /mdapi/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'disassemblyFormulaString()' has an NCSS line count of 121 (limit: 40) |
379 | /mdapi/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'disassemblyFormulaString()' has an NCSS line count of 121 (limit: 40) |
381 | /mdapi/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'disassemblyFormulaString' has a Standard Cyclomatic Complexity of 23. |
380 | /mdapi/classes/ExpressionBuilder.cls | 134 | 19 | 296 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'disassemblyFormulaString' has a Standard Cyclomatic Complexity of 23. |
382 | /mdapi/classes/ExpressionBuilder.cls | 298 | 19 | 315 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
381 | /mdapi/classes/ExpressionBuilder.cls | 298 | 19 | 315 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
383 | /mdapi/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
382 | /mdapi/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
384 | /mdapi/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertExpressionLines(ExpressionLineWrapper)' has a cyclomatic complexity of 13. |
383 | /mdapi/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertExpressionLines(ExpressionLineWrapper)' has a cyclomatic complexity of 13. |
385 | /mdapi/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'convertExpressionLines()' has an NCSS line count of 53 (limit: 40) |
384 | /mdapi/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'convertExpressionLines()' has an NCSS line count of 53 (limit: 40) |
386 | /mdapi/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convertExpressionLines' has a Standard Cyclomatic Complexity of 13. |
385 | /mdapi/classes/ExpressionBuilder.cls | 317 | 19 | 373 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convertExpressionLines' has a Standard Cyclomatic Complexity of 13. |
387 | /mdapi/classes/ExpressionBuilder.cls | 375 | 19 | 387 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
386 | /mdapi/classes/ExpressionBuilder.cls | 375 | 19 | 387 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
388 | /mdapi/classes/ExpressionBuilder.cls | 389 | 19 | 403 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
387 | /mdapi/classes/ExpressionBuilder.cls | 389 | 19 | 403 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
389 | /mdapi/classes/ExpressionBuilder.cls | 405 | 12 | 424 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
388 | /mdapi/classes/ExpressionBuilder.cls | 405 | 12 | 424 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
390 | /mdapi/classes/ExpressionBuilder.cls | 417 | 16 | 423 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
389 | /mdapi/classes/ExpressionBuilder.cls | 417 | 16 | 423 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
391 | /mdapi/classes/ExpressionBuilder.cls | 417 | 16 | 423 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
390 | /mdapi/classes/ExpressionBuilder.cls | 417 | 16 | 423 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
392 | /mdapi/classes/ExpressionBuilderTest.cls | 21 | 9 | 21 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
391 | /mdapi/classes/ExpressionBuilderTest.cls | 21 | 9 | 21 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
393 | /mdapi/classes/ExpressionBuilderTest.cls | 26 | 9 | 26 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
392 | /mdapi/classes/ExpressionBuilderTest.cls | 26 | 9 | 26 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
394 | /mdapi/classes/ExpressionBuilderTest.cls | 29 | 9 | 29 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
393 | /mdapi/classes/ExpressionBuilderTest.cls | 29 | 9 | 29 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
395 | /mdapi/classes/ExpressionBuilderTest.cls | 37 | 9 | 37 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
394 | /mdapi/classes/ExpressionBuilderTest.cls | 37 | 9 | 37 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
396 | /mdapi/classes/ExpressionBuilderTest.cls | 42 | 9 | 42 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
395 | /mdapi/classes/ExpressionBuilderTest.cls | 42 | 9 | 42 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
397 | /mdapi/classes/ExpressionBuilderTest.cls | 43 | 9 | 43 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
396 | /mdapi/classes/ExpressionBuilderTest.cls | 43 | 9 | 43 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
398 | /mdapi/classes/ExpressionBuilderTest.cls | 44 | 9 | 44 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
397 | /mdapi/classes/ExpressionBuilderTest.cls | 44 | 9 | 44 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
399 | /mdapi/classes/ExpressionBuilderTest.cls | 51 | 9 | 51 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
398 | /mdapi/classes/ExpressionBuilderTest.cls | 51 | 9 | 51 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
400 | /mdapi/classes/ExpressionBuilderTest.cls | 56 | 9 | 56 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
399 | /mdapi/classes/ExpressionBuilderTest.cls | 56 | 9 | 56 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
401 | /mdapi/classes/ExpressionBuilderTest.cls | 57 | 9 | 57 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
400 | /mdapi/classes/ExpressionBuilderTest.cls | 57 | 9 | 57 | 86 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
402 | /mdapi/classes/ExpressionBuilderTest.cls | 58 | 9 | 58 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
401 | /mdapi/classes/ExpressionBuilderTest.cls | 58 | 9 | 58 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
403 | /mdapi/classes/FieldPickerController.cls | 1 | 21 | 140 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
402 | /mdapi/classes/FieldPickerController.cls | 1 | 21 | 140 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
404 | /mdapi/classes/FieldPickerController.cls | 1 | 21 | 140 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
403 | /mdapi/classes/FieldPickerController.cls | 1 | 21 | 140 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
405 | /mdapi/classes/FieldPickerController.cls | 4 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
404 | /mdapi/classes/FieldPickerController.cls | 4 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
406 | /mdapi/classes/FieldPickerController.cls | 37 | 19 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
405 | /mdapi/classes/FieldPickerController.cls | 37 | 19 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
407 | /mdapi/classes/FieldPickerController.cls | 55 | 12 | 81 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
406 | /mdapi/classes/FieldPickerController.cls | 55 | 12 | 81 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
408 | /mdapi/classes/FieldPickerController.cls | 62 | 16 | 65 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
407 | /mdapi/classes/FieldPickerController.cls | 62 | 16 | 65 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
409 | /mdapi/classes/FieldPickerController.cls | 67 | 16 | 79 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
408 | /mdapi/classes/FieldPickerController.cls | 67 | 16 | 79 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
410 | /mdapi/classes/FieldPickerController.cls | 83 | 40 | 139 | 6 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'allowedStandardObjects' should be before method declarations in its class |
409 | /mdapi/classes/FieldPickerController.cls | 83 | 40 | 139 | 6 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'allowedStandardObjects' should be before method declarations in its class |
411 | /mdapi/classes/FieldPickerControllerTest.cls | 12 | 9 | 12 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
410 | /mdapi/classes/FieldPickerControllerTest.cls | 12 | 9 | 12 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
412 | /mdapi/classes/FieldPickerControllerTest.cls | 13 | 9 | 13 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
411 | /mdapi/classes/FieldPickerControllerTest.cls | 13 | 9 | 13 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
413 | /mdapi/classes/FieldPickerControllerTest.cls | 14 | 9 | 14 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
412 | /mdapi/classes/FieldPickerControllerTest.cls | 14 | 9 | 14 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
414 | /mdapi/classes/FieldPickerControllerTest.cls | 18 | 13 | 18 | 34 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
413 | /mdapi/classes/FieldPickerControllerTest.cls | 18 | 13 | 18 | 34 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
415 | /mdapi/classes/FieldPickerControllerTest.cls | 18 | 13 | 18 | 34 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
414 | /mdapi/classes/FieldPickerControllerTest.cls | 18 | 13 | 18 | 34 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
416 | /mdapi/classes/FieldPickerControllerTest.cls | 32 | 9 | 32 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
415 | /mdapi/classes/FieldPickerControllerTest.cls | 32 | 9 | 32 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
417 | /mdapi/classes/FormulaBuilderController.cls | 1 | 21 | 17 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
416 | /mdapi/classes/FormulaBuilderController.cls | 1 | 21 | 17 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
418 | /mdapi/classes/FormulaBuilderController.cls | 4 | 19 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
417 | /mdapi/classes/FormulaBuilderController.cls | 4 | 19 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
419 | /mdapi/classes/FormulaEvaluator.cls | 1 | 21 | 477 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
418 | /mdapi/classes/FormulaEvaluator.cls | 1 | 21 | 477 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
420 | /mdapi/classes/FormulaEvaluator.cls | 1 | 21 | 477 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'FormulaEvaluator' has a total cognitive complexity of 136 (highest 49), current threshold is 50 |
419 | /mdapi/classes/FormulaEvaluator.cls | 1 | 21 | 477 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'FormulaEvaluator' has a total cognitive complexity of 136 (highest 49), current threshold is 50 |
421 | /mdapi/classes/FormulaEvaluator.cls | 1 | 21 | 477 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'FormulaEvaluator' has a total cyclomatic complexity of 89 (highest 34). |
420 | /mdapi/classes/FormulaEvaluator.cls | 1 | 21 | 477 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'FormulaEvaluator' has a total cyclomatic complexity of 89 (highest 34). |
422 | /mdapi/classes/FormulaEvaluator.cls | 1 | 21 | 477 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'FormulaEvaluator' has a Standard Cyclomatic Complexity of 12 (Highest = 30). |
421 | /mdapi/classes/FormulaEvaluator.cls | 1 | 21 | 477 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'FormulaEvaluator' has a Standard Cyclomatic Complexity of 12 (Highest = 30). |
423 | /mdapi/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
422 | /mdapi/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
424 | /mdapi/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseFormula(String, String)' has a cognitive complexity of 40, current threshold is 15 |
423 | /mdapi/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseFormula(String, String)' has a cognitive complexity of 40, current threshold is 15 |
425 | /mdapi/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseFormula(String, String)' has a cyclomatic complexity of 24. |
424 | /mdapi/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseFormula(String, String)' has a cyclomatic complexity of 24. |
426 | /mdapi/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormula()' has an NCSS line count of 100 (limit: 40) |
425 | /mdapi/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormula()' has an NCSS line count of 100 (limit: 40) |
427 | /mdapi/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseFormula' has a Standard Cyclomatic Complexity of 22. |
426 | /mdapi/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseFormula' has a Standard Cyclomatic Complexity of 22. |
428 | /mdapi/classes/FormulaEvaluator.cls | 11 | 47 | 11 | 73 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
427 | /mdapi/classes/FormulaEvaluator.cls | 11 | 47 | 11 | 73 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
429 | /mdapi/classes/FormulaEvaluator.cls | 116 | 19 | 148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
428 | /mdapi/classes/FormulaEvaluator.cls | 116 | 19 | 148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
430 | /mdapi/classes/FormulaEvaluator.cls | 116 | 19 | 148 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
429 | /mdapi/classes/FormulaEvaluator.cls | 116 | 19 | 148 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
431 | /mdapi/classes/FormulaEvaluator.cls | 133 | 51 | 133 | 62 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
430 | /mdapi/classes/FormulaEvaluator.cls | 133 | 51 | 133 | 62 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
432 | /mdapi/classes/FormulaEvaluator.cls | 188 | 19 | 203 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
431 | /mdapi/classes/FormulaEvaluator.cls | 188 | 19 | 203 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
433 | /mdapi/classes/FormulaEvaluator.cls | 205 | 19 | 303 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
432 | /mdapi/classes/FormulaEvaluator.cls | 205 | 19 | 303 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
434 | /mdapi/classes/FormulaEvaluator.cls | 205 | 19 | 303 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluate(String, String, Integer)' has a cognitive complexity of 28, current threshold is 15 |
433 | /mdapi/classes/FormulaEvaluator.cls | 205 | 19 | 303 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluate(String, String, Integer)' has a cognitive complexity of 28, current threshold is 15 |
435 | /mdapi/classes/FormulaEvaluator.cls | 205 | 19 | 303 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluate(String, String, Integer)' has a cyclomatic complexity of 15. |
434 | /mdapi/classes/FormulaEvaluator.cls | 205 | 19 | 303 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluate(String, String, Integer)' has a cyclomatic complexity of 15. |
436 | /mdapi/classes/FormulaEvaluator.cls | 205 | 19 | 303 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluate()' has an NCSS line count of 70 (limit: 40) |
435 | /mdapi/classes/FormulaEvaluator.cls | 205 | 19 | 303 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluate()' has an NCSS line count of 70 (limit: 40) |
437 | /mdapi/classes/FormulaEvaluator.cls | 205 | 19 | 303 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluate' has a Standard Cyclomatic Complexity of 15. |
436 | /mdapi/classes/FormulaEvaluator.cls | 205 | 19 | 303 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluate' has a Standard Cyclomatic Complexity of 15. |
438 | /mdapi/classes/FormulaEvaluator.cls | 213 | 21 | 213 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'iteration' defined but not used |
437 | /mdapi/classes/FormulaEvaluator.cls | 213 | 21 | 213 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'iteration' defined but not used |
439 | /mdapi/classes/FormulaEvaluator.cls | 300 | 13 | 300 | 34 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
438 | /mdapi/classes/FormulaEvaluator.cls | 300 | 13 | 300 | 34 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
440 | /mdapi/classes/FormulaEvaluator.cls | 300 | 13 | 300 | 34 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
439 | /mdapi/classes/FormulaEvaluator.cls | 300 | 13 | 300 | 34 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
441 | /mdapi/classes/FormulaEvaluator.cls | 305 | 19 | 463 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
440 | /mdapi/classes/FormulaEvaluator.cls | 305 | 19 | 463 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
442 | /mdapi/classes/FormulaEvaluator.cls | 305 | 19 | 463 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cognitive complexity of 49, current threshold is 15 |
441 | /mdapi/classes/FormulaEvaluator.cls | 305 | 19 | 463 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cognitive complexity of 49, current threshold is 15 |
443 | /mdapi/classes/FormulaEvaluator.cls | 305 | 19 | 463 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cyclomatic complexity of 34. |
442 | /mdapi/classes/FormulaEvaluator.cls | 305 | 19 | 463 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cyclomatic complexity of 34. |
444 | /mdapi/classes/FormulaEvaluator.cls | 305 | 19 | 463 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'replaceExpressionValues()' has an NCSS line count of 122 (limit: 40) |
443 | /mdapi/classes/FormulaEvaluator.cls | 305 | 19 | 463 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'replaceExpressionValues()' has an NCSS line count of 122 (limit: 40) |
445 | /mdapi/classes/FormulaEvaluator.cls | 305 | 19 | 463 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'replaceExpressionValues' has a Standard Cyclomatic Complexity of 30. |
444 | /mdapi/classes/FormulaEvaluator.cls | 305 | 19 | 463 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'replaceExpressionValues' has a Standard Cyclomatic Complexity of 30. |
446 | /mdapi/classes/FormulaEvaluator.cls | 419 | 16 | 419 | 122 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'EXP_VALUES_NO_STRING' doesn't match '[a-z][a-zA-Z0-9]*' |
445 | /mdapi/classes/FormulaEvaluator.cls | 419 | 16 | 419 | 122 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'EXP_VALUES_NO_STRING' doesn't match '[a-z][a-zA-Z0-9]*' |
447 | /mdapi/classes/FormulaEvaluator.cls | 465 | 12 | 473 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
446 | /mdapi/classes/FormulaEvaluator.cls | 465 | 12 | 473 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
448 | /mdapi/classes/FormulaEvaluator.cls | 469 | 16 | 472 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
447 | /mdapi/classes/FormulaEvaluator.cls | 469 | 16 | 472 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
449 | /mdapi/classes/FormulaEvaluator.cls | 475 | 12 | 476 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
448 | /mdapi/classes/FormulaEvaluator.cls | 475 | 12 | 476 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
450 | /mdapi/classes/FormulaEvaluatorTest.cls | 4 | 12 | 123 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormulaTest()' has an NCSS line count of 108 (limit: 40) |
449 | /mdapi/classes/FormulaEvaluatorTest.cls | 4 | 12 | 123 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormulaTest()' has an NCSS line count of 108 (limit: 40) |
451 | /mdapi/classes/FormulaEvaluatorTest.cls | 20 | 9 | 20 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
450 | /mdapi/classes/FormulaEvaluatorTest.cls | 20 | 9 | 20 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
452 | /mdapi/classes/FormulaEvaluatorTest.cls | 21 | 9 | 21 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
451 | /mdapi/classes/FormulaEvaluatorTest.cls | 21 | 9 | 21 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
453 | /mdapi/classes/FormulaEvaluatorTest.cls | 22 | 9 | 22 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
452 | /mdapi/classes/FormulaEvaluatorTest.cls | 22 | 9 | 22 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
454 | /mdapi/classes/FormulaEvaluatorTest.cls | 23 | 9 | 23 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
453 | /mdapi/classes/FormulaEvaluatorTest.cls | 23 | 9 | 23 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
455 | /mdapi/classes/FormulaEvaluatorTest.cls | 24 | 9 | 24 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
454 | /mdapi/classes/FormulaEvaluatorTest.cls | 24 | 9 | 24 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
456 | /mdapi/classes/FormulaEvaluatorTest.cls | 25 | 9 | 25 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
455 | /mdapi/classes/FormulaEvaluatorTest.cls | 25 | 9 | 25 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
457 | /mdapi/classes/FormulaEvaluatorTest.cls | 26 | 9 | 26 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
456 | /mdapi/classes/FormulaEvaluatorTest.cls | 26 | 9 | 26 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
458 | /mdapi/classes/FormulaEvaluatorTest.cls | 27 | 9 | 27 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
457 | /mdapi/classes/FormulaEvaluatorTest.cls | 27 | 9 | 27 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
459 | /mdapi/classes/FormulaEvaluatorTest.cls | 28 | 9 | 28 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
458 | /mdapi/classes/FormulaEvaluatorTest.cls | 28 | 9 | 28 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
460 | /mdapi/classes/FormulaEvaluatorTest.cls | 29 | 9 | 29 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
459 | /mdapi/classes/FormulaEvaluatorTest.cls | 29 | 9 | 29 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
461 | /mdapi/classes/FormulaEvaluatorTest.cls | 30 | 9 | 30 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
460 | /mdapi/classes/FormulaEvaluatorTest.cls | 30 | 9 | 30 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
462 | /mdapi/classes/FormulaEvaluatorTest.cls | 31 | 9 | 31 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
461 | /mdapi/classes/FormulaEvaluatorTest.cls | 31 | 9 | 31 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
463 | /mdapi/classes/FormulaEvaluatorTest.cls | 32 | 9 | 32 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
462 | /mdapi/classes/FormulaEvaluatorTest.cls | 32 | 9 | 32 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
464 | /mdapi/classes/FormulaEvaluatorTest.cls | 33 | 9 | 33 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
463 | /mdapi/classes/FormulaEvaluatorTest.cls | 33 | 9 | 33 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
465 | /mdapi/classes/FormulaEvaluatorTest.cls | 34 | 9 | 34 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
464 | /mdapi/classes/FormulaEvaluatorTest.cls | 34 | 9 | 34 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
466 | /mdapi/classes/FormulaEvaluatorTest.cls | 35 | 9 | 35 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
465 | /mdapi/classes/FormulaEvaluatorTest.cls | 35 | 9 | 35 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
467 | /mdapi/classes/FormulaEvaluatorTest.cls | 36 | 9 | 36 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
466 | /mdapi/classes/FormulaEvaluatorTest.cls | 36 | 9 | 36 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
468 | /mdapi/classes/FormulaEvaluatorTest.cls | 37 | 9 | 37 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
467 | /mdapi/classes/FormulaEvaluatorTest.cls | 37 | 9 | 37 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
469 | /mdapi/classes/FormulaEvaluatorTest.cls | 38 | 9 | 38 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
468 | /mdapi/classes/FormulaEvaluatorTest.cls | 38 | 9 | 38 | 91 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
470 | /mdapi/classes/FormulaEvaluatorTest.cls | 39 | 9 | 39 | 92 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
469 | /mdapi/classes/FormulaEvaluatorTest.cls | 39 | 9 | 39 | 92 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
471 | /mdapi/classes/FormulaEvaluatorTest.cls | 40 | 9 | 40 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
470 | /mdapi/classes/FormulaEvaluatorTest.cls | 40 | 9 | 40 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
472 | /mdapi/classes/FormulaEvaluatorTest.cls | 41 | 9 | 41 | 93 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
471 | /mdapi/classes/FormulaEvaluatorTest.cls | 41 | 9 | 41 | 93 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
473 | /mdapi/classes/FormulaEvaluatorTest.cls | 42 | 9 | 42 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
472 | /mdapi/classes/FormulaEvaluatorTest.cls | 42 | 9 | 42 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
474 | /mdapi/classes/FormulaEvaluatorTest.cls | 43 | 9 | 43 | 94 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
473 | /mdapi/classes/FormulaEvaluatorTest.cls | 43 | 9 | 43 | 94 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
475 | /mdapi/classes/FormulaEvaluatorTest.cls | 44 | 9 | 44 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
474 | /mdapi/classes/FormulaEvaluatorTest.cls | 44 | 9 | 44 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
476 | /mdapi/classes/FormulaEvaluatorTest.cls | 45 | 9 | 45 | 98 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
475 | /mdapi/classes/FormulaEvaluatorTest.cls | 45 | 9 | 45 | 98 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
477 | /mdapi/classes/FormulaEvaluatorTest.cls | 46 | 9 | 46 | 132 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
476 | /mdapi/classes/FormulaEvaluatorTest.cls | 46 | 9 | 46 | 132 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
478 | /mdapi/classes/FormulaEvaluatorTest.cls | 47 | 9 | 47 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
477 | /mdapi/classes/FormulaEvaluatorTest.cls | 47 | 9 | 47 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
479 | /mdapi/classes/FormulaEvaluatorTest.cls | 48 | 9 | 48 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
478 | /mdapi/classes/FormulaEvaluatorTest.cls | 48 | 9 | 48 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
480 | /mdapi/classes/FormulaEvaluatorTest.cls | 49 | 9 | 49 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
479 | /mdapi/classes/FormulaEvaluatorTest.cls | 49 | 9 | 49 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
481 | /mdapi/classes/FormulaEvaluatorTest.cls | 50 | 9 | 50 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
480 | /mdapi/classes/FormulaEvaluatorTest.cls | 50 | 9 | 50 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
482 | /mdapi/classes/FormulaEvaluatorTest.cls | 51 | 9 | 51 | 127 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
481 | /mdapi/classes/FormulaEvaluatorTest.cls | 51 | 9 | 51 | 127 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
483 | /mdapi/classes/FormulaEvaluatorTest.cls | 52 | 9 | 52 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
482 | /mdapi/classes/FormulaEvaluatorTest.cls | 52 | 9 | 52 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
484 | /mdapi/classes/FormulaEvaluatorTest.cls | 53 | 9 | 53 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
483 | /mdapi/classes/FormulaEvaluatorTest.cls | 53 | 9 | 53 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
485 | /mdapi/classes/FormulaEvaluatorTest.cls | 54 | 9 | 54 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
484 | /mdapi/classes/FormulaEvaluatorTest.cls | 54 | 9 | 54 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
486 | /mdapi/classes/FormulaEvaluatorTest.cls | 55 | 9 | 55 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
485 | /mdapi/classes/FormulaEvaluatorTest.cls | 55 | 9 | 55 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
487 | /mdapi/classes/FormulaEvaluatorTest.cls | 56 | 9 | 56 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
486 | /mdapi/classes/FormulaEvaluatorTest.cls | 56 | 9 | 56 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
488 | /mdapi/classes/FormulaEvaluatorTest.cls | 57 | 9 | 57 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
487 | /mdapi/classes/FormulaEvaluatorTest.cls | 57 | 9 | 57 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
489 | /mdapi/classes/FormulaEvaluatorTest.cls | 58 | 9 | 58 | 115 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
488 | /mdapi/classes/FormulaEvaluatorTest.cls | 58 | 9 | 58 | 115 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
490 | /mdapi/classes/FormulaEvaluatorTest.cls | 59 | 9 | 59 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
489 | /mdapi/classes/FormulaEvaluatorTest.cls | 59 | 9 | 59 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
491 | /mdapi/classes/FormulaEvaluatorTest.cls | 60 | 9 | 60 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
490 | /mdapi/classes/FormulaEvaluatorTest.cls | 60 | 9 | 60 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
492 | /mdapi/classes/FormulaEvaluatorTest.cls | 61 | 9 | 61 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
491 | /mdapi/classes/FormulaEvaluatorTest.cls | 61 | 9 | 61 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
493 | /mdapi/classes/FormulaEvaluatorTest.cls | 62 | 9 | 62 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
492 | /mdapi/classes/FormulaEvaluatorTest.cls | 62 | 9 | 62 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
494 | /mdapi/classes/FormulaEvaluatorTest.cls | 63 | 9 | 63 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
493 | /mdapi/classes/FormulaEvaluatorTest.cls | 63 | 9 | 63 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
495 | /mdapi/classes/FormulaEvaluatorTest.cls | 64 | 9 | 64 | 138 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
494 | /mdapi/classes/FormulaEvaluatorTest.cls | 64 | 9 | 64 | 138 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
496 | /mdapi/classes/FormulaEvaluatorTest.cls | 65 | 9 | 65 | 140 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
495 | /mdapi/classes/FormulaEvaluatorTest.cls | 65 | 9 | 65 | 140 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
497 | /mdapi/classes/FormulaEvaluatorTest.cls | 66 | 9 | 66 | 139 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
496 | /mdapi/classes/FormulaEvaluatorTest.cls | 66 | 9 | 66 | 139 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
498 | /mdapi/classes/FormulaEvaluatorTest.cls | 67 | 9 | 67 | 139 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
497 | /mdapi/classes/FormulaEvaluatorTest.cls | 67 | 9 | 67 | 139 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
499 | /mdapi/classes/FormulaEvaluatorTest.cls | 68 | 9 | 68 | 141 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
498 | /mdapi/classes/FormulaEvaluatorTest.cls | 68 | 9 | 68 | 141 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
500 | /mdapi/classes/FormulaEvaluatorTest.cls | 69 | 9 | 69 | 141 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
499 | /mdapi/classes/FormulaEvaluatorTest.cls | 69 | 9 | 69 | 141 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
501 | /mdapi/classes/FormulaEvaluatorTest.cls | 70 | 9 | 70 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
500 | /mdapi/classes/FormulaEvaluatorTest.cls | 70 | 9 | 70 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
502 | /mdapi/classes/FormulaEvaluatorTest.cls | 71 | 9 | 71 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
501 | /mdapi/classes/FormulaEvaluatorTest.cls | 71 | 9 | 71 | 102 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
503 | /mdapi/classes/FormulaEvaluatorTest.cls | 72 | 9 | 72 | 95 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
502 | /mdapi/classes/FormulaEvaluatorTest.cls | 72 | 9 | 72 | 95 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
504 | /mdapi/classes/FormulaEvaluatorTest.cls | 73 | 9 | 73 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
503 | /mdapi/classes/FormulaEvaluatorTest.cls | 73 | 9 | 73 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
505 | /mdapi/classes/FormulaEvaluatorTest.cls | 74 | 9 | 74 | 116 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
504 | /mdapi/classes/FormulaEvaluatorTest.cls | 74 | 9 | 74 | 116 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
506 | /mdapi/classes/FormulaEvaluatorTest.cls | 75 | 9 | 75 | 100 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
505 | /mdapi/classes/FormulaEvaluatorTest.cls | 75 | 9 | 75 | 100 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
507 | /mdapi/classes/FormulaEvaluatorTest.cls | 76 | 9 | 76 | 100 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
506 | /mdapi/classes/FormulaEvaluatorTest.cls | 76 | 9 | 76 | 100 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
508 | /mdapi/classes/FormulaEvaluatorTest.cls | 77 | 9 | 77 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
507 | /mdapi/classes/FormulaEvaluatorTest.cls | 77 | 9 | 77 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
509 | /mdapi/classes/FormulaEvaluatorTest.cls | 78 | 9 | 78 | 119 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
508 | /mdapi/classes/FormulaEvaluatorTest.cls | 78 | 9 | 78 | 119 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
510 | /mdapi/classes/FormulaEvaluatorTest.cls | 79 | 9 | 79 | 120 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
509 | /mdapi/classes/FormulaEvaluatorTest.cls | 79 | 9 | 79 | 120 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
511 | /mdapi/classes/FormulaEvaluatorTest.cls | 80 | 9 | 80 | 165 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
510 | /mdapi/classes/FormulaEvaluatorTest.cls | 80 | 9 | 80 | 165 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
512 | /mdapi/classes/FormulaEvaluatorTest.cls | 81 | 9 | 81 | 107 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
511 | /mdapi/classes/FormulaEvaluatorTest.cls | 81 | 9 | 81 | 107 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
513 | /mdapi/classes/FormulaEvaluatorTest.cls | 82 | 9 | 82 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
512 | /mdapi/classes/FormulaEvaluatorTest.cls | 82 | 9 | 82 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
514 | /mdapi/classes/FormulaEvaluatorTest.cls | 83 | 9 | 83 | 124 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
513 | /mdapi/classes/FormulaEvaluatorTest.cls | 83 | 9 | 83 | 124 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
515 | /mdapi/classes/FormulaEvaluatorTest.cls | 84 | 9 | 84 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
514 | /mdapi/classes/FormulaEvaluatorTest.cls | 84 | 9 | 84 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
516 | /mdapi/classes/FormulaEvaluatorTest.cls | 85 | 9 | 85 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
515 | /mdapi/classes/FormulaEvaluatorTest.cls | 85 | 9 | 85 | 123 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
517 | /mdapi/classes/FormulaEvaluatorTest.cls | 86 | 9 | 86 | 105 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
516 | /mdapi/classes/FormulaEvaluatorTest.cls | 86 | 9 | 86 | 105 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
518 | /mdapi/classes/FormulaEvaluatorTest.cls | 125 | 12 | 133 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
517 | /mdapi/classes/FormulaEvaluatorTest.cls | 125 | 12 | 133 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
519 | /mdapi/classes/FormulaEvaluatorTest.cls | 129 | 16 | 132 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
518 | /mdapi/classes/FormulaEvaluatorTest.cls | 129 | 16 | 132 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
520 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
519 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
521 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 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 |
520 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 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 |
522 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'RegExps' has a total cognitive complexity of 2241 (highest 135), current threshold is 50 |
521 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'RegExps' has a total cognitive complexity of 2241 (highest 135), current threshold is 50 |
523 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'RegExps' has a total cyclomatic complexity of 528 (highest 108). |
522 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'RegExps' has a total cyclomatic complexity of 528 (highest 108). |
524 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
523 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
525 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 1,559 |
524 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 1,559 |
526 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'RegExps' has a Standard Cyclomatic Complexity of 20 (Highest = 51). |
525 | /mdapi/classes/RegExps.cls | 1 | 8 | 1741 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'RegExps' has a Standard Cyclomatic Complexity of 20 (Highest = 51). |
527 | /mdapi/classes/RegExps.cls | 39 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
526 | /mdapi/classes/RegExps.cls | 39 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
528 | /mdapi/classes/RegExps.cls | 39 | 12 | 109 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ParserContext has 21 public methods, attributes, and properties (limit: 20) |
527 | /mdapi/classes/RegExps.cls | 39 | 12 | 109 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ParserContext has 21 public methods, attributes, and properties (limit: 20) |
529 | /mdapi/classes/RegExps.cls | 41 | 16 | 63 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
528 | /mdapi/classes/RegExps.cls | 41 | 16 | 63 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
530 | /mdapi/classes/RegExps.cls | 65 | 23 | 65 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'formula' should be before method declarations in its class |
529 | /mdapi/classes/RegExps.cls | 65 | 23 | 65 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'formula' should be before method declarations in its class |
531 | /mdapi/classes/RegExps.cls | 66 | 23 | 66 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputString' should be before method declarations in its class |
530 | /mdapi/classes/RegExps.cls | 66 | 23 | 66 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputString' should be before method declarations in its class |
532 | /mdapi/classes/RegExps.cls | 67 | 36 | 67 | 52 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesString' should be before method declarations in its class |
531 | /mdapi/classes/RegExps.cls | 67 | 36 | 67 | 52 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesString' should be before method declarations in its class |
533 | /mdapi/classes/RegExps.cls | 68 | 37 | 68 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDecimal' should be before method declarations in its class |
532 | /mdapi/classes/RegExps.cls | 68 | 37 | 68 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDecimal' should be before method declarations in its class |
534 | /mdapi/classes/RegExps.cls | 69 | 38 | 69 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDateTime' should be before method declarations in its class |
533 | /mdapi/classes/RegExps.cls | 69 | 38 | 69 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDateTime' should be before method declarations in its class |
535 | /mdapi/classes/RegExps.cls | 70 | 28 | 70 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesNULL' should be before method declarations in its class |
534 | /mdapi/classes/RegExps.cls | 70 | 28 | 70 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesNULL' should be before method declarations in its class |
536 | /mdapi/classes/RegExps.cls | 71 | 37 | 71 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesBoolean' should be before method declarations in its class |
535 | /mdapi/classes/RegExps.cls | 71 | 37 | 71 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesBoolean' should be before method declarations in its class |
537 | /mdapi/classes/RegExps.cls | 72 | 36 | 72 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'replacements' should be before method declarations in its class |
536 | /mdapi/classes/RegExps.cls | 72 | 36 | 72 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'replacements' should be before method declarations in its class |
538 | /mdapi/classes/RegExps.cls | 73 | 36 | 73 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldsPlaceholders' should be before method declarations in its class |
537 | /mdapi/classes/RegExps.cls | 73 | 36 | 73 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldsPlaceholders' should be before method declarations in its class |
539 | /mdapi/classes/RegExps.cls | 74 | 28 | 74 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fields' should be before method declarations in its class |
538 | /mdapi/classes/RegExps.cls | 74 | 28 | 74 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fields' should be before method declarations in its class |
540 | /mdapi/classes/RegExps.cls | 75 | 36 | 75 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldValues' should be before method declarations in its class |
539 | /mdapi/classes/RegExps.cls | 75 | 36 | 75 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldValues' should be before method declarations in its class |
541 | /mdapi/classes/RegExps.cls | 76 | 36 | 76 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldTypes' should be before method declarations in its class |
540 | /mdapi/classes/RegExps.cls | 76 | 36 | 76 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldTypes' should be before method declarations in its class |
542 | /mdapi/classes/RegExps.cls | 77 | 23 | 77 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputType' should be before method declarations in its class |
541 | /mdapi/classes/RegExps.cls | 77 | 23 | 77 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputType' should be before method declarations in its class |
543 | /mdapi/classes/RegExps.cls | 78 | 16 | 78 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
542 | /mdapi/classes/RegExps.cls | 78 | 16 | 78 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
544 | /mdapi/classes/RegExps.cls | 79 | 16 | 79 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
543 | /mdapi/classes/RegExps.cls | 79 | 16 | 79 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
545 | /mdapi/classes/RegExps.cls | 80 | 16 | 80 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
544 | /mdapi/classes/RegExps.cls | 80 | 16 | 80 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
546 | /mdapi/classes/RegExps.cls | 81 | 16 | 81 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
545 | /mdapi/classes/RegExps.cls | 81 | 16 | 81 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
547 | /mdapi/classes/RegExps.cls | 82 | 16 | 82 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
546 | /mdapi/classes/RegExps.cls | 82 | 16 | 82 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
548 | /mdapi/classes/RegExps.cls | 84 | 16 | 88 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
547 | /mdapi/classes/RegExps.cls | 84 | 16 | 88 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
549 | /mdapi/classes/RegExps.cls | 89 | 16 | 93 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
548 | /mdapi/classes/RegExps.cls | 89 | 16 | 93 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
550 | /mdapi/classes/RegExps.cls | 94 | 16 | 98 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
549 | /mdapi/classes/RegExps.cls | 94 | 16 | 98 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
551 | /mdapi/classes/RegExps.cls | 99 | 16 | 103 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
550 | /mdapi/classes/RegExps.cls | 99 | 16 | 103 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
552 | /mdapi/classes/RegExps.cls | 104 | 16 | 108 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
551 | /mdapi/classes/RegExps.cls | 104 | 16 | 108 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
553 | /mdapi/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
552 | /mdapi/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
554 | /mdapi/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cognitive complexity of 59, current threshold is 15 |
553 | /mdapi/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cognitive complexity of 59, current threshold is 15 |
555 | /mdapi/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cyclomatic complexity of 27. |
554 | /mdapi/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cyclomatic complexity of 27. |
556 | /mdapi/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathExpressions()' has an NCSS line count of 89 (limit: 40) |
555 | /mdapi/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathExpressions()' has an NCSS line count of 89 (limit: 40) |
557 | /mdapi/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathExpressions' has a Standard Cyclomatic Complexity of 22. |
556 | /mdapi/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathExpressions' has a Standard Cyclomatic Complexity of 22. |
558 | /mdapi/classes/RegExps.cls | 181 | 16 | 181 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tmpOutput' defined but not used |
557 | /mdapi/classes/RegExps.cls | 181 | 16 | 181 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tmpOutput' defined but not used |
559 | /mdapi/classes/RegExps.cls | 225 | 19 | 227 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
558 | /mdapi/classes/RegExps.cls | 225 | 19 | 227 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
560 | /mdapi/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
559 | /mdapi/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
561 | /mdapi/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'clearParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
560 | /mdapi/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'clearParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
562 | /mdapi/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'clearParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
561 | /mdapi/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'clearParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
563 | /mdapi/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
562 | /mdapi/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
564 | /mdapi/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'wrapParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
563 | /mdapi/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'wrapParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
565 | /mdapi/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'wrapParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
564 | /mdapi/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'wrapParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
566 | /mdapi/classes/RegExps.cls | 298 | 19 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
565 | /mdapi/classes/RegExps.cls | 298 | 19 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
567 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
566 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
568 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cognitive complexity of 16, current threshold is 15 |
567 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cognitive complexity of 16, current threshold is 15 |
569 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cyclomatic complexity of 11. |
568 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cyclomatic complexity of 11. |
570 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
569 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
571 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBinaryOperations()' has an NCSS line count of 41 (limit: 40) |
570 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBinaryOperations()' has an NCSS line count of 41 (limit: 40) |
572 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBinaryOperations' has a Standard Cyclomatic Complexity of 11. |
571 | /mdapi/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBinaryOperations' has a Standard Cyclomatic Complexity of 11. |
573 | /mdapi/classes/RegExps.cls | 373 | 19 | 393 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
572 | /mdapi/classes/RegExps.cls | 373 | 19 | 393 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
574 | /mdapi/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
573 | /mdapi/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
575 | /mdapi/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cognitive complexity of 44, current threshold is 15 |
574 | /mdapi/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cognitive complexity of 44, current threshold is 15 |
576 | /mdapi/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cyclomatic complexity of 40. |
575 | /mdapi/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cyclomatic complexity of 40. |
577 | /mdapi/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathFunctions()' has an NCSS line count of 103 (limit: 40) |
576 | /mdapi/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathFunctions()' has an NCSS line count of 103 (limit: 40) |
578 | /mdapi/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathFunctions' has a Standard Cyclomatic Complexity of 34. |
577 | /mdapi/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathFunctions' has a Standard Cyclomatic Complexity of 34. |
579 | /mdapi/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
578 | /mdapi/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
580 | /mdapi/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cognitive complexity of 68, current threshold is 15 |
579 | /mdapi/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cognitive complexity of 68, current threshold is 15 |
581 | /mdapi/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cyclomatic complexity of 37. |
580 | /mdapi/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cyclomatic complexity of 37. |
582 | /mdapi/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateTypeConversionFunctions()' has an NCSS line count of 106 (limit: 40) |
581 | /mdapi/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateTypeConversionFunctions()' has an NCSS line count of 106 (limit: 40) |
583 | /mdapi/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateTypeConversionFunctions' has a Standard Cyclomatic Complexity of 30. |
582 | /mdapi/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateTypeConversionFunctions' has a Standard Cyclomatic Complexity of 30. |
584 | /mdapi/classes/RegExps.cls | 543 | 21 | 545 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
583 | /mdapi/classes/RegExps.cls | 543 | 21 | 545 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
585 | /mdapi/classes/RegExps.cls | 552 | 21 | 554 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
584 | /mdapi/classes/RegExps.cls | 552 | 21 | 554 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
586 | /mdapi/classes/RegExps.cls | 566 | 21 | 568 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
585 | /mdapi/classes/RegExps.cls | 566 | 21 | 568 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
587 | /mdapi/classes/RegExps.cls | 608 | 21 | 614 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
586 | /mdapi/classes/RegExps.cls | 608 | 21 | 614 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
588 | /mdapi/classes/RegExps.cls | 610 | 28 | 614 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
587 | /mdapi/classes/RegExps.cls | 610 | 28 | 614 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
589 | /mdapi/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
588 | /mdapi/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
590 | /mdapi/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cognitive complexity of 122, current threshold is 15 |
589 | /mdapi/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cognitive complexity of 122, current threshold is 15 |
591 | /mdapi/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cyclomatic complexity of 75. |
590 | /mdapi/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cyclomatic complexity of 75. |
592 | /mdapi/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateDateTimeFunctions()' has an NCSS line count of 239 (limit: 40) |
591 | /mdapi/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateDateTimeFunctions()' has an NCSS line count of 239 (limit: 40) |
593 | /mdapi/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateDateTimeFunctions' has a Standard Cyclomatic Complexity of 51. |
592 | /mdapi/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateDateTimeFunctions' has a Standard Cyclomatic Complexity of 51. |
594 | /mdapi/classes/RegExps.cls | 859 | 19 | 1169 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
593 | /mdapi/classes/RegExps.cls | 859 | 19 | 1169 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
595 | /mdapi/classes/RegExps.cls | 859 | 19 | 1169 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cognitive complexity of 135, current threshold is 15 |
594 | /mdapi/classes/RegExps.cls | 859 | 19 | 1169 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cognitive complexity of 135, current threshold is 15 |
596 | /mdapi/classes/RegExps.cls | 859 | 19 | 1169 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cyclomatic complexity of 108. |
595 | /mdapi/classes/RegExps.cls | 859 | 19 | 1169 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cyclomatic complexity of 108. |
597 | /mdapi/classes/RegExps.cls | 859 | 19 | 1169 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateStringFunctions()' has an NCSS line count of 294 (limit: 40) |
596 | /mdapi/classes/RegExps.cls | 859 | 19 | 1169 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateStringFunctions()' has an NCSS line count of 294 (limit: 40) |
598 | /mdapi/classes/RegExps.cls | 859 | 19 | 1169 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateStringFunctions' has a Standard Cyclomatic Complexity of 49. |
597 | /mdapi/classes/RegExps.cls | 859 | 19 | 1169 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateStringFunctions' has a Standard Cyclomatic Complexity of 49. |
599 | /mdapi/classes/RegExps.cls | 861 | 22 | 861 | 87 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEN_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
598 | /mdapi/classes/RegExps.cls | 861 | 22 | 861 | 87 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEN_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
600 | /mdapi/classes/RegExps.cls | 862 | 22 | 862 | 149 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTRING_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
599 | /mdapi/classes/RegExps.cls | 862 | 22 | 862 | 149 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTRING_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
601 | /mdapi/classes/RegExps.cls | 863 | 22 | 863 | 119 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEFT_RIGHT_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
600 | /mdapi/classes/RegExps.cls | 863 | 22 | 863 | 119 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEFT_RIGHT_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
602 | /mdapi/classes/RegExps.cls | 864 | 22 | 864 | 117 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'ISPICKVAL_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
601 | /mdapi/classes/RegExps.cls | 864 | 22 | 864 | 117 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'ISPICKVAL_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
603 | /mdapi/classes/RegExps.cls | 865 | 22 | 865 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONVERTID_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
602 | /mdapi/classes/RegExps.cls | 865 | 22 | 865 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONVERTID_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
604 | /mdapi/classes/RegExps.cls | 866 | 22 | 866 | 115 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONTAINS_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
603 | /mdapi/classes/RegExps.cls | 866 | 22 | 866 | 115 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONTAINS_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
605 | /mdapi/classes/RegExps.cls | 867 | 22 | 867 | 107 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'FIND_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
604 | /mdapi/classes/RegExps.cls | 867 | 22 | 867 | 107 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'FIND_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
606 | /mdapi/classes/RegExps.cls | 868 | 22 | 868 | 95 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LOWER_UPPER_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
605 | /mdapi/classes/RegExps.cls | 868 | 22 | 868 | 95 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LOWER_UPPER_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
607 | /mdapi/classes/RegExps.cls | 869 | 22 | 869 | 145 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTITUTE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
606 | /mdapi/classes/RegExps.cls | 869 | 22 | 869 | 145 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTITUTE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
608 | /mdapi/classes/RegExps.cls | 870 | 22 | 870 | 81 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'TRIM_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
607 | /mdapi/classes/RegExps.cls | 870 | 22 | 870 | 81 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'TRIM_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
609 | /mdapi/classes/RegExps.cls | 871 | 22 | 871 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'VALUE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
608 | /mdapi/classes/RegExps.cls | 871 | 22 | 871 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'VALUE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
610 | /mdapi/classes/RegExps.cls | 872 | 22 | 872 | 121 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONCATENATE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
609 | /mdapi/classes/RegExps.cls | 872 | 22 | 872 | 121 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONCATENATE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
611 | /mdapi/classes/RegExps.cls | 873 | 22 | 873 | 88 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'ONEPARAM_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
610 | /mdapi/classes/RegExps.cls | 873 | 22 | 873 | 88 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'ONEPARAM_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
612 | /mdapi/classes/RegExps.cls | 874 | 22 | 874 | 114 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'TWOPARAMS_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
611 | /mdapi/classes/RegExps.cls | 874 | 22 | 874 | 114 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'TWOPARAMS_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
613 | /mdapi/classes/RegExps.cls | 1171 | 19 | 1295 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
612 | /mdapi/classes/RegExps.cls | 1171 | 19 | 1295 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
614 | /mdapi/classes/RegExps.cls | 1171 | 19 | 1295 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cognitive complexity of 77, current threshold is 15 |
613 | /mdapi/classes/RegExps.cls | 1171 | 19 | 1295 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cognitive complexity of 77, current threshold is 15 |
615 | /mdapi/classes/RegExps.cls | 1171 | 19 | 1295 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cyclomatic complexity of 41. |
614 | /mdapi/classes/RegExps.cls | 1171 | 19 | 1295 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cyclomatic complexity of 41. |
616 | /mdapi/classes/RegExps.cls | 1171 | 19 | 1295 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateCompareExpressions()' has an NCSS line count of 104 (limit: 40) |
615 | /mdapi/classes/RegExps.cls | 1171 | 19 | 1295 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateCompareExpressions()' has an NCSS line count of 104 (limit: 40) |
617 | /mdapi/classes/RegExps.cls | 1171 | 19 | 1295 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateCompareExpressions' has a Standard Cyclomatic Complexity of 26. |
616 | /mdapi/classes/RegExps.cls | 1171 | 19 | 1295 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateCompareExpressions' has a Standard Cyclomatic Complexity of 26. |
618 | /mdapi/classes/RegExps.cls | 1297 | 19 | 1352 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
617 | /mdapi/classes/RegExps.cls | 1297 | 19 | 1352 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
619 | /mdapi/classes/RegExps.cls | 1297 | 19 | 1352 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cognitive complexity of 40, current threshold is 15 |
618 | /mdapi/classes/RegExps.cls | 1297 | 19 | 1352 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cognitive complexity of 40, current threshold is 15 |
620 | /mdapi/classes/RegExps.cls | 1297 | 19 | 1352 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cyclomatic complexity of 25. |
619 | /mdapi/classes/RegExps.cls | 1297 | 19 | 1352 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cyclomatic complexity of 25. |
621 | /mdapi/classes/RegExps.cls | 1297 | 19 | 1352 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressions()' has an NCSS line count of 66 (limit: 40) |
620 | /mdapi/classes/RegExps.cls | 1297 | 19 | 1352 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressions()' has an NCSS line count of 66 (limit: 40) |
622 | /mdapi/classes/RegExps.cls | 1297 | 19 | 1352 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressions' has a Standard Cyclomatic Complexity of 16. |
621 | /mdapi/classes/RegExps.cls | 1297 | 19 | 1352 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressions' has a Standard Cyclomatic Complexity of 16. |
623 | /mdapi/classes/RegExps.cls | 1354 | 19 | 1462 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
622 | /mdapi/classes/RegExps.cls | 1354 | 19 | 1462 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
624 | /mdapi/classes/RegExps.cls | 1354 | 19 | 1462 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cognitive complexity of 89, current threshold is 15 |
623 | /mdapi/classes/RegExps.cls | 1354 | 19 | 1462 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cognitive complexity of 89, current threshold is 15 |
625 | /mdapi/classes/RegExps.cls | 1354 | 19 | 1462 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cyclomatic complexity of 44. |
624 | /mdapi/classes/RegExps.cls | 1354 | 19 | 1462 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cyclomatic complexity of 44. |
626 | /mdapi/classes/RegExps.cls | 1354 | 19 | 1462 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressionsCASE()' has an NCSS line count of 123 (limit: 40) |
625 | /mdapi/classes/RegExps.cls | 1354 | 19 | 1462 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressionsCASE()' has an NCSS line count of 123 (limit: 40) |
627 | /mdapi/classes/RegExps.cls | 1354 | 19 | 1462 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE' has a Standard Cyclomatic Complexity of 34. |
626 | /mdapi/classes/RegExps.cls | 1354 | 19 | 1462 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE' has a Standard Cyclomatic Complexity of 34. |
628 | /mdapi/classes/RegExps.cls | 1464 | 19 | 1589 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
627 | /mdapi/classes/RegExps.cls | 1464 | 19 | 1589 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
629 | /mdapi/classes/RegExps.cls | 1464 | 19 | 1589 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cognitive complexity of 42, current threshold is 15 |
628 | /mdapi/classes/RegExps.cls | 1464 | 19 | 1589 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cognitive complexity of 42, current threshold is 15 |
630 | /mdapi/classes/RegExps.cls | 1464 | 19 | 1589 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cyclomatic complexity of 26. |
629 | /mdapi/classes/RegExps.cls | 1464 | 19 | 1589 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cyclomatic complexity of 26. |
631 | /mdapi/classes/RegExps.cls | 1464 | 19 | 1589 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBooleanExpressions()' has an NCSS line count of 102 (limit: 40) |
630 | /mdapi/classes/RegExps.cls | 1464 | 19 | 1589 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBooleanExpressions()' has an NCSS line count of 102 (limit: 40) |
632 | /mdapi/classes/RegExps.cls | 1464 | 19 | 1589 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBooleanExpressions' has a Standard Cyclomatic Complexity of 19. |
631 | /mdapi/classes/RegExps.cls | 1464 | 19 | 1589 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBooleanExpressions' has a Standard Cyclomatic Complexity of 19. |
633 | /mdapi/classes/RegExps.cls | 1591 | 19 | 1683 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
632 | /mdapi/classes/RegExps.cls | 1591 | 19 | 1683 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
634 | /mdapi/classes/RegExps.cls | 1591 | 19 | 1683 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateResult(ParserContext)' has a cognitive complexity of 39, current threshold is 15 |
633 | /mdapi/classes/RegExps.cls | 1591 | 19 | 1683 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateResult(ParserContext)' has a cognitive complexity of 39, current threshold is 15 |
635 | /mdapi/classes/RegExps.cls | 1591 | 19 | 1683 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateResult(ParserContext)' has a cyclomatic complexity of 30. |
634 | /mdapi/classes/RegExps.cls | 1591 | 19 | 1683 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateResult(ParserContext)' has a cyclomatic complexity of 30. |
636 | /mdapi/classes/RegExps.cls | 1591 | 19 | 1683 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateResult()' has an NCSS line count of 98 (limit: 40) |
635 | /mdapi/classes/RegExps.cls | 1591 | 19 | 1683 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateResult()' has an NCSS line count of 98 (limit: 40) |
637 | /mdapi/classes/RegExps.cls | 1591 | 19 | 1683 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateResult' has a Standard Cyclomatic Complexity of 22. |
636 | /mdapi/classes/RegExps.cls | 1591 | 19 | 1683 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateResult' has a Standard Cyclomatic Complexity of 22. |
638 | /mdapi/classes/RegExps.cls | 1608 | 17 | 1612 | 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 |
637 | /mdapi/classes/RegExps.cls | 1608 | 17 | 1612 | 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 |
639 | /mdapi/classes/RegExps.cls | 1636 | 17 | 1638 | 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 |
638 | /mdapi/classes/RegExps.cls | 1636 | 17 | 1638 | 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 |
640 | /mdapi/classes/RegExps.cls | 1685 | 19 | 1737 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
639 | /mdapi/classes/RegExps.cls | 1685 | 19 | 1737 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
641 | /mdapi/classes/RegExps.cls | 1685 | 19 | 1737 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cognitive complexity of 27, current threshold is 15 |
640 | /mdapi/classes/RegExps.cls | 1685 | 19 | 1737 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cognitive complexity of 27, current threshold is 15 |
642 | /mdapi/classes/RegExps.cls | 1685 | 19 | 1737 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cyclomatic complexity of 12. |
641 | /mdapi/classes/RegExps.cls | 1685 | 19 | 1737 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cyclomatic complexity of 12. |
643 | /mdapi/classes/RegExps.cls | 1685 | 19 | 1737 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'iterativePlaceholderDiscover()' has an NCSS line count of 42 (limit: 40) |
642 | /mdapi/classes/RegExps.cls | 1685 | 19 | 1737 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'iterativePlaceholderDiscover()' has an NCSS line count of 42 (limit: 40) |
644 | /mdapi/classes/RegExps.cls | 1685 | 19 | 1737 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'iterativePlaceholderDiscover' has a Standard Cyclomatic Complexity of 11. |
643 | /mdapi/classes/RegExps.cls | 1685 | 19 | 1737 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'iterativePlaceholderDiscover' has a Standard Cyclomatic Complexity of 11. |
645 | /mdapi/classes/RegExps.cls | 1739 | 12 | 1740 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
644 | /mdapi/classes/RegExps.cls | 1739 | 12 | 1740 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
646 | /mdapi/classes/SearchUtils.cls | 1 | 21 | 135 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
645 | /mdapi/classes/SearchUtils.cls | 1 | 21 | 135 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
647 | /mdapi/classes/SearchUtils.cls | 1 | 21 | 135 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
646 | /mdapi/classes/SearchUtils.cls | 1 | 21 | 135 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
648 | /mdapi/classes/SearchUtils.cls | 33 | 19 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
647 | /mdapi/classes/SearchUtils.cls | 33 | 19 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
649 | /mdapi/classes/SearchUtils.cls | 44 | 50 | 44 | 61 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
648 | /mdapi/classes/SearchUtils.cls | 44 | 50 | 44 | 61 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
650 | /mdapi/classes/SearchUtils.cls | 44 | 35 | 44 | 62 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
649 | /mdapi/classes/SearchUtils.cls | 44 | 35 | 44 | 62 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
651 | /mdapi/classes/SearchUtils.cls | 55 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
650 | /mdapi/classes/SearchUtils.cls | 55 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
652 | /mdapi/classes/SearchUtils.cls | 62 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
651 | /mdapi/classes/SearchUtils.cls | 62 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
653 | /mdapi/classes/SearchUtils.cls | 71 | 29 | 71 | 71 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objectIds' defined but not used |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
654 | /mdapi/classes/SearchUtils.cls | 75 | 56 | 75 | 67 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
652 | /mdapi/classes/SearchUtils.cls | 75 | 56 | 75 | 67 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
655 | /mdapi/classes/SearchUtils.cls | 75 | 41 | 75 | 68 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
653 | /mdapi/classes/SearchUtils.cls | 75 | 41 | 75 | 68 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
656 | /mdapi/classes/SearchUtils.cls | 97 | 19 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
654 | /mdapi/classes/SearchUtils.cls | 97 | 19 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
657 | /mdapi/classes/SearchUtils.cls | 104 | 50 | 104 | 80 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
655 | /mdapi/classes/SearchUtils.cls | 104 | 50 | 104 | 80 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
658 | /mdapi/classes/SearchUtils.cls | 119 | 12 | 134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
656 | /mdapi/classes/SearchUtils.cls | 119 | 12 | 134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
659 | /mdapi/classes/SearchUtils.cls | 124 | 16 | 127 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
657 | /mdapi/classes/SearchUtils.cls | 124 | 16 | 127 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
660 | /mdapi/classes/SearchUtils.cls | 128 | 16 | 133 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
658 | /mdapi/classes/SearchUtils.cls | 128 | 16 | 133 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
661 | /mdapi/classes/SearchUtils.cls | 128 | 16 | 133 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
659 | /mdapi/classes/SearchUtils.cls | 128 | 16 | 133 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
662 | /mdapi/classes/SearchUtilsTest.cls | 31 | 9 | 31 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
660 | /mdapi/classes/SearchUtilsTest.cls | 31 | 9 | 31 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
663 | /mdapi/classes/SearchUtilsTest.cls | 35 | 13 | 35 | 145 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
661 | /mdapi/classes/SearchUtilsTest.cls | 35 | 13 | 35 | 145 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
664 | /mdapi/classes/SearchUtilsTest.cls | 36 | 13 | 36 | 109 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
662 | /mdapi/classes/SearchUtilsTest.cls | 36 | 13 | 36 | 109 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
665 | /mdapi/classes/SearchUtilsTest.cls | 49 | 9 | 49 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
663 | /mdapi/classes/SearchUtilsTest.cls | 49 | 9 | 49 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
666 | /mdapi/classes/SearchUtilsTest.cls | 50 | 9 | 50 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
664 | /mdapi/classes/SearchUtilsTest.cls | 50 | 9 | 50 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |