[root]/src/main/org/apache/tools/ant/taskdefs/optional/condition
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 105 (100.0%) | 17.5 |
stevel | 4 (66.7%) | 87 (82.9%) | 21.7 |
peterreilly | 1 (16.7%) | 11 (10.5%) | 11.0 |
bodewig | 1 (16.7%) | 7 (6.7%) | 7.0 |
Moving isreachable to reflect on the new method. On java <=1.4; if the hostname can be resolved then we are reachable.
All tests run against localhost. This *should* work everywhere, but no doubt someone with a confused /etc/hosts or no IPv4 stack will have different opinions.
0 lines of code changed in:
documented, and renamed the test to isreachable, because there may be more than just ping going on here (it goes through our firewall where http doesnt)
78 lines of code changed in:
javadoc
11 lines of code changed in:
Various checkstyle violations
Submitted by: Larry Shatzer
And some
(untabify (point-min) (point-max))
on some files.
7 lines of code changed in:
ispingable is defined, corrected validation logic (I think :)
1 lines of code changed in:
Move optional conditions to a suitable place
8 lines of code changed in: