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 34255 - Optimize FileObjectFileSet for links conversions
Summary: Optimize FileObjectFileSet for links conversions
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@projects
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 33999
  Show dependency tree
 
Reported: 2003-06-09 16:31 UTC by Vitezslav Stejskal
Modified: 2004-04-19 16:17 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2003-06-09 16:31:02 UTC
FileObject fileset excesively converts added links
back and forth to detect whether they are broken
or not. This affects performance of e.g.
compilation of java files, but also their
visualization, because the isUpToDate method
delegates to compiler. Also some caching in
FileObject filesets could speed up accessing their
contents. In general any call to FileUtil.fromFile
seems to be expensive. (see also issue #33999)
Comment 1 Vitezslav Stejskal 2003-11-26 13:18:01 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 2 Vitezslav Stejskal 2003-11-26 14:57:18 UTC
--> VERIFIED