4
viat
7y

This guy keeps insisting there’s a bug in my code, on a specific line. The stack trace shows that a NPE is thrown in his code, before that line is reached, but he won’t be persuaded by this argument and won’t send me the class.

Somehow he’s certain that Java would throw a NPE on trying to iterate through an empty list, as if his code was even returning an empty list. Can you imagine the chaos.

Comments
  • 4
    @hash-table He was certain the problem was in someone else’s code. He doesn’t make mistakes clearly.
Add Comment