PuffinPlot issue tracker

Bug: a88/de8

ID : de8e5171-30e6-49c1-8dc1-46128b84bc56
Short name : a88/de8
Status : fixed
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Thu, 10 Apr 2014 15:26:34 +0000
Target : 1.03
Summary : PuffinPlot crash on startup due to malformed build date [284]

Comment: --------- Comment ---------
ID: 650af538-c00a-4547-8c1c-91ccb7b4b1f6
Short name: a88/de8/650
From: Pontus Lurcock <pont@talvi.net>
Date: Thu, 10 Apr 2014 15:26:34 +0000

This bug consists of two sub-bugs: (1) the build.hg.date in
build.properties is sometimes blank. (2) PuffinPlot does not
ignore this blank field as it should, but attempts to parse it
as a Long and crashes on startup.

Comment: --------- Comment ---------
ID: a9ecb828-dfc6-4c37-978e-ce643fe6db9a
Short name: a88/de8/a9e
From: Pontus Lurcock <pont@talvi.net>
Date: Thu, 10 Apr 2014 16:43:46 +0000

Both sub-bugs fixed: build.xml modified to output date more reliably,
and PuffinApp.java modified to deal gracefully with missing and
malformed build dates.