Bug 37318 - [Wizards] New folder wizard shows error in a dialog window if folder is to long.
Summary: [Wizards] New folder wizard shows error in a dialog window if folder is to long.
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-07 07:54 EDT by Dave Spriet CLA
Modified: 2003-05-22 09:29 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 Dave Spriet CLA 2003-05-07 07:54:42 EDT
If you create a project called "a" and then you try to create a folder under it 
that has over 230 chars you will get a dialog that says "Could not create 
folder ..." after you press finish.  This validation should be done as you type 
the folder name.
Comment 1 Debbie Wilson CLA 2003-05-07 15:48:03 EDT
Able to reproduce in I20030506.
Comment 2 Tod Creasey CLA 2003-05-22 09:29:20 EDT
The java.io API does not provide us a way to determine what the maximum folder 
name length is so as a result we can only report this when the OS return us 
the error.