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 244340 - Slow code completion
Summary: Slow code completion
Status: RESOLVED DUPLICATE of bug 221657
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-06 23:38 UTC by renatolima
Modified: 2014-07-16 13:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log do IDE (85.61 KB, text/plain)
2014-05-06 23:38 UTC, renatolima
Details
Arquivo .npss anexado do NetBeans (883.57 KB, application/x-npss)
2014-05-07 23:00 UTC, renatolima
Details
Service used (9.08 KB, text/x-groovy)
2014-05-07 23:08 UTC, renatolima
Details

Note You need to log in before you can comment on or make changes to this bug.
Description renatolima 2014-05-06 23:38:02 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01


The bug 243773 javascri Editor ppisl VERI FIXE Code completion is slow

Don't solve for me yet.I wait about 60 min, more or less.
Comment 1 renatolima 2014-05-06 23:38:06 UTC
Created attachment 147150 [details]
Log do IDE
Comment 2 Vladimir Riha 2014-05-07 11:35:27 UTC
Could you please describe more thoroughly the issue? If it is about slow code completion, could you please
 - attach profiling snapshot (see [1])
 - if possible, attach the project


Closing as incomplete, please provide the requested information and reopen. Thank you in advance. 

[1] http://wiki.netbeans.org/FaqProfileMeNow
Comment 3 renatolima 2014-05-07 23:00:01 UTC
Created attachment 147168 [details]
Arquivo .npss anexado do NetBeans

arquivo .npss
Comment 4 renatolima 2014-05-07 23:08:09 UTC
When I execute servicoCampoUtilsService. to call save the problem occurs. I made a mistake, the problem happens in javascript editor but not groovy editor. Sorry.
Comment 5 renatolima 2014-05-07 23:08:14 UTC
Created attachment 147169 [details]
Service used
Comment 6 renatolima 2014-05-07 23:15:48 UTC
The real problem happens in groovy editor but not javascript editor. Sorry again.
Comment 7 Vladimir Riha 2014-05-09 06:41:26 UTC
Thank you, so reassigning to Groovy then.
Comment 8 Martin Janicek 2014-07-16 13:11:48 UTC
Most of the time (approx. 85%) spend in groovy compiler. Rest of the time consumes code completion computation which is already reported as issue 221657. Closing as duplicate

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