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 39153 - Wizards Class name -- java keyword omitting
Summary: Wizards Class name -- java keyword omitting
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 21:46 UTC by zikmund
Modified: 2004-08-13 12:12 UTC (History)
1 user (show)

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-01-22 21:46:36 UTC
200401221900 build

How to reproduce:
1) Invoke Wizard Servlet/Filter with Class name input
2) Type any class name with "java" keyword like
"com.mycompany.java.list"
3) ERROR:
See "Location" ... the path is without "java" name.

NOTICE: using keyword "null" instead works fine --
displays message "null is not a valid package or
class name". But why is "java" forbidden -- I
think it's a valid package name.
Comment 1 Ana.von Klopp 2004-02-04 20:19:45 UTC
"java" and "javax" are reserved, at least in the first position. I 
don't know about later. I don't think this is disastrous, but it would 
be better to show a message at least. 
Comment 2 Milan Kuchtiak 2004-06-29 15:45:29 UTC
We use the java target chooser panel for servlets/filters.
I am reassigning this issue to java team.
Comment 3 Jan Becicka 2004-08-02 16:42:54 UTC
I'm sorry, I don't understand which wizard this report refers to.
Anyway, I don't see any problem in java wizard in promo-D. Web guys,
please close this bug or describe what is wrong. Thanks.
Comment 4 zikmund 2004-08-02 19:30:39 UTC
It seems to be fixed in promo-D by new wizards implementation.
Comment 5 zikmund 2004-08-02 19:30:57 UTC
Verified.