[root]/src/main/org/apache/tools/ant/taskdefs/optional/image
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 557 (100.0%) | 32.7 |
ehatcher | 4 (23.5%) | 420 (75.4%) | 105.0 |
mbenson | 1 (5.9%) | 50 (9.0%) | 50.0 |
bodewig | 5 (29.4%) | 37 (6.6%) | 7.4 |
antoine | 3 (17.6%) | 15 (2.7%) | 5.0 |
peterreilly | 2 (11.8%) | 13 (2.3%) | 6.5 |
stevel | 1 (5.9%) | 11 (2.0%) | 11.0 |
conor | 1 (5.9%) | 11 (2.0%) | 11.0 |
checkstyle
13 lines of code changed in:
copy2license.pl
6 lines of code changed in:
Javadoc & changed File constructors from
new File(f1.getAbsolutePath() + File.separator + f2.getName()) to
new File(f1, f2.getName())
50 lines of code changed in:
2005
1 lines of code changed in:
bugzilla bug#30307 ; need a way of adding typedef'd image operations.
submitted by Christopher Lenz
11 lines of code changed in:
Various checkstyle violations
Submitted by: Larry Shatzer
And some
(untabify (point-min) (point-max))
on some files.
4 lines of code changed in:
Whitespace changes only
25 lines of code changed in:
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
0 lines of code changed in:
Copyright owner is The Apache Software Foundation
1 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
2 lines of code changed in:
Switch to Apache Software License 2.0
12 lines of code changed in:
Coding conventions
11 lines of code changed in:
Remove Jakarta Project from license
1 lines of code changed in:
IDEA reformat, and changed destdir to be File type
51 lines of code changed in:
More patches (+ test cases!) from Eric Pugh on the <image> task.
15 lines of code changed in:
changes submitted by Eric Pugh improving the <image> task. dest is now destdir - this breaks backwards compatibility, but its still in alpha so no worries.
113 lines of code changed in:
Kevin Grey's <image> task. A few modifications were made, most notably changes on setter types and removal of some unused variables flagged by IDEA.
241 lines of code changed in: