This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: fix to Rectangle.java
- From: Tom Tromey <tromey at redhat dot com>
- To: graydon hoare <graydon at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 16 Jul 2003 15:34:43 -0600
- Subject: Re: fix to Rectangle.java
- References: <87he5mmdoy.fsf@dub.venge.net>
- Reply-to: tromey at redhat dot com
>>>>> "graydon" == graydon hoare <graydon@redhat.com> writes:
graydon> this patch corrects the PathIterator generated by a Rectangle2D
graydon> object, in package java.awt.geom. it was previously judging itself
graydon> empty when it had nonzero content, and vice-versa.
Ok, thanks. This also has to go in Classpath as well.
Tom