Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356964 - NPE when opening review
Summary: NPE when opening review
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 0.9   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-07 12:13 EDT by Steffen Pingel CLA
Modified: 2011-09-07 16:48 EDT (History)
0 users

See Also:


Attachments
mylyn/context/zip (19.47 KB, application/octet-stream)
2011-09-07 16:48 EDT, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2011-09-07 12:13:55 EDT
java.lang.NullPointerException
	at org.eclipse.mylyn.internal.gerrit.ui.editor.ReviewSection.createPeopleSubSection(ReviewSection.java:109)
	at org.eclipse.mylyn.internal.gerrit.ui.editor.ReviewSection.createReviewContent(ReviewSection.java:81)
	at org.eclipse.mylyn.internal.gerrit.ui.editor.ReviewSection.createContent(ReviewSection.java:73)
	at org.eclipse.mylyn.internal.tasks.ui.editors.AbstractTaskEditorSection.createSectionClient(AbstractTaskEditorSection.java:129)
	at org.eclipse.mylyn.internal.tasks.ui.editors.AbstractTaskEditorSection.createControl(AbstractTaskEditorSection.java:59)
	at org.eclipse.mylyn.tasks.ui.editors.AbstractTaskEditorPage.initializePart(AbstractTaskEditorPage.java:1295)
Comment 1 Steffen Pingel CLA 2011-09-07 16:48:15 EDT
Added a null check for the case when the configuration is not persisted correctly.
Comment 2 Steffen Pingel CLA 2011-09-07 16:48:17 EDT
Created attachment 202935 [details]
mylyn/context/zip