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 203939 - NullPointerException at com.microsoft.sqlserver.jdbc.SQLServerStatement.clearColumnsValues
Summary: NullPointerException at com.microsoft.sqlserver.jdbc.SQLServerStatement.clear...
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 08:22 UTC by tomzi
Modified: 2011-10-19 09:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182109


Attachments
stacktrace (1.31 KB, text/plain)
2011-10-19 08:22 UTC, tomzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2011-10-19 08:22:30 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at com.microsoft.sqlserver.jdbc.SQLServerStatement.clearColumnsValues(SQLServerStatement.java:0)
   at com.microsoft.sqlserver.jdbc.SQLServerResultSet.cancelUpdates(SQLServerResultSet.java:0)
   at com.microsoft.sqlserver.jdbc.SQLServerResultSet.next(SQLServerResultSet.java:0)
   at org.netbeans.modules.db.dataview.meta.DBPrimaryKey.<init>(DBPrimaryKey.java:68)
   at org.netbeans.modules.db.dataview.meta.DBMetaDataFactory.getPrimaryKeys(DBMetaDataFactory.java:150)
   at org.netbeans.modules.db.dataview.meta.DBMetaDataFactory.checkPrimaryKeys(DBMetaDataFactory.java:371)
Comment 1 tomzi 2011-10-19 08:22:33 UTC
Created attachment 112207 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-10-19 09:35:45 UTC
It seems as a bug in JDBC driver, the same issue reported for different products then NetBeans IDE.