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 35512 - Add protected final AbstractFileSystem.findExistingResource(String)
Summary: Add protected final AbstractFileSystem.findExistingResource(String)
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 34153
  Show dependency tree
 
Reported: 2003-08-20 12:33 UTC by Martin Entlicher
Modified: 2008-12-22 19:40 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 Martin Entlicher 2003-08-20 12:33:53 UTC
This method should be added as a complement to
findResource() and existingFileObjects().

This is important for the VCS filesystem
implementation to be able to determine which
FileObjects should be refreshed, it affects
performance.
Comment 1 Martin Entlicher 2003-08-21 15:40:38 UTC
Since findReference() can be used for this purpose, I'm closing this
as invalid.
Comment 2 Marian Mirilovic 2003-09-03 16:23:32 UTC
closing