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 192387 - [70cat] NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.getIconBase
Summary: [70cat] NullPointerException at org.netbeans.modules.db.explorer.node.Procedu...
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 193104 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-24 07:55 UTC by mithridates
Modified: 2010-12-09 09:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174247


Attachments
stacktrace (1.42 KB, text/plain)
2010-11-24 07:55 UTC, mithridates
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mithridates 2010-11-24 07:55:12 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
mithridates: Exection was thrown about 10 seconds after doing a query in sql editor.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.getIconBase(ProcedureNode.java:406)
   at org.netbeans.api.db.explorer.node.BaseNode.updateProperties(BaseNode.java:264)
   at org.netbeans.api.db.explorer.node.BaseNode.update(BaseNode.java:251)
   at org.netbeans.api.db.explorer.node.BaseNode$1.stateChanged(BaseNode.java:201)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:119)
Comment 1 mithridates 2010-11-24 07:55:15 UTC
Created attachment 103268 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-11-29 15:13:59 UTC
core-main/rev/48483c21106f
Comment 3 Quality Engineering 2010-11-30 06:13:37 UTC
Integrated into 'main-golden', will be available in build *201011300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/48483c21106f
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #192387: [70cat] NPE at ProcedureNode$Oracle.getIconBase ()
Comment 4 Jiri Rechtacek 2010-12-09 09:56:27 UTC
*** Bug 193104 has been marked as a duplicate of this bug. ***