Comparison results for https://github.com/amitastreait/Apex-Trigger-Framework.git

pmd7_2 took 11 seconds to run and found 84 violations

pmd7_3 took 15 seconds to run and found 84 violations

Among the 84 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /Trigger_Framework/classes/TriggerDispatcher.cls 7 21 88 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1 /Trigger_Framework/classes/TriggerDispatcher.cls 7 21 88 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /Trigger_Framework/classes/TriggerDispatcher.cls 7 21 88 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'TriggerDispatcher' has a total cognitive complexity of 55 (highest 55), current threshold is 50
2 /Trigger_Framework/classes/TriggerDispatcher.cls 7 21 88 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'TriggerDispatcher' has a total cognitive complexity of 55 (highest 55), current threshold is 50
3 /Trigger_Framework/classes/TriggerDispatcher.cls 7 21 88 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'TriggerDispatcher' has a Standard Cyclomatic Complexity of 10 (Highest = 18).
3 /Trigger_Framework/classes/TriggerDispatcher.cls 7 21 88 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'TriggerDispatcher' has a Standard Cyclomatic Complexity of 10 (Highest = 18).
4 /Trigger_Framework/classes/TriggerDispatcher.cls 9 19 20 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /Trigger_Framework/classes/TriggerDispatcher.cls 9 19 20 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /Trigger_Framework/classes/TriggerDispatcher.cls 9 54 9 71 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'ObjectName' doesn't match '[a-z][a-zA-Z0-9]*'
5 /Trigger_Framework/classes/TriggerDispatcher.cls 9 54 9 71 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'ObjectName' doesn't match '[a-z][a-zA-Z0-9]*'
6 /Trigger_Framework/classes/TriggerDispatcher.cls 15 30 17 93 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
6 /Trigger_Framework/classes/TriggerDispatcher.cls 15 30 17 93 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
7 /Trigger_Framework/classes/TriggerDispatcher.cls 22 20 86 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'execute(TriggerInterface, List)' has a cognitive complexity of 55, current threshold is 15
7 /Trigger_Framework/classes/TriggerDispatcher.cls 22 20 86 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'execute(TriggerInterface, List)' has a cognitive complexity of 55, current threshold is 15
8 /Trigger_Framework/classes/TriggerDispatcher.cls 22 20 86 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'execute(TriggerInterface, List)' has a cyclomatic complexity of 27.
8 /Trigger_Framework/classes/TriggerDispatcher.cls 22 20 86 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'execute(TriggerInterface, List)' has a cyclomatic complexity of 27.
9 /Trigger_Framework/classes/TriggerDispatcher.cls 22 20 86 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'execute()' has an NCSS line count of 66 (limit: 40)
9 /Trigger_Framework/classes/TriggerDispatcher.cls 22 20 86 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'execute()' has an NCSS line count of 66 (limit: 40)
10 /Trigger_Framework/classes/TriggerDispatcher.cls 22 20 86 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'execute' has a Standard Cyclomatic Complexity of 18.
10 /Trigger_Framework/classes/TriggerDispatcher.cls 22 20 86 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'execute' has a Standard Cyclomatic Complexity of 18.
11 /Trigger_Framework/classes/TriggerDispatcher.cls 25 49 25 57 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
11 /Trigger_Framework/classes/TriggerDispatcher.cls 25 49 25 57 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
12 /Trigger_Framework/classes/TriggerDispatcher.cls 25 49 25 57 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
12 /Trigger_Framework/classes/TriggerDispatcher.cls 25 49 25 57 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
13 /Trigger_Framework/classes/TriggerDispatcher.cls 63 17 64 90 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
13 /Trigger_Framework/classes/TriggerDispatcher.cls 63 17 64 90 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
14 /Trigger_Framework/classes/TriggerDispatcher.cls 64 21 64 90 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
14 /Trigger_Framework/classes/TriggerDispatcher.cls 64 21 64 90 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
15 /Trigger_Framework/classes/TriggerDispatcher.cls 64 21 64 90 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
15 /Trigger_Framework/classes/TriggerDispatcher.cls 64 21 64 90 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
16 /Trigger_Framework/classes/TriggerDispatcher.cls 68 25 74 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
16 /Trigger_Framework/classes/TriggerDispatcher.cls 68 25 74 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
17 /Trigger_Framework/classes/TriggerDispatcher.cls 71 33 71 62 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
17 /Trigger_Framework/classes/TriggerDispatcher.cls 71 33 71 62 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
18 /Trigger_Framework/classes/TriggerDispatcher.cls 71 33 71 62 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
18 /Trigger_Framework/classes/TriggerDispatcher.cls 71 33 71 62 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
19 /Trigger_Framework/classes/TriggerDispatcher.cls 73 33 73 85 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
19 /Trigger_Framework/classes/TriggerDispatcher.cls 73 33 73 85 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
20 /Trigger_Framework/classes/TriggerDispatcher.cls 73 33 73 85 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
20 /Trigger_Framework/classes/TriggerDispatcher.cls 73 33 73 85 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
21 /Trigger_Framework/classes/TriggerDispatcherTest.cls 4 19 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /Trigger_Framework/classes/TriggerDispatcherTest.cls 4 19 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
22 /Trigger_Framework/classes/TriggerDispatcherTest.cls 19 9 19 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.
22 /Trigger_Framework/classes/TriggerDispatcherTest.cls 19 9 19 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.
23 /Trigger_Framework/classes/TriggerDispatcherTest.cls 48 23 65 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
23 /Trigger_Framework/classes/TriggerDispatcherTest.cls 48 23 65 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
24 /Trigger_Framework/classes/TriggerDispatcherTest.cls 63 13 63 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.
24 /Trigger_Framework/classes/TriggerDispatcherTest.cls 63 13 63 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.
25 /Trigger_Framework/classes/TriggerDispatcherTest.cls 67 23 85 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
25 /Trigger_Framework/classes/TriggerDispatcherTest.cls 67 23 85 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
26 /Trigger_Framework/classes/TriggerDispatcherTest.cls 69 16 69 38 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'Id' doesn't match '[a-z][a-zA-Z0-9]*'
26 /Trigger_Framework/classes/TriggerDispatcherTest.cls 69 16 69 38 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'Id' doesn't match '[a-z][a-zA-Z0-9]*'
27 /Trigger_Framework/classes/TriggerDispatcherTest.cls 69 16 69 38 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'Id' defined but not used
27 /Trigger_Framework/classes/TriggerDispatcherTest.cls 69 16 69 38 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'Id' defined but not used
28 /Trigger_Framework/classes/TriggerDispatcherTest.cls 72 13 72 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.
28 /Trigger_Framework/classes/TriggerDispatcherTest.cls 72 13 72 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.
29 /Trigger_Framework/classes/TriggerDispatcherTest.cls 87 23 93 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
29 /Trigger_Framework/classes/TriggerDispatcherTest.cls 87 23 93 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
30 /Trigger_Framework/classes/TriggerDispatcherTest.cls 87 23 93 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'TransactionLogHandlerTest' doesn't match '[a-z][a-zA-Z0-9]*'
30 /Trigger_Framework/classes/TriggerDispatcherTest.cls 87 23 93 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'TransactionLogHandlerTest' doesn't match '[a-z][a-zA-Z0-9]*'
31 /Trigger_Framework/classes/TriggerDispatcherTest.cls 91 13 91 38 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
31 /Trigger_Framework/classes/TriggerDispatcherTest.cls 91 13 91 38 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
32 /Trigger_Framework/classes/TriggerException.cls 7 21 9 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
32 /Trigger_Framework/classes/TriggerException.cls 7 21 9 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
33 /Trigger_Framework/classes/TriggerInterface.cls 7 8 66 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
33 /Trigger_Framework/classes/TriggerInterface.cls 7 8 66 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
34 /Trigger_Framework/classes/TriggerInterface.cls 15 5 15 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
34 /Trigger_Framework/classes/TriggerInterface.cls 15 5 15 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
35 /Trigger_Framework/classes/TriggerInterface.cls 23 5 23 85 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
35 /Trigger_Framework/classes/TriggerInterface.cls 23 5 23 85 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
36 /Trigger_Framework/classes/TriggerInterface.cls 32 5 32 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
36 /Trigger_Framework/classes/TriggerInterface.cls 32 5 32 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
37 /Trigger_Framework/classes/TriggerInterface.cls 41 5 41 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
37 /Trigger_Framework/classes/TriggerInterface.cls 41 5 41 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
38 /Trigger_Framework/classes/TriggerInterface.cls 49 5 49 86 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
38 /Trigger_Framework/classes/TriggerInterface.cls 49 5 49 86 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
39 /Trigger_Framework/classes/TriggerInterface.cls 57 5 57 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
39 /Trigger_Framework/classes/TriggerInterface.cls 57 5 57 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
40 /Trigger_Framework/classes/TriggerInterface.cls 65 5 65 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
40 /Trigger_Framework/classes/TriggerInterface.cls 65 5 65 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
41 /Trigger_Framework_V1/classes/TransactionLogHandler.cls 8 21 19 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
41 /Trigger_Framework_V1/classes/TransactionLogHandler.cls 8 21 19 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
42 /Trigger_Framework_V1/classes/TransactionLogHandler.cls 10 19 18 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
42 /Trigger_Framework_V1/classes/TransactionLogHandler.cls 10 19 18 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
43 /Trigger_Framework_V1/classes/TransactionLogHandler.cls 10 63 10 81 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'ProcessName' doesn't match '[a-z][a-zA-Z0-9]*'
43 /Trigger_Framework_V1/classes/TransactionLogHandler.cls 10 63 10 81 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'ProcessName' doesn't match '[a-z][a-zA-Z0-9]*'
44 /Trigger_Framework_V1/classes/TransactionLogHandler.cls 17 9 17 21 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
44 /Trigger_Framework_V1/classes/TransactionLogHandler.cls 17 9 17 21 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
45 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 7 21 88 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
45 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 7 21 88 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
46 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 7 21 88 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'TriggerDispatcher' has a total cognitive complexity of 55 (highest 55), current threshold is 50
46 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 7 21 88 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'TriggerDispatcher' has a total cognitive complexity of 55 (highest 55), current threshold is 50
47 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 7 21 88 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'TriggerDispatcher' has a Standard Cyclomatic Complexity of 10 (Highest = 18).
47 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 7 21 88 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'TriggerDispatcher' has a Standard Cyclomatic Complexity of 10 (Highest = 18).
48 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 9 19 20 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
48 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 9 19 20 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
49 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 9 54 9 71 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'ObjectName' doesn't match '[a-z][a-zA-Z0-9]*'
49 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 9 54 9 71 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'ObjectName' doesn't match '[a-z][a-zA-Z0-9]*'
50 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 15 30 17 93 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
50 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 15 30 17 93 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
51 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 22 20 86 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'execute(TriggerInterface, List)' has a cognitive complexity of 55, current threshold is 15
51 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 22 20 86 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'execute(TriggerInterface, List)' has a cognitive complexity of 55, current threshold is 15
52 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 22 20 86 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'execute(TriggerInterface, List)' has a cyclomatic complexity of 27.
52 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 22 20 86 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'execute(TriggerInterface, List)' has a cyclomatic complexity of 27.
53 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 22 20 86 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'execute()' has an NCSS line count of 66 (limit: 40)
53 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 22 20 86 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'execute()' has an NCSS line count of 66 (limit: 40)
54 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 22 20 86 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'execute' has a Standard Cyclomatic Complexity of 18.
54 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 22 20 86 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'execute' has a Standard Cyclomatic Complexity of 18.
55 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 25 49 25 57 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
55 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 25 49 25 57 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
56 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 25 49 25 57 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
56 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 25 49 25 57 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
57 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 63 17 64 90 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
57 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 63 17 64 90 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
58 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 64 21 64 90 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
58 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 64 21 64 90 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
59 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 64 21 64 90 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
59 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 64 21 64 90 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
60 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 68 25 74 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
60 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 68 25 74 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
61 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 71 33 71 62 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
61 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 71 33 71 62 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
62 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 71 33 71 62 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
62 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 71 33 71 62 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
63 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 73 33 73 85 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
63 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 73 33 73 85 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
64 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 73 33 73 85 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
64 /Trigger_Framework_V1/classes/TriggerDispatcher.cls 73 33 73 85 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
65 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 4 19 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
65 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 4 19 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
66 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 19 9 19 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.
66 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 19 9 19 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.
67 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 48 23 65 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
67 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 48 23 65 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
68 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 63 13 63 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.
68 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 63 13 63 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.
69 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 67 23 85 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
69 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 67 23 85 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
70 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 69 16 69 38 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'Id' doesn't match '[a-z][a-zA-Z0-9]*'
70 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 69 16 69 38 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'Id' doesn't match '[a-z][a-zA-Z0-9]*'
71 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 69 16 69 38 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'Id' defined but not used
71 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 69 16 69 38 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'Id' defined but not used
72 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 72 13 72 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
72 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 72 13 72 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
73 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 87 23 93 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
73 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 87 23 93 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
74 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 87 23 93 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'TransactionLogHandlerTest' doesn't match '[a-z][a-zA-Z0-9]*'
74 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 87 23 93 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'TransactionLogHandlerTest' doesn't match '[a-z][a-zA-Z0-9]*'
75 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 91 13 91 38 pmd ApexAssertionsShouldIncludeMessage 3 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 /Trigger_Framework_V1/classes/TriggerDispatcherTest.cls 91 13 91 38 pmd ApexAssertionsShouldIncludeMessage 3 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 /Trigger_Framework_V1/classes/TriggerException.cls 7 21 9 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
76 /Trigger_Framework_V1/classes/TriggerException.cls 7 21 9 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
77 /Trigger_Framework_V1/classes/TriggerInterface.cls 7 8 66 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
77 /Trigger_Framework_V1/classes/TriggerInterface.cls 7 8 66 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
78 /Trigger_Framework_V1/classes/TriggerInterface.cls 15 5 15 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
78 /Trigger_Framework_V1/classes/TriggerInterface.cls 15 5 15 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
79 /Trigger_Framework_V1/classes/TriggerInterface.cls 23 5 23 85 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
79 /Trigger_Framework_V1/classes/TriggerInterface.cls 23 5 23 85 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
80 /Trigger_Framework_V1/classes/TriggerInterface.cls 32 5 32 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
80 /Trigger_Framework_V1/classes/TriggerInterface.cls 32 5 32 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
81 /Trigger_Framework_V1/classes/TriggerInterface.cls 41 5 41 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
81 /Trigger_Framework_V1/classes/TriggerInterface.cls 41 5 41 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
82 /Trigger_Framework_V1/classes/TriggerInterface.cls 49 5 49 86 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
82 /Trigger_Framework_V1/classes/TriggerInterface.cls 49 5 49 86 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
83 /Trigger_Framework_V1/classes/TriggerInterface.cls 57 5 57 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
83 /Trigger_Framework_V1/classes/TriggerInterface.cls 57 5 57 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
84 /Trigger_Framework_V1/classes/TriggerInterface.cls 65 5 65 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
84 /Trigger_Framework_V1/classes/TriggerInterface.cls 65 5 65 87 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment