[root]/src/main/org/apache/tools/ant/dispatch
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 13 (100.0%) | 254 (100.0%) | 19.5 |
umagesh | 4 (30.8%) | 186 (73.2%) | 46.5 |
peterreilly | 3 (23.1%) | 40 (15.7%) | 13.3 |
bodewig | 4 (30.8%) | 23 (9.1%) | 5.7 |
stevel | 1 (7.7%) | 3 (1.2%) | 3.0 |
mbenson | 1 (7.7%) | 2 (0.8%) | 2.0 |
copy2license.pl
18 lines of code changed in:
javadoc + linelength
40 lines of code changed in:
Spelling
2 lines of code changed in:
Various checkstyle violations
Submitted by: Larry Shatzer
And some
(untabify (point-min) (point-max))
on some files.
5 lines of code changed in:
These are all patches to stop java1.5 whining about varargs.
In java.15 some of the reflection APIs are overloaded to be
usable via varargs, so untyped things cause confusion. These
are everywhere that bootstrap complains.
3 lines of code changed in:
Tasks extending from oata.Task and implementing Dispatchable are not dispatchable.
114 lines of code changed in:
Tasks extending from abstract DispatchTask may have multiple action methods that will get invoked depending upon the action attribute of the task.
72 lines of code changed in: