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 70201

Summary: Wizard template - "Created Files" does not update after changes to "Class Name Prefix"
Product: apisupport Reporter: Jesse Glick <jglick>
Component: TemplatesAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker CC: pzajac
Priority: P2 Keywords: SIMPLEFIX
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot

Description Jesse Glick 2005-12-10 22:29:29 UTC
051209. In an external module project, I tried to make a simple 1-panel wizard.
In the final panel, I typed "XXX" for Class Name Prefix. Created Files updated
after the first "X" but not again - no matter what name I typed, it stayed the same.
Comment 1 Jesse Glick 2005-12-10 22:30:47 UTC
Created attachment 27713 [details]
Screenshot
Comment 2 Jesse Glick 2005-12-10 22:31:44 UTC
P2 because highly visible (if reproducible), and in fact the created files were
e.g. XVisualPanel1.java etc.! So not just a problem of display.
Comment 3 Jesse Glick 2005-12-11 02:36:59 UTC
I've got it.
Comment 4 Jesse Glick 2005-12-11 02:40:07 UTC
Checking in
test/unit/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/DataModelTest.java;
/cvs/apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/DataModelTest.java,v
 <--  DataModelTest.java
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/DataModel.java;
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/DataModel.java,v
 <--  DataModel.java
new revision: 1.4; previous revision: 1.3
done
Comment 5 Martin Krauskopf 2005-12-12 11:15:24 UTC
Thanks.
Comment 6 Tomas Danek 2005-12-12 15:39:07 UTC
Petre, try to verify on Linux. I was not able to reproduce original issue in
older builds:( Thanks.
Comment 7 Tomas Danek 2006-01-13 11:25:05 UTC
I am not able to reproduce on linux in current 5.1 build ->verified.