Skip to content

Conversation

@gab1one
Copy link
Contributor

@gab1one gab1one commented Mar 2, 2016

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.
@hinerm hinerm merged commit 8764b99 into master Mar 3, 2016
@hinerm
Copy link
Member

hinerm commented Mar 3, 2016

👍

@hinerm hinerm deleted the fix-compiler-npe branch March 3, 2016 13:42
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.

3 participants