-
Notifications
You must be signed in to change notification settings - Fork 3
Disallow HasMany setters #79
Copy link
Copy link
Open
Description
HasMany properties are created as session-managed collections. Setting those managed collections to unmanaged collections can cause mysterious bugs or other issues. Argo should automatically initialize the HasMany collection and remove/prevent a setter on that property. This would force consumers to use the appropriate Add/Remove/Clear methods, which would prevent certain bugs at compile time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels