Re: [OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPointerException in RasterPrinterJob without PrinterResolution

2017-09-19 Thread Philip Race
asanta Sadhukhan Sent: Thursday, August 31, 2017 3:39 PM To: Philip Race; 2d-dev Subject: [OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPointerException in RasterPrinterJob without PrinterResolution Hi All, Please review a fix for an issue where it a NPE is seen when an attempt is made to print

Re: [OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPointerException in RasterPrinterJob without PrinterResolution

2017-09-19 Thread Prasanta Sadhukhan
-Original Message- From: Prasanta Sadhukhan Sent: Thursday, August 31, 2017 3:39 PM To: Philip Race; 2d-dev Subject: [OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPointerException in RasterPrinterJob without PrinterResolution Hi All, Please review a fix for an issue where it a NPE is se

Re: [OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPointerException in RasterPrinterJob without PrinterResolution

2017-09-18 Thread Phil Race
age- From: Prasanta Sadhukhan Sent: Thursday, August 31, 2017 3:39 PM To: Philip Race; 2d-dev Subject: [OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPointerException in RasterPrinterJob without PrinterResolution Hi All, Please review a fix for an issue where it a NPE is seen when an

Re: [OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPointerException in RasterPrinterJob without PrinterResolution

2017-09-04 Thread Prasanta Sadhukhan
n my understanding. You could wait for other's review & follow up. Thank you Have a good day Prahalad N. -Original Message- From: Prasanta Sadhukhan Sent: Thursday, August 31, 2017 3:39 PM To: Philip Race; 2d-dev Subject: [OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPo

Re: [OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPointerException in RasterPrinterJob without PrinterResolution

2017-09-03 Thread Prahalad Kumar Narayanan
31, 2017 3:39 PM To: Philip Race; 2d-dev Subject: [OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPointerException in RasterPrinterJob without PrinterResolution Hi All, Please review a fix for an issue where it a NPE is seen when an attempt is made to print to Brother HL-2240D series printer. It

[OpenJDK 2D-Dev] [10] RFR JDK-8186987:NullPointerException in RasterPrinterJob without PrinterResolution

2017-08-31 Thread Prasanta Sadhukhan
Hi All, Please review a fix for an issue where it a NPE is seen when an attempt is made to print to Brother HL-2240D series printer. It seems when RasterPrinterJob#setAttributes() is called with no PrinterResolution attribute set, it first checks if PrinterResolution category is supported. I