[root]/src/main/org/apache/tools/ant/input
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 72 (100.0%) | 854 (100.0%) | 11.8 |
bodewig | 27 (37.5%) | 623 (73.0%) | 23.0 |
antoine | 17 (23.6%) | 82 (9.6%) | 4.8 |
mbenson | 1 (1.4%) | 80 (9.4%) | 80.0 |
jglick | 4 (5.6%) | 41 (4.8%) | 10.2 |
peterreilly | 11 (15.3%) | 15 (1.8%) | 1.3 |
conor | 4 (5.6%) | 9 (1.1%) | 2.2 |
jkf | 6 (8.3%) | 3 (0.4%) | 0.5 |
donaldp | 2 (2.8%) | 1 (0.1%) | 0.5 |
some checkstyle changes
3 lines of code changed in:
copy2license.pl
36 lines of code changed in:
Display the default value for an input prompt sensibly.
16 lines of code changed in:
Actually permit validargs and defaultvalue together in the default handler.
Formerly, would just prompt you again if you just pressed Enter.
1 lines of code changed in:
InputHandler implementations may now call InputRequest.getDefaultValue() if they wish.
17 lines of code changed in:
Correcting use of deprecated API.
7 lines of code changed in:
Removing unused imports.
0 lines of code changed in:
greedy input handler; will consume stdin completely for unattended builds.
80 lines of code changed in:
removed lines with $Revision: x.y $ lines (after verification)
3 lines of code changed in:
javadoc
8 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
5 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
10 lines of code changed in:
add flush are println in DefaultHandlerHandler#handleInput
- some java jvms do not flush the output for System.err.println()
in particular z/OS
PR: 26655
Obtained from: wwalsh at curamsoftware dot com
1 lines of code changed in:
Switch to Apache Software License 2.0
60 lines of code changed in:
removing enum variable
PR: 22345
Obtained from:
Submitted by:
Reviewed by:
3 lines of code changed in:
checkstyle
7 lines of code changed in:
whitespace changes
10 lines of code changed in:
Don't let the garbage collector close System.in
14 lines of code changed in:
style
9 lines of code changed in:
(8 more)