Bug 56392 - Reference matches in Javadoc are unexpected when looking for senders [search]
Summary: Reference matches in Javadoc are unexpected when looking for senders [search]
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Thomas M??der CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 56449
Blocks:
  Show dependency tree
 
Reported: 2004-03-26 12:35 EST by Nick Edgar CLA
Modified: 2004-04-30 08:42 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2004-03-26 12:35:40 EST
build I20040326-0800

- wanting to find out who calls IPage.setFocus(), I selected it and hit Ctrl+Shift+G
- it found lots of references in subclasses' Javadoc (often auto-generated)
- e.g. AbstractDebugView$ViewerPage has:
	/**
	 * @see IPage#setFocus()
	 */
	public void setFocus() {

This clutters the search results when all I want is the senders.

Perhaps we should have References, Declarations and Senders search menus (with
Ctrl+Shift+G for Senders)?
Comment 1 Dirk Baeumer CLA 2004-03-27 06:33:10 EST
We should provide filters to filter out matches in Java doc. However this 
first requires support from JDT/Core since we can't distinguish Javadoc form 
code matches right now.
Comment 2 Thomas M??der CLA 2004-04-30 08:42:54 EDT
We now offer filtering in the search view.