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

Summary: Unused keys in bundle org.netbeans.modules.java.j2seproject.ui.wizards.Bundle
Product: java Reporter: Jiri Skrivanek <jskrivanek>
Component: ProjectAssignee: Petr Hrebejk <phrebejk>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    

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.