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 170277 - publish FileIndexer
Summary: publish FileIndexer
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2009-08-12 14:58 UTC by David Kaspar
Modified: 2011-08-31 14:08 UTC (History)
1 user (show)

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 David Kaspar 2009-08-12 14:58:21 UTC
Jumpto module contains FileIndexer which creates index of file with query for their minetypes.
FileIndexer.NAME and FileIndexer.VERSION fields are not publicly available. This forces me to create my own indexer as
well -> reduces performance of the IDE...
Comment 1 Vitezslav Stejskal 2009-08-12 20:17:48 UTC
"This forces me to create my own indexer as well" - Why? You can query the file index using the same constants hardcoded
in your module. While I agree that this is not ideal creating your own file index is very bad idea.