#176955 - AssertionError at org.netbeans.api.java.source.JavaSource$JavaSourceAccessorImpl.getJavacTask
Jan Lahoda <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
https://netbeans.org/bugzilla/show_bug.cgi?id=176955
Description: When inner to outer refactoring is applied on a class that
contains an annotation, the refactoring fails with an AssertionError
Impact: The inner to outer refactoring fails in some, not uncommon,
cases. Likely also affects other refactorings which generate new Java
classes.
Risk: The fix should not affect any features that are not affected by
the AssertionError. Printing of literals and type casts could be
affected by the fix, both of them were tested and seem to work OK.
Otherwise, the fix should be safe.
Changeset: http://hg.netbeans.org/jet-main/rev/937f1a586924
Reviewers: Jiri Prox, Pavel Flaska
Thanks for review,
Jan