On Tue, 3 Mar 2026 17:23:47 GMT, Chen Liang <[email protected]> wrote:
>> test/jdk/java/lang/annotation/typeAnnotations/ConstructorReceiverTest.java >> line 34: >> >>> 32: import java.lang.annotation.*; >>> 33: import java.lang.reflect.*; >>> 34: import static org.junit.jupiter.api.Assertions.*; >> >> nit: consider moving the import static after line 36? > > Hmm, do we have a good reference for grouping imports? No. Usually my IDE puts the static imports after the regular one. So a static import in the middle of a group or before a group is kind of standing out. My suggestion is just a nit. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29921#discussion_r2883109933
