Bug 447218 - Create Remote command fails from quick access
Summary: Create Remote command fails from quick access
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-15 02:36 EDT by Kaloyan Raev CLA
Modified: 2014-10-15 02:36 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 Kaloyan Raev CLA 2014-10-15 02:36:42 EDT
Steps to reproduce:
1. Focus on an arbitrary location in Eclipse. 
2. Type 'Create Remote' in the Quick Access box.
3. Select the 'Create Remote...' command.

The execution fails with an error:

java.lang.ClassCastException: org.eclipse.dltk.internal.core.ScriptProject cannot be cast to org.eclipse.egit.ui.internal.repository.tree.RemotesNode

I know this is not the correct way for executing the command, but since no description appears in the quick access, some users get confused with the purpose of the command - they are looking for a command for creating a remote connection or remote project and find this one, which blows with error.