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

Summary: BinaryFS creates FOs from XMLFS even when not needed
Product: platform Reporter: _ rkubacki <rkubacki>
Component: -- Other --Assignee: Petr Nejedly <pnejedly>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE, SIMPLEFIX
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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