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 240644 - NullPointerException at org.netbeans.modules.notifications.center.NotificationTableModel.getValueAt
Summary: NullPointerException at org.netbeans.modules.notifications.center.Notificatio...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Notifications (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-18 14:52 UTC by aactronic
Modified: 2014-01-23 02:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206711


Attachments
stacktrace (2.81 KB, text/plain)
2014-01-18 14:52 UTC, aactronic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aactronic 2014-01-18 14:52:05 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 8

User Comments:
aactronic: sssdsdsds




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.notifications.center.NotificationTableModel.getValueAt(NotificationTableModel.java:95)
   at org.netbeans.swing.etable.ETable$RowMapping.getModelObject(ETable.java:2308)
   at org.netbeans.swing.etable.ETable$RowMapping.getTransformedValue(ETable.java:2329)
   at org.netbeans.swing.etable.ETableColumn$RowComparator.compare(ETableColumn.java:527)
   at org.netbeans.swing.etable.ETableColumn$RowComparator.compare(ETableColumn.java:518)
   at org.netbeans.swing.etable.ETableColumn$FlippingComparator.compare(ETableColumn.java:506)
Comment 1 aactronic 2014-01-18 14:52:07 UTC
Created attachment 144104 [details]
stacktrace
Comment 2 Jan Peska 2014-01-21 08:59:34 UTC
fix: http://hg.netbeans.org/core-main/rev/5b6f45311b5b
Comment 3 Quality Engineering 2014-01-23 02:41:27 UTC
Integrated into 'main-silver', will be available in build *201401230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5b6f45311b5b
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #240644 - NullPointerException at org.netbeans.modules.notifications.center.NotificationTableModel.getValueAt
Add not null check