| Summary: | Delegate fields generate syntax error inside eze$$getFieldInfos | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | Joseph Vincens <jvincens> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
fixed delegates are not included in json or xml. we can revisit this as an enhancement for 1.0 Verified |
this.fieldInfos[1] =new egl.eglx.services.FieldInfo("testFuncs", "testFuncs", "[eglx.ui.rui.EventHandler", , annotations); Notice the second-to-last argument is blank - as in not generated. I have a temporary fix to DelegateTemplate.genRuntimeTypeName() to generate a blank string that I will commit as a workaround for now.