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 162611 - NullPointerException at org.netbeans.modules.db.explorer.node.SchemaNode.renderNames
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.SchemaNode.rend...
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-04-14 17:04 UTC by qingyue
Modified: 2009-05-13 07:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148535


Attachments
stacktrace (1.71 KB, text/plain)
2009-04-14 17:04 UTC, qingyue
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qingyue 2009-04-14 17:04:36 UTC
Build: NetBeans IDE Dev (Build 200904131401)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.db.explorer.node.SchemaNode.renderNames(SchemaNode.java:145)
        at org.netbeans.modules.db.explorer.node.SchemaNode.access$100(SchemaNode.java:62)
        at org.netbeans.modules.db.explorer.node.SchemaNode$2.run(SchemaNode.java:114)
        at org.netbeans.modules.db.explorer.node.SchemaNode$2.run(SchemaNode.java:111)
        at org.netbeans.modules.db.metadata.model.JDBCConnMetadataModel.runReadAction(JDBCConnMetadataModel.java:94)
        at org.netbeans.modules.db.metadata.model.api.MetadataModel.runReadAction(MetadataModel.java:89)
Comment 1 qingyue 2009-04-14 17:04:44 UTC
Created attachment 80057 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-05-12 15:29:15 UTC
core-main/rev/a5489ea2b3ac
Comment 3 Quality Engineering 2009-05-13 07:43:04 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/a5489ea2b3ac
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #162611: NullPointerException at org.netbeans.modules.db.explorer.node.SchemaNode.renderNames