Bug 42146 - [PATCH] Statistics inner class for org.apache.fop.area.AreaTreeHandler
Summary: [PATCH] Statistics inner class for org.apache.fop.area.AreaTreeHandler
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: Other other
: P4 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-17 07:15 UTC by Adrian Cumiskey
Modified: 2012-04-01 07:09 UTC (History)
0 users



Attachments
patch file (22.18 KB, patch)
2007-04-17 07:17 UTC, Adrian Cumiskey
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Cumiskey 2007-04-17 07:15:27 UTC
Small patch which moves out all statistics/debug related code into inner class
called Statistics.

Adrian Cumiskey.
Comment 1 Adrian Cumiskey 2007-04-17 07:17:22 UTC
Created attachment 19981 [details]
patch file

As described in the main description, with some reformatting to adhere to FOP
checkstyle.
Comment 2 Vincent Hennebert 2007-04-20 01:13:39 UTC
Patch applied with some modifications.

Not sure there is a written rule anywhere, but in javadoc statements the
arguments of methods are rather formatted on one line (no carriage return
between the argument name and its description) and not indented.

Also, the maximum allowed line width in FOP is 100. I reverted some linebreaks
in your patch because they were looking a bit weird and the line was fitting in
this limit anyway.

Thanks Adrian!

Vincent
Comment 3 Glenn Adams 2012-04-01 07:09:08 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed