Bug 70665

Summary: [DOM/AST] missing type parameters for constructor declaration in JLS3
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Jim des Rivieres <jeem>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.)