| Summary: | Validation should not check if field types in ExternalTypes are instantiable | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Paul Harmon <pharmon> |
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
I have checked in a change to DefaultBinder to fix this done |
The following code currently gives a validation error: ExternalType myET type JavaObject field1 any; end It complains that any is not instantiable. However, we should not be validating the type in the ET like this, since we do not control the actual java class. Validation should change to remove the "is instatiable" check from fields of external types.