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 205153 - CodeCompletion took 26490 ms.
Summary: CodeCompletion took 26490 ms.
Status: RESOLVED DUPLICATE of bug 200263
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-11-15 14:43 UTC by Exceptions Reporter
Modified: 2012-03-26 23:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179290


Attachments
nps snapshot (61.93 KB, application/nps)
2011-11-15 14:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-11-15 14:43:04 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-8045-on-20111008)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_23-b23
OS: Linux

User Comments:
mohan_82: Maven project Simple Java class code completion... Could not recognize the class

GUEST: maven ctrl+space on artifactId



Maximum slowness yet reported was 26490 ms, average is 19189
Comment 1 Exceptions Reporter 2011-11-15 14:43:08 UTC
Created attachment 113230 [details]
nps snapshot
Comment 2 Milos Kleint 2012-03-21 08:23:20 UTC
the queries to nexus indexer have been made non-blocking, so instead of blocking the query now returns an incomplete result and eventually when the indexing finishes, user can retry the query and complete result will be returned.
Comment 3 Jesse Glick 2012-03-26 23:13:21 UTC

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