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 222070 - CodeCompletion took 23050 ms. via PluginIndexManager.getPluginParameters(), stuck in native IO.
Summary: CodeCompletion took 23050 ms. via PluginIndexManager.getPluginParameters(), s...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-11-13 20:12 UTC by sreder
Modified: 2013-08-29 12:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195088


Attachments
nps snapshot (100.06 KB, application/nps)
2012-11-13 20:12 UTC, sreder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreder 2012-11-13 20:12:10 UTC
This bug was originally marked as duplicate of bug 211158, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
sreder: Maven pom.xml code completion



Maximum slowness yet reported was 23050 ms, average is 23050
Comment 1 sreder 2012-11-13 20:12:12 UTC
Created attachment 127739 [details]
nps snapshot
Comment 2 Milos Kleint 2013-08-29 12:57:21 UTC
more or less nothing can be done here. When the plugin artifact is missing in local repository we either have to download it right away or return no results. I believe downloading is better, even if it can take time. Please note that there's no partial result to be shown here, we either get hold of the META-INF/maven/plugin.xml or we don't.

closing as wontfix