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 164747 - NullPointerException at org.netbeans.modules.db.explorer.node.CatalogNode.renderNames
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.CatalogNode.ren...
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-08 03:09 UTC by rvijapurapu
Modified: 2009-05-13 07:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150813


Attachments
stacktrace (1.46 KB, text/plain)
2009-05-08 03:09 UTC, rvijapurapu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rvijapurapu 2009-05-08 03:09:17 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

User Comments:
rvijapurapu: I have been using MAMP for my MySQL database and I created a database in MAMP and I got the error when I tried expanding the tree for the new table.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.db.explorer.node.CatalogNode.renderNames(CatalogNode.java:149)
        at org.netbeans.modules.db.explorer.node.CatalogNode.access$100(CatalogNode.java:62)
        at org.netbeans.modules.db.explorer.node.CatalogNode$2.run(CatalogNode.java:113)
        at org.netbeans.modules.db.explorer.node.CatalogNode$2.run(CatalogNode.java:110)
        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 rvijapurapu 2009-05-08 03:09:25 UTC
Created attachment 81786 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-05-12 10:43:14 UTC
core-main/rev/ce63b599143d
Comment 3 Quality Engineering 2009-05-13 07:43:13 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/ce63b599143d
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #164747: NullPointerException at org.netbeans.modules.db.explorer.node.CatalogNode.renderNames