Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356388 - No validation error when missing getter/setter for @EGLProperty
Summary: No validation error when missing getter/setter for @EGLProperty
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 368575 368577
  Show dependency tree
 
Reported: 2011-08-31 14:59 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:15 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Spadea CLA 2011-08-31 14:59:28 EDT
i int{@EGLProperty{}};

I should get a validation error if my handler containing such a global field does not have a "getI" or "setI" function. Currently there is no validation error when default accessors are expected but missing from the application.

Note that this only needs to happen when the user doesn't specify either of the accessors. If they specify one but not the other, then that means it's a read only or write only field and a default is not used for the omitted property.
Comment 1 Paul Harmon CLA 2011-10-25 14:57:23 EDT
This is working correctly now
Comment 2 Justin Spadea CLA 2011-11-04 14:49:14 EDT
Verified