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 45938 - Some CC in JSP editor is incredibly slow
Summary: Some CC in JSP editor is incredibly slow
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-07-08 15:55 UTC by L Martinek
Modified: 2006-03-24 09:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2004-07-08 15:55:47 UTC
In JSP, try CC for this

<%@page import="|

You have to wait up to 30 seconds for code
completion dialog. Same situation is for 

<jsp:useBean class="|

Look here for test results:
http://xtest-db.czech/WebPerformanceDashboard/suite.jsp?suiteName=gui.MeasureEditor
Comment 1 Petr Pisl 2004-07-08 18:40:06 UTC
Fixed in the trunk.
Comment 2 L Martinek 2004-07-13 14:44:14 UTC
verified