Skip to content

Commit 02108b7

Browse files
committed
fixing spotbugs
Change-Id: I9bc4a2674207a9cec80291ed0658c4522037c68a
1 parent fb92b50 commit 02108b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dev-support/spotbugs-exclude.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,12 @@
271271
<Bug pattern="ML_SYNC_ON_UPDATED_FIELD"/>
272272
</Match>
273273

274+
<Match>
275+
<Class name="org.apache.hadoop.hbase.io.hfile.bucket.FilePathStringPool"/>
276+
<Or>
277+
<Method name="getInstance"/>
278+
</Or>
279+
<Bug pattern="MS_EXPOSE_REP"/>
280+
</Match>
281+
274282
</FindBugsFilter>

0 commit comments

Comments
 (0)