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 164898 - NullPointerException at org.netbeans.modules.db.dataview.output.DataView.createComponents
Summary: NullPointerException at org.netbeans.modules.db.dataview.output.DataView.crea...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-12 04:26 UTC by tveimo
Modified: 2009-05-13 07:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150544


Attachments
stacktrace (971 bytes, text/plain)
2009-05-12 04:26 UTC, tveimo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tveimo 2009-05-12 04:26:20 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.db.dataview.output.DataView.createComponents(DataView.java:130)
        at org.netbeans.modules.db.dataview.api.DataView.createComponents(DataView.java:88)
        at org.netbeans.modules.db.sql.loader.SQLEditorSupport$2.run(SQLEditorSupport.java:354)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
Comment 1 tveimo 2009-05-12 04:26:26 UTC
Created attachment 81929 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-05-12 10:43:30 UTC
core-main/rev/5afd4bd09c91
Comment 3 Quality Engineering 2009-05-13 07:46:39 UTC
Integrated into 'main-golden', will be available in build *200905130201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5afd4bd09c91
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #164898: NPE at DataView.createComponents