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 111376 - Update of jsp imports blocked CC
Summary: Update of jsp imports blocked CC
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-07-30 17:37 UTC by ehucka
Modified: 2007-08-17 11:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threaddump (40.53 KB, text/plain)
2007-07-30 17:37 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2007-07-30 17:37:14 UTC
Product Version: NetBeans IDE Dev (Build 070730) Java: 1.6.0_02; Java HotSpot(TM) Server VM 1.6.0_02-b05 System: Linux
version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)

Since I have added an new import to <%@page import tag java CC started to show "Scanning in progress..." in jsp and java
source files too. There is not shown any progress bar in status bar.
Comment 1 ehucka 2007-07-30 17:37:53 UTC
Created attachment 45887 [details]
threaddump
Comment 2 Marek Fukala 2007-08-02 19:10:52 UTC
The java parsing seems to be stuck from some reason - weird thing is the number of request processor threads in the
dump. I cannot say what caused this. Are you able to reproduce? Reassigning to Tomasz since he is the JSP-JAVA exprert now.
Comment 3 ehucka 2007-08-03 08:48:42 UTC
It occured several times in that build not only during modifying of import sections. Always only a few minutes of a jsp
editing after restart of ide. I will watch it in next builds.
Comment 4 Tomasz Slota 2007-08-03 09:38:53 UTC
I cannot reproduce it in the current build, Dusane can you please have a look at the stack trace?
Comment 5 Dusan Balek 2007-08-03 14:54:39 UTC
Are you able to reproduce the issue in the current dev build?
Comment 6 ehucka 2007-08-03 15:44:32 UTC
no, I cannot reproduce it but it was random
Comment 7 Dusan Balek 2007-08-06 09:42:02 UTC
There are several Java completion threads waiting for scan finish. However, there is no RepositioryUpdater running.
Tomas, any idea???
Comment 8 Tomas Zezula 2007-08-13 10:21:59 UTC
The same as the last time, you forgot to reset the document property.
Comment 9 Dusan Balek 2007-08-13 10:54:03 UTC
Should be fixed together with #112436.
Comment 10 ehucka 2007-08-17 11:09:06 UTC
verified