Bug 92834 - Wrong javadoc for org.eclipse.jdt.core.dom.ClassInstanceCreation
Summary: Wrong javadoc for org.eclipse.jdt.core.dom.ClassInstanceCreation
Status: RESOLVED DUPLICATE of bug 69658
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0.2   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 17:17 EDT by Rodrigo Kumpera CLA
Modified: 2006-10-06 14:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo Kumpera CLA 2005-04-26 17:17:23 EDT
The class javadoc, at the end, says:

"... (Note also that the first form became possible as of JLS2; only the second 
form existed in JLS2.) "

This is in contradiction with org.eclipse.jdt.core.dom.QualifiedType javadoc, 
which states that the first form became possible as of JLS3.
Comment 1 Olivier Thomann CLA 2006-10-06 14:14:03 EDT

*** This bug has been marked as a duplicate of 69658 ***