Review of the issue # 175548 (web.jsf.editor)
Marek Fukala <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
https://netbeans.org/bugzilla/show_bug.cgi?id=175548 Description: EL code completion offers wrong items for types Iterable<T> - it offers T's properties instead of properties of the Iterable class itself. Impact: In most cases of the EL usages in JSF pages the expression doesn't involve "iterated" objects the completion largely offers wrong items. Changeset: http://hg.netbeans.org/web-main/rev/ea339b40ad21 Thanks for the review, Marek