On Sat, 9 Aug 2025 09:16:34 GMT, Volkan Yazici <vyaz...@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