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
Using the BeanBuilder.fill() method causes set and other collection based properties to reuse the same mutable collection instance. When the collection is decorated it will cause followup tests to fail.
Using the BeanBuilder.fill() method causes set and other collection based properties to reuse the same mutable collection instance. When the collection is decorated it will cause followup tests to fail.
Please use the immutable collections as default:
The text was updated successfully, but these errors were encountered: