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 267486 - Check all CaretMoveHandler impls called under document's read lock
Summary: Check all CaretMoveHandler impls called under document's read lock
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-08 14:29 UTC by Miloslav Metelka
Modified: 2016-08-11 01:56 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 2016-08-08 14:29:08 UTC
All impls should be checked to not run into a deadlock issue #262806.
Comment 1 Miloslav Metelka 2016-08-09 14:57:25 UTC
Fixed as http://hg.netbeans.org/jet-main/rev/4e424adc6244
Comment 2 Quality Engineering 2016-08-11 01:56:07 UTC
Integrated into 'main-silver', will be available in build *201608110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4e424adc6244
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #267486 - Check all CaretMoveHandler impls called under document's read lock.