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 185509 - NullPointerException at oracle.jdbc.driver.T4C8Oall.getNumRows
Summary: NullPointerException at oracle.jdbc.driver.T4C8Oall.getNumRows
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-05 12:31 UTC by ingoreinhart
Modified: 2011-10-26 14:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169140


Attachments
stacktrace (1.22 KB, text/plain)
2010-05-05 12:31 UTC, ingoreinhart
Details
stacktrace (1.22 KB, text/plain)
2010-05-13 12:10 UTC, ingoreinhart
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ingoreinhart 2010-05-05 12:31:25 UTC
This bug was originally marked as duplicate of bug 160950, 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 201005050200)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
ingoreinhart: 1. open a table with a selecte comand.
2. override the select statment with some insert statments
3. execute statments




Stacktrace: 
java.lang.NullPointerException
   at oracle.jdbc.driver.T4C8Oall.getNumRows(T4C8Oall.java:1153)
   at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:948)
   at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
   at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1770)
   at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1739)
   at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:299)
Comment 1 ingoreinhart 2010-05-05 12:31:31 UTC
Created attachment 98485 [details]
stacktrace
Comment 2 ingoreinhart 2010-05-13 12:10:29 UTC
Created attachment 98936 [details]
stacktrace

execute some insert comands
Comment 3 Jiri Rechtacek 2011-10-26 14:52:48 UTC
It's a bug outside of NetBeans code. No plan to fix it on NB side.