| Summary: | No validation error when missing getter/setter for @EGLProperty | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | 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 | ||
This is working correctly now Verified |
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.