Re: Import order for Java source files

2024-09-26 Thread Martin Grigorov
Hi Oscar, On Thu, Sep 26, 2024 at 3:56 PM Oscar Westra van Holthe - Kind < opw...@apache.org> wrote: > Hi, > > In a recent PR, the order of imports came up as a discussion point. The > reason behind this is that it’s not always possible to not sort imports. > Added to that, we do have some rules

Import order for Java source files

2024-09-26 Thread Oscar Westra van Holthe - Kind
Hi, In a recent PR, the order of imports came up as a discussion point. The reason behind this is that it’s not always possible to not sort imports. Added to that, we do have some rules w.r.t. imports for people that read code directly, for example to never use * imports. As noted in the PR, c