RFR: 8316998: Remove redundant type arguments in the java.util.stream package [v3]

Paul Sandoz psandoz at openjdk.org
Fri Sep 29 01:18:04 UTC 2023


On Fri, 29 Sep 2023 00:37:16 GMT, Mourad Abbay <duke at openjdk.org> wrote:

> > > Are you referring to the expand of lambdas and the extra whitespaces ?
> > 
> > 
> > Yes, sometimes the IDE just does it automatically!
> 
> Is there a way I can make the IDE respect the code style?

I doubt it, since 1) there is no agreed on code style in OpenJDK (although there have been attempts to propose one); and 2) each source file might have its own style (and there may even be inconsistencies within the same file).

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15936#issuecomment-1740165050


More information about the core-libs-dev mailing list