PuffinPlot issue tracker

Bug: a88/76f

ID : 76f432e3-d495-4ee5-8f77-d8c9e2b239cc
Short name : a88/76f
Status : fixed
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Wed, 15 Jul 2009 09:39:32 +0000
Target : 1.0
Summary : Make Zplot file loading more robust [77]

Comment: --------- Comment ---------
ID: d2185785-4941-442b-8861-981069772c11
Short name: a88/76f/d21
From: Pontus Lurcock <pont@talvi.net>
Date: Wed, 15 Jul 2009 09:39:32 +0000

Very trivial, but this should be fixed: the line
String[] headers = whitespace.split(reader.readLine());
(currently line 357) in Suite.java will break if the file is too short
and readLine() returns null. Should hardly ever happen but worth trapping
anyway.

Comment: --------- Comment ---------
ID: 8c15b60c-4379-498e-b074-8cd95ad08f75
Short name: a88/76f/8c1
From: Pontus Lurcock <pont@talvi.net>
Date: Sun, 19 Jul 2009 06:55:17 +0000

Implemented as specified; now bombs out with "malformed Zplot file"
error if this happens.