Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 45 (100.0%) | 787 (100.0%) | 17.4 |
src/main/org/apache/tools/ant/types/selectors/ | 29 (64.4%) | 414 (52.6%) | 14.2 |
docs/manual/CoreTypes/ | 4 (8.9%) | 130 (16.5%) | 32.5 |
docs/manual/ | 1 (2.2%) | 127 (16.1%) | 127.0 |
docs/manual/api/ | 2 (4.4%) | 27 (3.4%) | 13.5 |
proposal/ant-site/anakia/xdocs/ | 2 (4.4%) | 26 (3.3%) | 13.0 |
src/main/org/apache/tools/ant/util/ | 3 (6.7%) | 20 (2.5%) | 6.6 |
proposal/ant-site/anakia/docs/ | 1 (2.2%) | 19 (2.4%) | 19.0 |
src/testcases/org/apache/tools/ant/types/selectors/ | 2 (4.4%) | 12 (1.5%) | 6.0 |
src/main/org/apache/tools/ant/ | 1 (2.2%) | 12 (1.5%) | 12.0 |
Why not fix the comment while we are at it?
1 lines of code changed in:
Round NTFS Granularity up rather than down
1 lines of code changed in:
Improved heuristics on file timestamp granularity by adding an NTFS category and checking for it
18 lines of code changed in:
Back out javadoc-generated overwrite of our online version of the Ant API docs. This has happened before. Please be careful.
27 lines of code changed in:
First pass at fixing checkstyle issues by using IDEA to reformat code and identify problem spots
290 lines of code changed in:
Finally added some documentation on the Selectors Test Framework
0 lines of code changed in:
Fixed typos and made capitalization more consistent
38 lines of code changed in:
Added references to Selectors in fileset documentation, and cleaned up directory task documentation to be more accurate as well as point to selectors.
PR: 16682
152 lines of code changed in:
Added an option to the ContainsSelector to ignore whitespace.
Submitted by Elizabeth Cooper (with some modifications)
92 lines of code changed in:
Added a biography
7 lines of code changed in:
Correct javadoc strings on methods that list deselected files and
directories to indicate that they do in fact list files that have
NOT been selected.
Submitted by: JimWright@quick.cz (Jim Wright)
12 lines of code changed in:
Added a check on Property names using the "if" and "unless" attributes
for the selector tag, so that selectors that it contains are made
conditional.
149 lines of code changed in: