On Fri, 5 Aug 2022 23:02:15 GMT, thyecust <d...@openjdk.org> wrote: >> The condition at line 57 (after while) will evaluate to false >> if startLine == null, so the previous if-condition is covered. > > thyecust has updated the pull request incrementally with one additional > commit since the last revision: > > use "".equals(s) to handle s!=null
Marked as reviewed by dfuchs (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/9571