forked from eclipse-platform/eclipse.platform.text
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make AbstractLineTracker thread safe (eclipse-platform#91)
Change that introduced DocumentRewriteSession was not thread safe. Code that modified document via set() or replace() in parallel with other thread working in startRewriteSession()/startRewriteSession()/flushRewriteSession() could run in troubles. Fixes eclipse-platform#91
- Loading branch information
1 parent
9a8251e
commit 35da5de
Showing
1 changed file
with
130 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters