Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 34a301f

Browse files
author
Hideki Itakura
committed
Merge pull request #781 from couchbase/static_analysis_configs
Adds FindBugs filter file. Moves custom inspections file.
2 parents e2f8660 + eac30f3 commit 34a301f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
File renamed without changes.

etc/findbugs-filter.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<FindBugsFilter>
2+
<Match>
3+
<Class name="com.couchbase.lite.replicator.PullerInternal" />
4+
<Field name="CHANGE_TRACKER_RESTART_DELAY_MS" />
5+
<Bug pattern="MS_SHOULD_BE_FINAL" />
6+
</Match>
7+
</FindBugsFilter>

0 commit comments

Comments
 (0)