[root]/src/main/org/apache/tools/ant/taskdefs/optional/junit
html
(0 files, 0 lines)
xsl
(0 files, 0 lines)
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 |
#41422: <junit> in Ant 1.7.0 could throw NPE if no <classpath> was defined.
4 lines of code changed in:
fix signature of JUnitTask#addClasspathEntry
13 lines of code changed in:
Check if classpath used with forked junit contains multi versions of ant
45 lines of code changed in:
line length + add reason mixing ant versions.
4 lines of code changed in:
improved handling of non-existent vmwatcher file.
9 lines of code changed in:
linefeeds
38 lines of code changed in:
fix javadoc
42 lines of code changed in:
javadoc
151 lines of code changed in:
checkstyle - mostly javadoc
304 lines of code changed in:
Incorrect recursion in DOMUtil.listChildNodes()
Bugzilla 40918.
1 lines of code changed in:
javadoc
44 lines of code changed in:
checkstyle
26 lines of code changed in:
Bugzilla 36733, NPE when failure in creating parser
6 lines of code changed in:
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:
jasper4.1 is not in ant classpath while compiling, fix link in junittaskmirror
1 lines of code changed in:
use FileUtils.close to close the Reader open for the crash file
1 lines of code changed in:
opps: restore correct behavour for setting basetest attributes
23 lines of code changed in:
Added outputtoformatters attribute to <junit> to allow suppression
of noisey tests. Bugzilla report 12817.
76 lines of code changed in:
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:
Bugzilla 40682: junit regression
30 lines of code changed in:
(253 more)