Directory src/testcases/org/apache/tools/ant/taskdefs/optional/depend/

Directory Created:
2002-04-04 13:55
Directory Deleted:
2006-09-21 19:12
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

[root]/src/testcases/org/apache/tools/ant/taskdefs/optional/depend

Lines of Code

src/testcases/org/apache/tools/ant/taskdefs/optional/depend/ Lines of Code

Developers

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

Most Recent Commits

mbenson 2006-09-21 19:12

committing the 'D' portion from svn move src/testcases src/tests/junit

0 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (del)
bodewig 2006-09-01 20:04

copy2license.pl

6 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+6 -5)
jkf 2006-02-02 19:37

Remove unused imports from testcases

3 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+3 -9)
conor 2004-12-22 14:08

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:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+2 -2)
bodewig 2004-12-16 14:01

Jikes again: shadows, some private finals that could be static and statics used as instance methods

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+1 -6)
peterreilly 2004-03-09 16:49

remove authors from files

PR: 27177

Obtained from: J.M. (Martijn) Kruithof

0 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (-1)
antoine 2004-02-09 21:05

Copyright owner is The Apache Software Foundation

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+1 -1)
antoine 2004-02-04 20:38

Remove trailing spaces in all java files

in order to make checkstyle happy

2 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+2 -2)
antoine 2004-02-03 22:44

Switch to Apache Software License 2.0

12 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+12 -49)
bodewig 2003-04-15 06:03

It's me again, erm, 2003, I mean.

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+1 -1)
jesse 2003-04-15 03:34

Better detection of classes passed as method params like 'System.out.println(Outer.Inner.class);'

PR: 13273

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+1 -1)
bodewig 2003-02-10 14:15

Remove Jakarta Project from license

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+1 -1)
conor 2002-12-23 11:49

Update test code to account for the new dependency file

25 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+25 -25)
conor 2002-04-11 04:24

Fix up zipfileset references to allow any fileset

4 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+4 -1)
conor 2002-04-09 13:20

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:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+13)
conor 2002-04-09 03:51

Test depend cache

14 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+14)
conor 2002-04-09 02:37

<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:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+37 -24)
conor 2002-04-08 06:56

New depend checks

35 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (+35)
conor 2002-04-04 13:55

Test cases for <depend> task

0 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/depend: DependTest.java (new)
Generated by StatSVN 0.3.2-SNAPSHOT