Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 313718 - Unhelpful error message when feature type is omitted
Summary: Unhelpful error message when feature type is omitted
Status: NEW
Alias: None
Product: EMFT
Classification: Modeling
Component: Emfatic (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Miguel Garcia CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-20 08:59 EDT by Frank Burton CLA
Modified: 2010-05-20 09:02 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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