Bug 82088 - [search][javadoc] Method parameter types references not found in @see/@link tags
Summary: [search][javadoc] Method parameter types references not found in @see/@link tags
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-03 08:47 EST by Frederic Fusier CLA
Modified: 2005-02-14 11:34 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Fusier CLA 2005-01-03 08:47:45 EST
Using HEAD.

Use following test case:
Test.java:
  public class Test {
	/**
	 * @param a
	 */
	public void foo(A a) {}
	
	/**
	 * @see #foo(A)
	 */
	public void bar() {
		foo(new A());
	}
  }
  class A {}

and search references to A. Only 2 occurences are found although we're expecting
3. Search misses foo parameter type reference in @see tag...
Comment 1 Frederic Fusier CLA 2005-01-03 10:09:43 EST
Increase severity as it could be really annoying if there are many references
Javadoc comments...
Comment 2 Frederic Fusier CLA 2005-01-03 12:44:13 EST
Fixed.

The reference in @see tag is now well found. Also have verified that it works
for constructor argument type references.

[jdt-core-internal]
Changes done MatchLocatorParser.checkComment().
Test cases added in JavaSearchBugsTest.
Comment 3 David Audel CLA 2005-02-14 11:34:03 EST
Verified for 3.1M5