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 248528 - org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.exists: LowPerformance took 27322 ms.
Summary: org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.exists: Lo...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-11-10 06:00 UTC by Exceptions Reporter
Modified: 2016-07-07 08:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213301


Attachments
nps snapshot (34.37 KB, application/nps)
2014-11-10 06:01 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-11-10 06:00:59 UTC
This bug was originally marked as duplicate of bug 227293, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: I was switching from one page to another and the netbean was irresponsive.



Maximum slowness yet reported was 27322 ms, average is 27322
Comment 1 Exceptions Reporter 2014-11-10 06:01:01 UTC
Created attachment 150376 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2014-11-14 09:44:34 UTC
Method o.n.api.project.FileOwnerQuery.getOwner() is called in EDT after changed selection in File Chooser (o.n.m.project.ant.FileChooserAccessory.propertyChange()).

But the actual slowness is caused mainly by slow filesystem. The system was probably under heavy load, so resolving as WONTFIX may be valid.

Reassigning to projects/Ant. Tomas, please evaluate. Thanks.
Comment 3 Martin Balin 2016-07-07 08:38:07 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss