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 190036 - Scriplet formatting broken
Summary: Scriplet formatting broken
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P4 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-31 16:50 UTC by Martin Schovanek
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2010-08-31 16:50:41 UTC
[#201008310001, jdk1.6]

to reproduce:
-------------
1) have a .jsp like:
<%
String s;
%>

2) format it
ERROR: Format shifts the Java code by 12 instead of 4 positions to right. The results looks like:
<%
            String s;
%>
Comment 1 Martin Balin 2016-07-07 08:55:55 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss