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 190605 - [69cat] NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureParamNode.updateProperties
Summary: [69cat] NullPointerException at org.netbeans.modules.db.explorer.node.Procedu...
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-27 08:31 UTC by athompson
Modified: 2012-07-30 20:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 155169


Attachments
stacktrace (3.65 KB, text/plain)
2010-09-27 08:31 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2010-09-27 08:31:28 UTC
This issue was reported manually by mmirilovic.
It already has 41 duplicates 


Build: NetBeans IDE Dev (Build 201009230000)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: I wasn't even using the IDE at the time.

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!

athompson: ARRRRGGGHH!!! MAKE IT STOP!




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.node.ProcedureParamNode.updateProperties(ProcedureParamNode.java:149)
   at org.netbeans.modules.db.explorer.node.ProcedureParamNode.access$300(ProcedureParamNode.java:62)
   at org.netbeans.modules.db.explorer.node.ProcedureParamNode$1.run(ProcedureParamNode.java:122)
   at org.netbeans.modules.db.explorer.node.ProcedureParamNode$1.run(ProcedureParamNode.java:104)
   at org.netbeans.modules.db.metadata.model.JDBCConnMetadataModel.runReadAction(JDBCConnMetadataModel.java:97)
   at org.netbeans.modules.db.metadata.model.api.MetadataModel.runReadAction(MetadataModel.java:92)
Comment 1 athompson 2010-09-27 08:31:33 UTC
Created attachment 102157 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-09-29 11:13:29 UTC
core-main/rev/3979a7b1201a
Comment 3 Quality Engineering 2010-09-30 02:58:18 UTC
Integrated into 'main-golden', will be available in build *201009300000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3979a7b1201a
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #190605:  [69cat] NPE at ProcedureParamNode.updateProperties