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 220873 - NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureNode$MySQL.updateProcedureProperties
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureNode$M...
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:
: 206382 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-25 20:09 UTC by cybersoft
Modified: 2012-11-09 09:58 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193680


Attachments
stacktrace (2.77 KB, text/plain)
2012-10-25 20:09 UTC, cybersoft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cybersoft 2012-10-25 20:09:48 UTC
This issue was reported manually by cybersoft.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 201210140002)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

User Comments:
GUEST: Run sql expression with no conntection with mysql server

cybersoft: click in link in output window after running sql




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.node.ProcedureNode$MySQL.updateProcedureProperties(ProcedureNode.java:316)
   at org.netbeans.modules.db.explorer.node.ProcedureNode$MySQL.initialize(ProcedureNode.java:309)
   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 cybersoft 2012-10-25 20:09:50 UTC
Created attachment 126578 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-10-26 11:16:29 UTC
http://hg.netbeans.org/core-main/rev/7fb92e151641

Object type (procedure/function/trigger) could not be found in cache. Trying to refresh the cache, and logging warning if the type is still unknown.
Comment 3 Quality Engineering 2012-10-27 01:36:14 UTC
Integrated into 'main-golden', will be available in build *201210270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7fb92e151641
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #220873: NPE at o.n.m.db.explorer.node.ProcedureNode$MySQL.updateProcedureProperties
Comment 4 Jaroslav Havlin 2012-10-30 10:50:30 UTC
*** Bug 206382 has been marked as a duplicate of this bug. ***