Return-Path: Mailing-List: contact batik-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list batik-dev@xml.apache.org Received: (qmail 40155 invoked from network); 16 Dec 2000 05:37:18 -0000 Received: from unknown (HELO fireflydesign.com) (209.31.6.65) by locus.apache.org with SMTP; 16 Dec 2000 05:37:18 -0000 Received: from beatle [209.31.6.65] by fireflydesign.com [209.31.6.65] with SMTP (MDaemon.v2.8.5.0.R) for ; Fri, 15 Dec 2000 21:39:10 -0800 Message-ID: <029501c06722$83c1a970$41061fd1@beatle> From: "Denis Bohm" To: References: <028f01c0671e$b0e632d0$41061fd1@beatle> Subject: Re: GVTACIImpl bugs? Date: Fri, 15 Dec 2000 21:39:05 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-MDaemon-Deliver-To: batik-dev@xml.apache.org X-Return-Path: denis@fireflydesign.com X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, In GVTACIImpl.java currentIndex is never modified even when next() is called. I appears that iter.getIndex() should be used everywhere rather than currentIndex. Given the incorrect package name, out of bounds accesses, and currentIndex problem, it appears that this class hasn't been finished or tested. Should I be using (new java.text.AttributedString(s)).getIterator() instead? Thanks, Denis