Bug 10967

Summary: DOM/AST: AnonymousClassDeclaration
Product: [Eclipse Project] JDT Reporter: Luc Bourlier <eclipse>
Component: CoreAssignee: Jim des Rivieres <jeem>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Luc Bourlier CLA 2002-03-07 11:13:49 EST
I don't like the name of the new type 'AnonymousClassDeclaration'.
I think 'AnonymousTypeDeclaration' would be more consistent with the rest of the
API.
Comment 1 Olivier Thomann CLA 2002-03-07 12:27:50 EST
Jim - any comment?
Comment 2 Jim des Rivieres CLA 2002-03-07 15:56:46 EST
Where ever possible, we use standard terminology as per the Java Language 
Specification. In JLS 15.9.5 they are referred to as "anonymous class 
declarations".

Besides, "type" is more general than required here - there is no 
such thing as an anonymous interface.

Comment 3 Olivier Thomann CLA 2002-03-07 19:27:35 EST
OK to close?
Comment 4 Luc Bourlier CLA 2002-03-07 20:08:56 EST
OK.
The explanation is good.
Comment 5 Olivier Thomann CLA 2002-03-08 10:14:25 EST
Closed. This was not a bug.