Bug 18749 - Missing java doc for IConstantPoolEntry
Summary: Missing java doc for IConstantPoolEntry
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F3   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-03 11:23 EDT by Jerome Lanneluc CLA
Modified: 2002-06-13 07:55 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 Jerome Lanneluc CLA 2002-06-03 11:23:07 EDT
Build 20020602

IConstantPoolEntry  doesn't have any type comment that would describe what this 
interface is about.
Comment 1 Jerome Lanneluc CLA 2002-06-03 11:26:42 EDT
Same for Flags.Acc* constants. They need a description.
Comment 2 Jerome Lanneluc CLA 2002-06-03 11:34:34 EDT
Same for constants on JavaCore like ABORT, CLEAR_ALL, etc.
Comment 3 Jerome Lanneluc CLA 2002-06-03 12:49:32 EDT
Fixed Flags.Acc* constants and JavaCore constants.
Assigning to Olivier for comment on IConstantPoolEntry fix.
Comment 4 Olivier Thomann CLA 2002-06-03 14:49:59 EDT
Javadoc comment added for type.
Fixed and released in HEAD.
Comment 5 David Audel CLA 2002-06-13 07:55:52 EDT
Verified.