This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257538

Summary: closing scriptlet tag after java comments leads to strange behaviour (in block?)
Product: javaee Reporter: ctst
Component: JSPAssignee: issues@javaee <issues>
Status: NEW ---    
Severity: normal CC: ctst
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: example code of issue

Description ctst 2016-01-12 15:42:13 UTC
Created attachment 158104 [details]
example code of issue

For example:

<% 
if(true){
//comment%>
    code
<%}%>

The editor behaves strange on the code (e.g. attachment, using an empty expression solves the issue)