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 235841 - org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.getFileObject: LowPerformance took 3781 ms.
Summary: org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.getFileObject: ...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-09-11 19:18 UTC by misterm
Modified: 2016-06-30 16:45 UTC (History)
11 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203785


Attachments
nps snapshot (60.74 KB, application/nps)
2013-09-11 19:18 UTC, misterm
Details
nps snapshot (3.01 MB, application/nps)
2013-10-23 13:27 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-09-11 19:18:09 UTC
This bug was originally marked as duplicate of bug 226654, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20130909-ca1b2f7d83d3)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
misterm: .



Maximum slowness yet reported was 3781 ms, average is 3781
Comment 1 misterm 2013-09-11 19:18:12 UTC
Created attachment 139951 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-09-12 06:46:26 UTC
Method org.openide.text.Line$Set.registerLine() took 3.629 ms. The most of spent 
time is related to getting encoding and finding project for the document.
I'm not sure whether these operations can be moved to background.
Reassigning to platform/Text. Please evaluate, thank you.
Comment 3 misterm 2013-10-23 13:27:43 UTC
Created attachment 141480 [details]
nps snapshot

.