Comparison results for https://github.com/douglascayers/sfdc-concatenate-sobject-fields.git

pmd7_2 took 12 seconds to run and found 33 violations

pmd7_3 took 15 seconds to run and found 33 violations

Among the 33 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /src/classes/ConcatenateSObjectFieldValuesService.cls 5 21 150 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
1 /src/classes/ConcatenateSObjectFieldValuesService.cls 5 21 150 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
2 /src/classes/ConcatenateSObjectFieldValuesService.cls 5 21 150 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'ConcatenateSObjectFieldValuesService' has a Standard Cyclomatic Complexity of 11 (Highest = 10).
2 /src/classes/ConcatenateSObjectFieldValuesService.cls 5 21 150 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'ConcatenateSObjectFieldValuesService' has a Standard Cyclomatic Complexity of 11 (Highest = 10).
3 /src/classes/ConcatenateSObjectFieldValuesService.cls 10 19 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
3 /src/classes/ConcatenateSObjectFieldValuesService.cls 10 19 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
4 /src/classes/ConcatenateSObjectFieldValuesService.cls 10 19 104 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'execute(List)' has a cognitive complexity of 21, current threshold is 15
4 /src/classes/ConcatenateSObjectFieldValuesService.cls 10 19 104 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'execute(List)' has a cognitive complexity of 21, current threshold is 15
5 /src/classes/ConcatenateSObjectFieldValuesService.cls 10 19 104 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'execute(List)' has a cyclomatic complexity of 10.
5 /src/classes/ConcatenateSObjectFieldValuesService.cls 10 19 104 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'execute(List)' has a cyclomatic complexity of 10.
6 /src/classes/ConcatenateSObjectFieldValuesService.cls 10 19 104 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'execute' has a Standard Cyclomatic Complexity of 10.
6 /src/classes/ConcatenateSObjectFieldValuesService.cls 10 19 104 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'execute' has a Standard Cyclomatic Complexity of 10.
7 /src/classes/ConcatenateSObjectFieldValuesService.cls 22 13 22 32 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
7 /src/classes/ConcatenateSObjectFieldValuesService.cls 22 13 22 32 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
8 /src/classes/ConcatenateSObjectFieldValuesService.cls 22 13 22 32 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
8 /src/classes/ConcatenateSObjectFieldValuesService.cls 22 13 22 32 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9 /src/classes/ConcatenateSObjectFieldValuesService.cls 51 13 51 59 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9 /src/classes/ConcatenateSObjectFieldValuesService.cls 51 13 51 59 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
10 /src/classes/ConcatenateSObjectFieldValuesService.cls 51 13 51 59 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
10 /src/classes/ConcatenateSObjectFieldValuesService.cls 51 13 51 59 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
11 /src/classes/ConcatenateSObjectFieldValuesService.cls 65 17 65 61 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
11 /src/classes/ConcatenateSObjectFieldValuesService.cls 65 17 65 61 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
12 /src/classes/ConcatenateSObjectFieldValuesService.cls 65 17 65 61 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
12 /src/classes/ConcatenateSObjectFieldValuesService.cls 65 17 65 61 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
13 /src/classes/ConcatenateSObjectFieldValuesService.cls 66 17 66 100 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
13 /src/classes/ConcatenateSObjectFieldValuesService.cls 66 17 66 100 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
14 /src/classes/ConcatenateSObjectFieldValuesService.cls 66 17 66 100 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.
14 /src/classes/ConcatenateSObjectFieldValuesService.cls 66 17 66 100 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.
15 /src/classes/ConcatenateSObjectFieldValuesService.cls 82 13 82 60 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
15 /src/classes/ConcatenateSObjectFieldValuesService.cls 82 13 82 60 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
16 /src/classes/ConcatenateSObjectFieldValuesService.cls 82 13 82 60 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
16 /src/classes/ConcatenateSObjectFieldValuesService.cls 82 13 82 60 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
17 /src/classes/ConcatenateSObjectFieldValuesService.cls 97 13 97 32 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 /src/classes/ConcatenateSObjectFieldValuesService.cls 97 13 97 32 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 /src/classes/ConcatenateSObjectFieldValuesService.cls 97 13 97 32 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 /src/classes/ConcatenateSObjectFieldValuesService.cls 97 13 97 32 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 /src/classes/ConcatenateSObjectFieldValuesService.cls 106 12 139 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /src/classes/ConcatenateSObjectFieldValuesService.cls 106 12 139 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /src/classes/ConcatenateSObjectFieldValuesService.cls 141 12 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
20 /src/classes/ConcatenateSObjectFieldValuesService.cls 141 12 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
21 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 6 9 106 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
21 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 6 9 106 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
22 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 9 12 38 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 'test_concatenate_fields' doesn't match '[a-z][a-zA-Z0-9]*'
22 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 9 12 38 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 'test_concatenate_fields' doesn't match '[a-z][a-zA-Z0-9]*'
23 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 30 47 30 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.
23 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 30 47 30 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.
24 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 35 9 35 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
24 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 35 9 35 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
25 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 36 9 36 79 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
25 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 36 9 36 79 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
26 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 41 12 70 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 'test_ignore_values' doesn't match '[a-z][a-zA-Z0-9]*'
26 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 41 12 70 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 'test_ignore_values' doesn't match '[a-z][a-zA-Z0-9]*'
27 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 63 47 63 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.
27 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 63 47 63 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.
28 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 67 9 67 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
28 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 67 9 67 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
29 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 68 9 68 79 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
29 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 68 9 68 79 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
30 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 73 12 104 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 'test_delimiters' doesn't match '[a-z][a-zA-Z0-9]*'
30 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 73 12 104 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 'test_delimiters' doesn't match '[a-z][a-zA-Z0-9]*'
31 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 96 47 96 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.
31 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 96 47 96 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.
32 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 101 9 101 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
32 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 101 9 101 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
33 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 102 9 102 79 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
33 /src/classes/ConcatenateSObjectFieldValuesServiceTest.cls 102 9 102 79 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.