Re: Heads up, new jaxp source drop

2011-05-20 Thread Dr Andrew John Hughes
On 07:26 Fri 20 May , Kelly O'Hair wrote: As soon as we figure out how to restrict changes to particular source files and protect them from intentional or accidental edits. I just have not had the time to deal with this kind of change. I thought that's what our existing review

java.awt.geom.AffineTransform.hashCode() is inconsistent with equals(Object)

2011-05-20 Thread Martin Desruisseaux
Hello all I realize that this is a Java2D bug, but given that it is a simple equals(Object)/hashCode() implementation issue maybe this list is still relevant... AffineTransform.hashCode() method is inconsistent with equals(Object) when some 'double' values are 0.0 values of opposite sign.