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 8324 - GuardedException thrown while setting a component label from a bundle
Summary: GuardedException thrown while setting a component label from a bundle
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-09 15:09 UTC by Jesse Glick
Modified: 2012-05-17 15:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace from ResourceBundle property editor (6.02 KB, text/plain)
2000-11-09 15:09 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2000-11-09 15:09:23 UTC
I'm not sure how to reproduce this. (Observed in 3.1 build 2). I was working on
a form and decided to localize the labels of a JButton; I opened the
ResourceBundle tab of the property editor, configured it to use a bundle and key
etc., and clicked OK. At that point the attached exception was thrown. However
everything seemed to work otherwise: a new 'bundle' field was correctly created
and initialized, the property "stuck" as far as the Form Editor was concerned,
the guarded code was correctly generated with getString(...) and so on.
Comment 1 Jesse Glick 2000-11-09 15:09:59 UTC
Created attachment 289 [details]
Stack trace from ResourceBundle property editor
Comment 2 Peter Zavadsky 2000-11-10 09:43:59 UTC
Moved to java module.
Comment 3 Tomas Hurka 2001-01-12 11:17:59 UTC
I tested it yesterday (11 Jan 2001) on the latest build from cvs and it works
for me.
Comment 4 Jesse Glick 2001-01-17 14:26:59 UTC
All right, if it cannot be reproduced then mark WORKSFORME.
Comment 5 Quality Engineering 2003-07-01 13:12:06 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 6 Quality Engineering 2003-07-01 13:16:22 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 7 Quality Engineering 2012-05-17 15:41:24 UTC
Integrated into 'main-golden', will be available in build *201205170950* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5667b0c3bda8
User: Jesse Glick <jglick@netbeans.org>
Log: Uninformative random failure in NB-Core-Build #8324; use assertEquals.