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

2005-04-16 Thread gruni dot ca at gmail dot com
tListenerList() 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

[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=8663&action=view) Simple Testcase showing that addind a EventListener increments the list by one This is a tes

[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

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

2005-04-17 Thread gruni dot ca at gmail dot com
"UTF-16LE"); thorws 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 d

[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=8665&action=view) Tests the String(strBytes, "UTF-16LE"); which shouldn't return an Exception This

[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