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 250169 - NullPointerException at com.microsoft.sqlserver.jdbc.IntColumnFilter.apply
Summary: NullPointerException at com.microsoft.sqlserver.jdbc.IntColumnFilter.apply
Status: RESOLVED DUPLICATE of bug 209296
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: matthias42
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-03 08:04 UTC by Exceptions Reporter
Modified: 2015-02-04 11:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215152


Attachments
stacktrace (2.77 KB, text/plain)
2015-02-03 08:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-02-03 08:04:27 UTC
This bug was originally marked as duplicate of bug 209296, 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.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Windows 7

User Comments:
jhintsanen: Try to open Procedures folder in SQL Server 2008 database using Netbeans IDE Databases view.

GUEST: Trying to execute query (MS SQL server 2008 R2) and refresh tables.




Stacktrace: 
java.lang.NullPointerException
   at com.microsoft.sqlserver.jdbc.IntColumnFilter.apply(IntColumnFilter.java:2154)
   at com.microsoft.sqlserver.jdbc.Column.getValue(Column.java:114)
   at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getValue(SQLServerResultSet.java:1982)
   at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getValue(SQLServerResultSet.java:1967)
   at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getInt(SQLServerResultSet.java:2219)
   at org.netbeans.modules.db.metadata.model.jdbc.JDBCValue.createProcedureValue(JDBCValue.java:82)
Comment 1 Exceptions Reporter 2015-02-03 08:04:29 UTC
Created attachment 151783 [details]
stacktrace
Comment 2 matthias42 2015-02-04 11:51:22 UTC
Reopening original report, to further investigate.

*** This bug has been marked as a duplicate of bug 209296 ***