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
--- 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
--
What|Removed |Added
Attachment #8663|Simple Testcase showing that|Simple Testcase showing that
description|addind a EventListener |adding a EventListener
"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
--- 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
--- 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