Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 886 (100.0%) | 31.6 |
conor | 12 (42.9%) | 765 (86.3%) | 63.7 |
antoine | 9 (32.1%) | 63 (7.1%) | 7.0 |
bodewig | 4 (14.3%) | 48 (5.4%) | 12.0 |
peterreilly | 2 (7.1%) | 7 (0.8%) | 3.5 |
jhm | 1 (3.6%) | 3 (0.3%) | 3.0 |
Add rule to allow in-line suppression of specific
checkstyle rules.
This will allow code that is kept for backward
compatible reasons to be marked in the code, and
ignored in the checkstyle report.
7 lines of code changed in:
copy2license.pl
48 lines of code changed in:
Remove check for author in javadoc class header
0 lines of code changed in:
Copyright owner is The Apache Software Foundation
3 lines of code changed in:
New license
45 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
2 lines of code changed in:
adapt checkstyle configuration to the new license
13 lines of code changed in:
Display number of the column where the "error" occured (if present).
3 lines of code changed in:
Update stylesheets to use Xalan2 redirect.
PR: 21627
Submitted by: Paul Krause
2 lines of code changed in:
More cleanup
16 lines of code changed in:
More checkstyle fixes
26 lines of code changed in:
Fix up style errors
2 lines of code changed in:
Checkstyle update
I've updated the checkstyle buildfile (check.xml) to the
latest version of checkstyle. I've also updated
the HTML stylesheet and created two new stylesheets to render
the checkstyle report in plain text and the xdoc format we
use for the other Ant documentation.
I've also moved the checkstyle related stuff into its own area.
719 lines of code changed in: