Community
Participate
Working Groups
Build Identifier: M20080911-1700 In the style tab of jsp file, when the value of type attribute of the label is "text/script", the Content Assist function is triggered and Null pointer exception will be generated in error log. Error position: at org.eclipse.wst.html.core.internal.htmlcss.StyleElementAdapter.getMode l(StyleElementAdapter.java:169) Reproducible: Always Steps to Reproduce: 1.Create a JSP file and open it using JSP Editor. 2.Add style label in the JSP file, and set the attribute value of the label to "text/script". text/script”。 3.By triggering the Content Assist function in the block of the style label, Null pointer exception will be generated.
Thanks for the report. *** This bug has been marked as a duplicate of bug 170080 ***
Created attachment 164928 [details] When the Content Assist function is triggered in the style label, Null Pontere Exception occurs. In the style tab of jsp file, when the value of type attribute of the label is "text/script", the Content Assist function is triggered and Null pointer exception will be generated in error log. Error position: at org.eclipse.wst.html.core.internal.htmlcss.StyleElementAdapter.getMode l(StyleElementAdapter.java:169)
Thanks for the patch, this has already been addressed by bug 170080.