From efe748ba2250def895f423b9c4aa273d696da945 Mon Sep 17 00:00:00 2001 From: Maciej Kucharczyk Date: Fri, 11 Oct 2024 20:56:28 +0200 Subject: [PATCH] [java] SpotBugs exclude NM_SAME_SIMPLE_NAME_AS_SUPERCLASS --- java/spotbugs-excludes.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/java/spotbugs-excludes.xml b/java/spotbugs-excludes.xml index bb0918aea3d02..617a033934ef6 100644 --- a/java/spotbugs-excludes.xml +++ b/java/spotbugs-excludes.xml @@ -204,4 +204,24 @@ + + + + + + + + + + + + + + + + + + + +