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 164027 - NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureParamNodeProvider$1.run
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureParamN...
Status: VERIFIED DUPLICATE of bug 164024
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-29 10:26 UTC by Jindrich Sedek
Modified: 2009-07-24 11:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149044


Attachments
stacktrace (2.32 KB, text/plain)
2009-04-29 10:26 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2009-04-29 10:26:24 UTC
Build: NetBeans IDE Dev (Build 200904290201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Linux, 2.6.27.21-170.2.56.fc10.x86_64, amd64

User Comments:
jsedek: created DB procedure using SQL command
refresh schema node so it was visible in Procedures node
drop DB procedure using SQL command
refresh Procedures node -> NPE is thrown



Stacktrace: 
org.openide.util.RequestProcessor$Item: task failed: java.lang.NullPointerException
        at org.openide.util.RequestProcessor$Item.fillInStackTrace(RequestProcessor.java:853)
        at java.lang.Throwable.<init>(Throwable.java:181)
        at java.lang.Exception.<init>(Exception.java:29)
        at org.openide.util.RequestProcessor$Item.<init>(RequestProcessor.java:819)
        at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:629)
        at org.openide.nodes.AsynchChildren.refresh(AsynchChildren.java:119)
Comment 1 Jindrich Sedek 2009-04-29 10:26:34 UTC
Created attachment 81177 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-04-30 15:14:04 UTC
Both issues has as same source of problem.

*** This issue has been marked as a duplicate of 164024 ***
Comment 3 Jindrich Sedek 2009-07-24 11:27:35 UTC
v.