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 208680 - NullPointerException at org.netbeans.modules.db.dataview.output.DataView$2.run
Summary: NullPointerException at org.netbeans.modules.db.dataview.output.DataView$2.run
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 08:19 UTC by bokc
Modified: 2012-04-25 09:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185240


Attachments
stacktrace (1.18 KB, text/plain)
2012-02-21 08:19 UTC, bokc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bokc 2012-02-21 08:19:28 UTC
Build: NetBeans IDE Dev (Build 201201080601)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.dataview.output.DataView$2.run(DataView.java:261)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
   at java.awt.EventQueue.access$000(EventQueue.java:84)
   at java.awt.EventQueue$1.run(EventQueue.java:602)
   at java.awt.EventQueue$1.run(EventQueue.java:600)
Comment 1 bokc 2012-02-21 08:19:32 UTC
Created attachment 115973 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-04-24 07:40:59 UTC
http://hg.netbeans.org/core-main/rev/da378bb1eefd
Comment 3 Quality Engineering 2012-04-25 09:58:59 UTC
Integrated into 'main-golden', will be available in build *201204250400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/da378bb1eefd
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #208680 - NPE at org.netbeans.modules.db.dataview.output.DataView$2.run