From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7596 invoked by alias); 4 Nov 2002 04:36:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 7564 invoked by uid 71); 4 Nov 2002 04:36:00 -0000 Resent-Date: 4 Nov 2002 04:36:00 -0000 Resent-Message-ID: <20021104043600.7562.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, java-prs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, brian_252@yahoo.com Received: (qmail 25279 invoked by uid 61); 4 Nov 2002 04:32:41 -0000 Message-Id: <20021104043241.25277.qmail@sources.redhat.com> Date: Sun, 03 Nov 2002 20:36:00 -0000 From: brian_252@yahoo.com Reply-To: brian_252@yahoo.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: libgcj/8443: StringTokenizer does not return delimeters X-SW-Source: 2002-11/txt/msg00142.txt.bz2 List-Id: >Number: 8443 >Category: libgcj >Synopsis: StringTokenizer does not return delimeters >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sun Nov 03 20:36:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Brian >Release: libgcj3 1:3.2.1-0pre3 >Organization: >Environment: Debian Sarge on i386 >Description: Although i specify in the StringTokenizer constructor that i want the delimiters returned as token, the nextToken() function does not do so. It does return the correct number of tokens. But for the tokens which are also delimiters, instead of returning the single character string -- one of the delimiters -- it returns an empty string. >How-To-Repeat: Compile the code with gcj-3.2, run it with gij-3.2. Compare the output with the output from using J2SDK1.4. >Fix: Let me know if you want me to work on a fix. >Release-Note: >Audit-Trail: >Unformatted: