Skip to content

Commit

Permalink
Skip spotbugs error about VO_VOLATILE_INCREMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Jan 8, 2025
1 parent 03f8b43 commit eaf0eff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pulsar-client/src/main/resources/findbugsExclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,4 +1043,14 @@
<Method name="getStats"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<Match>
<Class name="org.apache.pulsar.client.impl.ConsumerImpl"/>
<Method name="closeDeadLetterProducerAfterException"/>
<Bug pattern="VO_VOLATILE_INCREMENT"/>
</Match>
<Match>
<Class name="org.apache.pulsar.client.impl.ConsumerImpl"/>
<Method name="closeRetryLetterProducerAfterException"/>
<Bug pattern="VO_VOLATILE_INCREMENT"/>
</Match>
</FindBugsFilter>

0 comments on commit eaf0eff

Please sign in to comment.