Please review the fix for issue #199156
Dusan Balek <[email protected]> Wed, 22 Jun 2011 16:51:17 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Organization | Oracle |
| Message-ID | <[email protected]> |
Hi, Issue: http://netbeans.org/bugzilla/show_bug.cgi?id=199156 Changeset: http://hg.netbeans.org/jet-main/rev/08ceca4601b0 Disabling GenerateJavadocAction when called form JavaKit$JavaInsertBreakAction under the editor write lock to prevent deadlocks. The fix is simple and there should be no risks. Thanks, Dusan