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 271413 - [90cat] waiting on everything...
Summary: [90cat] waiting on everything...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-31 11:54 UTC by muellermi
Modified: 2017-08-31 11:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (105.22 KB, text/plain)
2017-08-31 11:54 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2017-08-31 11:54:34 UTC
Product Version = NetBeans IDE Dev (Build 201708300001)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_141
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.141-b15

Reproducibility: Happens every time

a)
STEPS:
  * press "m" after "stream()."  --> this invokes code completion

ACTUAL:
  wait long time  (this is captured by slowness reporter)

EXPECTED:
 show list immideately


b)
STEPS:
  * choose method name (only if not completed automatically

ACTUAL:
  - wait long time  (this is captured by slowness reporter)
  - open alert box "initializing code template"
  - waiting an even longer time for this alert to disapear (this is NOT captured by slowness reporter)

EXPECTED:
 complete code immideately

sometimes it take more than one minute to enter a simple line of code, which might be done without the assistance of an IDE within one second...
This is a showstopper (and even prevents me from further testing of the current build)!

same proble appears on invoking templates manually, e.g. "fore {Tab}"
Comment 1 muellermi 2017-08-31 11:54:40 UTC
Created attachment 165065 [details]
IDE log