Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356388

Summary: No validation error when missing getter/setter for @EGLProperty
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Project Inbox <edt.compiler-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: pharmon
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 368575, 368577    

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