[root]/src/testcases/org/apache/tools/ant/taskdefs/optional/depend
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 19 (100.0%) | 158 (100.0%) | 8.3 |
conor | 8 (42.1%) | 130 (82.3%) | 16.2 |
antoine | 3 (15.8%) | 15 (9.5%) | 5.0 |
bodewig | 4 (21.1%) | 9 (5.7%) | 2.2 |
jkf | 1 (5.3%) | 3 (1.9%) | 3.0 |
jesse | 1 (5.3%) | 1 (0.6%) | 1.0 |
peterreilly | 1 (5.3%) | 0 (0.0%) | 0.0 |
mbenson | 1 (5.3%) | 0 (0.0%) | 0.0 |
committing the 'D' portion from svn move src/testcases src/tests/junit
0 lines of code changed in:
copy2license.pl
6 lines of code changed in:
Remove unused imports from testcases
3 lines of code changed in:
JDM 1.5 compiler is much smarter than previous versions in the handling of
class references which should improve the performance of <depend>
The test has been changed to work with either, allowing eitehr one or two files
PR: 32557
2 lines of code changed in:
Jikes again: shadows, some private finals that could be static and statics used as instance methods
1 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:
It's me again, erm, 2003, I mean.
1 lines of code changed in:
Better detection of classes passed as method params like 'System.out.println(Outer.Inner.class);'
PR: 13273
1 lines of code changed in:
Remove Jakarta Project from license
1 lines of code changed in:
Update test code to account for the new dependency file
25 lines of code changed in:
Fix up zipfileset references to allow any fileset
4 lines of code changed in:
Add a check in depend so that if a class file is out of date and the
source file cannot be determined, the class is not deleted and a warning
is given.
PR: 7312
13 lines of code changed in:
Test depend cache
14 lines of code changed in:
<depend> task does not handle case where an inner and outer class are written at
different times since they have a mutual dependency. I have introduced a 100
millisecond tolerance to catch this situation
PR: 7529
37 lines of code changed in:
New depend checks
35 lines of code changed in:
Test cases for <depend> task
0 lines of code changed in: