[root]/src/testcases/org/apache/tools/ant/util/regexp
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 107 (100.0%) | 774 (100.0%) | 7.2 |
bodewig | 55 (51.4%) | 442 (57.1%) | 8.0 |
sbailliez | 7 (6.5%) | 183 (23.6%) | 26.1 |
antoine | 24 (22.4%) | 144 (18.6%) | 6.0 |
jkf | 3 (2.8%) | 4 (0.5%) | 1.3 |
conor | 1 (0.9%) | 1 (0.1%) | 1.0 |
peterreilly | 8 (7.5%) | 0 (0.0%) | 0.0 |
mbenson | 9 (8.4%) | 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
48 lines of code changed in:
Remove unused imports from testcases
4 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
8 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
40 lines of code changed in:
Switch to Apache Software License 2.0
96 lines of code changed in:
Insert empty strings instead of "null" for groups that didn't match.
PR: 14619
11 lines of code changed in:
Remove email address from sources
8 lines of code changed in:
Remove Jakarta Project from license
8 lines of code changed in:
part two of the patch to make Jakarta-Regexp tests pass
4 lines of code changed in:
Make tests pass on Linux as well (by not expecting them to pass).
16 lines of code changed in:
filling my role as post-commit script ;-)
5 lines of code changed in:
Fixes should be in all related testcases now.
73 lines of code changed in:
- Added some more tests. All tests that fail have
not been commented but rather modify to trigger
once they are fixed.
If Unix people could tests and make sure that they
pass on Unix that would be nice.
110 lines of code changed in:
License police on testcases and stylesheets:
Make sure all years in which the file has been modified are listed.
4 lines of code changed in:
assert -> assertTrue in two testcases I had missed.
12 lines of code changed in:
Add testcases for the substitution methods (and make them work 8-)
Add testcase for <replaceregexp>, this task now works with ORO,
Jakarta Regexp and JDK 1.4 if you use \1 to refer to parens in the
regular expression.
137 lines of code changed in:
testcases for case insensitive matches as well as multiline versus
singleline mode.
Note 1: doStartTest1 fails with ORO 2.0 but works with 2.0.4, better
use the latest release 8-)
Note 2: doEndTest2 fails with Jakarta Regexp 1.2, I've disabled it for
the time being, but may look into it later (file a bug report,
and so on).
71 lines of code changed in:
assert -> assertTrue in all testcases.
17 lines of code changed in:
(5 more)