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 194525 - View hierarchy locking improvements
Summary: View hierarchy locking improvements
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-20 14:07 UTC by Miloslav Metelka
Modified: 2011-01-22 06:18 UTC (History)
0 users

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 Miloslav Metelka 2011-01-20 14:07:49 UTC
DocumentView.getPreferredSpan() now acquires VH mutex.
Logger in DocumentView now checks whether DV.getView() is properly locked.

Utilities.runViewHierarchyTransaction() allows to execute Runnable under view hierarchy lock.
Comment 1 Miloslav Metelka 2011-01-20 14:10:41 UTC
http://hg.netbeans.org/jet-main/rev/b1759aca3a4a
Comment 2 Quality Engineering 2011-01-22 06:18:25 UTC
Integrated into 'main-golden', will be available in build *201101220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b1759aca3a4a
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #194525 - View hierarchy locking improvements.