Directory src/main/org/apache/tools/ant/taskdefs/optional/junit/

Directory Created:
2000-07-20 10:02
Total Files:
23
Deleted Files:
2
Lines of Code:
6770

Browse with ViewVC

[root]/src/main/org/apache/tools/ant/taskdefs/optional/junit

                                         html (0 files, 0 lines)

                                         xsl (0 files, 0 lines)

Lines of Code

src/main/org/apache/tools/ant/taskdefs/optional/junit/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 665 (100.0%) 12124 (100.0%) 18.2
bodewig 280 (42.1%) 7762 (64.0%) 27.7
peterreilly 72 (10.8%) 863 (7.1%) 11.9
antoine 78 (11.7%) 678 (5.6%) 8.6
conor 81 (12.2%) 668 (5.5%) 8.2
jglick 19 (2.9%) 623 (5.1%) 32.7
sbailliez 38 (5.7%) 456 (3.8%) 12.0
jkf 29 (4.4%) 339 (2.8%) 11.6
rubys 6 (0.9%) 261 (2.2%) 43.5
stevel 10 (1.5%) 161 (1.3%) 16.1
donaldp 25 (3.8%) 113 (0.9%) 4.5
umagesh 6 (0.9%) 80 (0.7%) 13.3
ehatcher 10 (1.5%) 78 (0.6%) 7.8
kevj 3 (0.5%) 27 (0.2%) 9.0
mbenson 3 (0.5%) 9 (0.1%) 3.0
jskeet 5 (0.8%) 6 (0.0%) 1.2

Most Recent Commits

jglick 2007-01-22 04:04

#41422: <junit> in Ant 1.7.0 could throw NPE if no <classpath> was defined.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+4 -1)
peterreilly 2007-01-02 00:19

fix signature of JUnitTask#addClasspathEntry

13 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+13 -3)
peterreilly 2006-12-29 16:51

Check if classpath used with forked junit contains multi versions of ant

45 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+45)
jkf 2006-12-22 21:20

line length + add reason mixing ant versions.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+4 -1)
jkf 2006-12-22 21:00

improved handling of non-existent vmwatcher file.

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+9 -3)
bodewig 2006-12-04 04:51

linefeeds

38 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: Constants.java (+38 -38)
peterreilly 2006-11-13 20:28

fix javadoc

42 lines of code changed in:

peterreilly 2006-11-10 22:53

javadoc

151 lines of code changed in:

peterreilly 2006-11-09 22:39

checkstyle - mostly javadoc

304 lines of code changed in:

antoine 2006-11-09 03:45

Incorrect recursion in DOMUtil.listChildNodes()

Bugzilla 40918.



1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: DOMUtil.java (+1 -1)
peterreilly 2006-11-06 22:56

javadoc

44 lines of code changed in:

peterreilly 2006-11-05 22:50

checkstyle

26 lines of code changed in:

peterreilly 2006-10-30 22:29

Bugzilla 36733, NPE when failure in creating parser

6 lines of code changed in:

antoine 2006-10-24 03:53

remove the @link, causing a warning when building javadoc,

probably because it is a link to a private method in a private class

1 lines of code changed in:

peterreilly 2006-10-23 21:45

jasper4.1 is not in ant classpath while compiling, fix link in junittaskmirror

1 lines of code changed in:

antoine 2006-10-16 01:44

use FileUtils.close to close the Reader open for the crash file

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+1 -5)
peterreilly 2006-10-12 21:41

opps: restore correct behavour for setting basetest attributes

23 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+23 -16)
peterreilly 2006-10-11 23:13

Added outputtoformatters attribute to <junit> to allow suppression

of noisey tests. Bugzilla report 12817.

76 lines of code changed in:

peterreilly 2006-10-07 21:34

Fix for junit4

in JUnit4 annotations are placed in org.junit,

so this package needs to be made a "systempackage" for fork=no to work.

Bugzilla report 40697



2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+2)
peterreilly 2006-10-05 20:14

Bugzilla 40682: junit regression

30 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+30 -30)

(253 more)

Generated by StatSVN 0.3.2-SNAPSHOT