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 115964

Summary: [60cat] File Type wizard UI field setup bug
Product: apisupport Reporter: karmagfa <karmagfa>
Component: TemplatesAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description karmagfa 2007-09-19 09:23:27 UTC
Found in Netbeans6.0 beta1.

In the File Type wizard, in the first step of the wizard there is 2 fields "class name prefix" and "icon", both
originally empty.

When I fill the first one with "Abc", then I press the "< Back" button and then the "Next >" button, the icon field
takes the same string that the class name prefix, in my case "Abc". This is not what the user choosed so it should not
appear here, specially if he left it empty in the first place.

Side node: If I set the icon field to "Def" and I press back and then next, my "Def" it is replaced by "Abc", so this is
clearly a bug.
Comment 1 Jesse Glick 2007-09-19 20:06:19 UTC
Yup, a typo.

Checking in NameAndLocationPanel.java;
/shared/data/ccvs/repository/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/NameAndLocationPanel.java,v
 <--  NameAndLocationPanel.java
new revision: 1.21; previous revision: 1.20
done
Comment 2 Jiri Kovalsky 2007-10-03 08:01:45 UTC
This bug was reported by NetCAT 6.0 participant.