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 184992

Summary: NullPointerException at org.netbeans.modules.nbexpose.ExposeTableModel$1.propertyChange
Product: third-party Reporter: Exceptions Reporter <exceptions_reporter>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal CC: mmirilovic, tprochazka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 145527
Attachments: stacktrace

Description Exceptions Reporter 2010-04-26 13:31:55 UTC
This issue was reported manually by mmirilovic.
It already has 33 duplicates 


Build: NetBeans IDE 6.7.1 (Build 200911211148)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Linux

User Comments:
GUEST: I was trying to run a java app from netbeans.

GUEST: Modifying and running java app.

tprochazka: After tab close




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.nbexpose.ExposeTableModel$1.propertyChange(ExposeTableModel.java:38)
   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:316)
   at org.netbeans.core.windows.RegistryImpl.access$000(RegistryImpl.java:64)
   at org.netbeans.core.windows.RegistryImpl$1.run(RegistryImpl.java:168)
Comment 1 Exceptions Reporter 2010-04-26 13:32:00 UTC
Created attachment 98033 [details]
stacktrace