https://bz.apache.org/bugzilla/show_bug.cgi?id=60653
Bug ID: 60653
Summary: remove or make optional output of comment
Product: Tomcat 8
Version: 8.5.9
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
In Generator.java when generating the setters, it outputs a comment for each
one. This line:
out.printil("// "+m.getFile()+"("+m.getLineNumber()+","+m.getColumnNumber()+")
"+ attrs[i].getTagAttributeInfo());
Can either remove this comment output or make it some type of optional debug
setting? We've got a scenario with some custom tags that causes really large
generated code and much of it is comments due to this line.
thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]