This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 104592 - Reuse search from other modules
Summary: Reuse search from other modules
Status: RESOLVED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-23 10:44 UTC by _ bernihuber
Modified: 2013-10-15 07:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ bernihuber 2007-05-23 10:44:59 UTC
Using the search infrastructure shall be available to other modules, too.

I' m trying to write a module which gathers message keys, and search the 
project sources if the keys are really used.

I can imagine some other kind of "extractors" like extracting from jsp files 
the message keys from, and trying to find the message keys in the properties 
bundles.

Making search available would also help, in making Netbeans IDE scriptable.
Comment 1 Jaroslav Havlin 2013-10-15 07:30:42 UTC
Module api.search (Search API) is now public, so you can use it in your modules.
If it doesn't suit your needs, please reopen this issue and describe what you
would like to reuse. Thanks.