We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1dc7d commit 4f69a34Copy full SHA for 4f69a34
hadoop-mapreduce-project/dev-support/findbugs-exclude.xml
@@ -554,4 +554,9 @@
554
<Method name="onSuccess" />
555
<Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" />
556
</Match>
557
+
558
+ <Match><Bug category="EXPERIMENTAL"/></Match>
559
+ <Match><Bug pattern="AT_.*"/></Match>
560
+ <Match><Bug pattern="CT_.*"/></Match>
561
+ <Match><Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE"/></Match>
562
</FindBugsFilter>
0 commit comments