Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Java 9: use Factory Methods to Create Immutable Collections #871

Open
Zhiyuan-Amos opened this issue Mar 31, 2018 · 0 comments
Open

Java 9: use Factory Methods to Create Immutable Collections #871

Zhiyuan-Amos opened this issue Mar 31, 2018 · 0 comments

Comments

@Zhiyuan-Amos
Copy link
Contributor

We can convert method calls like Arrays#asList(...) to use List#of(...). https://dzone.com/articles/java-9-factory-methods-to-create-immutable-collect

As this is likely to be a mechanical change, do take note to list down the steps that you've taken to resolve this issue. Refer to our coding conventions for more details.

@pyokagan pyokagan added AB3-blocker This issue would be better resolved before with fork the code base for AB3 and removed AB3-blocker This issue would be better resolved before with fork the code base for AB3 labels Aug 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants