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 46680 - Unused keys in bundle org.netbeans.modules.java.j2seproject.ui.wizards.Bundle
Summary: Unused keys in bundle org.netbeans.modules.java.j2seproject.ui.wizards.Bundle
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-07-28 13:17 UTC by Jiri Skrivanek
Modified: 2006-03-24 10:07 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 Jiri Skrivanek 2004-07-28 13:17:13 UTC
In bundle
org.netbeans.modules.java.j2seproject.ui.wizards.Bundle
there are unused keys. At least these two:

LBL_NWP1_SetAsMain_CheckBox
LBL_NWP1_CreateMainClass_CheckBox

Also it is better to use NbBundle instead of
java.util.ResourceBundle (PanelOptionsVisual,
PanelProjectLocationVisual, ...).
Comment 1 Petr Hrebejk 2004-09-30 14:43:46 UTC
Keys removed

Checking in
src/org/netbeans/modules/java/j2seproject/ui/wizards/Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.35; previous revision: 1.34
done

ResBundle -> NbBundle done by different bugfix recently. 
Comment 2 Jiri Skrivanek 2004-10-01 08:30:27 UTC
Verified.