#177702 -- Code completion for import o f generic class adds extra (incorrect) te xt
Dusan Balek <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Organization | Sun Microsystems |
| Message-ID | <[email protected]> |
https://netbeans.org/bugzilla/show_bug.cgi?id=177702 Description: When typing import statement of a generic class, code completion inserts type name followed by type parameters, which is incorrect. Impact: quite annoying bug preventing users from using code completion when typing import statements. Risk: Fix is straightforward and should be safe. Changeset: http://hg.netbeans.org/jet-main/rev/1117e8da37d7 Reviewers: Jiri Prox, Jan Lahoda Thanks for review, Dusan