Bug 219937 - Javadoc content assist does not propose method inherited from interface
Summary: Javadoc content assist does not propose method inherited from interface
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M6   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 07:10 EST by Markus Keller CLA
Modified: 2008-03-25 11:14 EDT (History)
3 users (show)

See Also:


Attachments
Proposed fix (2.61 KB, patch)
2008-03-03 05:06 EST, David Audel CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2008-02-22 07:10:58 EST
I20080220-1400

/**
 * Subclasses should implement #ru
 */
abstract class Try implements Runnable {
}

- at the end of the Javadoc, invoke content assist
=> expected: proposal that replaces '#ru' with '{@link #run()}'
=> was: no completions available
Comment 1 David Audel CLA 2008-03-03 05:06:27 EST
Created attachment 91337 [details]
Proposed fix
Comment 2 David Audel CLA 2008-03-03 05:08:43 EST
Released for 3.4M6.

Test added
  JavadocTextCompletionModelTest#test086()
Comment 3 Jerome Lanneluc CLA 2008-03-25 11:14:49 EDT
Verified for 3.4M6 using I20080325-0100