Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Fails to detect null guards in bitwise and expressions #5

Closed
emsod opened this issue Nov 19, 2015 · 1 comment
Closed

Fails to detect null guards in bitwise and expressions #5

emsod opened this issue Nov 19, 2015 · 1 comment

Comments

@emsod
Copy link
Contributor

emsod commented Nov 19, 2015

Example:

void m(@nullable String p, boolean b) {
if (p != null & b) p.size();
}

@emsod
Copy link
Contributor Author

emsod commented Nov 19, 2015

Fixed in pull request #6.

@emsod emsod closed this as completed Nov 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant