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 201915 - NullPointerException at org.netbeans.modules.db.explorer.node.TableNode.getSchemaName
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.TableNode.getSc...
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-09-09 22:08 UTC by imadbougataya
Modified: 2011-10-18 01:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174972


Attachments
stacktrace (1.22 KB, text/plain)
2011-09-09 22:09 UTC, imadbougataya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description imadbougataya 2011-09-09 22:08:58 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.node.TableNode.getSchemaName(TableNode.java:236)
   at org.netbeans.modules.db.explorer.node.TableNode.getSchemaName(TableNode.java:154)
   at org.netbeans.modules.db.explorer.node.TableNode.destroy(TableNode.java:164)
   at org.openide.nodes.FilterNode.destroy(FilterNode.java:613)
   at org.openide.explorer.ExplorerActionsImpl$DeleteActionPerformer.doDestroy(ExplorerActionsImpl.java:675)
   at org.openide.explorer.ExplorerActionsImpl$DeleteActionPerformer.actionPerformed(ExplorerActionsImpl.java:625)
Comment 1 imadbougataya 2011-09-09 22:09:02 UTC
Created attachment 110585 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-10-17 07:50:51 UTC
core-main/rev/412452f205ca
Comment 3 Quality Engineering 2011-10-18 01:31:00 UTC
Integrated into 'main-golden', will be available in build *201110171706* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/412452f205ca
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #201915: NPE at org.netbeans.modules.db.explorer.node.TableNode.getSchemaName