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 221937

Summary: 18s - java.io.File.getCanonicalPath()17 760 ms
Product: platform Reporter: QuackQuacker
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194971
Attachments: nps snapshot

Description QuackQuacker 2012-11-12 10:02:15 UTC
This bug was originally marked as duplicate of bug 174700, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
QuackQuacker: Editing html template



Maximum slowness yet reported was 17898 ms, average is 17898
Comment 1 QuackQuacker 2012-11-12 10:02:18 UTC
Created attachment 127596 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-11-14 07:24:58 UTC
One call to java.io.File.getCanonicalPath() takes ages. Nothing we can do about that. Switch to Linux.