Skip to content

Commit

Permalink
Exclude synchronization warning in EngineResource caused by deadlock …
Browse files Browse the repository at this point in the history
…avoidance.
  • Loading branch information
sjudd committed Feb 14, 2019
1 parent 92d8cc4 commit d8cc530
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/findbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,10 @@
<Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
</Match>

<!-- Inconsistent synchronization is due to synchronizing on Engine/listener to avoid deadlock only. -->
<Match>
<Class name="com.bumptech.glide.load.engine.EngineResource" />
<Bug pattern="IS2_INCONSISTENT_SYNC" />
</Match>

</FindBugsFilter>

0 comments on commit d8cc530

Please sign in to comment.