[Bug java/21068] New: String(strBytes, UTF-16LE); thorws java.io.UnsupportedEncodingException

2005-04-17 Thread gruni dot ca at gmail dot com
java.io.UnsupportedEncodingException Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gruni dot ca at gmail dot com CC: gcc-bugs

[Bug java/21068] String(strBytes, UTF-16LE); thorws java.io.UnsupportedEncodingException

2005-04-17 Thread gruni dot ca at gmail dot com
--- Additional Comments From gruni dot ca at gmail dot com 2005-04-17 12:43 --- Created an attachment (id=8665) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8665action=view) Tests the String(strBytes, UTF-16LE); which shouldn't return an Exception This is the testcase which runs

[Bug libgcj/21068] String(strBytes, UTF-16LE); thorws java.io.UnsupportedEncodingException

2005-04-17 Thread gruni dot ca at gmail dot com
--- Additional Comments From gruni dot ca at gmail dot com 2005-04-17 17:27 --- Allright that solved this problem. Unfortunately I can not run the programm anymore in JDK after adding the static. Is there a way to keep my sources compatible with JDK and GCJ ? Regrads Andreas

[Bug java/21065] New: javax.swing.event.EventListenerList.getListenerList() implemented wrong

2005-04-16 Thread gruni dot ca at gmail dot com
() implemented wrong Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical Priority: P1 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gruni dot ca at gmail dot com CC: gcc

[Bug java/21065] javax.swing.event.EventListenerList.getListenerList() implemented wrong

2005-04-16 Thread gruni dot ca at gmail dot com
--- Additional Comments From gruni dot ca at gmail dot com 2005-04-17 00:45 --- Created an attachment (id=8663) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8663action=view) Simple Testcase showing that addind a EventListener increments the list by one This is a testcase I wrote

[Bug java/21065] javax.swing.event.EventListenerList.getListenerList() implemented wrong

2005-04-16 Thread gruni dot ca at gmail dot com
-- What|Removed |Added Attachment #8663|Simple Testcase showing that|Simple Testcase showing that description|addind a EventListener |adding a EventListener