Re: HG fix review: 229754 - 'Convert method to Asynchronous' must be disabled on async methods
Petr Hejl <[email protected]> Thu, 16 May 2013 13:50:09 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
The patch seems to be ok. P. On 05/16/2013 10:12 AM, David Konecny wrote: > https://netbeans.org/bugzilla/show_bug.cgi?id=229754 > 'Convert method to Asynchronous' must be disabled on async methods > > Problem: 'Convert method to Asynchronous' is new EE7 Insert Code action > and triggering it can result into generation of uncompilable code > > Fix: action was enabled on wrong context and this has been fixed now > > Risk: very low > > Diff: http://hg.netbeans.org/main-golden/rev/f6ea1ef4a89c > > Thanks, > -David > >