Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in NetworkOrche… #449

Closed
wants to merge 1 commit into from

Conversation

rsafonseca
Copy link
Contributor

…strator.java

If answer is null, method will throw ConnectionException in line 3016 as satisfied by condition stated in line 3014

…strator.java

If answer is null, method will throw ConnectionException in line 3016 as satisfied by condition stated in line 3014
@asfbot
Copy link

asfbot commented Jun 14, 2015

cloudstack-pull-requests #429 SUCCESS
This pull request looks good

@asfgit asfgit closed this in 0dc2590 Jun 15, 2015
kishankavala pushed a commit to kishankavala/cloudstack that referenced this pull request Jun 25, 2015
…strator.java If answer is null, method will throw ConnectionException in line 3016 as satisfied by condition stated in line 3014

Signed-off-by: Rohit Yadav <[email protected]>

This closes apache#449
rohityadavcloud pushed a commit that referenced this pull request Jan 20, 2021
weizhouapache pushed a commit to weizhouapache/cloudstack that referenced this pull request May 30, 2024
This adds a NPE check on the s_depot.global() which can cause NPE in
case of unit tests, where s_depot is not null but the underlying config
dao is null (not mocked or initialised) via `s_depot.global()` becomes
null.

Signed-off-by: Rohit Yadav <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants