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 230646 - NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.updateProcedureProperties
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureNode$O...
Status: RESOLVED DUPLICATE of bug 224679
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 08:40 UTC by Exceptions Reporter
Modified: 2013-08-20 07:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201117


Attachments
stacktrace (1.40 KB, text/plain)
2013-06-03 08:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-06-03 08:40:40 UTC
This bug was originally marked as duplicate of bug 220873, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
GUEST: Select connection in sql file. Select sql code and select "execute selected". After select DB connection in services and select "disconnect".

GUEST: I am working with Oracle XE 11g.

GUEST: I try to show procedures list available in oracle db




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.updateProcedureProperties(ProcedureNode.java:564)
   at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.initialize(ProcedureNode.java:557)
   at org.netbeans.api.db.explorer.node.BaseNode.setup(BaseNode.java:236)
   at org.netbeans.modules.db.explorer.node.ProcedureNode.create(ProcedureNode.java:107)
   at org.netbeans.modules.db.explorer.node.ProcedureNodeProvider$1.run(ProcedureNodeProvider.java:132)
   at org.netbeans.modules.db.explorer.node.ProcedureNodeProvider$1.run(ProcedureNodeProvider.java:115)
Comment 1 Exceptions Reporter 2013-06-03 08:40:41 UTC
Created attachment 135250 [details]
stacktrace
Comment 2 Libor Fischmeistr 2013-08-20 07:12:15 UTC
The most likely this is the duplicate of the issue 224679.

*** This bug has been marked as a duplicate of bug 224679 ***