RFR: JDK-8333360 : PrintNullString.java doesn't use float arguments
Abhishek Kumar
abhiscxk at openjdk.org
Wed Jun 5 04:56:55 UTC 2024
On Tue, 4 Jun 2024 12:07:40 GMT, Renjith Kannath Pariyangad <rkannathpari at openjdk.org> wrote:
> Hi Reviewers,
> I have updated the test case with passing float value for evaluation and a typo. Please review and let me know your suggestions if any.
test/jdk/java/awt/print/PrinterJob/PrintNullString.java line 172:
> 170:
> 171: try {
> 172: g2d.drawString(emptyIterator, 20.0f, 180.0f);
Does the line below also need to change ?
`g2d.drawString("FAILURE: No IAE for empty iterator, float", 20.0f 180.0f);`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19540#discussion_r1626943802
More information about the client-libs-dev
mailing list