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 72787 - Superfluous instanceClass attr generated when making actions
Summary: Superfluous instanceClass attr generated when making actions
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-02-17 18:55 UTC by Jesse Glick
Modified: 2006-02-20 16:47 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 Jesse Glick 2006-02-17 18:55:52 UTC
If you make an action from wizard, you will get

<file name="pkg-Clazz.instance">
    <attr name="instanceClass" stringvalue="pkg.Clazz"/>
</file>

whereas just

<file name="pkg-Clazz.instance"/>

suffices. (Refactoring works correctly with the latter as far as I can tell.)
Comment 1 Martin Krauskopf 2006-02-20 16:47:43 UTC
ui/wizard/action/DataModel.java; 1.20 -> 1.21;
test/unit/ui/wizard/action/DataModelTest.java; 1.9 -> 1.10;
Comment 2 Martin Krauskopf 2006-02-20 16:47:58 UTC
ui/wizard/action/DataModel.java; 1.19.2.1 -> 1.19.2.2;
test/unit/ui/wizard/action/DataModelTest.java; 1.9 -> 1.9.10.1;