This is the mail archive of the mauve-patches@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

java.awt.geom.Rectangle2D.getPathIterator


Hi,

here's a Mauve test for:

- java.awt.Rectangle.getPathIterator
- java.awt.geom.Rectangle2D.Float.getPathIterator
- java.awt.geom.Rectangle2D.Double.getPathIterator

In GNU Classpath, these are currently implemented by the abstract class
java.awt.geom.Rectangle2D.

The 432 tests succeed on Sun J2SE 1.3.1 and 1.4.1_01. I'll check in a
patch to Classpath for returning the same winding rule as with the Sun
implementation.

I'd like to put the static checkPathIterator method into some utility
class which could get used by other testlets (e.g. one for
java.awt.Polygon.getPathIterator). How would I do this?  The problem is
that the utility class would be shared among multiple packages, which is
something that AFAIK is not supported by Mauve. So, a simple 'Uses'
declaration is probably not enough, is it?

ChangeLog:

2003-09-24  Sascha Brawer  <brawer@dandelis.ch>

        * gnu/testlet/java/awt/geom/Rectangle2D/getPathIterator.java:
        New file.


Best regards,

-- Sascha

Sascha Brawer, brawer@dandelis.ch, http://www.dandelis.ch/people/brawer/ 

Attachment: getPathIterator.java
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]