On Mon, 22 Jun 2026 21:05:50 GMT, Chen Liang <[email protected]> wrote:
>> Yes, I understand that part. The "static import approach" was referring to >> the commit 05eeabbf614bd42b61b2a2e66b45aa33dd53339c, which does not include >> replacing `getReflectionFactory()` with >> `ReflectionFactory.getReflectionFactory()`. >> >> @liach @AlanBateman Do you prefer replacing the 19 references to >> `getReflectionFactory()` with `ReflectionFactory.getReflectionFactory()`? > > Sure, let's fully qualify `ReflectionFactory.getReflectionFactory()` calls; > more straightforward than an unqualified call. Done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31591#discussion_r3455632934
