Bug 70665 - [DOM/AST] missing type parameters for constructor declaration in JLS3
Summary: [DOM/AST] missing type parameters for constructor declaration in JLS3
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: Jim des Rivieres CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-22 13:49 EDT by Olivier Thomann CLA
Modified: 2005-01-11 11:02 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 Olivier Thomann CLA 2004-07-22 13:49:03 EDT
In the javadoc of the class org.eclipse.jdt.core.dom.MethodDeclaration, in the
JLS3 section, the type parameters are missing inside the definition of a
constructor declaration. It is ok for the method declaration.
Comment 1 Jim des Rivieres CLA 2004-07-22 14:08:30 EDT
Changed grammar rule in class comment, and spec for 
MethodDeclaration.typeParameters.

Updated release notes and released to HEAD.

(Since this only affects JLS3-level DOM API, which is nascent in 3.0, there is 
no point in releasing this particular change to 3.0.1.)