https://bz.apache.org/bugzilla/show_bug.cgi?id=61604

--- Comment #1 from stef.an <apa...@stefan-sielaff.de> ---
Sorry, of course lineData is not null at that point, it is the empty array
causing the exception being thrown.

// print our StratumSection, FileSection, and LineSections
if (fileNameList.size() == 0 || lineData.size() == 0) {
  throw new IllegalStateException();
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to