This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 43352 - Wizards - no existing/invalid file name check
Summary: Wizards - no existing/invalid file name check
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-17 10:52 UTC by zikmund
Modified: 2010-01-12 02:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2004-05-17 10:52:46 UTC
Build 200405161800

1) Invoke wizard (tested on JSP and HTML)
2) Type existing file name
3) Press OK
4) ERROR: Nothing happens, user is not informed
about the situation, no file is created.
Comment 1 zikmund 2004-05-17 10:55:55 UTC
Same happens for invalid file names (like "*" on Windows etc.)

Notice: Finish button should be disabled when detected such a situation.
Comment 2 Milan Kuchtiak 2004-05-28 15:35:36 UTC
- duplicity check implemented
- file names are checked(for correct chars) in the same way as in 3.6
Comment 3 zikmund 2004-06-07 15:13:06 UTC
Verified.