From ec1c627ec590fd6a15ebf36d9f6c75151cb70c36 Mon Sep 17 00:00:00 2001 From: vil02 Date: Sun, 12 May 2024 12:48:42 +0200 Subject: [PATCH] style: enable `OverrideBothEqualsAndHashcode` like checks --- pmd-exclude.properties | 1 - spotbugs-exclude.xml | 3 --- 2 files changed, 4 deletions(-) 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 @@ - - -