Comparison results for https://github.com/apex-enterprise-patterns/fflib-apex-common-builder.git

pmd7_2 took 13 seconds to run and found 279 violations

pmd7_3 took 16 seconds to run and found 279 violations

Among the 279 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 47 17 456 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 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 47 17 456 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 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 47 17 456 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The abstract class name 'fflib_DomainObjectBuilder' doesn't match '[A-Z][a-zA-Z0-9_]*'
2 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 47 17 456 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The abstract class name 'fflib_DomainObjectBuilder' doesn't match '[A-Z][a-zA-Z0-9_]*'
3 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 47 17 456 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_DomainObjectBuilder' has a total cyclomatic complexity of 43 (highest 9).
3 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 47 17 456 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_DomainObjectBuilder' has a total cyclomatic complexity of 43 (highest 9).
4 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 52 48 52 104 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_fieldValueMap' doesn't match '[a-z][a-zA-Z0-9]*'
4 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 52 48 52 104 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_fieldValueMap' doesn't match '[a-z][a-zA-Z0-9]*'
5 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 58 67 58 149 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_parentByRelationship' doesn't match '[a-z][a-zA-Z0-9]*'
5 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 58 67 58 149 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_parentByRelationship' doesn't match '[a-z][a-zA-Z0-9]*'
6 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 63 34 63 44 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_sObjType' doesn't match '[a-z][a-zA-Z0-9]*'
6 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 63 34 63 44 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_sObjType' doesn't match '[a-z][a-zA-Z0-9]*'
7 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 68 23 68 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'm_sObjRecord' doesn't match '[a-z][a-zA-Z0-9]*'
7 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 68 23 68 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'm_sObjRecord' doesn't match '[a-z][a-zA-Z0-9]*'
8 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 73 51 73 110 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'm_registeredBuilders' should be before method declarations in its class
8 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 73 51 73 110 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'm_registeredBuilders' should be before method declarations in its class
9 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 73 51 73 110 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'm_registeredBuilders' doesn't match '[a-z][a-zA-Z0-9]*'
9 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 73 51 73 110 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'm_registeredBuilders' doesn't match '[a-z][a-zA-Z0-9]*'
10 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 114 20 114 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'IsBuilt' doesn't match '[a-z][a-zA-Z0-9]*'
10 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 114 20 114 27 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'IsBuilt' doesn't match '[a-z][a-zA-Z0-9]*'
11 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 121 20 121 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'IsRegistered' doesn't match '[a-z][a-zA-Z0-9]*'
11 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 121 20 121 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'IsRegistered' doesn't match '[a-z][a-zA-Z0-9]*'
12 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 126 12 128 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
12 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 126 12 128 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
13 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 133 20 135 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
13 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 133 20 135 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
14 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 145 20 193 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
14 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 145 20 193 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
15 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 203 20 210 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
15 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 203 20 210 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
16 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 220 23 232 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
16 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 220 23 232 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
17 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 300 5 300 22 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.
17 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 300 5 300 22 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.
18 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 307 5 307 22 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.
18 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 307 5 307 22 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.
19 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 314 5 314 22 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.
19 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 314 5 314 22 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.
20 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 321 5 321 22 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.
20 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 321 5 321 22 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.
21 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 349 23 358 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
21 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 349 23 358 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
22 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 366 23 375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
22 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 366 23 375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
23 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 415 20 450 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
23 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 415 20 450 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
24 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 455 12 455 67 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
24 /sfdx-source/apex-common-builder/main/classes/fflib_DomainObjectBuilder.cls 455 12 455 67 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
25 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 33 9 1785 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
25 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 33 9 1785 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
26 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 33 9 1785 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'fflib_DomainObjectBuilderTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
26 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 33 9 1785 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'fflib_DomainObjectBuilderTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
27 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 33 9 1785 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'fflib_DomainObjectBuilderTest' has a total cognitive complexity of 719 (highest 10), current threshold is 50
27 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 33 9 1785 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'fflib_DomainObjectBuilderTest' has a total cognitive complexity of 719 (highest 10), current threshold is 50
28 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 33 9 1785 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_DomainObjectBuilderTest' has a total cyclomatic complexity of 93 (highest 7).
28 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 33 9 1785 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_DomainObjectBuilderTest' has a total cyclomatic complexity of 93 (highest 7).
29 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 38 31 38 36 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'Build' doesn't match '[A-Z][A-Z0-9_]*'
29 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 38 31 38 36 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'Build' doesn't match '[A-Z][A-Z0-9_]*'
30 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 38 38 38 46 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'BuildNew' doesn't match '[A-Z][A-Z0-9_]*'
30 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 38 38 38 46 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'BuildNew' doesn't match '[A-Z][A-Z0-9_]*'
31 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 38 48 38 55 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'Persist' doesn't match '[A-Z][A-Z0-9_]*'
31 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 38 48 38 55 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'Persist' doesn't match '[A-Z][A-Z0-9_]*'
32 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 43 45 51 46 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'UOW_SOBJECTTYPES' doesn't match '[a-z][a-zA-Z0-9]*'
32 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 43 45 51 46 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'UOW_SOBJECTTYPES' doesn't match '[a-z][a-zA-Z0-9]*'
33 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 63 9 63 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.
33 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 63 9 63 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.
34 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 64 9 64 61 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.
34 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 64 9 64 61 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.
35 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 65 9 65 43 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.
35 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 65 9 65 43 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.
36 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 66 9 66 57 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.
36 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 66 9 66 57 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.
37 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 67 9 67 67 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.
37 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 67 9 67 67 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.
38 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 68 9 68 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
38 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 68 9 68 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
39 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 70 13 70 61 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.
39 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 70 13 70 61 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.
40 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 71 13 71 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
40 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 71 13 71 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
41 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 73 13 73 64 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.
41 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 73 13 73 64 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.
42 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 74 13 74 50 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.
42 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 74 13 74 50 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.
43 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 76 9 76 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.
43 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 76 9 76 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.
44 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 77 9 77 106 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.
44 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 77 9 77 106 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.
45 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 78 9 78 101 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.
45 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 78 9 78 101 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.
46 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 85 17 85 88 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'acct' defined but not used
46 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 85 17 85 88 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'acct' defined but not used
47 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 90 21 90 94 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'acct2' defined but not used
47 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 90 21 90 94 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'acct2' defined but not used
48 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 97 9 97 85 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.
48 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 97 9 97 85 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.
49 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 110 9 110 60 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.
49 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 110 9 110 60 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.
50 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 112 13 112 64 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.
50 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 112 13 112 64 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.
51 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 114 13 114 67 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.
51 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 114 13 114 67 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.
52 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 116 9 116 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
52 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 116 9 116 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
53 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 117 9 117 74 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
53 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 117 9 117 74 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
54 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 118 9 118 67 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
54 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 118 9 118 67 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
55 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 119 9 119 70 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
55 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 119 9 119 70 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
56 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 132 21 132 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'acct' defined but not used
56 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 132 21 132 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'acct' defined but not used
57 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 139 9 139 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.
57 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 139 9 139 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.
58 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 146 17 146 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'account' defined but not used
58 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 146 17 146 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'account' defined but not used
59 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 152 21 152 100 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'contact' defined but not used
59 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 152 21 152 100 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'contact' defined but not used
60 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 159 9 159 194 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
60 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 159 9 159 194 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
61 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 166 17 166 79 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'acct' defined but not used
61 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 166 17 166 79 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'acct' defined but not used
62 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 178 9 178 85 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
62 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 178 9 178 85 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
63 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 190 21 190 92 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'contact' defined but not used
63 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 190 21 190 92 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'contact' defined but not used
64 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 197 9 197 204 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.
64 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 197 9 197 204 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.
65 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 205 32 205 150 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'builder' defined but not used
65 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 205 32 205 150 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'builder' defined but not used
66 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 212 9 212 85 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
66 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 212 9 212 85 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
67 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 223 21 223 113 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'account' defined but not used
67 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 223 21 223 113 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'account' defined but not used
68 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 225 28 225 127 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'testContactBuilder' defined but not used
68 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 225 28 225 127 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'testContactBuilder' defined but not used
69 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 237 9 237 200 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.
69 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 237 9 237 200 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.
70 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 264 9 264 50 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.
70 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 264 9 264 50 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.
71 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 265 9 265 68 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
71 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 265 9 265 68 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
72 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 269 20 286 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.
72 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 269 20 286 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.
73 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 271 9 271 50 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.
73 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 271 9 271 50 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.
74 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 272 9 272 50 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.
74 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 272 9 272 50 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.
75 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 276 9 276 66 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.
75 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 276 9 276 66 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.
76 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 277 9 277 65 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
76 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 277 9 277 65 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
77 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 278 9 278 69 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.
77 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 278 9 278 69 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.
78 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 279 9 279 61 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.
78 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 279 9 279 61 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.
79 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 280 9 280 61 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.
79 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 280 9 280 61 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.
80 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 281 9 281 79 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.
80 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 281 9 281 79 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.
81 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 285 9 285 56 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.
81 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 285 9 285 56 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.
82 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 328 13 328 70 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.
82 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 328 13 328 70 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.
83 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 329 13 329 78 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.
83 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 329 13 329 78 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.
84 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 330 13 330 69 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.
84 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 330 13 330 69 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.
85 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 331 13 331 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.
85 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 331 13 331 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.
86 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 332 13 332 67 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.
86 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 332 13 332 67 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.
87 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 333 13 333 66 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.
87 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 333 13 333 66 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.
88 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 341 13 341 63 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.
88 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 341 13 341 63 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.
89 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 343 13 343 70 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.
89 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 343 13 343 70 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.
90 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 345 13 345 60 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.
90 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 345 13 345 60 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.
91 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 346 13 346 63 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.
91 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 346 13 346 63 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.
92 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 362 9 362 57 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.
92 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 362 9 362 57 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.
93 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 363 9 363 56 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.
93 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 363 9 363 56 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.
94 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 364 9 364 61 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.
94 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 364 9 364 61 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.
95 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 365 9 365 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
95 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 365 9 365 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
96 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 366 9 366 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.
96 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 366 9 366 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.
97 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 373 20 376 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()
97 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 373 20 376 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()
98 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 382 20 385 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()
98 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 382 20 385 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()
99 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 395 17 395 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'beforeBuildRecord' defined but not used
99 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 395 17 395 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'beforeBuildRecord' defined but not used
100 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 401 9 401 56 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.
100 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 401 9 401 56 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.
101 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 402 9 402 60 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.
101 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 402 9 402 60 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.
102 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 403 9 403 57 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.
102 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 403 9 403 57 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.
103 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 404 9 404 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
103 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 404 9 404 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
104 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 411 20 421 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()
104 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 411 20 421 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()
105 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 427 20 430 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()
105 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 427 20 430 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()
106 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 436 20 440 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()
106 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 436 20 440 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()
107 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 446 20 450 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()
107 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 446 20 450 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()
108 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 465 9 465 60 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 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 465 9 465 60 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 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 466 9 466 56 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 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 466 9 466 56 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 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 467 9 467 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
110 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 467 9 467 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
111 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 479 9 479 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.
111 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 479 9 479 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.
112 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 486 20 496 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()
112 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 486 20 496 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()
113 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 490 17 490 49 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'contact' defined but not used
113 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 490 17 490 49 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'contact' defined but not used
114 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 502 20 512 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()
114 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 502 20 512 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()
115 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 506 17 506 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'contact' defined but not used
115 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 506 17 506 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'contact' defined but not used
116 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 518 20 528 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()
116 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 518 20 528 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()
117 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 535 20 541 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()
117 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 535 20 541 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()
118 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 561 9 561 62 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 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 561 9 561 62 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 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 564 13 564 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.
119 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 564 13 564 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.
120 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 565 13 565 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
120 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 565 13 565 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
121 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 566 13 566 60 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.
121 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 566 13 566 60 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.
122 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 568 13 568 81 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
122 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 568 13 568 81 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
123 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 569 13 569 85 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
123 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 569 13 569 85 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
124 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 570 13 570 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.
124 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 570 13 570 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.
125 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 571 13 571 113 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
125 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 571 13 571 113 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
126 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 572 13 572 112 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
126 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 572 13 572 112 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
127 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 580 20 584 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()
127 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 580 20 584 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()
128 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 609 9 609 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
128 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 609 9 609 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
129 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 610 9 610 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
129 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 610 9 610 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
130 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 617 13 617 72 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
130 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 617 13 617 72 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
131 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 618 13 618 67 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
131 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 618 13 618 67 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
132 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 619 13 619 81 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
132 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 619 13 619 81 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
133 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 620 13 620 72 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
133 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 620 13 620 72 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
134 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 621 13 621 67 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
134 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 621 13 621 67 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
135 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 622 13 622 85 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
135 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 622 13 622 85 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
136 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 623 13 623 63 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
136 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 623 13 623 63 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
137 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 648 9 648 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
137 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 648 9 648 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
138 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 649 9 649 65 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
138 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 649 9 649 65 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
139 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 669 9 669 56 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.
139 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 669 9 669 56 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.
140 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 670 9 670 59 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
140 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 670 9 670 59 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
141 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 682 9 682 57 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.
141 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 682 9 682 57 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.
142 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 683 9 683 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
142 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 683 9 683 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
143 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 691 20 695 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()
143 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 691 20 695 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()
144 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 702 20 705 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()
144 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 702 20 705 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()
145 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 712 20 715 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()
145 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 712 20 715 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()
146 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 722 20 725 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()
146 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 722 20 725 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()
147 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 744 9 744 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
147 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 744 9 744 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
148 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 745 9 745 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
148 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 745 9 745 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
149 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 746 9 746 67 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
149 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 746 9 746 67 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
150 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 747 9 747 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.
150 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 747 9 747 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.
151 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 748 9 748 123 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
151 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 748 9 748 123 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
152 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 749 9 749 122 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
152 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 749 9 749 122 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
153 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 750 9 750 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.
153 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 750 9 750 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.
154 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 751 9 751 123 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
154 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 751 9 751 123 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
155 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 752 9 752 122 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
155 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 752 9 752 122 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
156 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 774 9 774 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
156 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 774 9 774 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
157 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 776 9 776 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
157 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 776 9 776 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
158 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 778 9 778 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
158 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 778 9 778 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
159 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 792 20 796 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()
159 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 792 20 796 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()
160 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 802 20 806 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()
160 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 802 20 806 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()
161 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 812 20 815 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()
161 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 812 20 815 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()
162 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 830 26 830 89 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'accounts' defined but not used
162 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 830 26 830 89 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'accounts' defined but not used
163 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 831 9 831 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
163 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 831 9 831 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
164 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 832 9 832 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
164 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 832 9 832 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
165 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 833 9 833 63 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.
165 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 833 9 833 63 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.
166 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 834 9 834 66 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
166 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 834 9 834 66 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
167 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 835 9 835 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
167 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 835 9 835 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
168 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 836 9 836 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
168 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 836 9 836 58 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
169 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 837 9 837 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.
169 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 837 9 837 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.
170 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 838 9 838 123 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
170 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 838 9 838 123 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
171 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 839 9 839 122 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
171 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 839 9 839 122 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
172 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 871 9 871 66 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
172 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 871 9 871 66 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
173 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 872 9 872 74 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
173 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 872 9 872 74 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
174 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 873 9 873 69 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
174 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 873 9 873 69 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
175 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 874 9 874 63 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
175 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 874 9 874 63 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
176 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 875 9 875 62 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
176 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 875 9 875 62 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
177 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 876 9 876 45 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.
177 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 876 9 876 45 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.
178 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 885 20 887 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
178 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 885 20 887 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
179 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 895 20 897 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
179 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 895 20 897 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
180 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 905 20 907 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
180 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 905 20 907 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
181 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 915 20 917 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
181 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 915 20 917 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
182 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 925 20 927 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
182 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 925 20 927 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
183 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 935 20 943 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
183 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 935 20 943 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
184 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 951 20 953 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
184 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 951 20 953 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
185 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 961 20 963 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
185 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 961 20 963 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
186 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 971 20 973 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
186 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 971 20 973 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
187 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 981 20 983 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
187 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 981 20 983 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
188 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 991 20 993 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
188 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 991 20 993 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
189 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1000 37 1000 92 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_domainObjectBuilderEvents' doesn't match '[a-z][a-zA-Z0-9]*'
189 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1000 37 1000 92 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_domainObjectBuilderEvents' doesn't match '[a-z][a-zA-Z0-9]*'
190 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1010 16 1012 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
190 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1010 16 1012 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
191 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1045 19 1049 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
191 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1045 19 1049 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
192 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1071 17 1073 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
192 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1071 17 1073 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
193 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1080 16 1082 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
193 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1080 16 1082 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
194 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1089 16 1091 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
194 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1089 16 1091 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
195 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1098 16 1100 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
195 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1098 16 1100 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
196 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1098 16 1100 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
196 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1098 16 1100 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
197 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1107 16 1109 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
197 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1107 16 1109 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
198 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1116 24 1116 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
198 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1116 24 1116 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
199 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1124 16 1126 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
199 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1124 16 1126 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
200 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1138 16 1141 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
200 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1138 16 1141 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
201 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1138 16 1141 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
201 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1138 16 1141 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
202 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1143 16 1146 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
202 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1143 16 1146 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
203 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1168 17 1170 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
203 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1168 17 1170 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
204 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1177 16 1179 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
204 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1177 16 1179 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
205 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1186 16 1188 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
205 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1186 16 1188 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
206 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1195 16 1197 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
206 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1195 16 1197 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
207 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1195 16 1197 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
207 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1195 16 1197 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
208 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1204 16 1206 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
208 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1204 16 1206 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
209 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1213 24 1213 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
209 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1213 24 1213 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
210 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1221 16 1223 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
210 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1221 16 1223 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
211 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1235 16 1238 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
211 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1235 16 1238 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
212 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1235 16 1238 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
212 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1235 16 1238 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
213 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1240 16 1243 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
213 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1240 16 1243 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
214 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1245 16 1248 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
214 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1245 16 1248 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
215 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1270 17 1272 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
215 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1270 17 1272 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
216 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1279 16 1281 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
216 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1279 16 1281 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
217 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1288 16 1290 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
217 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1288 16 1290 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
218 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1297 16 1299 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
218 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1297 16 1299 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
219 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1297 16 1299 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
219 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1297 16 1299 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
220 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1306 16 1308 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
220 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1306 16 1308 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
221 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1315 28 1315 34 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
221 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1315 28 1315 34 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
222 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1323 16 1325 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
222 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1323 16 1325 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
223 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1337 16 1340 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
223 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1337 16 1340 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
224 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1337 16 1340 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
224 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1337 16 1340 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
225 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1342 16 1345 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
225 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1342 16 1345 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
226 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1347 16 1350 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
226 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1347 16 1350 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
227 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1352 16 1355 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
227 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1352 16 1355 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
228 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1357 16 1360 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
228 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1357 16 1360 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
229 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1362 16 1365 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
229 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1362 16 1365 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
230 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1387 17 1389 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
230 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1387 17 1389 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
231 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1396 16 1398 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
231 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1396 16 1398 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
232 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1405 16 1407 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
232 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1405 16 1407 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
233 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1414 16 1416 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
233 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1414 16 1416 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
234 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1414 16 1416 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
234 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1414 16 1416 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
235 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1423 16 1425 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
235 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1423 16 1425 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
236 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1432 36 1432 42 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
236 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1432 36 1432 42 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
237 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1440 16 1442 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
237 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1440 16 1442 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
238 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1454 16 1457 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
238 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1454 16 1457 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
239 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1454 16 1457 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
239 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1454 16 1457 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
240 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1459 16 1462 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
240 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1459 16 1462 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
241 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1464 16 1467 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
241 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1464 16 1467 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
242 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1469 16 1472 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
242 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1469 16 1472 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
243 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1494 17 1496 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
243 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1494 17 1496 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
244 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1503 16 1505 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
244 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1503 16 1505 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
245 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1512 16 1514 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
245 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1512 16 1514 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
246 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1521 16 1523 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
246 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1521 16 1523 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
247 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1521 16 1523 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
247 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1521 16 1523 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
248 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1530 16 1532 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
248 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1530 16 1532 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
249 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1539 25 1539 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
249 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1539 25 1539 31 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
250 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1547 16 1549 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
250 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1547 16 1549 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
251 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1561 16 1564 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
251 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1561 16 1564 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
252 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1561 16 1564 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
252 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1561 16 1564 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
253 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1586 17 1588 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
253 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1586 17 1588 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
254 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1595 16 1597 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
254 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1595 16 1597 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
255 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1604 16 1606 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
255 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1604 16 1606 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
256 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1613 16 1615 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
256 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1613 16 1615 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
257 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1613 16 1615 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
257 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1613 16 1615 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
258 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1622 16 1624 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
258 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1622 16 1624 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
259 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1631 27 1631 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
259 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1631 27 1631 33 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
260 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1639 16 1641 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
260 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1639 16 1641 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
261 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1653 16 1656 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
261 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1653 16 1656 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
262 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1653 16 1656 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
262 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1653 16 1656 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
263 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1658 16 1661 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
263 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1658 16 1661 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
264 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1683 17 1685 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
264 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1683 17 1685 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
265 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1692 16 1694 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
265 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1692 16 1694 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
266 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1701 16 1703 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
266 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1701 16 1703 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
267 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1710 16 1712 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
267 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1710 16 1712 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
268 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1710 16 1712 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
268 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1710 16 1712 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
269 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1719 16 1721 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
269 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1719 16 1721 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
270 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1728 31 1728 37 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
270 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1728 31 1728 37 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Record' doesn't match '[a-z][a-zA-Z0-9]*'
271 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1736 16 1738 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
271 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1736 16 1738 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
272 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1750 16 1753 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
272 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1750 16 1753 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
273 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1750 16 1753 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
273 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1750 16 1753 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
274 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1755 16 1758 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
274 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1755 16 1758 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 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1760 16 1763 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
275 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1760 16 1763 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
276 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1765 16 1768 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
276 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1765 16 1768 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
277 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1770 16 1773 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
277 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1770 16 1773 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
278 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1775 16 1778 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
278 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1775 16 1778 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
279 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1784 12 1784 65 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
279 /sfdx-source/apex-common-builder/test/classes/fflib_DomainObjectBuilderTest.cls 1784 12 1784 65 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description