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 200198 - LowPerformance took 24537 ms.
Summary: LowPerformance took 24537 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-07-18 08:25 UTC by Exceptions Reporter
Modified: 2011-07-18 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171639


Attachments
nps snapshot (36.96 KB, application/nps)
2011-07-18 08:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-07-18 08:25:57 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows 7

User Comments:
GUEST: tried to open a mapped drive which wasn't connected.

GUEST: opening a "open project" dialog on the remote network drive path preselected

GUEST: When creating a new project from existing source code the browserI used the NETWORK icon to locate my samba share.
This network activity took a long time to scan the network and present available shares.
This isn't netbeans related its the way Microsoft does it networking, the file browse does everthing synchronously so the system hangs whilst its trying to find shares.



Maximum slowness yet reported was 60194 ms, average is 35280
Comment 1 Exceptions Reporter 2011-07-18 08:26:02 UTC
Created attachment 109482 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2011-07-18 09:14:50 UTC
add -J-Dnb.FileChooser.useShellFolder=true to netbeans.conf and let me know if it helps.