File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ com.thealgorithms.datastructures.queues.PriorityQueue=UselessParentheses
25
25
com.thealgorithms.datastructures.stacks.NodeStack =UnnecessaryFullyQualifiedName,UnusedFormalParameter
26
26
com.thealgorithms.datastructures.stacks.StackArray =UselessParentheses
27
27
com.thealgorithms.datastructures.trees.CheckBinaryTreeIsValidBST =UselessParentheses
28
- com.thealgorithms.datastructures.trees.Point =OverrideBothEqualsAndHashcode
29
28
com.thealgorithms.datastructures.trees.SegmentTree =UselessParentheses
30
29
com.thealgorithms.devutils.nodes.LargeTreeNode =UselessParentheses
31
30
com.thealgorithms.devutils.nodes.SimpleNode =UselessParentheses
Original file line number Diff line number Diff line change 80
80
<Match >
81
81
<Bug pattern =" SS_SHOULD_BE_STATIC" />
82
82
</Match >
83
- <Match >
84
- <Bug pattern =" HE_EQUALS_USE_HASHCODE" />
85
- </Match >
86
83
<Match >
87
84
<Bug pattern =" IT_NO_SUCH_ELEMENT" />
88
85
</Match >
You can’t perform that action at this time.
0 commit comments