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 194866 - RecentProjects.fillSubMenu blocking EQ w/ file access
Summary: RecentProjects.fillSubMenu blocking EQ w/ file access
Status: RESOLVED DUPLICATE of bug 232219
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: PERFORMANCE
: 213439 224863 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-01-30 11:31 UTC by knets
Modified: 2016-06-24 14:26 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
memorydump (7.01 KB, application/x-nps)
2011-01-30 11:32 UTC, knets
Details

Note You need to log in before you can comment on or make changes to this bug.
Description knets 2011-01-30 11:31:23 UTC
when you have a mapping drive (Samba), right click on Project windows is very slow!
Comment 1 knets 2011-01-30 11:32:19 UTC
Created attachment 105488 [details]
memorydump
Comment 2 Tomas Mysik 2011-06-03 10:22:34 UTC
Batch reassigning.
Comment 3 Tomas Mysik 2011-06-08 10:02:35 UTC
From the snapshot it seems that perhaps in projects infrastructure something could be improved. Please evaluate and if I'm wrong, please reassign.

Thanks.
Comment 4 Jesse Glick 2011-06-08 14:34:28 UTC
(In reply to comment #0)
> right click on Project window

The empty area, I guess you mean, i.e. not right-click on a particular node.

RecentProjects.fillSubMenu seems to be taking most of the time. Not sure if this can be improved to not call URLMapper.findFileObject synchronously; could disable the menu item a bit later if the project folder proves to not exist, but then it would be necessary to post a call to OpenProjectList.RecentProjectList.refresh to clean up the menu so these dead items would not stick around indefinitely.
Comment 5 Milos Kleint 2012-08-27 11:49:13 UTC
*** Bug 213439 has been marked as a duplicate of this bug. ***
Comment 6 Milos Kleint 2013-06-19 07:14:28 UTC
*** Bug 224863 has been marked as a duplicate of this bug. ***
Comment 7 MackSix 2015-02-24 00:16:44 UTC
This is happening every time I try to open the Tools menu after putting focus on a new project in the project window. I have never seen this happen before. It is always reproducible.  

Product Version: NetBeans IDE Dev (Build 201502220001)
Java: 1.8.0_31; Java HotSpot(TM) 64-Bit Server VM 25.31-b07
Runtime: Java(TM) SE Runtime Environment 1.8.0_31-b13
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 8 Tomas Stupka 2016-06-24 14:26:59 UTC

*** This bug has been marked as a duplicate of bug 232219 ***