RFR: 8365086: CookieStore.getURIs() and get(URI) should return an immutable List [v3]
Jaikiran Pai
jpai at openjdk.org
Sat Aug 9 12:07:01 UTC 2025
On Sat, 9 Aug 2025 09:16:34 GMT, Volkan Yazici <vyazici at openjdk.org> wrote:
>> I think we usually put the jtreg directive block before the imports.
>
>> Is that warning generated by a IDE? I don't see it in IntelliJ:
>
> @jaikiran, I remember seeing it highlighted somewhere, but apparently I am mistaken. Nevermind. It is all good.
Hello Chen,
> I think we usually put the jtreg directive block before the imports.
It's a mix of before imports and above the class declaration in the JDK repo. I personally prefer just above the class since it's easily visible. Several of the tests in the networking area follow this currently.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26698#discussion_r2264684264
More information about the net-dev
mailing list