Skip to content

Commit 324969f

Browse files
authored
style: enable OverrideBothEqualsAndHashcode like checks (#5159)
1 parent 8466219 commit 324969f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pmd-exclude.properties

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ com.thealgorithms.datastructures.queues.PriorityQueue=UselessParentheses
2525
com.thealgorithms.datastructures.stacks.NodeStack=UnnecessaryFullyQualifiedName,UnusedFormalParameter
2626
com.thealgorithms.datastructures.stacks.StackArray=UselessParentheses
2727
com.thealgorithms.datastructures.trees.CheckBinaryTreeIsValidBST=UselessParentheses
28-
com.thealgorithms.datastructures.trees.Point=OverrideBothEqualsAndHashcode
2928
com.thealgorithms.datastructures.trees.SegmentTree=UselessParentheses
3029
com.thealgorithms.devutils.nodes.LargeTreeNode=UselessParentheses
3130
com.thealgorithms.devutils.nodes.SimpleNode=UselessParentheses

spotbugs-exclude.xml

-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@
8080
<Match>
8181
<Bug pattern="SS_SHOULD_BE_STATIC" />
8282
</Match>
83-
<Match>
84-
<Bug pattern="HE_EQUALS_USE_HASHCODE" />
85-
</Match>
8683
<Match>
8784
<Bug pattern="IT_NO_SUCH_ELEMENT" />
8885
</Match>

0 commit comments

Comments
 (0)