Bug 332 : Renaming sketch doesn't update the sketch-list
Last modified: 2006-05-03 14:23




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
seltar
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-04-25 10:32
Thus giving you this error when trying to load that file up again (i know,
it's just silly to load it back up after i've just renamed, but it still
gives an error):

java.lang.NullPointerException
at processing.app.Sketch.load(Sketch.java:159)
at processing.app.Sketch.<init>(Sketch.java:129)
at processing.app.Editor.handleOpen2(Editor.java:1554)
at processing.app.Editor.checkModified2(Editor.java:1336)
at processing.app.Editor.checkModified(Editor.java:1281)
at processing.app.Editor$35.run(Editor.java:1442)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Additional Comment #1 From fry 2006-05-03 14:23
just ran into this myself, now fixed for 0115.