File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 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
2525com.thealgorithms.datastructures.stacks.NodeStack =UnnecessaryFullyQualifiedName,UnusedFormalParameter
2626com.thealgorithms.datastructures.stacks.StackArray =UselessParentheses
2727com.thealgorithms.datastructures.trees.CheckBinaryTreeIsValidBST =UselessParentheses
28- com.thealgorithms.datastructures.trees.Point =OverrideBothEqualsAndHashcode
2928com.thealgorithms.datastructures.trees.SegmentTree =UselessParentheses
3029com.thealgorithms.devutils.nodes.LargeTreeNode =UselessParentheses
3130com.thealgorithms.devutils.nodes.SimpleNode =UselessParentheses
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments