Skip to content

Commit

Permalink
finbugs: mark false positive
Browse files Browse the repository at this point in the history
 hostuuid might be found after ten iterations.
  • Loading branch information
Daan Hoogland committed Mar 25, 2015
1 parent 0509973 commit 7b51fda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/checkstyle/src/main/resources/findbugsExcludeFilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<Bug pattern="DM_DEFAULT_ENCODING" />
</Match>

<Match>
<Class name="CitrixResourceBase" />
<Method name="transferManagementNetwork" />
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
</Match>

<!-- project: utils -->
<Match>
<Class name="SSHCmdHelper" />
Expand Down

0 comments on commit 7b51fda

Please sign in to comment.