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 244775 - NullPointerException at org.netbeans.modules.db.metadata.model.jdbc.JDBCProcedure.createProcedureInfo
Summary: NullPointerException at org.netbeans.modules.db.metadata.model.jdbc.JDBCProce...
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-29 03:27 UTC by Exceptions Reporter
Modified: 2014-10-05 13:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209998


Attachments
stacktrace (2.06 KB, text/plain)
2014-05-29 03:27 UTC, Exceptions Reporter
Details

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

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
GUEST: no known steps




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.metadata.model.jdbc.JDBCProcedure.createProcedureInfo(JDBCProcedure.java:153)
   at org.netbeans.modules.db.metadata.model.jdbc.JDBCProcedure.initReturnValue(JDBCProcedure.java:221)
   at org.netbeans.modules.db.metadata.model.jdbc.JDBCProcedure.getReturnValue(JDBCProcedure.java:121)
   at org.netbeans.modules.db.metadata.model.api.Procedure.getReturnValue(Procedure.java:84)
   at org.netbeans.modules.db.explorer.node.ProcedureNode$1.run(ProcedureNode.java:137)
   at org.netbeans.modules.db.explorer.node.ProcedureNode$1.run(ProcedureNode.java:132)
Comment 1 Exceptions Reporter 2014-05-29 03:27:58 UTC
Created attachment 147491 [details]
stacktrace
Comment 2 matthias42 2014-10-05 13:46:56 UTC
The nullpointer is the result of a DatabaseMetaData#getProcedureColumns call. I don't see why this method would return null at any time. An empty resultset would be ok, null is not.

I would like to check the jdbc driver - please state the jdbc driver, it version, the name of the dbms and its version.

I'll close this as WONTFIX at this stage, as this is basicly a screwup of the jdbc driver.