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 184278 - CodeCompletion for version element in pom.xml took 11142 ms.
Summary: CodeCompletion for version element in pom.xml took 11142 ms.
Status: RESOLVED DUPLICATE of bug 200263
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-04-15 13:34 UTC by Petr Jiricka
Modified: 2012-03-26 23:05 UTC (History)
13 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168089


Attachments
nps snapshot (29.14 KB, application/nps)
2010-04-15 13:34 UTC, Petr Jiricka
Details
nps snapshot (3.92 KB, application/nps)
2010-04-15 20:10 UTC, Exceptions Reporter
Details
nps snapshot (7.45 KB, application/nps)
2010-04-22 10:14 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2010-04-15 13:34:28 UTC
This issue was reported manually by pjiricka.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build web-main-3009-on-100415)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

User Comments:
pjiricka: Completing the value of the version element in a Maven plugin in a .pom file.



Maximum slowness yet reported was 11142 ms, average is 11142
Comment 1 Petr Jiricka 2010-04-15 13:34:34 UTC
Created attachment 97450 [details]
nps snapshot
Comment 2 Exceptions Reporter 2010-04-15 20:10:47 UTC
Created attachment 97486 [details]
nps snapshot
Comment 3 misterm 2010-04-16 15:28:39 UTC
Well, I am certainly not using Maven and this happens to me every single day. It's hard to tell what I'm doing exactly though because it happens with a bunch of other slowness reports.
Comment 4 Petr Jiricka 2010-04-16 20:04:39 UTC
This was originally a duplicate of bug 179727, but I split off the duplicate related to Maven to another bug (this one), and since then the new duplicates are added to this bug instead of 179727. Not sure why.
Comment 5 Jindrich Sedek 2010-04-19 10:10:27 UTC
The duplicates algorithm is not tuned yet for code completion reports. I've moved all duplicates of this report to the original bug. No more duplicates should be added to this issue.
Comment 6 stefan79 2010-04-22 10:14:06 UTC
Created attachment 97847 [details]
nps snapshot
Comment 7 Milos Kleint 2012-03-20 15:53:37 UTC
all nexus indexer queries were made non blocking with regard to indexing. Indexing is triggered when first used, however the result is blocked, only marked as incomplete.

consider fixed.
Comment 8 Jesse Glick 2012-03-26 23:05:42 UTC

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