-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
a: question ❓Ask further informationAsk further informationan: enhancement 📈Improve somethingImprove something
Milestone
Description
Motivation
Do we really need Guava? With Java 8 we could do without.
While working on #135 I have already gotten rid of Guava Optional (in favor of Java 8 Optional, as reported by Sonar); similarly for Guava Object that can be replaced by Java Objects.
We could also do without Immutable Collections, couldn't we? Do we really need Immutable Collections properties?
My main concerns about our use of Guava is that in future versions of Eclipse a newer version of Guava might be present that is not more compatible with the one we use
Metadata
Metadata
Assignees
Labels
a: question ❓Ask further informationAsk further informationan: enhancement 📈Improve somethingImprove something