Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356963 - assertion error when retrieving task data
Summary: assertion error when retrieving task data
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: 2012-02-04 08:29 EST (History)
0 users

See Also:


Attachments
mylyn/context/zip (14.47 KB, application/octet-stream)
2011-09-07 17:00 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:22 EDT
org.eclipse.core.runtime.AssertionFailedException: null argument:
	at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
	at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
	at org.eclipse.mylyn.tasks.core.data.TaskAttribute.setValue(TaskAttribute.java:563)
	at org.eclipse.mylyn.tasks.core.data.TaskAttributeMapper.setValue(TaskAttributeMapper.java:294)
	at org.eclipse.mylyn.tasks.core.data.TaskAttributeMapper.setRepositoryPerson(TaskAttributeMapper.java:280)
	at org.eclipse.mylyn.tasks.core.data.TaskCommentMapper.applyTo(TaskCommentMapper.java:166)
	at org.eclipse.mylyn.internal.gerrit.core.GerritTaskDataHandler.updateTaskData(GerritTaskDataHandler.java:170)
	at org.eclipse.mylyn.internal.gerrit.core.GerritTaskDataHandler.getTaskData(GerritTaskDataHandler.java:93)
	at org.eclipse.mylyn.internal.gerrit.core.GerritConnector.getTaskData(GerritConnector.java:134)
Comment 1 Steffen Pingel CLA 2011-09-07 16:53:34 EDT
Steps:
1. Open http://review.mylyn.org/#change,17
Comment 2 Steffen Pingel CLA 2011-09-07 17:00:38 EDT
Added null check in case user name on repository is not set (bug 357007).
Comment 3 Steffen Pingel CLA 2011-09-07 17:00:41 EDT
Created attachment 202936 [details]
mylyn/context/zip