[root]/src/main/org/apache/tools/ant/util/optional
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 35 (100.0%) | 935 (100.0%) | 26.7 |
peterreilly | 14 (40.0%) | 663 (70.9%) | 47.3 |
bodewig | 6 (17.1%) | 93 (9.9%) | 15.5 |
stevel | 2 (5.7%) | 92 (9.8%) | 46.0 |
conor | 2 (5.7%) | 46 (4.9%) | 23.0 |
antoine | 6 (17.1%) | 30 (3.2%) | 5.0 |
jglick | 3 (8.6%) | 7 (0.7%) | 2.3 |
jkf | 1 (2.9%) | 3 (0.3%) | 3.0 |
donaldp | 1 (2.9%) | 1 (0.1%) | 1.0 |
Correcting typo.
6 lines of code changed in:
native eol-style
131 lines of code changed in:
add implementaion for javax script runner
131 lines of code changed in:
change supportslanguge method
31 lines of code changed in:
Refactoring ScriptRunner
* split into general non-bsf dependant part and bsf-dependant part
* get classloader to be set outside scriptrunner
* allow script engine to be reused in other scripts (not used in code yet)
* add api to check if language supported (not used in code yet)
Mods from Bugzilla 40908
* add clearing of text (not used in code yet)
* add impl of eval (not used in code yet)
* use fileutils reader functionality (note: need to allow
setting of file encoding)
98 lines of code changed in:
fix javadoc
2 lines of code changed in:
remove link as import is not used
1 lines of code changed in:
checkstyle
1 lines of code changed in:
checkstyle
2 lines of code changed in:
refactoring of WeakishReference, as discussed.
6 lines of code changed in:
Move ScriptRunner (which depends on bsf.jar) to
an optional package
255 lines of code changed in:
copy2license.pl
12 lines of code changed in:
indicated when methods/classes became deprecated, as to give us the possibility to remove deprecated methods in the future.
3 lines of code changed in:
2005
1 lines of code changed in:
#32463: deprecate WeakishReference since we can assume JDK 1.2 APIs now.
1 lines of code changed in:
javadoc
11 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
2 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
4 lines of code changed in:
Switch to Apache Software License 2.0
24 lines of code changed in:
(6 more)