This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267450 - NullPointerException at bluej.editor.moe.NaviView.enqueueRepaint
Summary: NullPointerException at bluej.editor.moe.NaviView.enqueueRepaint
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: mkolling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-05 15:13 UTC by JBHU
Modified: 2016-08-24 10:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225632


Attachments
stacktrace (5.91 KB, text/plain)
2016-08-05 15:13 UTC, JBHU
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JBHU 2016-08-05 15:13:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 7

User Comments:
JBHU: Occured while saving file.




Stacktrace: 
java.lang.NullPointerException
   at bluej.editor.moe.NaviView.enqueueRepaint(NaviView.java:448)
   at bluej.editor.moe.NaviView.repaintModel(NaviView.java:215)
   at bluej.editor.moe.NVDrawPane.repaint(NVDrawPane.java:108)
   at bluej.editor.moe.NVDrawPane.repaint(NVDrawPane.java:95)
   at bluej.editor.moe.MoePlainView.updateDamage(MoePlainView.java:400)
   at bluej.editor.moe.NaviviewView.updateDamage(NaviviewView.java:180)
Comment 1 JBHU 2016-08-05 15:13:45 UTC
Created attachment 161572 [details]
stacktrace