Bug 120637 - javadoc extraction: includes field title for Java 5 classes
Summary: javadoc extraction: includes field title for Java 5 classes
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 12:27 EST by Tom Hofmann CLA
Modified: 2005-12-14 06:05 EST (History)
0 users

See Also:


Attachments
Proposed fix (2.00 KB, patch)
2005-12-13 14:09 EST, Olivier Thomann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Hofmann CLA 2005-12-13 12:27:26 EST
3.2 M4 test pass

- Hover over a reference to the AbstractList class in a Java 5 SDK (no source attachment).
- press F2 to persist the hover
- scroll down

> note the "Field Summary" section at the bottom
           "protected  int 	modCount"

< expected: no member section displayed in type comment
Comment 1 Olivier Thomann CLA 2005-12-13 14:09:23 EST
Created attachment 31666 [details]
Proposed fix
Comment 2 Philipe Mulet CLA 2005-12-13 14:35:21 EST
+1 for M4
Comment 3 Olivier Thomann CLA 2005-12-13 15:06:37 EST
Fixed and released in HEAD.
Please use steps in comment 0 as a regression test.
Comment 4 Olivier Thomann CLA 2005-12-13 15:43:46 EST
Added regression test in org.eclipse.jdt.core.tests.model.AttachedJavadocTests.test012
Comment 5 Olivier Thomann CLA 2005-12-13 22:46:14 EST
Added regression test in
org.eclipse.jdt.core.tests.model.AttachedJavadocTests.test014 for enum type
Comment 6 Olivier Thomann CLA 2005-12-13 23:11:38 EST
Added org.eclipse.jdt.core.tests.model.AttachedJavadocTests.test015 for annotation regression test.
Comment 7 David Audel CLA 2005-12-14 06:05:14 EST
Verified for 3.2 M4 using build I20051214-0010