Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326621 - validate feature mutability
Summary: validate feature mutability
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: b3 (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-29 21:56 EDT by Henrik Lindberg CLA
Modified: 2017-09-13 11:52 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Lindberg CLA 2010-09-29 21:56:24 EDT
Currently feature mutability is only checked in runtime. Add static validation based on type.
Comment 1 Henrik Lindberg CLA 2010-09-30 20:25:42 EDT
Mutability for POJOs is now checked. For EObjects where only meta data knows if an eSet will succeed for EList features, static inference is not possible. 

In revision 1312, a check is made if the type is EObject, and the feature's type is EList - if so, it is reported as mutable. For all other cases, the presence of a setter method is required to be reported as mutable (or rather what PojoLValue considers settable).