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 105702 - Deadlock in AnnotationHolder while replacing text in editor
Summary: Deadlock in AnnotationHolder while replacing text in editor
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
: 105704 105742 105773 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-05 10:28 UTC by Jiri Skrivanek
Modified: 2007-06-06 12:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (21.61 KB, text/plain)
2007-06-05 10:29 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2007-06-05 10:28:59 UTC
While running automated tests I experienced a dead lock in
org.netbeans.modules.editor.hints.AnnotationHolder. It is random and I can't
reproduce it manually. The test does:

- create web application with Struts framework
- create Web|Struts ActionForm Bean using new file wizard
- select whole content of new file
- replace content by something else
Comment 1 Jiri Skrivanek 2007-06-05 10:29:21 UTC
Created attachment 43230 [details]
Thread dump
Comment 3 Jan Lahoda 2007-06-05 13:06:13 UTC
*** Issue 105704 has been marked as a duplicate of this issue. ***
Comment 4 Jan Lahoda 2007-06-05 16:13:15 UTC
*** Issue 105742 has been marked as a duplicate of this issue. ***
Comment 5 Jan Lahoda 2007-06-05 17:27:25 UTC
*** Issue 105773 has been marked as a duplicate of this issue. ***
Comment 6 Jiri Skrivanek 2007-06-06 12:05:05 UTC
Verified.