| Summary: | Add compile-time validation for null vars assigned field values | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Ben Margolis <margolis> |
| Component: | EDT | Assignee: | Paul Harmon <pharmon> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
I have updated the following to fix this: DefaultBinder IProblemRequestor EGLValidationResources.properties verified |
The following declarations are not valid: myDictionary Dictionary?{ID = 45}; b Button? {text = "abc"}; // is also an error because of the leftmost set-values block. b Button? {text = "abc"} = new Button {text = "xyz"};