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

Summary: publish FileIndexer
Product: editor Reporter: David Kaspar <dkaspar>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker CC: issues
Priority: P2 Keywords: API
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.