Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328406 - Delete Repository from 'Git Properties' Dialog Fails
Summary: Delete Repository from 'Git Properties' Dialog Fails
Status: CLOSED DUPLICATE of bug 325861
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 0.9.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 16:19 EDT by casey.mcginty CLA
Modified: 2010-11-02 09:00 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***