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 242312

Summary: CodeCompletion took 16656 ms.
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: deep_pl, jyeary, KhArtNJava
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202881
Attachments: nps snapshot

Description Exceptions Reporter 2014-02-25 09:47:36 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows XP

User Comments:
GUEST: Running my file took a bit longer and this message popped up.

GUEST: Suggestion delay

deep_pl: FORMATING

jyeary: Unknown

KhArtNJava: dsf

GUEST: <??????? ???????? ???????? ??? ???? ??? ???????????????>/



Maximum slowness yet reported was 16656 ms, average is 5642
Comment 1 Exceptions Reporter 2014-02-25 09:47:37 UTC
Created attachment 145563 [details]
nps snapshot
Comment 2 Tomas Zezula 2014-02-25 09:54:15 UTC
Non needed IO done by CSS Completion Provider.
Should be improved by d678f6fcf937 at least the IO should be done once.