Skip to content

Commit

Permalink
Add entries to exclude file
Browse files Browse the repository at this point in the history
  • Loading branch information
chamilaadhi committed Dec 14, 2023
1 parent 634ec41 commit 53e9245
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,7 @@
<Match>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>


<Match>
<Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
</Match>
<Match>
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
</Match>

<Match>
<Bug pattern="PA_PUBLIC_PRIMITIVE_ATTRIBUTE"/>
</Match>
<Match>
<Bug pattern="URF_UNREAD_FIELD"/>
</Match>
<Match>
<Bug pattern="MS_EXPOSE_REP"/>
</Match>

<Match>
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD"/>
</Match>
</FindBugsFilter>

0 comments on commit 53e9245

Please sign in to comment.