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 249867 - org.netbeans.api.project.ProjectManager.findProject: LowPerformance took 32760 ms.
Summary: org.netbeans.api.project.ProjectManager.findProject: LowPerformance took 3276...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-01-16 18:18 UTC by Exceptions Reporter
Modified: 2016-07-07 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214829


Attachments
nps snapshot (37.73 KB, application/nps)
2015-01-16 18:18 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-01-16 18:18:57 UTC
This bug was originally marked as duplicate of bug 244138, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: I disconnected my network drive while opening a project on that drive.
Cancel opening didn't work!



Maximum slowness yet reported was 32760 ms, average is 32760
Comment 1 Exceptions Reporter 2015-01-16 18:18:59 UTC
Created attachment 151551 [details]
nps snapshot
Comment 2 Tomas Stupka 2015-07-22 14:16:03 UTC
in awt
NamedQueryHyperlinkProvider.getIdentifierSpan()() -> FOQ
where FOQ is being blocked by a concurrently running project open/save

unfortunately, there isn't much we can do about it in projects.
please evaluate if there is a way around it
e.g. if projects are being opened then simply keep the action enabled and test for enabled in .performAction()

otherwise feel free to close
thanks
Comment 3 Martin Balin 2016-07-07 08:54:05 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss