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 238684 - org.openide.filesystems.FileObject.refresh: LowPerformance took 67501 ms.
Summary: org.openide.filesystems.FileObject.refresh: LowPerformance took 67501 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-11-22 09:22 UTC by Exceptions Reporter
Modified: 2013-11-22 10:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203030


Attachments
nps snapshot (322.30 KB, application/nps)
2013-11-22 09:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-11-22 09:22:10 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: <Forne
Comment 1 Exceptions Reporter 2013-11-22 09:22:15 UTC
Created attachment 142471 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-11-22 10:38:07 UTC
Method o.n.m.java.project.PackageDisplayUtils.isEmpty()	calls FileObject.getChildren() in EDT.
The actual slowness was caused by java.io.File.isDirectory() and java.io.File.lastModified(),
the contents of the files was not read. The NTFS filesystem was under heavy load, probably.

Closing and reassigning to java/Project.