Re: [OpenJDK 2D-Dev] [9] RFR JDK-8170578: The Pages Range From in print dialog is disabled

2017-01-31 Thread Philip Race
I spent some significant amount of time trying to make sure I know the IPP protocol that is underpinning this. Prasanta provided me with some additional logging from which it seems that there are 3 repeated attributes. : IPPPrintService>> readIPPResponse pwg-raster-document-resolution-supported

Re: [OpenJDK 2D-Dev] Review Request for JDK-7107905: ColorModel subclasses are missing hashCode() or equals() or both methods

2017-01-31 Thread Jim Graham
I don't think there is a spec anywhere that 2 objects created by the same constructor must evaluate as equals(). In particular, 2 instances of Object created with the null constructor do not evaluate as equals(). So, with respect to testing a spec, they are reading a promise into the base