#196443 - AWT EventQueue blocked inserting code template
Dusan Balek <[email protected]> Mon, 14 Mar 2011 16:42:20 +0100
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Organization | Oracle |
| Message-ID | <[email protected]> |
http://netbeans.org/bugzilla/show_bug.cgi?id=196443 Fix: Prevent name clashes between class fields and newly created local variables that caused infinite looping inside JavaCodeTemplateProcessor.updateDefaultValues(). Risk: none.