pmd7_2 took 13 seconds to run and found 304 violations
pmd7_3 took 17 seconds to run and found 303 violations
Among the 304 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/default/classes/AddOrInsertRecord.cls | 1 | 21 | 43 | 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/AddOrInsertRecord.cls | 1 | 21 | 43 | 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/AddOrInsertRecord.cls | 3 | 19 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /force-app/main/default/classes/AddOrInsertRecord.cls | 3 | 19 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /force-app/main/default/classes/AddOrInsertRecord.cls | 3 | 19 | 23 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
3 | /force-app/main/default/classes/AddOrInsertRecord.cls | 3 | 19 | 23 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
4 | /force-app/main/default/classes/AddOrInsertRecord.cls | 25 | 12 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /force-app/main/default/classes/AddOrInsertRecord.cls | 25 | 12 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /force-app/main/default/classes/AddOrInsertRecord.cls | 34 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /force-app/main/default/classes/AddOrInsertRecord.cls | 34 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /force-app/main/default/classes/AddOrInsertRecord.cls | 36 | 16 | 38 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /force-app/main/default/classes/AddOrInsertRecord.cls | 36 | 16 | 38 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
7 | /force-app/main/default/classes/AddOrInsertRecord.cls | 41 | 30 | 41 | 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 'outputCollection' should be before method declarations in its class |
7 | /force-app/main/default/classes/AddOrInsertRecord.cls | 41 | 30 | 41 | 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 'outputCollection' should be before method declarations in its class |
8 | /force-app/main/default/classes/CopyCollection.cls | 1 | 21 | 32 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
8 | /force-app/main/default/classes/CopyCollection.cls | 1 | 21 | 32 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
9 | /force-app/main/default/classes/CopyCollection.cls | 3 | 19 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
9 | /force-app/main/default/classes/CopyCollection.cls | 3 | 19 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
10 | /force-app/main/default/classes/CopyCollection.cls | 3 | 19 | 16 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
10 | /force-app/main/default/classes/CopyCollection.cls | 3 | 19 | 16 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
11 | /force-app/main/default/classes/CopyCollection.cls | 18 | 12 | 21 | 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/CopyCollection.cls | 18 | 12 | 21 | 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/CopyCollection.cls | 23 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
12 | /force-app/main/default/classes/CopyCollection.cls | 23 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
13 | /force-app/main/default/classes/CopyCollection.cls | 25 | 16 | 27 | 10 | 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/CopyCollection.cls | 25 | 16 | 27 | 10 | 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/CopyCollection.cls | 30 | 30 | 30 | 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 'outputCollection' should be before method declarations in its class |
14 | /force-app/main/default/classes/CopyCollection.cls | 30 | 30 | 30 | 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 'outputCollection' should be before method declarations in its class |
15 | /force-app/main/default/classes/EvaluateFormula.cls | 1 | 21 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /force-app/main/default/classes/EvaluateFormula.cls | 1 | 21 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /force-app/main/default/classes/EvaluateFormula.cls | 4 | 19 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /force-app/main/default/classes/EvaluateFormula.cls | 4 | 19 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /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 |
17 | /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 |
18 | /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. |
18 | /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. |
19 | /force-app/main/default/classes/EvaluateFormula.cls | 13 | 13 | 13 | 38 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
19 | /force-app/main/default/classes/EvaluateFormula.cls | 13 | 13 | 13 | 38 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
20 | /force-app/main/default/classes/EvaluateFormula.cls | 13 | 13 | 13 | 38 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
20 | /force-app/main/default/classes/EvaluateFormula.cls | 13 | 13 | 13 | 38 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
21 | /force-app/main/default/classes/EvaluateFormula.cls | 26 | 9 | 26 | 48 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
21 | /force-app/main/default/classes/EvaluateFormula.cls | 26 | 9 | 26 | 48 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
22 | /force-app/main/default/classes/EvaluateFormula.cls | 26 | 9 | 26 | 48 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
22 | /force-app/main/default/classes/EvaluateFormula.cls | 26 | 9 | 26 | 48 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
23 | /force-app/main/default/classes/EvaluateFormula.cls | 27 | 9 | 27 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
23 | /force-app/main/default/classes/EvaluateFormula.cls | 27 | 9 | 27 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
24 | /force-app/main/default/classes/EvaluateFormula.cls | 27 | 9 | 27 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
24 | /force-app/main/default/classes/EvaluateFormula.cls | 27 | 9 | 27 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
25 | /force-app/main/default/classes/EvaluateFormula.cls | 35 | 13 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /force-app/main/default/classes/EvaluateFormula.cls | 35 | 13 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /force-app/main/default/classes/EvaluateFormula.cls | 45 | 13 | 55 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /force-app/main/default/classes/EvaluateFormula.cls | 45 | 13 | 55 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /force-app/main/default/classes/FilterCollection.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 |
27 | /force-app/main/default/classes/FilterCollection.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 |
28 | /force-app/main/default/classes/FilterCollection.cls | 3 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /force-app/main/default/classes/FilterCollection.cls | 3 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /force-app/main/default/classes/FilterCollection.cls | 37 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /force-app/main/default/classes/FilterCollection.cls | 37 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /force-app/main/default/classes/FilterCollection.cls | 46 | 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 |
30 | /force-app/main/default/classes/FilterCollection.cls | 46 | 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 |
31 | /force-app/main/default/classes/FilterCollection.cls | 48 | 16 | 50 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /force-app/main/default/classes/FilterCollection.cls | 48 | 16 | 50 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /force-app/main/default/classes/FilterCollection.cls | 53 | 23 | 53 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errors' should be before method declarations in its class |
32 | /force-app/main/default/classes/FilterCollection.cls | 53 | 23 | 53 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errors' should be before method declarations in its class |
33 | /force-app/main/default/classes/FilterCollection.cls | 56 | 30 | 56 | 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 'outputCollection' should be before method declarations in its class |
33 | /force-app/main/default/classes/FilterCollection.cls | 56 | 30 | 56 | 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 'outputCollection' should be before method declarations in its class |
34 | /force-app/main/default/classes/FindRecordsInCollection.cls | 1 | 21 | 87 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
34 | /force-app/main/default/classes/FindRecordsInCollection.cls | 1 | 21 | 87 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /force-app/main/default/classes/FindRecordsInCollection.cls | 4 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /force-app/main/default/classes/FindRecordsInCollection.cls | 4 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
36 | /force-app/main/default/classes/FindRecordsInCollection.cls | 5 | 9 | 5 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
36 | /force-app/main/default/classes/FindRecordsInCollection.cls | 5 | 9 | 5 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
37 | /force-app/main/default/classes/FindRecordsInCollection.cls | 5 | 9 | 5 | 56 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
37 | /force-app/main/default/classes/FindRecordsInCollection.cls | 5 | 9 | 5 | 56 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
38 | /force-app/main/default/classes/FindRecordsInCollection.cls | 35 | 10 | 35 | 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 |
38 | /force-app/main/default/classes/FindRecordsInCollection.cls | 35 | 10 | 35 | 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 |
39 | /force-app/main/default/classes/FindRecordsInCollection.cls | 35 | 10 | 35 | 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. |
39 | /force-app/main/default/classes/FindRecordsInCollection.cls | 35 | 10 | 35 | 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. |
40 | /force-app/main/default/classes/FindRecordsInCollection.cls | 36 | 9 | 36 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
40 | /force-app/main/default/classes/FindRecordsInCollection.cls | 36 | 9 | 36 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
41 | /force-app/main/default/classes/FindRecordsInCollection.cls | 36 | 9 | 36 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
41 | /force-app/main/default/classes/FindRecordsInCollection.cls | 36 | 9 | 36 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
42 | /force-app/main/default/classes/FindRecordsInCollection.cls | 44 | 19 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
42 | /force-app/main/default/classes/FindRecordsInCollection.cls | 44 | 19 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /force-app/main/default/classes/FindRecordsInCollection.cls | 59 | 13 | 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 |
43 | /force-app/main/default/classes/FindRecordsInCollection.cls | 59 | 13 | 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 |
44 | /force-app/main/default/classes/FindRecordsInCollection.cls | 74 | 13 | 86 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
44 | /force-app/main/default/classes/FindRecordsInCollection.cls | 74 | 13 | 86 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
45 | /force-app/main/default/classes/FindRecordsInCollection.cls | 76 | 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 |
45 | /force-app/main/default/classes/FindRecordsInCollection.cls | 76 | 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 |
46 | /force-app/main/default/classes/FindRecordsInCollection.cls | 82 | 22 | 82 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'singleOutputMember' should be before method declarations in its class |
46 | /force-app/main/default/classes/FindRecordsInCollection.cls | 82 | 22 | 82 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'singleOutputMember' should be before method declarations in its class |
47 | /force-app/main/default/classes/FindRecordsInCollection.cls | 85 | 28 | 85 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'multipleOutputMembers' should be before method declarations in its class |
47 | /force-app/main/default/classes/FindRecordsInCollection.cls | 85 | 28 | 85 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'multipleOutputMembers' should be before method declarations in its class |
48 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 22 | 476 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 22 | 476 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 22 | 476 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'FormulaEvaluator' has a total cognitive complexity of 136 (highest 49), current threshold is 50 |
49 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 22 | 476 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'FormulaEvaluator' has a total cognitive complexity of 136 (highest 49), current threshold is 50 |
50 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 22 | 476 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'FormulaEvaluator' has a total cyclomatic complexity of 89 (highest 34). |
50 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 22 | 476 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'FormulaEvaluator' has a total cyclomatic complexity of 89 (highest 34). |
51 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 22 | 476 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'FormulaEvaluator' has a Standard Cyclomatic Complexity of 12 (Highest = 30). |
51 | /force-app/main/default/classes/FormulaEvaluator.cls | 1 | 22 | 476 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'FormulaEvaluator' has a Standard Cyclomatic Complexity of 12 (Highest = 30). |
52 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
52 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
53 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseFormula(String, String)' has a cognitive complexity of 40, current threshold is 15 |
53 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseFormula(String, String)' has a cognitive complexity of 40, current threshold is 15 |
54 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseFormula(String, String)' has a cyclomatic complexity of 24. |
54 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseFormula(String, String)' has a cyclomatic complexity of 24. |
55 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormula()' has an NCSS line count of 100 (limit: 40) |
55 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormula()' has an NCSS line count of 100 (limit: 40) |
56 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseFormula' has a Standard Cyclomatic Complexity of 22. |
56 | /force-app/main/default/classes/FormulaEvaluator.cls | 3 | 19 | 114 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseFormula' has a Standard Cyclomatic Complexity of 22. |
57 | /force-app/main/default/classes/FormulaEvaluator.cls | 11 | 47 | 11 | 73 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
57 | /force-app/main/default/classes/FormulaEvaluator.cls | 11 | 47 | 11 | 73 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
58 | /force-app/main/default/classes/FormulaEvaluator.cls | 116 | 19 | 148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
58 | /force-app/main/default/classes/FormulaEvaluator.cls | 116 | 19 | 148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
59 | /force-app/main/default/classes/FormulaEvaluator.cls | 116 | 19 | 148 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
59 | /force-app/main/default/classes/FormulaEvaluator.cls | 116 | 19 | 148 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
60 | /force-app/main/default/classes/FormulaEvaluator.cls | 133 | 51 | 133 | 62 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
60 | /force-app/main/default/classes/FormulaEvaluator.cls | 133 | 51 | 133 | 62 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
61 | /force-app/main/default/classes/FormulaEvaluator.cls | 188 | 19 | 203 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /force-app/main/default/classes/FormulaEvaluator.cls | 188 | 19 | 203 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /force-app/main/default/classes/FormulaEvaluator.cls | 205 | 19 | 302 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /force-app/main/default/classes/FormulaEvaluator.cls | 205 | 19 | 302 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /force-app/main/default/classes/FormulaEvaluator.cls | 205 | 19 | 302 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluate(String, String, Integer)' has a cognitive complexity of 28, current threshold is 15 |
63 | /force-app/main/default/classes/FormulaEvaluator.cls | 205 | 19 | 302 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluate(String, String, Integer)' has a cognitive complexity of 28, current threshold is 15 |
64 | /force-app/main/default/classes/FormulaEvaluator.cls | 205 | 19 | 302 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluate(String, String, Integer)' has a cyclomatic complexity of 15. |
64 | /force-app/main/default/classes/FormulaEvaluator.cls | 205 | 19 | 302 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluate(String, String, Integer)' has a cyclomatic complexity of 15. |
65 | /force-app/main/default/classes/FormulaEvaluator.cls | 205 | 19 | 302 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluate()' has an NCSS line count of 69 (limit: 40) |
65 | /force-app/main/default/classes/FormulaEvaluator.cls | 205 | 19 | 302 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluate()' has an NCSS line count of 69 (limit: 40) |
66 | /force-app/main/default/classes/FormulaEvaluator.cls | 205 | 19 | 302 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluate' has a Standard Cyclomatic Complexity of 15. |
66 | /force-app/main/default/classes/FormulaEvaluator.cls | 205 | 19 | 302 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluate' has a Standard Cyclomatic Complexity of 15. |
67 | /force-app/main/default/classes/FormulaEvaluator.cls | 213 | 21 | 213 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'iteration' defined but not used |
67 | /force-app/main/default/classes/FormulaEvaluator.cls | 213 | 21 | 213 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'iteration' defined but not used |
68 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 462 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 462 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 462 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cognitive complexity of 49, current threshold is 15 |
69 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 462 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cognitive complexity of 49, current threshold is 15 |
70 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 462 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cyclomatic complexity of 34. |
70 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 462 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'replaceExpressionValues(RegExps.ParserContext)' has a cyclomatic complexity of 34. |
71 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 462 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'replaceExpressionValues()' has an NCSS line count of 122 (limit: 40) |
71 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 462 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'replaceExpressionValues()' has an NCSS line count of 122 (limit: 40) |
72 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 462 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'replaceExpressionValues' has a Standard Cyclomatic Complexity of 30. |
72 | /force-app/main/default/classes/FormulaEvaluator.cls | 304 | 19 | 462 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'replaceExpressionValues' has a Standard Cyclomatic Complexity of 30. |
73 | /force-app/main/default/classes/FormulaEvaluator.cls | 418 | 16 | 418 | 122 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'EXP_VALUES_NO_STRING' doesn't match '[a-z][a-zA-Z0-9]*' |
73 | /force-app/main/default/classes/FormulaEvaluator.cls | 418 | 16 | 418 | 122 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'EXP_VALUES_NO_STRING' doesn't match '[a-z][a-zA-Z0-9]*' |
74 | /force-app/main/default/classes/FormulaEvaluator.cls | 464 | 12 | 472 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
74 | /force-app/main/default/classes/FormulaEvaluator.cls | 464 | 12 | 472 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
75 | /force-app/main/default/classes/FormulaEvaluator.cls | 468 | 16 | 471 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
75 | /force-app/main/default/classes/FormulaEvaluator.cls | 468 | 16 | 471 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
76 | /force-app/main/default/classes/FormulaEvaluator.cls | 474 | 12 | 475 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
76 | /force-app/main/default/classes/FormulaEvaluator.cls | 474 | 12 | 475 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
77 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 4 | 12 | 56 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormulaTest()' has an NCSS line count of 41 (limit: 40) |
77 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 4 | 12 | 56 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseFormulaTest()' has an NCSS line count of 41 (limit: 40) |
78 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 58 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
78 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 58 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 62 | 16 | 65 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /force-app/main/default/classes/FormulaEvaluatorTest.cls | 62 | 16 | 65 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /force-app/main/default/classes/GenerateCollectionReport.cls | 1 | 21 | 46 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /force-app/main/default/classes/GenerateCollectionReport.cls | 1 | 21 | 46 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /force-app/main/default/classes/GenerateCollectionReport.cls | 3 | 19 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /force-app/main/default/classes/GenerateCollectionReport.cls | 3 | 19 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /force-app/main/default/classes/GenerateCollectionReport.cls | 3 | 19 | 30 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'generateReport(List |
82 | /force-app/main/default/classes/GenerateCollectionReport.cls | 3 | 19 | 30 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'generateReport(List |
83 | /force-app/main/default/classes/GenerateCollectionReport.cls | 31 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /force-app/main/default/classes/GenerateCollectionReport.cls | 31 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /force-app/main/default/classes/GenerateCollectionReport.cls | 40 | 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 |
84 | /force-app/main/default/classes/GenerateCollectionReport.cls | 40 | 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 |
85 | /force-app/main/default/classes/GetFirst.cls | 1 | 21 | 42 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /force-app/main/default/classes/GetFirst.cls | 1 | 21 | 42 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /force-app/main/default/classes/GetFirst.cls | 5 | 19 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /force-app/main/default/classes/GetFirst.cls | 5 | 19 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /force-app/main/default/classes/GetFirst.cls | 6 | 9 | 6 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
87 | /force-app/main/default/classes/GetFirst.cls | 6 | 9 | 6 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
88 | /force-app/main/default/classes/GetFirst.cls | 6 | 9 | 6 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
88 | /force-app/main/default/classes/GetFirst.cls | 6 | 9 | 6 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
89 | /force-app/main/default/classes/GetFirst.cls | 8 | 17 | 8 | 67 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'enforceSingle' defined but not used |
89 | /force-app/main/default/classes/GetFirst.cls | 8 | 17 | 8 | 67 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'enforceSingle' defined but not used |
90 | /force-app/main/default/classes/GetFirst.cls | 26 | 12 | 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 |
90 | /force-app/main/default/classes/GetFirst.cls | 26 | 12 | 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 |
91 | /force-app/main/default/classes/GetFirst.cls | 35 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /force-app/main/default/classes/GetFirst.cls | 35 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /force-app/main/default/classes/GetFirstTest.cls | 4 | 5 | 5 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
92 | /force-app/main/default/classes/GetFirstTest.cls | 4 | 5 | 5 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
93 | /force-app/main/default/classes/GetFirstTest.cls | 5 | 12 | 19 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
93 | /force-app/main/default/classes/GetFirstTest.cls | 5 | 12 | 19 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
94 | /force-app/main/default/classes/GetFirstTest.cls | 5 | 12 | 19 | 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 'GetFirstReturnsFirstResult' doesn't match '[a-z][a-zA-Z0-9]*' |
94 | /force-app/main/default/classes/GetFirstTest.cls | 5 | 12 | 19 | 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 'GetFirstReturnsFirstResult' doesn't match '[a-z][a-zA-Z0-9]*' |
95 | /force-app/main/default/classes/JoinCollections.cls | 1 | 21 | 35 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /force-app/main/default/classes/JoinCollections.cls | 1 | 21 | 35 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /force-app/main/default/classes/JoinCollections.cls | 3 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /force-app/main/default/classes/JoinCollections.cls | 3 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
97 | /force-app/main/default/classes/JoinCollections.cls | 3 | 19 | 17 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
97 | /force-app/main/default/classes/JoinCollections.cls | 3 | 19 | 17 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
98 | /force-app/main/default/classes/JoinCollections.cls | 19 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
98 | /force-app/main/default/classes/JoinCollections.cls | 19 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
99 | /force-app/main/default/classes/JoinCollections.cls | 26 | 12 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
99 | /force-app/main/default/classes/JoinCollections.cls | 26 | 12 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
100 | /force-app/main/default/classes/JoinCollections.cls | 28 | 16 | 30 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
100 | /force-app/main/default/classes/JoinCollections.cls | 28 | 16 | 30 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /force-app/main/default/classes/JoinCollections.cls | 33 | 30 | 33 | 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 'outputCollection' should be before method declarations in its class |
101 | /force-app/main/default/classes/JoinCollections.cls | 33 | 30 | 33 | 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 'outputCollection' should be before method declarations in its class |
102 | /force-app/main/default/classes/ListActionsTest.cls | 13 | 9 | 13 | 55 | 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. |
102 | /force-app/main/default/classes/ListActionsTest.cls | 13 | 9 | 13 | 55 | 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. |
103 | /force-app/main/default/classes/ListActionsTest.cls | 14 | 9 | 14 | 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. |
103 | /force-app/main/default/classes/ListActionsTest.cls | 14 | 9 | 14 | 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. |
104 | /force-app/main/default/classes/ListActionsTest.cls | 16 | 13 | 16 | 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. |
104 | /force-app/main/default/classes/ListActionsTest.cls | 16 | 13 | 16 | 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. |
105 | /force-app/main/default/classes/ListActionsTest.cls | 29 | 9 | 29 | 55 | 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. |
105 | /force-app/main/default/classes/ListActionsTest.cls | 29 | 9 | 29 | 55 | 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. |
106 | /force-app/main/default/classes/ListActionsTest.cls | 30 | 9 | 30 | 75 | 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. |
106 | /force-app/main/default/classes/ListActionsTest.cls | 30 | 9 | 30 | 75 | 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. |
107 | /force-app/main/default/classes/ListActionsTest.cls | 42 | 9 | 42 | 55 | 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. |
107 | /force-app/main/default/classes/ListActionsTest.cls | 42 | 9 | 42 | 55 | 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. |
108 | /force-app/main/default/classes/ListActionsTest.cls | 43 | 9 | 43 | 76 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
108 | /force-app/main/default/classes/ListActionsTest.cls | 43 | 9 | 43 | 76 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
109 | /force-app/main/default/classes/ListActionsTest.cls | 65 | 9 | 65 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
109 | /force-app/main/default/classes/ListActionsTest.cls | 65 | 9 | 65 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
110 | /force-app/main/default/classes/ListActionsTest.cls | 66 | 9 | 66 | 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. |
110 | /force-app/main/default/classes/ListActionsTest.cls | 66 | 9 | 66 | 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. |
111 | /force-app/main/default/classes/ListActionsTest.cls | 69 | 17 | 69 | 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. |
111 | /force-app/main/default/classes/ListActionsTest.cls | 69 | 17 | 69 | 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. |
112 | /force-app/main/default/classes/ListActionsTest.cls | 76 | 23 | 76 | 42 | 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 'INDEX_TO_REMOVE' doesn't match '[a-z][a-zA-Z0-9]*' |
112 | /force-app/main/default/classes/ListActionsTest.cls | 76 | 23 | 76 | 42 | 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 'INDEX_TO_REMOVE' doesn't match '[a-z][a-zA-Z0-9]*' |
113 | /force-app/main/default/classes/ListActionsTest.cls | 85 | 9 | 85 | 55 | 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/ListActionsTest.cls | 85 | 9 | 85 | 55 | 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/ListActionsTest.cls | 86 | 9 | 86 | 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. |
114 | /force-app/main/default/classes/ListActionsTest.cls | 86 | 9 | 86 | 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. |
115 | /force-app/main/default/classes/ListActionsTest.cls | 87 | 9 | 87 | 97 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
115 | /force-app/main/default/classes/ListActionsTest.cls | 87 | 9 | 87 | 97 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
116 | /force-app/main/default/classes/ListActionsTest.cls | 112 | 9 | 112 | 55 | 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/ListActionsTest.cls | 112 | 9 | 112 | 55 | 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/ListActionsTest.cls | 113 | 9 | 113 | 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. |
117 | /force-app/main/default/classes/ListActionsTest.cls | 113 | 9 | 113 | 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. |
118 | /force-app/main/default/classes/ListActionsTest.cls | 115 | 9 | 115 | 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. |
118 | /force-app/main/default/classes/ListActionsTest.cls | 115 | 9 | 115 | 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. |
119 | /force-app/main/default/classes/ListActionsTest.cls | 118 | 19 | 129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
119 | /force-app/main/default/classes/ListActionsTest.cls | 118 | 19 | 129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
120 | /force-app/main/default/classes/MapCollection.cls | 1 | 21 | 65 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
120 | /force-app/main/default/classes/MapCollection.cls | 1 | 21 | 65 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
121 | /force-app/main/default/classes/MapCollection.cls | 3 | 19 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
121 | /force-app/main/default/classes/MapCollection.cls | 3 | 19 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
122 | /force-app/main/default/classes/MapCollection.cls | 3 | 19 | 44 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'mapCollection(List |
122 | /force-app/main/default/classes/MapCollection.cls | 3 | 19 | 44 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'mapCollection(List |
123 | /force-app/main/default/classes/MapCollection.cls | 3 | 19 | 44 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'mapCollection(List |
123 | /force-app/main/default/classes/MapCollection.cls | 3 | 19 | 44 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'mapCollection(List |
124 | /force-app/main/default/classes/MapCollection.cls | 3 | 19 | 44 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
124 | /force-app/main/default/classes/MapCollection.cls | 3 | 19 | 44 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
125 | /force-app/main/default/classes/MapCollection.cls | 45 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
125 | /force-app/main/default/classes/MapCollection.cls | 45 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
126 | /force-app/main/default/classes/MapCollection.cls | 54 | 12 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
126 | /force-app/main/default/classes/MapCollection.cls | 54 | 12 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
127 | /force-app/main/default/classes/MapCollection.cls | 56 | 16 | 58 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
127 | /force-app/main/default/classes/MapCollection.cls | 56 | 16 | 58 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
128 | /force-app/main/default/classes/MapCollection.cls | 60 | 23 | 60 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errors' should be before method declarations in its class |
128 | /force-app/main/default/classes/MapCollection.cls | 60 | 23 | 60 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errors' should be before method declarations in its class |
129 | /force-app/main/default/classes/MapCollection.cls | 63 | 30 | 63 | 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 'outputCollection' should be before method declarations in its class |
129 | /force-app/main/default/classes/MapCollection.cls | 63 | 30 | 63 | 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 'outputCollection' should be before method declarations in its class |
130 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
130 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
131 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
131 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
132 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'RegExps' has a total cognitive complexity of 2220 (highest 126), current threshold is 50 |
132 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'RegExps' has a total cognitive complexity of 2220 (highest 126), current threshold is 50 |
133 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'RegExps' has a total cyclomatic complexity of 519 (highest 99). |
133 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'RegExps' has a total cyclomatic complexity of 519 (highest 99). |
134 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
134 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
135 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 1,533 |
135 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 1,533 |
136 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'RegExps' has a Standard Cyclomatic Complexity of 20 (Highest = 51). |
136 | /force-app/main/default/classes/RegExps.cls | 1 | 8 | 1707 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'RegExps' has a Standard Cyclomatic Complexity of 20 (Highest = 51). |
137 | /force-app/main/default/classes/RegExps.cls | 39 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
137 | /force-app/main/default/classes/RegExps.cls | 39 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
138 | /force-app/main/default/classes/RegExps.cls | 39 | 12 | 109 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ParserContext has 21 public methods, attributes, and properties (limit: 20) |
138 | /force-app/main/default/classes/RegExps.cls | 39 | 12 | 109 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ParserContext has 21 public methods, attributes, and properties (limit: 20) |
139 | /force-app/main/default/classes/RegExps.cls | 41 | 16 | 63 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
139 | /force-app/main/default/classes/RegExps.cls | 41 | 16 | 63 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
140 | /force-app/main/default/classes/RegExps.cls | 65 | 23 | 65 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'formula' should be before method declarations in its class |
140 | /force-app/main/default/classes/RegExps.cls | 65 | 23 | 65 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'formula' should be before method declarations in its class |
141 | /force-app/main/default/classes/RegExps.cls | 66 | 23 | 66 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputString' should be before method declarations in its class |
141 | /force-app/main/default/classes/RegExps.cls | 66 | 23 | 66 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputString' should be before method declarations in its class |
142 | /force-app/main/default/classes/RegExps.cls | 67 | 36 | 67 | 52 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesString' should be before method declarations in its class |
142 | /force-app/main/default/classes/RegExps.cls | 67 | 36 | 67 | 52 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesString' should be before method declarations in its class |
143 | /force-app/main/default/classes/RegExps.cls | 68 | 37 | 68 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDecimal' should be before method declarations in its class |
143 | /force-app/main/default/classes/RegExps.cls | 68 | 37 | 68 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDecimal' should be before method declarations in its class |
144 | /force-app/main/default/classes/RegExps.cls | 69 | 38 | 69 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDateTime' should be before method declarations in its class |
144 | /force-app/main/default/classes/RegExps.cls | 69 | 38 | 69 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesDateTime' should be before method declarations in its class |
145 | /force-app/main/default/classes/RegExps.cls | 70 | 28 | 70 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesNULL' should be before method declarations in its class |
145 | /force-app/main/default/classes/RegExps.cls | 70 | 28 | 70 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesNULL' should be before method declarations in its class |
146 | /force-app/main/default/classes/RegExps.cls | 71 | 37 | 71 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesBoolean' should be before method declarations in its class |
146 | /force-app/main/default/classes/RegExps.cls | 71 | 37 | 71 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'referencesBoolean' should be before method declarations in its class |
147 | /force-app/main/default/classes/RegExps.cls | 72 | 36 | 72 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'replacements' should be before method declarations in its class |
147 | /force-app/main/default/classes/RegExps.cls | 72 | 36 | 72 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'replacements' should be before method declarations in its class |
148 | /force-app/main/default/classes/RegExps.cls | 73 | 36 | 73 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldsPlaceholders' should be before method declarations in its class |
148 | /force-app/main/default/classes/RegExps.cls | 73 | 36 | 73 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldsPlaceholders' should be before method declarations in its class |
149 | /force-app/main/default/classes/RegExps.cls | 74 | 28 | 74 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fields' should be before method declarations in its class |
149 | /force-app/main/default/classes/RegExps.cls | 74 | 28 | 74 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fields' should be before method declarations in its class |
150 | /force-app/main/default/classes/RegExps.cls | 75 | 36 | 75 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldValues' should be before method declarations in its class |
150 | /force-app/main/default/classes/RegExps.cls | 75 | 36 | 75 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldValues' should be before method declarations in its class |
151 | /force-app/main/default/classes/RegExps.cls | 76 | 36 | 76 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldTypes' should be before method declarations in its class |
151 | /force-app/main/default/classes/RegExps.cls | 76 | 36 | 76 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldTypes' should be before method declarations in its class |
152 | /force-app/main/default/classes/RegExps.cls | 77 | 23 | 77 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputType' should be before method declarations in its class |
152 | /force-app/main/default/classes/RegExps.cls | 77 | 23 | 77 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'outputType' should be before method declarations in its class |
153 | /force-app/main/default/classes/RegExps.cls | 78 | 16 | 78 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
153 | /force-app/main/default/classes/RegExps.cls | 78 | 16 | 78 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
154 | /force-app/main/default/classes/RegExps.cls | 79 | 16 | 79 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
154 | /force-app/main/default/classes/RegExps.cls | 79 | 16 | 79 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
155 | /force-app/main/default/classes/RegExps.cls | 80 | 16 | 80 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
155 | /force-app/main/default/classes/RegExps.cls | 80 | 16 | 80 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
156 | /force-app/main/default/classes/RegExps.cls | 81 | 16 | 81 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
156 | /force-app/main/default/classes/RegExps.cls | 81 | 16 | 81 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
157 | /force-app/main/default/classes/RegExps.cls | 82 | 16 | 82 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
157 | /force-app/main/default/classes/RegExps.cls | 82 | 16 | 82 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
158 | /force-app/main/default/classes/RegExps.cls | 84 | 16 | 88 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
158 | /force-app/main/default/classes/RegExps.cls | 84 | 16 | 88 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
159 | /force-app/main/default/classes/RegExps.cls | 89 | 16 | 93 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
159 | /force-app/main/default/classes/RegExps.cls | 89 | 16 | 93 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
160 | /force-app/main/default/classes/RegExps.cls | 94 | 16 | 98 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
160 | /force-app/main/default/classes/RegExps.cls | 94 | 16 | 98 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
161 | /force-app/main/default/classes/RegExps.cls | 99 | 16 | 103 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
161 | /force-app/main/default/classes/RegExps.cls | 99 | 16 | 103 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /force-app/main/default/classes/RegExps.cls | 104 | 16 | 108 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /force-app/main/default/classes/RegExps.cls | 104 | 16 | 108 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
163 | /force-app/main/default/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
163 | /force-app/main/default/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
164 | /force-app/main/default/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cognitive complexity of 59, current threshold is 15 |
164 | /force-app/main/default/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cognitive complexity of 59, current threshold is 15 |
165 | /force-app/main/default/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cyclomatic complexity of 27. |
165 | /force-app/main/default/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathExpressions(ParserContext)' has a cyclomatic complexity of 27. |
166 | /force-app/main/default/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathExpressions()' has an NCSS line count of 89 (limit: 40) |
166 | /force-app/main/default/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathExpressions()' has an NCSS line count of 89 (limit: 40) |
167 | /force-app/main/default/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathExpressions' has a Standard Cyclomatic Complexity of 22. |
167 | /force-app/main/default/classes/RegExps.cls | 111 | 19 | 223 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathExpressions' has a Standard Cyclomatic Complexity of 22. |
168 | /force-app/main/default/classes/RegExps.cls | 181 | 16 | 181 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tmpOutput' defined but not used |
168 | /force-app/main/default/classes/RegExps.cls | 181 | 16 | 181 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tmpOutput' defined but not used |
169 | /force-app/main/default/classes/RegExps.cls | 225 | 19 | 227 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
169 | /force-app/main/default/classes/RegExps.cls | 225 | 19 | 227 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
170 | /force-app/main/default/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
170 | /force-app/main/default/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
171 | /force-app/main/default/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'clearParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
171 | /force-app/main/default/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'clearParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
172 | /force-app/main/default/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'clearParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
172 | /force-app/main/default/classes/RegExps.cls | 229 | 19 | 262 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'clearParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
173 | /force-app/main/default/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
173 | /force-app/main/default/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
174 | /force-app/main/default/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'wrapParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
174 | /force-app/main/default/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'wrapParentesis(ParserContext, String)' has a cognitive complexity of 20, current threshold is 15 |
175 | /force-app/main/default/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'wrapParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
175 | /force-app/main/default/classes/RegExps.cls | 264 | 19 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'wrapParentesis(ParserContext, String)' has a cyclomatic complexity of 19. |
176 | /force-app/main/default/classes/RegExps.cls | 298 | 19 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
176 | /force-app/main/default/classes/RegExps.cls | 298 | 19 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
177 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
177 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
178 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cognitive complexity of 16, current threshold is 15 |
178 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cognitive complexity of 16, current threshold is 15 |
179 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cyclomatic complexity of 11. |
179 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBinaryOperations(ParserContext, String, String, String)' has a cyclomatic complexity of 11. |
180 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
180 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
181 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBinaryOperations()' has an NCSS line count of 41 (limit: 40) |
181 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBinaryOperations()' has an NCSS line count of 41 (limit: 40) |
182 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBinaryOperations' has a Standard Cyclomatic Complexity of 11. |
182 | /force-app/main/default/classes/RegExps.cls | 315 | 19 | 371 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBinaryOperations' has a Standard Cyclomatic Complexity of 11. |
183 | /force-app/main/default/classes/RegExps.cls | 373 | 19 | 393 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
183 | /force-app/main/default/classes/RegExps.cls | 373 | 19 | 393 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
184 | /force-app/main/default/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
184 | /force-app/main/default/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
185 | /force-app/main/default/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cognitive complexity of 44, current threshold is 15 |
185 | /force-app/main/default/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cognitive complexity of 44, current threshold is 15 |
186 | /force-app/main/default/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cyclomatic complexity of 40. |
186 | /force-app/main/default/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateMathFunctions(ParserContext)' has a cyclomatic complexity of 40. |
187 | /force-app/main/default/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathFunctions()' has an NCSS line count of 103 (limit: 40) |
187 | /force-app/main/default/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateMathFunctions()' has an NCSS line count of 103 (limit: 40) |
188 | /force-app/main/default/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathFunctions' has a Standard Cyclomatic Complexity of 34. |
188 | /force-app/main/default/classes/RegExps.cls | 395 | 19 | 499 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateMathFunctions' has a Standard Cyclomatic Complexity of 34. |
189 | /force-app/main/default/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
189 | /force-app/main/default/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
190 | /force-app/main/default/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cognitive complexity of 68, current threshold is 15 |
190 | /force-app/main/default/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cognitive complexity of 68, current threshold is 15 |
191 | /force-app/main/default/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cyclomatic complexity of 37. |
191 | /force-app/main/default/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateTypeConversionFunctions(ParserContext)' has a cyclomatic complexity of 37. |
192 | /force-app/main/default/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateTypeConversionFunctions()' has an NCSS line count of 106 (limit: 40) |
192 | /force-app/main/default/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateTypeConversionFunctions()' has an NCSS line count of 106 (limit: 40) |
193 | /force-app/main/default/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateTypeConversionFunctions' has a Standard Cyclomatic Complexity of 30. |
193 | /force-app/main/default/classes/RegExps.cls | 501 | 19 | 623 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateTypeConversionFunctions' has a Standard Cyclomatic Complexity of 30. |
194 | /force-app/main/default/classes/RegExps.cls | 543 | 21 | 545 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
194 | /force-app/main/default/classes/RegExps.cls | 543 | 21 | 545 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
195 | /force-app/main/default/classes/RegExps.cls | 552 | 21 | 554 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
195 | /force-app/main/default/classes/RegExps.cls | 552 | 21 | 554 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
196 | /force-app/main/default/classes/RegExps.cls | 566 | 21 | 568 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
196 | /force-app/main/default/classes/RegExps.cls | 566 | 21 | 568 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
197 | /force-app/main/default/classes/RegExps.cls | 608 | 21 | 614 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
197 | /force-app/main/default/classes/RegExps.cls | 608 | 21 | 614 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
198 | /force-app/main/default/classes/RegExps.cls | 610 | 28 | 614 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
198 | /force-app/main/default/classes/RegExps.cls | 610 | 28 | 614 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
199 | /force-app/main/default/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
199 | /force-app/main/default/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
200 | /force-app/main/default/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cognitive complexity of 122, current threshold is 15 |
200 | /force-app/main/default/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cognitive complexity of 122, current threshold is 15 |
201 | /force-app/main/default/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cyclomatic complexity of 75. |
201 | /force-app/main/default/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateDateTimeFunctions(ParserContext)' has a cyclomatic complexity of 75. |
202 | /force-app/main/default/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateDateTimeFunctions()' has an NCSS line count of 239 (limit: 40) |
202 | /force-app/main/default/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateDateTimeFunctions()' has an NCSS line count of 239 (limit: 40) |
203 | /force-app/main/default/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateDateTimeFunctions' has a Standard Cyclomatic Complexity of 51. |
203 | /force-app/main/default/classes/RegExps.cls | 641 | 19 | 857 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateDateTimeFunctions' has a Standard Cyclomatic Complexity of 51. |
204 | /force-app/main/default/classes/RegExps.cls | 859 | 19 | 1135 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
204 | /force-app/main/default/classes/RegExps.cls | 859 | 19 | 1135 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
205 | /force-app/main/default/classes/RegExps.cls | 859 | 19 | 1135 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cognitive complexity of 126, current threshold is 15 |
205 | /force-app/main/default/classes/RegExps.cls | 859 | 19 | 1135 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cognitive complexity of 126, current threshold is 15 |
206 | /force-app/main/default/classes/RegExps.cls | 859 | 19 | 1135 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cyclomatic complexity of 99. |
206 | /force-app/main/default/classes/RegExps.cls | 859 | 19 | 1135 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateStringFunctions(ParserContext)' has a cyclomatic complexity of 99. |
207 | /force-app/main/default/classes/RegExps.cls | 859 | 19 | 1135 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateStringFunctions()' has an NCSS line count of 268 (limit: 40) |
207 | /force-app/main/default/classes/RegExps.cls | 859 | 19 | 1135 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateStringFunctions()' has an NCSS line count of 268 (limit: 40) |
208 | /force-app/main/default/classes/RegExps.cls | 859 | 19 | 1135 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateStringFunctions' has a Standard Cyclomatic Complexity of 45. |
208 | /force-app/main/default/classes/RegExps.cls | 859 | 19 | 1135 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateStringFunctions' has a Standard Cyclomatic Complexity of 45. |
209 | /force-app/main/default/classes/RegExps.cls | 861 | 22 | 861 | 87 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEN_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
209 | /force-app/main/default/classes/RegExps.cls | 861 | 22 | 861 | 87 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEN_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
210 | /force-app/main/default/classes/RegExps.cls | 862 | 22 | 862 | 149 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTRING_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
210 | /force-app/main/default/classes/RegExps.cls | 862 | 22 | 862 | 149 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTRING_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
211 | /force-app/main/default/classes/RegExps.cls | 863 | 22 | 863 | 119 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEFT_RIGHT_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
211 | /force-app/main/default/classes/RegExps.cls | 863 | 22 | 863 | 119 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LEFT_RIGHT_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
212 | /force-app/main/default/classes/RegExps.cls | 864 | 22 | 864 | 117 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'ISPICKVAL_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
212 | /force-app/main/default/classes/RegExps.cls | 864 | 22 | 864 | 117 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'ISPICKVAL_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
213 | /force-app/main/default/classes/RegExps.cls | 865 | 22 | 865 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONVERTID_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
213 | /force-app/main/default/classes/RegExps.cls | 865 | 22 | 865 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONVERTID_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
214 | /force-app/main/default/classes/RegExps.cls | 866 | 22 | 866 | 115 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONTAINS_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
214 | /force-app/main/default/classes/RegExps.cls | 866 | 22 | 866 | 115 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONTAINS_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
215 | /force-app/main/default/classes/RegExps.cls | 867 | 22 | 867 | 107 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'FIND_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
215 | /force-app/main/default/classes/RegExps.cls | 867 | 22 | 867 | 107 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'FIND_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
216 | /force-app/main/default/classes/RegExps.cls | 868 | 22 | 868 | 95 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LOWER_UPPER_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
216 | /force-app/main/default/classes/RegExps.cls | 868 | 22 | 868 | 95 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'LOWER_UPPER_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
217 | /force-app/main/default/classes/RegExps.cls | 869 | 22 | 869 | 145 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTITUTE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
217 | /force-app/main/default/classes/RegExps.cls | 869 | 22 | 869 | 145 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'SUBSTITUTE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
218 | /force-app/main/default/classes/RegExps.cls | 870 | 22 | 870 | 81 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'TRIM_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
218 | /force-app/main/default/classes/RegExps.cls | 870 | 22 | 870 | 81 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'TRIM_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
219 | /force-app/main/default/classes/RegExps.cls | 871 | 22 | 871 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'VALUE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
219 | /force-app/main/default/classes/RegExps.cls | 871 | 22 | 871 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'VALUE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
220 | /force-app/main/default/classes/RegExps.cls | 872 | 22 | 872 | 121 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONCATENATE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
220 | /force-app/main/default/classes/RegExps.cls | 872 | 22 | 872 | 121 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'CONCATENATE_FN' doesn't match '[a-z][a-zA-Z0-9]*' |
221 | /force-app/main/default/classes/RegExps.cls | 1137 | 19 | 1261 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
221 | /force-app/main/default/classes/RegExps.cls | 1137 | 19 | 1261 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
222 | /force-app/main/default/classes/RegExps.cls | 1137 | 19 | 1261 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cognitive complexity of 77, current threshold is 15 |
222 | /force-app/main/default/classes/RegExps.cls | 1137 | 19 | 1261 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cognitive complexity of 77, current threshold is 15 |
223 | /force-app/main/default/classes/RegExps.cls | 1137 | 19 | 1261 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cyclomatic complexity of 41. |
223 | /force-app/main/default/classes/RegExps.cls | 1137 | 19 | 1261 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateCompareExpressions(ParserContext)' has a cyclomatic complexity of 41. |
224 | /force-app/main/default/classes/RegExps.cls | 1137 | 19 | 1261 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateCompareExpressions()' has an NCSS line count of 104 (limit: 40) |
224 | /force-app/main/default/classes/RegExps.cls | 1137 | 19 | 1261 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateCompareExpressions()' has an NCSS line count of 104 (limit: 40) |
225 | /force-app/main/default/classes/RegExps.cls | 1137 | 19 | 1261 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateCompareExpressions' has a Standard Cyclomatic Complexity of 26. |
225 | /force-app/main/default/classes/RegExps.cls | 1137 | 19 | 1261 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateCompareExpressions' has a Standard Cyclomatic Complexity of 26. |
226 | /force-app/main/default/classes/RegExps.cls | 1263 | 19 | 1318 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
226 | /force-app/main/default/classes/RegExps.cls | 1263 | 19 | 1318 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
227 | /force-app/main/default/classes/RegExps.cls | 1263 | 19 | 1318 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cognitive complexity of 40, current threshold is 15 |
227 | /force-app/main/default/classes/RegExps.cls | 1263 | 19 | 1318 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cognitive complexity of 40, current threshold is 15 |
228 | /force-app/main/default/classes/RegExps.cls | 1263 | 19 | 1318 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cyclomatic complexity of 25. |
228 | /force-app/main/default/classes/RegExps.cls | 1263 | 19 | 1318 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressions(ParserContext)' has a cyclomatic complexity of 25. |
229 | /force-app/main/default/classes/RegExps.cls | 1263 | 19 | 1318 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressions()' has an NCSS line count of 66 (limit: 40) |
229 | /force-app/main/default/classes/RegExps.cls | 1263 | 19 | 1318 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressions()' has an NCSS line count of 66 (limit: 40) |
230 | /force-app/main/default/classes/RegExps.cls | 1263 | 19 | 1318 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressions' has a Standard Cyclomatic Complexity of 16. |
230 | /force-app/main/default/classes/RegExps.cls | 1263 | 19 | 1318 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressions' has a Standard Cyclomatic Complexity of 16. |
231 | /force-app/main/default/classes/RegExps.cls | 1320 | 19 | 1428 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
231 | /force-app/main/default/classes/RegExps.cls | 1320 | 19 | 1428 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
232 | /force-app/main/default/classes/RegExps.cls | 1320 | 19 | 1428 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cognitive complexity of 89, current threshold is 15 |
232 | /force-app/main/default/classes/RegExps.cls | 1320 | 19 | 1428 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cognitive complexity of 89, current threshold is 15 |
233 | /force-app/main/default/classes/RegExps.cls | 1320 | 19 | 1428 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cyclomatic complexity of 44. |
233 | /force-app/main/default/classes/RegExps.cls | 1320 | 19 | 1428 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE(ParserContext)' has a cyclomatic complexity of 44. |
234 | /force-app/main/default/classes/RegExps.cls | 1320 | 19 | 1428 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressionsCASE()' has an NCSS line count of 123 (limit: 40) |
234 | /force-app/main/default/classes/RegExps.cls | 1320 | 19 | 1428 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateFlowExpressionsCASE()' has an NCSS line count of 123 (limit: 40) |
235 | /force-app/main/default/classes/RegExps.cls | 1320 | 19 | 1428 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE' has a Standard Cyclomatic Complexity of 34. |
235 | /force-app/main/default/classes/RegExps.cls | 1320 | 19 | 1428 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateFlowExpressionsCASE' has a Standard Cyclomatic Complexity of 34. |
236 | /force-app/main/default/classes/RegExps.cls | 1430 | 19 | 1555 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
236 | /force-app/main/default/classes/RegExps.cls | 1430 | 19 | 1555 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
237 | /force-app/main/default/classes/RegExps.cls | 1430 | 19 | 1555 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cognitive complexity of 42, current threshold is 15 |
237 | /force-app/main/default/classes/RegExps.cls | 1430 | 19 | 1555 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cognitive complexity of 42, current threshold is 15 |
238 | /force-app/main/default/classes/RegExps.cls | 1430 | 19 | 1555 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cyclomatic complexity of 26. |
238 | /force-app/main/default/classes/RegExps.cls | 1430 | 19 | 1555 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateBooleanExpressions(ParserContext)' has a cyclomatic complexity of 26. |
239 | /force-app/main/default/classes/RegExps.cls | 1430 | 19 | 1555 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBooleanExpressions()' has an NCSS line count of 102 (limit: 40) |
239 | /force-app/main/default/classes/RegExps.cls | 1430 | 19 | 1555 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateBooleanExpressions()' has an NCSS line count of 102 (limit: 40) |
240 | /force-app/main/default/classes/RegExps.cls | 1430 | 19 | 1555 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBooleanExpressions' has a Standard Cyclomatic Complexity of 19. |
240 | /force-app/main/default/classes/RegExps.cls | 1430 | 19 | 1555 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateBooleanExpressions' has a Standard Cyclomatic Complexity of 19. |
241 | /force-app/main/default/classes/RegExps.cls | 1557 | 19 | 1649 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
241 | /force-app/main/default/classes/RegExps.cls | 1557 | 19 | 1649 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
242 | /force-app/main/default/classes/RegExps.cls | 1557 | 19 | 1649 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateResult(ParserContext)' has a cognitive complexity of 39, current threshold is 15 |
242 | /force-app/main/default/classes/RegExps.cls | 1557 | 19 | 1649 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateResult(ParserContext)' has a cognitive complexity of 39, current threshold is 15 |
243 | /force-app/main/default/classes/RegExps.cls | 1557 | 19 | 1649 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateResult(ParserContext)' has a cyclomatic complexity of 30. |
243 | /force-app/main/default/classes/RegExps.cls | 1557 | 19 | 1649 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateResult(ParserContext)' has a cyclomatic complexity of 30. |
244 | /force-app/main/default/classes/RegExps.cls | 1557 | 19 | 1649 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateResult()' has an NCSS line count of 98 (limit: 40) |
244 | /force-app/main/default/classes/RegExps.cls | 1557 | 19 | 1649 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateResult()' has an NCSS line count of 98 (limit: 40) |
245 | /force-app/main/default/classes/RegExps.cls | 1557 | 19 | 1649 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateResult' has a Standard Cyclomatic Complexity of 22. |
245 | /force-app/main/default/classes/RegExps.cls | 1557 | 19 | 1649 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateResult' has a Standard Cyclomatic Complexity of 22. |
246 | /force-app/main/default/classes/RegExps.cls | 1574 | 17 | 1578 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
246 | /force-app/main/default/classes/RegExps.cls | 1574 | 17 | 1578 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
247 | /force-app/main/default/classes/RegExps.cls | 1602 | 17 | 1604 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
247 | /force-app/main/default/classes/RegExps.cls | 1602 | 17 | 1604 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
248 | /force-app/main/default/classes/RegExps.cls | 1651 | 19 | 1703 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
248 | /force-app/main/default/classes/RegExps.cls | 1651 | 19 | 1703 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
249 | /force-app/main/default/classes/RegExps.cls | 1651 | 19 | 1703 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cognitive complexity of 27, current threshold is 15 |
249 | /force-app/main/default/classes/RegExps.cls | 1651 | 19 | 1703 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cognitive complexity of 27, current threshold is 15 |
250 | /force-app/main/default/classes/RegExps.cls | 1651 | 19 | 1703 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cyclomatic complexity of 12. |
250 | /force-app/main/default/classes/RegExps.cls | 1651 | 19 | 1703 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'iterativePlaceholderDiscover(String, ParserContext)' has a cyclomatic complexity of 12. |
251 | /force-app/main/default/classes/RegExps.cls | 1651 | 19 | 1703 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'iterativePlaceholderDiscover()' has an NCSS line count of 42 (limit: 40) |
251 | /force-app/main/default/classes/RegExps.cls | 1651 | 19 | 1703 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'iterativePlaceholderDiscover()' has an NCSS line count of 42 (limit: 40) |
252 | /force-app/main/default/classes/RegExps.cls | 1651 | 19 | 1703 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'iterativePlaceholderDiscover' has a Standard Cyclomatic Complexity of 11. |
252 | /force-app/main/default/classes/RegExps.cls | 1651 | 19 | 1703 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'iterativePlaceholderDiscover' has a Standard Cyclomatic Complexity of 11. |
253 | /force-app/main/default/classes/RegExps.cls | 1705 | 12 | 1706 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
253 | /force-app/main/default/classes/RegExps.cls | 1705 | 12 | 1706 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
254 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 1 | 21 | 37 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
254 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 1 | 21 | 37 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
255 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 3 | 19 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
255 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 3 | 19 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
256 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 21 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
256 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 21 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
257 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 28 | 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 |
257 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 28 | 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 |
258 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 30 | 16 | 32 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
258 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 30 | 16 | 32 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
259 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 35 | 30 | 35 | 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 'outputCollection' should be before method declarations in its class |
259 | /force-app/main/default/classes/RemoveRecordInCollection.cls | 35 | 30 | 35 | 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 'outputCollection' should be before method declarations in its class |
260 | /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 |
260 | /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 |
261 | /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 |
261 | /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 |
262 | /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 |
262 | /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 |
263 | /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 |
263 | /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 |
264 | /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 |
264 | /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 |
265 | /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 |
265 | /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 |
266 | /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 |
266 | /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 |
267 | /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 | ||||||
268 | /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 |
267 | /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 |
269 | /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 |
268 | /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 |
270 | /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 |
269 | /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 |
271 | /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. |
270 | /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. |
272 | /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 |
271 | /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 |
273 | /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 |
272 | /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 |
274 | /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 |
273 | /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 |
275 | /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. |
274 | /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. |
276 | /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. |
275 | /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. |
277 | /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. |
276 | /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. |
278 | /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. |
277 | /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. |
279 | /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. |
278 | /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. |
280 | /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. |
279 | /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. |
281 | /force-app/main/default/classes/SortCollection.cls | 1 | 21 | 153 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
280 | /force-app/main/default/classes/SortCollection.cls | 1 | 21 | 153 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
282 | /force-app/main/default/classes/SortCollection.cls | 1 | 21 | 153 | 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 |
281 | /force-app/main/default/classes/SortCollection.cls | 1 | 21 | 153 | 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 |
283 | /force-app/main/default/classes/SortCollection.cls | 1 | 21 | 153 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'SortCollection' has a total cognitive complexity of 59 (highest 34), current threshold is 50 |
282 | /force-app/main/default/classes/SortCollection.cls | 1 | 21 | 153 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'SortCollection' has a total cognitive complexity of 59 (highest 34), current threshold is 50 |
284 | /force-app/main/default/classes/SortCollection.cls | 1 | 21 | 153 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'SortCollection' has a Standard Cyclomatic Complexity of 7 (Highest = 11). |
283 | /force-app/main/default/classes/SortCollection.cls | 1 | 21 | 153 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'SortCollection' has a Standard Cyclomatic Complexity of 7 (Highest = 11). |
285 | /force-app/main/default/classes/SortCollection.cls | 3 | 19 | 47 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
284 | /force-app/main/default/classes/SortCollection.cls | 3 | 19 | 47 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
286 | /force-app/main/default/classes/SortCollection.cls | 3 | 19 | 47 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'sort(List |
285 | /force-app/main/default/classes/SortCollection.cls | 3 | 19 | 47 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'sort(List |
287 | /force-app/main/default/classes/SortCollection.cls | 3 | 19 | 47 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'sort(List |
286 | /force-app/main/default/classes/SortCollection.cls | 3 | 19 | 47 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'sort(List |
288 | /force-app/main/default/classes/SortCollection.cls | 3 | 19 | 47 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'sort' has a Standard Cyclomatic Complexity of 11. |
287 | /force-app/main/default/classes/SortCollection.cls | 3 | 19 | 47 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'sort' has a Standard Cyclomatic Complexity of 11. |
289 | /force-app/main/default/classes/SortCollection.cls | 49 | 12 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
288 | /force-app/main/default/classes/SortCollection.cls | 49 | 12 | 104 | 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/SortCollection.cls | 49 | 12 | 104 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'SortableWrapper' has a Standard Cyclomatic Complexity of 8 (Highest = 13). |
289 | /force-app/main/default/classes/SortCollection.cls | 49 | 12 | 104 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'SortableWrapper' has a Standard Cyclomatic Complexity of 8 (Highest = 13). |
291 | /force-app/main/default/classes/SortCollection.cls | 56 | 16 | 61 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
290 | /force-app/main/default/classes/SortCollection.cls | 56 | 16 | 61 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
292 | /force-app/main/default/classes/SortCollection.cls | 56 | 16 | 61 | 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. |
291 | /force-app/main/default/classes/SortCollection.cls | 56 | 16 | 61 | 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. |
293 | /force-app/main/default/classes/SortCollection.cls | 63 | 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 |
292 | /force-app/main/default/classes/SortCollection.cls | 63 | 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 |
294 | /force-app/main/default/classes/SortCollection.cls | 63 | 16 | 103 | 10 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'compareTo(Object)' has a cognitive complexity of 23, current threshold is 15 |
293 | /force-app/main/default/classes/SortCollection.cls | 63 | 16 | 103 | 10 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'compareTo(Object)' has a cognitive complexity of 23, current threshold is 15 |
295 | /force-app/main/default/classes/SortCollection.cls | 63 | 16 | 103 | 10 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'compareTo(Object)' has a cyclomatic complexity of 16. |
294 | /force-app/main/default/classes/SortCollection.cls | 63 | 16 | 103 | 10 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'compareTo(Object)' has a cyclomatic complexity of 16. |
296 | /force-app/main/default/classes/SortCollection.cls | 63 | 16 | 103 | 10 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'compareTo' has a Standard Cyclomatic Complexity of 13. |
295 | /force-app/main/default/classes/SortCollection.cls | 63 | 16 | 103 | 10 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'compareTo' has a Standard Cyclomatic Complexity of 13. |
297 | /force-app/main/default/classes/SortCollection.cls | 120 | 12 | 127 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
296 | /force-app/main/default/classes/SortCollection.cls | 120 | 12 | 127 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
298 | /force-app/main/default/classes/SortCollection.cls | 129 | 12 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
297 | /force-app/main/default/classes/SortCollection.cls | 129 | 12 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
299 | /force-app/main/default/classes/SortCollection.cls | 131 | 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 |
298 | /force-app/main/default/classes/SortCollection.cls | 131 | 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 |
300 | /force-app/main/default/classes/SortCollection.cls | 136 | 30 | 136 | 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 'outputCollection' should be before method declarations in its class |
299 | /force-app/main/default/classes/SortCollection.cls | 136 | 30 | 136 | 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 'outputCollection' should be before method declarations in its class |
301 | /force-app/main/default/classes/SortCollection.cls | 141 | 16 | 143 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
300 | /force-app/main/default/classes/SortCollection.cls | 141 | 16 | 143 | 10 | 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/SortCollection.cls | 146 | 16 | 149 | 10 | 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/SortCollection.cls | 146 | 16 | 149 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
303 | /force-app/main/default/classes/SortCollection.cls | 150 | 16 | 150 | 21 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'field' should be before method declarations in its class |
302 | /force-app/main/default/classes/SortCollection.cls | 150 | 16 | 150 | 21 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'field' should be before method declarations in its class |
304 | /force-app/main/default/classes/SortCollection.cls | 151 | 16 | 151 | 25 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'direction' should be before method declarations in its class |
303 | /force-app/main/default/classes/SortCollection.cls | 151 | 16 | 151 | 25 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'direction' should be before method declarations in its class |