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 79090 - Internationalization doesn't work
Summary: Internationalization doesn't work
Status: VERIFIED DUPLICATE of bug 59261
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-26 13:55 UTC by Jana Maleckova
Modified: 2006-10-23 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
79090 (2.46 KB, application/octet-stream)
2006-06-26 13:55 UTC, Jana Maleckova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2006-06-26 13:55:15 UTC
Development 200606251800 of NetBeans dev (6.0)
JDK 1.6.0, VM b84

Description:
============
I have jFrame with one jLabel. Then I initiate internationalization. If I do
"clean and build project", an exception occures.

If you have more then one jSwings in layout, then after initialization, in budle
there you can find properties of only one component (inserted as the first) and
also this causes exception during project building.

StackTrace: (first case)
===========
java.lang.IllegalStateException: Warning - the node "default language"
[org.netbeans.modules.properties.PropertiesLocaleNode] is trying to fire the
property modified which is not included in its property sets. This is illegal.
See IZ #31413 for details.
	at org.openide.nodes.Node.firePropertyChange(Node.java:898)
	at org.netbeans.modules.properties.FileEntryNode.fireChange(FileEntryNode.java:224)
	at
org.netbeans.modules.properties.FileEntryNode$PropL.propertyChange(FileEntryNode.java:235)
Comment 1 Jana Maleckova 2006-06-26 13:55:56 UTC
Created attachment 31378 [details]
79090
Comment 2 Jana Maleckova 2006-06-26 15:43:38 UTC
only if you use default package and try to edit bundle property => this
exception occures
Comment 3 Jana Maleckova 2006-06-26 15:44:33 UTC
only if you use default package and try to edit bundle property => this
exception occures
Comment 4 Tomas Pavek 2006-07-04 15:13:05 UTC
Automatic i18n in default package is reported in issue 77714.

The exception here looks like issus 59261.

*** This issue has been marked as a duplicate of 59261 ***
Comment 5 Jana Maleckova 2006-07-25 12:12:00 UTC
It seems to be a duplicate