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

Summary: CodeCompletion took 26490 ms.
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jglick, mohan_82
Priority: P3 Keywords: PERFORMANCE
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 179290
Attachments: nps snapshot

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 ***