[Bug java/14365] New: Missing .split method in java.lang.String
nes at students dot uwf dot edu
gcc-bugzilla@gcc.gnu.org
Mon Mar 1 16:31:00 GMT 2004
Was trying to compile a java program that uses a call to String.split(),
documented at
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#split(java.lang.String,%20int)
This is what I get:
FileParser.java:91: Can't find method `split(Ljava/lang/String;)' in type
`java.lang.String'.
String [] parts = s.split("[ \t]+");
^
--
Summary: Missing .split method in java.lang.String
Product: gcc
Version: 3.2.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: nes at students dot uwf dot edu
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14365
More information about the Gcc-bugs
mailing list