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 - "WAD_set_profile" key does not exist in Bundle.properties
Summary: "WAD_set_profile" key does not exist in Bundle.properties
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Kaspar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-05 04:37 UTC by Masaki Katakai
Modified: 2010-05-05 06:57 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 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