GitHub user anshul1886 opened a pull request:

    https://github.com/apache/cloudstack/pull/39

    CLOUDSTACK-7932: Fixed wrong semantics for isVmAlive() method in 
HypervInvestigator

    Fixed wrong semantics for isVmAlive() method in HypervInvestigator
    
    Findbugs will report error on this as it is expecting true/false for 
Boolean value.
    But we have diffrent meaning for null so it is false positive case from 
findbug

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anshul1886/cloudstack-1 CLOUDSTACK-7932

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #39
    
----
commit fe07c08c0093bbe89732bf6509f12ec8a8a0a8f2
Author: Anshul Gangwar <anshul.gang...@citrix.com>
Date:   2014-11-17T07:30:42Z

    CLOUDSTACK-7932: Fixed wrong semantics for isVmAlive() method in 
HypervInvestigator
    
    Findbugs will report error on this as it is expecting true/false for 
Boolean value.
    But we have diffrent meaning for null so it is false positive case from 
findbug

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to