Bug 228257 - Filter search criteria with preferences
Summary: Filter search criteria with preferences
Status: RESOLVED WONTFIX
Alias: None
Product: PDE
Classification: Eclipse Project
Component: API Tools (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2008-04-22 14:46 EDT by Michael Rennie CLA
Modified: 2008-10-28 17:18 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 Michael Rennie CLA 2008-04-22 14:46:34 EDT
Currently we use the 'usage' preferences to know whether we should create api problems after-the-fact (once we have searched for, and found all problems). We could instead use the preferences to prune the things we will search for.

This will have a notable gain in search performance (especially in the case of more than one preference set to 'ignore'), as well less work will be done when we are considering creating problems.

As a first step we could provide a listing of the problem types we want to ignore to the search engine and when it creates the search criteria use that listing to prune criteria. We must be careful though to not couple the search engine to preferences (preference stores, etc).
Comment 1 Michael Rennie CLA 2008-10-28 17:18:26 EDT
since we no longer plan to have search and pruning has been taken care of in bug 251783 and bug 251336, this can be closed as WONTFIX