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 - Wizard template - "Created Files" does not update after changes to "Class Name Prefix"
Summary: Wizard template - "Created Files" does not update after changes to "Class Nam...
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-12-10 22:29 UTC by Jesse Glick
Modified: 2006-01-13 11:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (44.92 KB, image/png)
2005-12-10 22:30 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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.