From 324969fc4eb33ed57a5552c54b56b6a578f2ba6b Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Mon, 20 May 2024 18:06:52 +0200 Subject: [PATCH] style: enable `OverrideBothEqualsAndHashcode` like checks (#5159) --- pmd-exclude.properties | 1 - spotbugs-exclude.xml | 3 --- 2 files changed, 4 deletions(-) diff --git a/pmd-exclude.properties b/pmd-exclude.properties index 8722f126..40086399 100644 --- a/pmd-exclude.properties +++ b/pmd-exclude.properties @@ -25,7 +25,6 @@ com.thealgorithms.datastructures.queues.PriorityQueue=UselessParentheses com.thealgorithms.datastructures.stacks.NodeStack=UnnecessaryFullyQualifiedName,UnusedFormalParameter com.thealgorithms.datastructures.stacks.StackArray=UselessParentheses com.thealgorithms.datastructures.trees.CheckBinaryTreeIsValidBST=UselessParentheses -com.thealgorithms.datastructures.trees.Point=OverrideBothEqualsAndHashcode com.thealgorithms.datastructures.trees.SegmentTree=UselessParentheses com.thealgorithms.devutils.nodes.LargeTreeNode=UselessParentheses com.thealgorithms.devutils.nodes.SimpleNode=UselessParentheses diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml index 1f53feaf..ffccae63 100644 --- a/spotbugs-exclude.xml +++ b/spotbugs-exclude.xml @@ -80,9 +80,6 @@ - - -