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

--- Comment #1 from stef.an <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to