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 35930 - Read-locking of JavaEditor.processAnnotations()
Summary: Read-locking of JavaEditor.processAnnotations()
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-05 15:14 UTC by Miloslav Metelka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for read-locking of JavaEditor.processAnnotations() (2.47 KB, patch)
2003-09-05 15:19 UTC, Miloslav Metelka
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2003-09-05 15:14:06 UTC
The code attaching parser annotations to a
document should operate under Document.render().
Comment 1 Miloslav Metelka 2003-09-05 15:18:50 UTC
Attaching the potential fix.
The fix is related to #33165 and #14803 and I will commit those all at
once after some further testing.
Comment 2 Miloslav Metelka 2003-09-05 15:19:43 UTC
Created attachment 11528 [details]
Patch for read-locking of JavaEditor.processAnnotations()
Comment 3 Jan Pokorsky 2004-02-10 15:54:55 UTC
Mila already commited the patch. So I consider this as fixed.