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 165626 - NullPointerException at org.netbeans.modules.db.explorer.action.RefreshAction.performAction
Summary: NullPointerException at org.netbeans.modules.db.explorer.action.RefreshAction...
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-20 16:27 UTC by baffyofdaffy
Modified: 2009-05-22 07:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151523


Attachments
stacktrace (1.26 KB, text/plain)
2009-05-20 16:27 UTC, baffyofdaffy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description baffyofdaffy 2009-05-20 16:27:14 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.db.explorer.action.RefreshAction.performAction(RefreshAction.java:81)
        at org.netbeans.modules.db.explorer.node.TableNode.destroy(TableNode.java:160)
        at org.openide.nodes.FilterNode.destroy(FilterNode.java:604)
        at org.openide.explorer.ExplorerActionsImpl$DeleteActionPerformer.doDestroy(ExplorerActionsImpl.java:645)
        at org.openide.explorer.ExplorerActionsImpl$DeleteActionPerformer.actionPerformed(ExplorerActionsImpl.java:595)
        at org.openide.util.actions.CallbackSystemAction$DelegateAction$1.run(CallbackSystemAction.java:593)
Comment 1 baffyofdaffy 2009-05-20 16:27:19 UTC
Created attachment 82495 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-05-21 14:46:14 UTC
core-main/rev/acb6c2dceefa
Comment 3 Quality Engineering 2009-05-22 07:26:07 UTC
Integrated into 'main-golden', will be available in build *200905220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/acb6c2dceefa
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #165626: NullPointerException at org.netbeans.modules.db.explorer.action.RefreshAction.performAction