RFR: JDK-8239536: Can't use `java.util.List` object after importing `java.awt.List`

Robert Field robert.field at oracle.com
Thu Feb 20 20:04:57 UTC 2020


Fix looks good.

I'd add this final check from the transcript in the RFR:


    jshell> var b = java.util.List.of("bb")
    b ==> [bb]

To the test.

No need to re-review.

-Robert


On 2/20/20 11:33 AM, Jan Lahoda wrote:
>
> jshell> var b = java.util.List.of("bb")
> b ==> [bb]


More information about the kulla-dev mailing list