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 171093 - 42s in java code completion (after presing enter?)
Summary: 42s in java code completion (after presing enter?)
Status: RESOLVED DUPLICATE of bug 169040
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmichalsky
URL: http://statistics.netbeans.org/except...
Keywords:
: 171103 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-08-28 16:42 UTC by Jesse Glick
Modified: 2009-09-09 17:54 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 157212


Attachments
nps snapshot (15.01 KB, bin/nps)
2009-08-28 16:42 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-08-28 16:42:23 UTC
Build: NetBeans IDE Dev (Build 090828)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.28-15-generic, i386

User Comments:
jglick: Used code completion to override a method.


Maximum slowness yet reported was 42974 ms, average is 42974
Comment 1 Jesse Glick 2009-08-28 16:42:36 UTC
Created attachment 86796 [details]
nps snapshot
Comment 2 Max Sauer 2009-08-31 10:03:02 UTC
Tome, could you please have a look? Thanks.
Comment 3 Max Sauer 2009-08-31 12:04:00 UTC
*** Issue 171103 has been marked as a duplicate of this issue. ***
Comment 4 Tomas Zezula 2009-08-31 15:25:45 UTC
Everyone is blocked by NbModuleProject.getModuleList() for 42.6s
There are two problems:
1) The smaller one, Java code completion should do substituteText outside AWT.
2) The bigger one, 42s in nb project.
I've filled the issue #171183 on java/editor to run substituteText in RunOffAWT.
Reassigning the second problem to api support.
Comment 5 Jesse Glick 2009-09-09 17:54:47 UTC
Loading module list.

*** This issue has been marked as a duplicate of 169040 ***