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 63239 - [50cat][TCWIZ] don't generate the same String constant into two classes
Summary: [50cat][TCWIZ] don't generate the same String constant into two classes
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-29 13:16 UTC by pzajac
Modified: 2005-10-12 15:30 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 pzajac 2005-08-29 13:16:04 UTC
The icon location which is generated in TopComponent is placed to
<name>Action.java and <name>TopComponent.java files in raw  String format. It
will be better to place 
static final String iconName = "path";
constant to <name>TopComponent.java file and reference it.
Comment 1 Milos Kleint 2005-10-05 16:29:55 UTC
done.
Comment 2 pzajac 2005-10-12 15:30:08 UTC
v