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 197058 - NullPointerException at org.netbeans.modules.db.explorer.node.ColumnNode$1.run
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.ColumnNode$1.run
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-24 18:16 UTC by barichd
Modified: 2011-03-28 08:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177891


Attachments
stacktrace (3.32 KB, text/plain)
2011-03-24 18:16 UTC, barichd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description barichd 2011-03-24 18:16:40 UTC
This bug was originally marked as duplicate of bug 189163, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows XP

User Comments:
GUEST: createing sql script

barichd: I got this error while typing the description for the 'grant' statement error.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.node.ColumnNode$1.run(ColumnNode.java:153)
   at org.netbeans.modules.db.explorer.node.ColumnNode$1.run(ColumnNode.java:134)
   at org.netbeans.modules.db.metadata.model.JDBCConnMetadataModel.runReadAction(JDBCConnMetadataModel.java:97)
   at org.netbeans.modules.db.metadata.model.api.MetadataModel.runReadAction(MetadataModel.java:92)
   at org.netbeans.modules.db.explorer.node.ColumnNode.setupNames(ColumnNode.java:133)
   at org.netbeans.modules.db.explorer.node.ColumnNode.initialize(ColumnNode.java:125)
Comment 1 barichd 2011-03-24 18:16:44 UTC
Created attachment 107255 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-03-25 09:31:21 UTC
core-main/rev/018efca2ba2a
Comment 3 Quality Engineering 2011-03-28 08:49:39 UTC
Integrated into 'main-golden', will be available in build *201103280400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/018efca2ba2a
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #197058: NullPointerException at org.netbeans.modules.db.explorer.node.ColumnNode$1.run