RFR: JDK-8361748 : Enforce limits on the size of an XBM image [v2]

Jayathirth D V jdv at openjdk.org
Fri Aug 8 10:06:18 UTC 2025


On Thu, 7 Aug 2025 21:27:53 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> test/jdk/java/awt/image/XBMDecoder/XBMDecoderTest.java line 55:
>> 
>>> 53:             System.out.println("--- Testing " + fileName + " ---");
>>> 54:             try (FileInputStream fis = new FileInputStream(file);
>>> 55:                  ByteArrayOutputStream errContent = new ByteArrayOutputStream()) {
>> 
>> Indentation issue.
>
> ByteArrayOutputStream stmt part of try-with-resources block.

I understand, but line no 55 has extra space instead of usual 4 space indentation which is followed in next line.
Also its a good practice to wait for a day after replying to comments before integration.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26488#discussion_r2262526164


More information about the client-libs-dev mailing list