Bug 10967 - DOM/AST: AnonymousClassDeclaration
Summary: DOM/AST: AnonymousClassDeclaration
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Jim des Rivieres CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-07 11:13 EST by Luc Bourlier CLA
Modified: 2002-03-08 10:14 EST (History)
0 users

See Also:


Attachments

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