Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 383478

Summary: NPE Exception when updating preferences
Product: z_Archived Reporter: Alvaro Sanchez-Leon <alvaro.sanchez-leon>
Component: MylynAssignee: Project Inbox <r4e-triaged>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: lmcbout, sebastien.dubois
Version: 0.10.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:
Attachments:
Description Flags
log none

Description Alvaro Sanchez-Leon CLA 2012-06-25 14:24:15 EDT
The following exception occurred once after changing the preferences filter option to not show disabled elements.

!ENTRY org.eclipse.ui 4 0 2012-06-25 13:56:10.396
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
	at org.eclipse.mylyn.reviews.r4e.ui.internal.properties.tabbed.AnomalyTabPropertySection.setEnabledFields(AnomalyTabPropertySection.java:958)
	at org.eclipse.mylyn.reviews.r4e.ui.internal.properties.tabbed.AnomalyTabPropertySection.refresh(AnomalyTabPropertySection.java:940)
	at org.eclipse.mylyn.reviews.r4e.ui.internal.properties.tabbed.AnomalyTabPropertySection$1.handleEvent(AnomalyTabPropertySection.java:279)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
	at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2822)
	at org.eclipse.swt.widgets.Widget.wmKillFocus(Widget.java:1921)
	at org.eclipse.swt.widgets.Control.WM_KILLFOCUS(Control.java:4900)
Comment 1 Alvaro Sanchez-Leon CLA 2012-06-25 14:26:39 EDT
Created attachment 217828 [details]
log

more info log
Comment 2 Sebastien Dubois CLA 2012-07-10 18:54:22 EDT
This bug is fixed as part of the solution for bug 373135

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