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 185471 - "LBL_inline_bind" is not defined in Bundle.properties
Summary: "LBL_inline_bind" is not defined 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:59 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:59:27 UTC
Product Version: NetBeans IDE Dev (Build 201005040200)

"LBL_inline_bind" is defined but not in Bundle.properties, which causes java.util.MissingResourceException.

./javafx.composer.properties/src/org/netbeans/modules/javafx/composer/properties/control/InlinePropertyViewControl.java:
            messageLabel.setText (NbBundle.getMessage(InlinePropertyViewControl.class, "LBL_inline_bind", propertyViewState.getBindCode ())); // NOI18N
Comment 1 David Kaspar 2010-05-05 06:57:37 UTC
Fixed