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 4729 - Creating from template new Bean: Customizer throws UnsupportedEncodingException.
Summary: Creating from template new Bean: Customizer throws UnsupportedEncodingException.
Status: CLOSED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: iformanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-11-17 01:00 UTC by _ pkuzel
Modified: 2002-07-19 15:19 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 _ pkuzel 1999-11-17 01:00:38 UTC
exception stack trace:



java.io.UnsupportedEncodingException: 1.0
        at sun.io.Converters.getConverterClass(Converters.java:97)
        at sun.io.Converters.newConverter(Converters.java:128)
        at sun.io.CharToByteConverter.getConverter(CharToByteConverter.java:71)
        at java.lang.String.getCTBConverter(String.java:151)
        at java.lang.String.getBytes(String.java:659)
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager.saveForm(GandalfPersistenceManager.java:586)
        at com.netbeans.developer.modules.loaders.form.FormEditorSupport.saveForm(FormEditorSupport.java:389)
        at com.netbeans.developer.modules.loaders.form.FormEditorSupport.saveDocument(FormEditorSupport.java:373)
        at org.openide.text.EditorSupport$SavingManager.save(EditorSupport.java:1418)
        at com.netbeans.developer.modules.loaders.java.JavaDataObject.updateSource(JavaDataObject.java:314)
        at com.netbeans.developer.modules.loaders.java.JavaDataObject$5.taskFinished(JavaDataObject.java:273)
        at org.openide.util.Task.notifyFinished(Task.java:108)
        at org.openide.util.Task.run(Task.java:133)
        at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:517)
Comment 1 Tomas Pavek 2000-07-24 08:48:59 UTC
Cannot reproduce... The code looks like this should be fixed by now.
Comment 2 Marek Grummich 2000-07-25 09:27:59 UTC
Priority is changed to P4 (normal).
Comment 3 _ pkuzel 2000-07-31 09:26:59 UTC
1062 OK