Skip to content

Conversation

@gab1one
Copy link
Contributor

Old code called trim() on line, and tested for line == null afterwards.
If line is actually null this will cause an
NullPointerException

Old code called trim() on ``line``, and tested for ``line == null`` afterwards. If ``line`` is actually ``null`` this will cause an ``NullPointerException``
hinerm added a commit that referenced this pull request Mar 3, 2016
Fix NPE when reader reads null line.
@hinermhinerm merged commit 8764b99 into masterMar 3, 2016
@hinerm
Copy link
Member

👍

@hinermhinerm deleted the fix-compiler-npe branch March 3, 2016 13:42
Sign up for freeto 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.

3 participants

@gab1one@hinerm