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 202352 - StatusProvider$StatusProviderImpl.findHints should run asynch
Summary: StatusProvider$StatusProviderImpl.findHints should run asynch
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
: 204172 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-20 12:08 UTC by gerzhedowich
Modified: 2012-05-03 08:24 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180936


Attachments
nps snapshot (622.56 KB, application/nps)
2011-09-20 12:08 UTC, gerzhedowich
Details
nps snapshot (28.21 KB, application/nps)
2011-11-02 03:12 UTC, dbell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gerzhedowich 2011-09-20 12:08:00 UTC
Build: NetBeans IDE Dev (Build 201109141017)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7
Maximum slowness yet reported was 32167 ms, average is 18024
Comment 1 gerzhedowich 2011-09-20 12:08:17 UTC
Created attachment 110909 [details]
nps snapshot
Comment 2 dbell 2011-11-02 03:12:14 UTC
Created attachment 112704 [details]
nps snapshot

UI was unresponsive while "Unpacking index for Maven Repository Switchboard"
Comment 3 Jesse Glick 2011-11-10 15:34:38 UTC
Looks like running validation on the POM can be inexplicably slow (50s?!); maybe something to do with deep dependencyManagement imports. Anyway, if getUpToDate is to be called from EQ, then it should use UP_TO_DATE_PROCESSING.
Comment 4 Jesse Glick 2011-11-10 15:45:34 UTC
POM hints in fact already were run asynch - except when there was an editor selection.
Comment 5 Jesse Glick 2011-11-10 15:55:41 UTC
core-main #c1bb02811409
Comment 6 Quality Engineering 2011-11-11 15:39:46 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/c1bb02811409
User: Jesse Glick <jglick@netbeans.org>
Log: #202352: StatusProvider$StatusProviderImpl.findHints should run asynch
Comment 7 Milos Kleint 2012-05-03 08:24:26 UTC
*** Bug 204172 has been marked as a duplicate of this bug. ***