Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 210631

Summary: [assist][javadoc] content assist in Javadoc offers proposals of wrong type
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Ayushman Jain <amj87.iitr>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: frederic_fusier, srikanth_sankaran
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Martin Aeschlimann CLA 2007-11-22 04:59:14 EST
20071122

- do a code assist after '{@link #'
- you will see method proposals from the type 'Inner' (foo()), but not from A ('bar()'). The methods from 'Inner' are not visible at that location.

package a;

public class A {
	class Inner {
		public void foo() {
		}
	}
	
	/**
	 * {@link #
	 */
	public A() {
	}
	
	public void bar() {
	}
}
Comment 1 Srikanth Sankaran CLA 2010-05-13 07:56:30 EDT
Ayush, please follow up, possible duplicate of bug#255936 ?
Comment 2 Eclipse Genie CLA 2019-10-02 03:19:30 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.