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 79366

Summary: Rewrite JSP formatting engine
Product: javaee Reporter: Tomasz Slota <tslota>
Component: JSPAssignee: Tomasz Slota <tslota>
Status: VERIFIED FIXED    
Severity: blocker CC: issues, pjiricka
Priority: P3 Keywords: PERFORMANCE
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 80047    

Description Tomasz Slota 2006-06-28 19:13:41 UTC
This bug has been extracted from #67863. The JSP code formatter should be
rewritten to solve a performance problem, remove extensive code duplication with
the HTML/XML formatters and improve code readibility.

See the description of #67863 for details.
Comment 1 Tomasz Slota 2006-08-03 09:55:00 UTC
done.

Checking in web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JspFormatter.java;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JspFormatter.java,v  <--  
JspFormatter.java
new revision: 1.32.8.3.2.6; previous revision: 1.32.8.3.2.5
done
Checking in xml/tageditorsupport/src/org/netbeans/modules/editor/structure/formatting/
TagBasedFormatter.java;
/cvs/xml/tageditorsupport/src/org/netbeans/modules/editor/structure/formatting/Attic/
TagBasedFormatter.java,v  <--  TagBasedFormatter.java
new revision: 1.1.2.8; previous revision: 1.1.2.7
done
Comment 2 Jindrich Sedek 2006-08-22 14:02:21 UTC
v.