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

Bug 313718

Summary: Unhelpful error message when feature type is omitted
Product: [Modeling] EMFT Reporter: Frank Burton <frank>
Component: EmfaticAssignee: Miguel Garcia <miguel.garcia>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: louis
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Frank Burton CLA 2010-05-20 08:59:39 EDT
Build Identifier: 20100218-1602

@namespace(
	uri="http://a.b.c/x/y/Z",
	prefix="p")
package top;

class A
{
   B[*] HoldsB;
}

class B
{
   
}

For the above emfatic document the editor reports a error on line 4 but the error actually occurs on line 8 (where ref has being omitted)


Reproducible: Always

Steps to Reproduce:
1. Create a new emfatic file
2. Paste above code
3. Save