Review of fix 165803
Tomas Zezula <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
http://www.netbeans.org/issues/show_bug.cgi?id=165803 The invalid value of the SourceCache caused the parser to be started on the staled data when running several MultiUserTasks. The parser results were not corresponding to the source in the editor which caused data lost. The MultiUserTasks should not share data as they are transient. Fix: The successive MultiUserTasks do not share snapshots. Change set: http://hg.netbeans.org/jet-main/rev/580220052898 Tomas