RFR: JDK-8152467: remove uses of anachronistic array declarations for method return type

Martin Buchholz martinrb at google.com
Mon Aug 19 14:31:31 UTC 2019


The Assignee field in JBS should be updated.

This syntax is so weird it's probably not caught by
https://errorprone.info/bugpattern/MixedArrayDimensions
If not, you could try writing your own errorprone check for it.

On Thu, Aug 15, 2019 at 9:47 AM Evgeny Mandrikov <mandrikov at gmail.com>
wrote:

> Hello!
>
> Please review patch [1] for JDK-8152467 [2]. Also it needs a sponsor since
> I have only author status in OpenJDK Census [3].
>
> After this change tier1 tests pass and I don't see other occurrences to
> replace in output of
> ag "\)\s*\[\s*\]" src
>
>
> With best regards,
> Evgeny Mandrikov
>
> [1] http://cr.openjdk.java.net/~godin/8152467/webrev.00/
> [2] https://bugs.openjdk.java.net/browse/JDK-8152467
> [3] https://openjdk.java.net/census#godin
>


More information about the core-libs-dev mailing list