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 224679 - NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.updateProcedureProperties
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureNode$O...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
: 230646 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-01-10 07:06 UTC by fortruth
Modified: 2013-08-20 07:12 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197357


Attachments
stacktrace (2.77 KB, text/plain)
2013-01-10 07:06 UTC, fortruth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fortruth 2013-01-10 07:06:00 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 Dev (Build 201301050001)
VM: OpenJDK 64-Bit Server VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_24-b24
OS: Linux

User Comments:
fortruth: open a oracle connect

cybersoft: click in link in output window after running sql

GUEST: Run sql expression with no conntection with mysql server




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 fortruth 2013-01-10 07:06:02 UTC
Created attachment 130061 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-01-28 16:05:35 UTC
http://hg.netbeans.org/core-main/rev/19ba96bcc9e8
Should be fixed now. Thanks for reporting.
Comment 3 Quality Engineering 2013-01-29 03:28:01 UTC
Integrated into 'main-golden', will be available in build *201301290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/19ba96bcc9e8
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #224679: NPE at o.n.m.db.explorer.node.ProcedureNode$Oracle.updateProcedureProperties
Comment 4 Libor Fischmeistr 2013-08-20 07:12:15 UTC
*** Bug 230646 has been marked as a duplicate of this bug. ***