Bug 120637

Summary: javadoc extraction: includes field title for Java 5 classes
Product: [Eclipse Project] JDT Reporter: Tom Hofmann <eclipse>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M4   
Hardware: PC   
OS: Linux-GTK   
Whiteboard:
Attachments:
Description Flags
Proposed fix none

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