HR fix for #165977
Tomasz Slota <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
>Description of the bug (including IZ #) #165977: NullPointerException at org.netbeans.modules.web.core.syntax.SimplifiedJspServlet.processImportsAndBeanDeclarations >Impact assessment i.e. why it is a showstopper? Opening a JSP with certain (legal) syntax causes a loop of exceptions. >Risk assessment i.e. why is it safe? The fix comprises of two easy parts: - added support for parsing tag attribute values specified with single quotes - removing assumption that there is always an id in each jsp:useBean declaration The risk is very low >Confirmation of peer code review and QE verification of fix reviewed by Marek Fukala and verified by Martin Schovanek >Changeset info (for reviewing diffs) http://hg.netbeans.org/web-main/rev/aaf2e75f7a54