Skip to content

Commit 4f69a34

Browse files
committed
MAPREDUCE-7522. Fix SpotBugs issues in hadoop-mapreduce-client-app module.
1 parent 3f1dc7d commit 4f69a34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hadoop-mapreduce-project/dev-support/findbugs-exclude.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,4 +554,9 @@
554554
<Method name="onSuccess" />
555555
<Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" />
556556
</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>
557562
</FindBugsFilter>

0 commit comments

Comments
 (0)