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 32448 - Adding czech chars throws SIOOBException
Summary: Adding czech chars throws SIOOBException
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: -S1S-
Hardware: All All
: P1 blocker (vote)
Assignee: issues@utilities
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-03-28 09:29 UTC by pfelenda
Modified: 2003-04-04 09:36 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Added Exception (6.59 KB, text/plain)
2003-03-31 10:40 UTC, pfelenda
Details
The patch (1.13 KB, patch)
2003-04-02 12:32 UTC, _ pkuzel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pfelenda 2003-03-28 09:29:42 UTC
[200303262350]
- open properties file in editor ( table view ) 
- click 'New property' button and  fill key, value
 and comment (I used czech characters for value
and comment )
- click to explorer and expand properties file
node and then expand default locale node

-> Exception is throwed
Comment 1 _ pkuzel 2003-03-31 09:30:45 UTC
Please attach zipped Bundle. I cannot reproduce on my Linux. 

What is SIOOBException? Please attach it too.
Comment 2 pfelenda 2003-03-31 10:38:43 UTC
It is 100% reproducible on Linux and Windows.
[Dev build 200303272350, jdk1.4.1_02]

Comment 3 pfelenda 2003-03-31 10:40:21 UTC
Created attachment 9601 [details]
Added Exception
Comment 4 _ pkuzel 2003-03-31 12:43:16 UTC
Friday's refactoring fixed it as a side effect.
Comment 5 pfelenda 2003-04-01 16:08:45 UTC
Moving priority to P1, bacause the properties modul ( table in editor
) is unusable.
All characters (converted to unicode) used in property throws exception.

( in dev build [200304010100] is this issue resolved )
Comment 6 _ pkuzel 2003-04-02 12:25:45 UTC
I missed the notification mail. Peter I send you today till 17:30 CET
a fixed build. I cannot backport changes from trunk directly because
these form rather big refactoring that targeted to prevent bugs like
this one.
Comment 7 _ pkuzel 2003-04-02 12:32:12 UTC
Created attachment 9659 [details]
The patch
Comment 8 _ pkuzel 2003-04-02 12:33:14 UTC
Martin can you please review it?
Comment 9 pfelenda 2003-04-03 12:19:11 UTC
Patch verified by QA for nevada (release35).
It's ok. All functions works as expected.
Comment 10 Martin Roskanin 2003-04-03 12:43:46 UTC
The fix is OK

Comment 11 _ ttran 2003-04-03 12:57:20 UTC
approved for r35
Comment 12 _ pkuzel 2003-04-03 13:42:19 UTC
Integrated into release35 branch.
new revision: 1.30.2.1
Comment 13 pfelenda 2003-04-04 09:36:00 UTC
Verified in release35 [200304032350].