diff --git a/pmd-exclude.properties b/pmd-exclude.properties
index 8722f126f6d5..400863992ed0 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 1f53feafb3be..ffccae635f3b 100644
--- a/spotbugs-exclude.xml
+++ b/spotbugs-exclude.xml
@@ -80,9 +80,6 @@
-
-
-