Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338059 - IllegalArgumentException when user does not have full name specified
Summary: IllegalArgumentException when user does not have full name specified
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.7   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-24 05:01 EST by Steffen Pingel CLA
Modified: 2011-02-24 14:35 EST (History)
0 users

See Also:


Attachments
mylyn/context/zip (36.56 KB, application/octet-stream)
2011-02-24 14:35 EST, 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-02-24 05:01:08 EST
!MESSAGE Error creating task editor part: "org.eclipse.mylyn.internal.gerrit.ui.editor.ReviewSection"
!STACK 0
java.lang.IllegalArgumentException: Argument cannot be null
	at org.eclipse.swt.SWT.error(SWT.java:4190)
	at org.eclipse.swt.SWT.error(SWT.java:4124)
	at org.eclipse.swt.SWT.error(SWT.java:4095)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:466)
	at org.eclipse.swt.widgets.Label.setText(Label.java:573)
	at org.eclipse.mylyn.internal.gerrit.ui.editor.ReviewSection.createPeopleSubSection(ReviewSection.java:142)
	at org.eclipse.mylyn.internal.gerrit.ui.editor.ReviewSection.createReviewContent(ReviewSection.java:82)
	at org.eclipse.mylyn.internal.gerrit.ui.editor.ReviewSection.createContent(ReviewSection.java:74)
	at org.eclipse.mylyn.internal.tasks.ui.editors.AbstractTaskEditorSection.createSectionClient(AbstractTaskEditorSection.java:127)
	at org.eclipse.mylyn.internal.tasks.ui.editors.AbstractTaskEditorSection.createControl(AbstractTaskEditorSection.java:59)
	at org.eclipse.mylyn.tasks.ui.editors.AbstractTaskEditorPage.initializePart(AbstractTaskEditorPage.java:1314)
	at org.eclipse.mylyn.tasks.ui.editors.AbstractTaskEditorPage.access$7(AbstractTaskEditorPage.java:1306)
	at org.eclipse.mylyn.tasks.ui.editors.AbstractTaskEditorPage$14.run(AbstractTaskEditorPage.java:869)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.mylyn.tasks.ui.editors.AbstractTaskEditorPage.createParts(AbstractTaskEditorPage.java:860)
	at org.eclipse.mylyn.tasks.ui.editors.AbstractTaskEditorPage.createParts(AbstractTaskEditorPage.java:845)
	at org.eclipse.mylyn.tasks.ui.editors.AbstractTaskEditorPage.createFormContentInternal(AbstractTaskEditorPage.java:731)
	at org.eclipse.mylyn.tasks.ui.editors.AbstractTaskEditorPage.createFormContent(AbstractTaskEditorPage.java:676)
	at org.eclipse.ui.forms.editor.FormPage$1.run(FormPage.java:152)
Comment 1 Steffen Pingel CLA 2011-02-24 14:35:03 EST
The UI now falls back to an abbreviated email address if the full name is not available.
Comment 2 Steffen Pingel CLA 2011-02-24 14:35:04 EST
Created attachment 189732 [details]
mylyn/context/zip