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 185470

Summary: "WAD_set_profile" key does not exist in Bundle.properties
Product: javafx Reporter: Masaki Katakai <masaki>
Component: UnsupportedAssignee: David Kaspar <dkaspar>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2010-05-05 04:37:45 UTC
Product Version: NetBeans IDE Dev (Build 201005040200)

It seems that "WAD_set_profile" key does not exist in Bundle.properties.

./javafx.composer.design/src/org/netbeans/modules/javafx/composer/design/control/ToolBar.java:
WriteAccessDescriptor.create(NbBundle.getMessage(ToolBar.class, "WAD_set_profile", twin)),

"WAD_set_profile" is defined in java source but not in Bundle.properties so the following exception happens when I try to change the resolution of design area.

java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key WAD_set_profile
Comment 1 David Kaspar 2010-05-05 06:57:52 UTC
Fixed