PuffinPlot issue tracker

Bug: a88/987

ID : 98767462-920d-448c-ad49-35c500ba1b2a
Short name : a88/987
Status : fixed
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Wed, 23 Sep 2009 21:55:44 +0000
Target : 1.0
Summary : Crash opening non-existent "recent" file [128]

Comment: --------- Comment ---------
ID: 8f36f90b-19aa-4cc6-b24d-1aa6af6ac57c
Short name: a88/987/8f3
From: Pontus Lurcock <pont@talvi.net>
Date: Wed, 23 Sep 2009 21:55:44 +0000

Tried to open a file from the recent files menu; it had moved;
Puffin crashed.

Build date: UNKNOWN
Crash date: 2009-09-24 09:53:57
java.version    1.5.0_16
java.vendor     Sun Microsystems Inc.
os.name         Linux
os.arch         i386
os.version      2.6.24-19-generic
user.name       pont
java.lang.NullPointerException
at net.talvi.puffinplot.data.file.TwoGeeLoader.<init>(TwoGeeLoader.java:33)
at net.talvi.puffinplot.data.Suite.<init>(Suite.java:211)
at net.talvi.puffinplot.PuffinApp.openFiles(PuffinApp.java:231)
at net.talvi.puffinplot.window.MainMenuBar$7.actionPerformed(MainMenuBar.java:145)
...

Comment: --------- Comment ---------
ID: 2094ec2d-3ded-4757-a96a-3ad6f8281086
Short name: a88/987/209
From: Pontus Lurcock <pont@talvi.net>
Date: Wed, 23 Sep 2009 22:09:00 +0000

Suite constructor now checks that files exist and are readable.