Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315893 - npe upon repository deletion
Summary: npe upon repository deletion
Status: RESOLVED DUPLICATE of bug 315791
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.4   Edit
Assignee: Mylyn Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-05 20:55 EDT by Robert Elves CLA
Modified: 2010-06-05 22:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Elves CLA 2010-06-05 20:55:21 EDT
Caused by: java.lang.NullPointerException
	at org.eclipse.mylyn.tasks.core.TaskRepository.setProperty(TaskRepository.java:814)
	at org.eclipse.mylyn.tasks.core.TaskRepository.flushAuthenticationCredentials(TaskRepository.java:342)
	at org.eclipse.mylyn.internal.tasks.core.TaskRepositoryManager.removeRepository(TaskRepositoryManager.java:169)
	at org.eclipse.mylyn.internal.tasks.ui.actions.DeleteTaskRepositoryAction$1$1.execute(DeleteTaskRepositoryAction.java:134)
	at org.eclipse.mylyn.internal.tasks.core.TaskList.run(TaskList.java:662)
	at org.eclipse.mylyn.internal.tasks.core.TaskList.run(TaskList.java:653)
	at org.eclipse.mylyn.internal.tasks.ui.actions.DeleteTaskRepositoryAction$1.run(DeleteTaskRepositoryAction.java:127)
	at org.eclipse.mylyn.internal.provisional.commons.ui.CommonUiUtil$3.run(CommonUiUtil.java:107)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
	... 41 more
Comment 1 Steffen Pingel CLA 2010-06-05 22:18:17 EDT
Should be fixed.

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