DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37253>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37253 ------- Additional Comments From [EMAIL PROTECTED] 2005-11-08 11:13 ------- I've had a look at this patch. The output looks quite good on most files I checked so far. The border and background painting stuff is very cool. However, you might want to look at examples/fo/basic/readme.fo where the page numbers are not quite in the right place. And examples/fo/basic/list.fo has a problem on the last page. Anyway, the above is not a big problem right now. What I'd like you to do is revisit the patch and change the following: - Convert all tab characters to spaces. We don't allow tab characters in our codebase. It would be best if you installed Checkstyle 3.5 and checked your code against the rules found in the FOP root directory. - I'd like to see a little more javadocs (to fix the Checkstyle warnings I get). We're trying to gradually fix all the warnings as we go and I'd not want to introduce too many new ones. Would you please post a revised patch fixing the two issues above? Thanks! Another thing that should be looked (not mandatory IMO) at are the warnings due to the getValue() calls without a PercentBaseContext. I don't say what you did was wrong and the warning shouldn't be issued. However, I think your code doesn't handle percentages right now. On the other side, I'm not sure how to properly handle this case in TXTHandler. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
