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 240491 - NullPointerException at org.netbeans.modules.notifications.center.NotificationTable$NotificationPriorityRenderer.getTableCellRendererComponent
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: A11Y
: 240867 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-01-15 12:52 UTC by Alexandr Scherbatiy
Modified: 2014-01-23 12:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206577


Attachments
stacktrace (6.84 KB, text/plain)
2014-01-15 12:52 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2014-01-15 12:52:03 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 25.0-b65-fastdebug, Java(TM) SE Runtime Environment, 1.8.0-ea-fastdebug-b123
OS: Windows 7

User Comments:
sunflower: - Enable the Java Access Bridge
> <jdk-home>\bin\jabswitch.exe -enable
- Start the JavaFerret-64.exe from accessbridge2_0_2
- Run a sample with the JTable

There is the NPE in NetBeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.notifications.center.NotificationTable$NotificationPriorityRenderer.getTableCellRendererComponent(NotificationTable.java:187)
   at javax.swing.JTable$AccessibleJTable.getAccessibleChild(JTable.java:7040)
   at com.sun.java.accessibility.util.AccessibilityEventMonitor$AccessibilityEventListener.installListeners(AccessibilityEventMonitor.java:166)
   at com.sun.java.accessibility.util.AccessibilityEventMonitor$AccessibilityEventListener.installListeners(AccessibilityEventMonitor.java:133)
   at com.sun.java.accessibility.util.AccessibilityEventMonitor$AccessibilityEventListener.installListeners(AccessibilityEventMonitor.java:181)
   at com.sun.java.accessibility.util.AccessibilityEventMonitor$AccessibilityEventListener.installListeners(AccessibilityEventMonitor.java:133)
Comment 1 Alexandr Scherbatiy 2014-01-15 12:52:05 UTC
Created attachment 143978 [details]
stacktrace
Comment 2 Jan Peska 2014-01-20 10:34:14 UTC
fix: http://hg.netbeans.org/core-main/rev/a09a8a3731b4
Comment 3 Quality Engineering 2014-01-21 02:57:41 UTC
Integrated into 'main-silver', will be available in build *201401210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a09a8a3731b4
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #240491 - NullPointerException at org.netbeans.modules.notifications.center.NotificationTable$NotificationPriorityRenderer.getTableCellRendererComponent
Add not null check
Comment 4 Jan Peska 2014-01-23 12:01:01 UTC
*** Bug 240867 has been marked as a duplicate of this bug. ***