Bug 290563 - add specification for fine grain search flags
Summary: add specification for fine grain search flags
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 M3   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-25 11:37 EDT by Markus Keller CLA
Modified: 2009-10-27 15:10 EDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (21.33 KB, patch)
2009-09-25 12:50 EDT, Frederic Fusier 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 2009-09-25 11:37:05 EDT
As a leftover from bug 155013, the createPattern(..) methods in SearchPattern contain this line in Javadocs:

TODO (frederic) add specification for fine grain flags

Please add this info. To avoid having to duplicate all the info from IJavaSearchConstants, you can also just add a link to IJavaSearchConstants and explain in prose that all constants in the "limitTo" category are supported as well. I just released a fix to o.e.jdt.doc.isv/jdtOptions.txt that will render the @category tag in the generated Javadoc.
Comment 1 Frederic Fusier CLA 2009-09-25 12:50:09 EDT
Created attachment 148145 [details]
Proposed patch
Comment 2 Frederic Fusier CLA 2009-09-25 12:51:16 EDT
Released for 3.6M3 in HEAD stream.
Comment 3 Olivier Thomann CLA 2009-10-27 15:10:08 EDT
Verified for 3.6M3 using I20091027-0100 using code inspection and Eclipse help.