Bug 337275 - Incorrect/outdated javadoc for org.eclipse.jdt.core.dom.Expression
Summary: Incorrect/outdated javadoc for org.eclipse.jdt.core.dom.Expression
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 3.7 M6   Edit
Assignee: Ayushman Jain CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-15 22:51 EST by Deepak Azad CLA
Modified: 2011-03-07 13:53 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Deepak Azad CLA 2011-02-15 22:51:04 EST
HEAD

The javadoc mentions IntegerLiteral and FloatingPointLiteral but these classes do not exist. Instead there is a NumberLiteral class which is not mentioned in the Javadoc. 

(There could be other errors, but I have not checked those.)
Comment 1 Ayushman Jain CLA 2011-02-16 06:35:00 EST
Fixed.
Comment 2 Olivier Thomann CLA 2011-03-07 11:30:47 EST
I wonder if we should not completely remove the list of expressions, since in the javadoc we already have the list of all subclasses.
If we want to preserve the list of expressions, it should be sorted alphabetically.
Comment 3 Olivier Thomann CLA 2011-03-07 13:50:46 EST
I'll close it as verified as the original problem is fixed.
Comment 4 Olivier Thomann CLA 2011-03-07 13:53:39 EST
Verified for 3.7M6.
Annotation is missing, but I'll open a new bug report to improve the documentation (sort the values).