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

Bug 370488

Summary: Try to Open a review does not open the R4E review, seems corrupted
Product: z_Archived Reporter: Jacques Bouthillier <lmcbout>
Component: MylynAssignee: Project Inbox <r4e-triaged>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: alvaro.sanchez-leon, lmcbout, sebastien.dubois
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Jacques Bouthillier CLA 2012-02-02 14:51:42 EST
Eclipse exit abnormally. Then, I tried to open the review, I get the following error:
After some investigation, I noticed the comment structure has no "description" field  in the structure, this is probably why R4E doesn't want to re-open the review.

java.lang.NullPointerException
	at org.eclipse.mylyn.reviews.r4e.ui.internal.model.R4EUIComment.buildCommentName(R4EUIComment.java:145)
	at org.eclipse.mylyn.reviews.r4e.ui.internal.model.R4EUIComment.<init>(R4EUIComment.java:96)
	at org.eclipse.mylyn.reviews.r4e.ui.internal.model.R4EUIAnomalyBasic.open(R4EUIAnomalyBasic.java:371)
	at org.eclipse.mylyn.reviews.r4e.ui.internal.model.R4EUIAnomalyContainer.open(R4EUIAnomalyContainer.java:306)
	at org.eclipse.mylyn.reviews.r4e.ui.internal.model.R4EUIReviewBasic.open(R4EUIReviewBasic.java:661)
	at org.eclipse.mylyn.reviews.r4e.ui.internal.commands.OpenElementHandler$1.runInUIThread(OpenElementHandler.java:107)
	at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
Comment 1 Jacques Bouthillier CLA 2012-02-22 08:06:09 EST
-Same as the other bug

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