mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
finbugs: mark false positive
hostuuid might be found after ten iterations.
This commit is contained in:
parent
05099734fb
commit
7b51fda3b0
@ -28,6 +28,12 @@
|
|||||||
<Bug pattern="DM_DEFAULT_ENCODING" />
|
<Bug pattern="DM_DEFAULT_ENCODING" />
|
||||||
</Match>
|
</Match>
|
||||||
|
|
||||||
|
<Match>
|
||||||
|
<Class name="CitrixResourceBase" />
|
||||||
|
<Method name="transferManagementNetwork" />
|
||||||
|
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
|
||||||
|
</Match>
|
||||||
|
|
||||||
<!-- project: utils -->
|
<!-- project: utils -->
|
||||||
<Match>
|
<Match>
|
||||||
<Class name="SSHCmdHelper" />
|
<Class name="SSHCmdHelper" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user