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.
Comments have no impact on the size of the generated class file. This appears to be a duplicate of the issues raised after the try/finally clean-up fixes. *** This bug has been marked as a duplicate of bug 60613 ***