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 249505 - Goto File is again unacceptably slow in MAVEN project - 10 seconds to get first match
Summary: Goto File is again unacceptably slow in MAVEN project - 10 seconds to get fir...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-23 17:47 UTC by NukemBy
Modified: 2015-01-12 12:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Slowness in Goto File.nps (29.37 KB, application/octet-stream)
2014-12-23 17:47 UTC, NukemBy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NukemBy 2014-12-23 17:47:51 UTC
Created attachment 151261 [details]
Slowness in Goto File.nps

It takes 10+ seconds to get first match in the Navigate->Goto File dialog.

Now all time seems to be going to method NbMavenProjectImpl.equals() - 9.3 sec out of total 11.5 sec.

NB Self Profiler is attached.

Note: I have 280 maven modules open simulteneously.
Comment 1 NukemBy 2014-12-24 11:30:22 UTC
Just a hint - my previous complain about performance of "Goto File" https://netbeans.org/bugzilla/show_bug.cgi?id=239769
Comment 2 Tomas Stupka 2015-01-09 12:39:42 UTC
perhaps this helped a bit ...

fixed in jet-main #405d173e22aa
Comment 3 Quality Engineering 2015-01-10 18:26:38 UTC
Integrated into 'main-silver', will be available in build *201501101317* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/405d173e22aa
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #249505 - Goto File is again unacceptably slow in MAVEN project - 10 seconds to get first match
Comment 4 NukemBy 2015-01-12 12:40:44 UTC
Thanks, now delay is around 0.5 sec on the same set of projects.