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 189482 - NullPointerException at org.netbeans.modules.uml.drawingarea.navigator.DiagramNavigatorContent.propertyChange
Summary: NullPointerException at org.netbeans.modules.uml.drawingarea.navigator.Diagra...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-13 10:02 UTC by CepO
Modified: 2010-08-13 12:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 133489


Attachments
stacktrace (1.25 KB, text/plain)
2010-08-13 10:02 UTC, CepO
Details

Note You need to log in before you can comment on or make changes to this bug.
Description CepO 2010-08-13 10:02:28 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.uml.drawingarea.navigator.DiagramNavigatorContent.propertyChange(DiagramNavigatorContent.java:96)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
   at org.netbeans.core.windows.RegistryImpl.doFirePropertyChange(RegistryImpl.java:321)
   at org.netbeans.core.windows.RegistryImpl.access$100(RegistryImpl.java:69)
   at org.netbeans.core.windows.RegistryImpl$1.run(RegistryImpl.java:173)
Comment 1 CepO 2010-08-13 10:02:31 UTC
Created attachment 101368 [details]
stacktrace
Comment 2 javydreamercsw 2010-08-13 12:38:12 UTC
Can you provide the context of the exception? What you were doing, etc...