Bug 76103

Summary: [1.5] Inner AnnotationTypeDeclaration not parsed
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2004-10-12 12:56:54 EDT
20041012

I'm not sure if this makes sense, but inner AnnotationTypeDeclaration are not
correctly parsed.

class A {
	public @interface E {
	    String value();
	}
}

gives a syntax error on the '@' symbol.
Comment 1 Olivier Thomann CLA 2004-10-12 19:32:31 EDT
Reproduced.
Comment 2 Olivier Thomann CLA 2004-10-13 11:21:58 EDT
Fixed and released in HEAD.
Regression test added.
ASTConverter15Test.test0052
Comment 3 David Audel CLA 2004-11-02 10:25:59 EST
Verified for 3.1M3 with build I20041101.