Comparison results for https://github.com/ChuckJonas/apex-hopcroft-karp.git

pmd7_2 took 12 seconds to run and found 62 violations

pmd7_3 took 15 seconds to run and found 62 violations

Among the 62 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 7 8 108 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 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 7 8 108 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 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 21 10 63 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
2 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 21 10 63 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
3 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 21 10 63 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
3 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 21 10 63 4 pmd NcssConstructorCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount The constructor has an NCSS line count of 22
4 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 68 10 97 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
4 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 68 10 97 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
5 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 68 10 97 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
5 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 68 10 97 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
6 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 104 10 107 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
6 /force-app/main/default/classes/ExpandedHopcroftKarpBipartiteMatching.cls 104 10 107 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
7 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 8 8 309 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 8 8 309 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 8 8 309 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'HopcroftKarpBipartiteMatching' has a total cognitive complexity of 226 (highest 15), current threshold is 50
8 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 8 8 309 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'HopcroftKarpBipartiteMatching' has a total cognitive complexity of 226 (highest 15), current threshold is 50
9 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 8 8 309 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'HopcroftKarpBipartiteMatching' has a total cyclomatic complexity of 53 (highest 9).
9 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 8 8 309 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'HopcroftKarpBipartiteMatching' has a total cyclomatic complexity of 53 (highest 9).
10 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 21 25 21 34 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The final field name 'DUMMY' doesn't match '[a-z][a-zA-Z0-9]*'
10 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 21 25 21 34 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The final field name 'DUMMY' doesn't match '[a-z][a-zA-Z0-9]*'
11 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 27 25 27 40 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The final field name 'INF' doesn't match '[a-z][a-zA-Z0-9]*'
11 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 27 25 27 40 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The final field name 'INF' doesn't match '[a-z][a-zA-Z0-9]*'
12 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 47 10 75 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
12 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 47 10 75 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
13 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 82 18 112 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
13 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 82 18 112 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
14 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 82 18 112 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'getMatching()' has a cognitive complexity of 15, current threshold is 15
14 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 82 18 112 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'getMatching()' has a cognitive complexity of 15, current threshold is 15
15 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 117 11 129 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
15 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 117 11 129 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
16 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 124 7 124 46 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
16 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 124 7 124 46 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
17 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 134 11 147 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
17 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 134 11 147 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
18 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 209 7 216 23 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
18 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 209 7 216 23 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
19 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 216 9 216 23 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
19 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 216 9 216 23 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
20 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 222 9 228 10 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
20 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 222 9 228 10 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
21 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 222 9 228 10 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
21 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 222 9 228 10 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
22 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 234 11 251 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'dfs(Integer)' has a cognitive complexity of 15, current threshold is 15
22 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 234 11 251 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'dfs(Integer)' has a cognitive complexity of 15, current threshold is 15
23 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 239 11 243 12 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
23 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 239 11 243 12 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
24 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 239 11 243 12 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
24 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 239 11 243 12 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
25 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 239 11 243 12 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
25 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 239 11 243 12 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
26 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 265 12 267 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
26 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 265 12 267 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
27 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 269 12 271 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
27 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 269 12 271 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
28 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 273 12 275 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
28 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 273 12 275 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
29 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 277 12 279 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
29 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 277 12 279 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
30 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 281 12 283 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
30 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 281 12 283 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
31 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 285 12 287 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
31 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 285 12 287 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
32 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 289 12 294 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
32 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 289 12 294 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
33 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 296 12 303 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
33 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 296 12 303 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
34 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 305 12 307 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
34 /force-app/main/default/classes/HopcroftKarpBipartiteMatching.cls 305 12 307 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
35 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 55 5 55 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.
35 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 55 5 55 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.
36 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 60 9 60 62 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
36 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 60 9 60 62 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
37 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 60 9 60 62 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
37 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 60 9 60 62 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
38 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 67 5 67 42 pmd ApexAssertionsShouldIncludeMessage 3 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 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 67 5 67 42 pmd ApexAssertionsShouldIncludeMessage 3 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 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 68 5 68 41 pmd ApexAssertionsShouldIncludeMessage 3 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 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 68 5 68 41 pmd ApexAssertionsShouldIncludeMessage 3 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 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 75 18 136 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
40 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 75 18 136 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
41 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 124 9 128 10 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
41 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 124 9 128 10 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
42 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 124 9 128 10 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
42 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 124 9 128 10 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
43 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 132 5 132 52 pmd ApexAssertionsShouldIncludeMessage 3 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 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 132 5 132 52 pmd ApexAssertionsShouldIncludeMessage 3 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 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 134 7 134 79 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
44 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 134 7 134 79 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
45 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 134 7 134 79 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
45 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 134 7 134 79 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
46 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 139 18 231 4 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()
46 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 139 18 231 4 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()
47 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 186 5 186 40 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
47 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 186 5 186 40 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
48 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 186 5 186 40 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
48 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 186 5 186 40 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
49 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 198 5 198 63 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
49 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 198 5 198 63 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
50 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 198 5 198 63 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
50 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 198 5 198 63 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
51 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 199 5 199 62 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
51 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 199 5 199 62 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
52 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 199 5 199 62 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
52 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 199 5 199 62 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
53 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 201 5 201 40 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
53 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 201 5 201 40 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
54 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 201 5 201 40 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
54 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 201 5 201 40 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
55 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 207 5 207 63 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
55 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 207 5 207 63 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
56 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 207 5 207 63 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
56 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 207 5 207 63 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
57 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 208 5 210 6 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
57 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 208 5 210 6 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
58 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 208 5 210 6 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
58 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 208 5 210 6 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
59 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 220 9 224 10 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
59 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 220 9 224 10 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
60 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 220 9 224 10 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
60 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 220 9 224 10 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
61 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 229 7 229 79 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
61 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 229 7 229 79 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
62 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 229 7 229 79 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
62 /force-app/main/default/classes/HopcroftKarpBipartiteMatchingTest.cls 229 7 229 79 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.