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

Bug 328406

Summary: Delete Repository from 'Git Properties' Dialog Fails
Product: [Technology] EGit Reporter: casey.mcginty
Component: UIAssignee: Project Inbox <egit.ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: mathias.kinzler
Version: 0.9.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description casey.mcginty CLA 2010-10-21 16:19:16 EDT
No selection found while executing org.eclipse.egit.ui.RepositoriesViewDelete
org.eclipse.core.commands.ExecutionException: No selection found while executing org.eclipse.egit.ui.RepositoriesViewDelete
at org.eclipse.ui.handlers.HandlerUtil.noVariableFound(HandlerUtil.java:40)
at org.eclipse.ui.handlers.HandlerUtil.getVariableChecked(HandlerUtil.java:89)
at org.eclipse.ui.handlers.HandlerUtil.getCurrentSelectionChecked(HandlerUtil.java:416)
at org.eclipse.egit.ui.internal.repository.tree.command.RepositoriesViewCommandHandler.getSelectedNodes(RepositoriesViewCommandHandler.java:42)
at org.eclipse.egit.ui.internal.repository.tree.command.RemoveCommand$1.run(RemoveCommand.java:107)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


No selection found while executing org.eclipse.egit.ui.RepositoriesViewDelete
org.eclipse.core.commands.ExecutionException: No selection found while executing org.eclipse.egit.ui.RepositoriesViewDelete
	at org.eclipse.ui.handlers.HandlerUtil.noVariableFound(HandlerUtil.java:40)
	at org.eclipse.ui.handlers.HandlerUtil.getVariableChecked(HandlerUtil.java:89)
	at org.eclipse.ui.handlers.HandlerUtil.getCurrentSelectionChecked(HandlerUtil.java:416)
	at org.eclipse.egit.ui.internal.repository.tree.command.RepositoriesViewCommandHandler.getSelectedNodes(RepositoriesViewCommandHandler.java:42)
	at org.eclipse.egit.ui.internal.repository.tree.command.RemoveCommand$1.run(RemoveCommand.java:107)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Comment 1 Mathias Kinzler CLA 2010-11-02 09:00:37 EDT
This should have been fixed with bug 325861. Please reopen if this is still an issue with version 0.10.0 (M1).

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