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 48090 - Expensive FileObject.setImportant calls in JavaDataLoader
Summary: Expensive FileObject.setImportant calls in JavaDataLoader
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jan Becicka
URL: http://www.netbeans.org/download/dev/...
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-08-27 15:31 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2004-08-27 15:31:53 UTC
Marking FileObject as important was used
previously as a hint for versioning systems. Now
it is deprecated as its functionality is replaced
by SharabilityQuery so we should avoid these calls
in JavaDataLoader because they are expensive
(MasterFileObject delegates it to
AbstractFileObject where path has tobe built and
attribute is set).
Comment 1 Jan Becicka 2004-09-10 13:59:51 UTC
Checking in JavaDataLoader.java;
/cvs/java/src/org/netbeans/modules/java/JavaDataLoader.java,v  <-- 
JavaDataLoader.java
new revision: 1.71; previous revision: 1.70
done