[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25611] New: String's replace method doesn't work
From: |
luca dot merolla at tiscalinet dot it |
Subject: |
[Bug classpath/25611] New: String's replace method doesn't work |
Date: |
31 Dec 2005 11:17:28 -0000 |
I'm using jamvm-1.4.1 and gnu-classpath-0.19 and the replace method seems to be
not implemented yet.
How to reproduce:
public class Main {
public static void main(String[] args) {
String msg = "Hello World";
msg = msg.replace(" ", "");
System.out.print(msg);
}
}
Output:
$ jamvm Main
java.lang.NoSuchMethodError: replace
at Main.main (Main.java:10)
--
Summary: String's replace method doesn't work
Product: classpath
Version: 0.19
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: luca dot merolla at tiscalinet dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25611
- [Bug classpath/25611] New: String's replace method doesn't work,
luca dot merolla at tiscalinet dot it <=