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 null pointer dereferences #124

Merged
merged 9 commits into from
Aug 6, 2015

Conversation

christ66
Copy link
Member

There are several locations where there could potentially be a null pointer exception.

return desc.doCheckRemote(req, context, value);
}
}
return null;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should return a warning IMO

@oleg-nenashev
Copy link
Member

It needs some polishing

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

@oleg-nenashev
Copy link
Member

🐝

1 similar comment
@recena
Copy link
Contributor

recena commented Jul 26, 2015

🐝

@recena
Copy link
Contributor

recena commented Jul 26, 2015

@christ66 Do you think this PR is ready to be merged?

recena added a commit that referenced this pull request Aug 6, 2015
Fix findbugs null pointer dereferences
@recena recena merged commit 8e1e0ae into jenkinsci:master Aug 6, 2015
@christ66 christ66 deleted the NPDereference branch August 6, 2015 23:09
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.

4 participants