You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scanning the following code will cause a NullPointerException:
component {
function render() {
writeOutput("</div>");
}
}
There is no exception when:
there's a preceding writeOutput("<div>"); line
the string contains anything else than the closing HTML tag, ie. writeOutput("div") (the opening tag, instead of the closing one) or writeOutput("foo").