Skip to content

Commit

Permalink
Update spotbugs excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Aug 27, 2024
1 parent d45bd18 commit 8d012f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,22 @@
<Class name="io.ballerina.lib.ibm.ibmmq.HeaderFieldValuesCallback"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
<Match>
<Class name="io.ballerina.lib.ibm.ibmmq.config.MatchOptions"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
<Match>
<Class name="io.ballerina.lib.ibm.ibmmq.HeaderFieldValuesCallback"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<Match>
<Class name="io.ballerina.lib.ibm.ibmmq.config.MatchOptions"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<Match>
<Class name="io.ballerina.lib.ibm.ibmmq.config.MatchOptions"/>
<Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
</Match>
<Match>
<Class name="io.ballerina.lib.ibm.ibmmq.headers.MQRFH2Header"/>
<Bug pattern="IL_INFINITE_RECURSIVE_LOOP"/>
Expand Down

0 comments on commit 8d012f6

Please sign in to comment.