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 - NullPointerException at org.netbeans.modules.nbexpose.ExposeTableModel$1.propertyChange
Summary: NullPointerException at org.netbeans.modules.nbexpose.ExposeTableModel$1.prop...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 13:31 UTC by Exceptions Reporter
Modified: 2010-04-26 13:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 145527


Attachments
stacktrace (1.22 KB, text/plain)
2010-04-26 13:32 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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