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

Bug 332315

Summary: presetUri ignored by RepositorySelectionPage
Product: [Technology] EGit Reporter: Simon Kaufmann <simon>
Component: UIAssignee: Project Inbox <egit.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: matthias.sohn
Version: 0.10.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 332316    

Description Simon Kaufmann CLA 2010-12-10 10:12:07 EST
When instantiating the SelectUriWizard with a given repository Uri, it is not reflected in the dialog (RepositorySelectionPage) unlike if it were in the clipboard. 

This is because RepositorySelectionPage(boolean, List<RemoteConfig>, String) ignores the presetUri parameter if it's set.

Suggestion:

RepositorySelectionPage:315 
- String preset = null;
+ String preset = presetUri;
Comment 1 Matthias Sohn CLA 2010-12-11 20:13:41 EST
merged as 46577ed73b032af68678c111ab6531d9a0e5db64