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 - 18s - java.io.File.getCanonicalPath()17 760 ms
Summary: 18s - java.io.File.getCanonicalPath()17 760 ms
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-11-12 10:02 UTC by QuackQuacker
Modified: 2012-11-14 07:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194971


Attachments
nps snapshot (41.60 KB, application/nps)
2012-11-12 10:02 UTC, QuackQuacker
Details

Note You need to log in before you can comment on or make changes to this bug.
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.