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 77886 - BinaryFS creates FOs from XMLFS even when not needed
Summary: BinaryFS creates FOs from XMLFS even when not needed
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: PERFORMANCE, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-06-14 10:52 UTC by _ rkubacki
Modified: 2008-12-22 15:51 UTC (History)
0 users

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 2006-06-14 10:52:42 UTC
BFSBase.getAttribute always accesses MultiFileObject.attrAskedFileObject field
to allow passing of correct fileobject parameter if the attribute is defiend by
methodvalue using a method with FO param. This is not very common and takes 50%
in this method call so we should avoid it.
Comment 1 _ rkubacki 2006-06-14 10:55:00 UTC
I observed this when I profiled popup menu that reads actions from layers.
Comment 2 Petr Nejedly 2006-06-14 12:59:42 UTC
core/startup/src/org/netbeans/core/startup/layers/BinaryFS.java,v1.12