[root]/src/testcases/org/apache/tools/ant/util
facade
(0 files, 0 lines)
regexp
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 185 (100.0%) | 2196 (100.0%) | 11.8 |
bodewig | 69 (37.3%) | 1038 (47.3%) | 15.0 |
antoine | 53 (28.6%) | 399 (18.2%) | 7.5 |
jkf | 8 (4.3%) | 196 (8.9%) | 24.5 |
sbailliez | 3 (1.6%) | 129 (5.9%) | 43.0 |
stevel | 4 (2.2%) | 92 (4.2%) | 23.0 |
umagesh | 4 (2.2%) | 87 (4.0%) | 21.7 |
peterreilly | 13 (7.0%) | 85 (3.9%) | 6.5 |
mbenson | 21 (11.4%) | 80 (3.6%) | 3.8 |
ehatcher | 2 (1.1%) | 55 (2.5%) | 27.5 |
jglick | 3 (1.6%) | 22 (1.0%) | 7.3 |
adammurdoch | 1 (0.5%) | 8 (0.4%) | 8.0 |
conor | 3 (1.6%) | 4 (0.2%) | 1.3 |
costin | 1 (0.5%) | 1 (0.0%) | 1.0 |
committing the 'D' portion from svn move src/testcases src/tests/junit
0 lines of code changed in:
bugzilla report 38451: handling of html option of aantlr
23 lines of code changed in:
testcase for ReaderInputStream
3 lines of code changed in:
Bugzilla 40300: incorrent handling of exceptions in <copy>
5 lines of code changed in:
copy2license.pl
96 lines of code changed in:
#40281: "Cannot resolve path" error thrown gratuitously.
6 lines of code changed in:
Remove unused imports from testcases
10 lines of code changed in:
preserve case on Cygwin when using 1.4 toURI
11 lines of code changed in:
more systematic handling of URIs, delegation of work to the JDK
for toURI and fromURI
patches prepared by Jesse Glick, Bugzilla 8031
43 lines of code changed in:
Add NS support to DOMElementWriter
110 lines of code changed in:
fix extraneous whitespace, should fix svn-antlib tests
52 lines of code changed in:
fix for bug report 37348
encode non ascii characters in FileUtils.toURI()
this allows to process XML documents with System entities
housed in non ASCII paths.
4 lines of code changed in:
Fix performance issue with StringBuffer.toString() on JDK 5.
PR: 37169
47 lines of code changed in:
Removing old code testing for JDK 1.0 and 1.1.
3 lines of code changed in:
On DOS and Netware, filenames beginning with a drive letter
and followed by a colon but with no directory separator following
the colon are no longer (incorrectly) accepted as absolute pathnames
by FileUtils.normalize() and FileUtils.isAbsolutePath(). Netware
volumes can still be specified without an intervening separator.
UNC pathnames on Windows must include a server and share name, i.e.
"\\a\b" to be considered valid absolute paths.
FileUtils.resolveFile() promised to return absolute files but
did not always do so.
69 lines of code changed in:
Port LineOrientedOutputStream from svn proposal, add tests
5 lines of code changed in:
Adapted the FileUtils test to show behaviour based on os type.
73 lines of code changed in:
Make use of FileUtils in a uniform way via the getFileUtils method and a static final reference in the using files.
Also removed unused/* imports along the way.
113 lines of code changed in:
with the bugzilla change 30161 it is not necessary to place
Path.systemClasspath in the antclassloader
Doing so causes resources to appear twice
5 lines of code changed in:
Trying to make unit tests independent of CWD.
13 lines of code changed in:
(59 more)