You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Immutables can only be initialized via builders. While for single valued properties null is valid, it is not for collection properties. They should be lazily initialized with an empty unmodifiable list. This bug does not breach the immutability contract but it causes the wrong exception.
The text was updated successfully, but these errors were encountered:
Immutables can only be initialized via builders. While for single valued properties
null
is valid, it is not for collection properties. They should be lazily initialized with an empty unmodifiable list. This bug does not breach the immutability contract but it causes the wrong exception.The text was updated successfully, but these errors were encountered: