Bug 103663 - [Wizards] New Project Wizard on Windows: shouldn't allow entering same name with capital letters
Summary: [Wizards] New Project Wizard on Windows: shouldn't allow entering same name ...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 228838 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-13 11:14 EDT by James Tan CLA
Modified: 2019-09-06 16:08 EDT (History)
3 users (show)

See Also:


Attachments
proposed patch - apply to org.eclipse.ui.ide (3.63 KB, patch)
2005-08-31 13:45 EDT, Karice McIntyre CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Tan CLA 2005-07-13 11:14:41 EDT
On Windows platform, when entering a name in New project wizard, if it is same 
as the name of an existing project but only different in captials, the name 
check mechanism should be able to treat it as an error because the project 
creation will fail eventually for this reason.
Comment 1 Karice McIntyre CLA 2005-08-31 13:45:33 EDT
Created attachment 26725 [details]
proposed patch - apply to org.eclipse.ui.ide

This patch will not flag this case as an error, but will show a warning
message.  On case insensitive platforms (like Windows) you will still see the
error message when you hit Finish.  On Linux, we want people to see the wanring
because they may decide to share that project, which potentially causes
problems for people on case insensitive platforms.
Comment 2 Remy Suen CLA 2007-09-02 14:55:25 EDT
(In reply to comment #1)
> Created an attachment (id=26725) [details]
> proposed patch - apply to org.eclipse.ui.ide
> 
> This patch will not flag this case as an error, but will show a warning
> message.  On case insensitive platforms (like Windows) you will still see the
> error message when you hit Finish.  On Linux, we want people to see the wanring
> because they may decide to share that project, which potentially causes
> problems for people on case insensitive platforms.

The isDirectory() check does not appear to work the way that the patch assumes on Linux.
Comment 3 Boris Bokowski CLA 2009-11-26 16:21:40 EST
Prakash is now responsible for watching bugs in the [Wizards] component area.
Comment 4 Prakash Rangaraj CLA 2010-06-01 02:41:29 EDT
*** Bug 228838 has been marked as a duplicate of this bug. ***
Comment 5 Eclipse Webmaster CLA 2019-09-06 16:08:32 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.