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

refactor: fix code inspection: unnecessary null check #2267

Merged
merged 1 commit into from
Jul 24, 2018
Merged

refactor: fix code inspection: unnecessary null check #2267

merged 1 commit into from
Jul 24, 2018

Conversation

zielint0
Copy link
Contributor

@zielint0 zielint0 commented Jul 23, 2018

instanceof checks for null.
In other places in code (in 259 Java files), there is no null check before instanceof, so these 3 redundant null checks are to be removed.

I am ready to merge.

@pvojtechovsky pvojtechovsky merged commit 6377cc5 into INRIA:master Jul 24, 2018
@monperrus monperrus mentioned this pull request Sep 20, 2018
4 tasks
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