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 - closing scriptlet tag after java comments leads to strange behaviour (in block?)
Summary: closing scriptlet tag after java comments leads to strange behaviour (in block?)
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-12 15:42 UTC by ctst
Modified: 2016-01-15 08:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
example code of issue (853 bytes, text/plain)
2016-01-12 15:42 UTC, ctst
Details

Note You need to log in before you can comment on or make changes to this bug.
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)