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 238834 - NullPointerException at org.netbeans.modules.db.dataview.output.DataView$6.run
Summary: NullPointerException at org.netbeans.modules.db.dataview.output.DataView$6.run
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-26 15:28 UTC by zdenek.rod
Modified: 2014-02-26 12:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205588


Attachments
stacktrace (6.58 KB, text/plain)
2013-11-26 15:28 UTC, zdenek.rod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zdenek.rod 2013-11-26 15:28:18 UTC
Build: NetBeans IDE Dev (Build 201311180002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
zdenek.rod: I inserted data to derby database and it cause this error.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.dataview.output.DataView$6.run(DataView.java:335)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:694)
   at java.awt.EventQueue$3.run(EventQueue.java:692)
Comment 1 zdenek.rod 2013-11-26 15:28:19 UTC
Created attachment 142608 [details]
stacktrace
Comment 2 Libor Fischmeistr 2013-11-27 08:55:03 UTC
Hello, thank you for the report. Are you able to reproduce it? If yes, please describe the steps to reproduce.