Comment 3 for bug 308048

Revision history for this message
Ken McLean (kenmclean) wrote :

OpenScore Windows XP release 0.1-20081222

This is still a bug due to the error in bug #310399.

Text cannot be input directly into the bottom of the table in order to create a new entry. When trying to edit an existing row (the final row) in order to bring up a new editable row, the following error occurs in debug log:

Exception in thread "Thread-0" java.lang.NullPointerException
        at avscoreswt.storage.Storage_CSVFolder.buildDeletedArrayFromObject(Storage_CSVFolder.java:1262)
        at avscoreswt.storage.Storage_CSVFolder.flushQueue(Storage_CSVFolder.java:1981)
        at avscoreswt.storage.Storage_CSVFolder.doEvent(Storage_CSVFolder.java:2069)
        at avscoreswt.util.TimedEventController.run(TimedEventController.java:71)
        at java.lang.Thread.run(Unknown Source)