[root]/proposal/myrmidon/src/main/org/apache/tools/ant/util
depend
(0 files, 0 lines)
mappers
(0 files, 0 lines)
regexp
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 78 (100.0%) | 1216 (100.0%) | 15.5 |
donaldp | 76 (97.4%) | 1212 (99.7%) | 15.9 |
sbailliez | 1 (1.3%) | 4 (0.3%) | 4.0 |
adammurdoch | 1 (1.3%) | 0 (0.0%) | 0.0 |
zappity zap
0 lines of code changed in:
Cleanup imports.
0 lines of code changed in:
Move FilterSetCOllection into framework classes
1 lines of code changed in:
Remove some unused cruft
0 lines of code changed in:
Remove unused variables
0 lines of code changed in:
Style touchups
4 lines of code changed in:
- Fix order of modifiers
- Fix duplicate/unecessary imports
- Fix single if/else and loop without block
4 lines of code changed in:
Cleaned up copy method
8 lines of code changed in:
Did some create->add munging
8 lines of code changed in:
The attached patch makes <path> useable as a data-type in myrmidon.
* Added a String -> Path converter.
* Added the appropriate declarations to ant1-ant-descriptor.xml.
* PathLocation is now only used internally by Path. This means a <path> may
not contain nested <pathlocation> elements any more. Nested <path> elements
can be used to do the same thing.
* Removed Path.systemClasspath and Path.concatSystemClassPath(). The goal
is to add specialised <systemclasspath>, <antruntime>, and <javaruntime>
data-types to control this explicitly. I left it unfinished, because the
as-yet-unwritten Java util stuff will determine how it should be done.
* Moved Path.addExtdirs() -> DefaultCompilerAdaptor. This was the only
place it was used.
* Cleaned out a few more Path createX() methods.
15 lines of code changed in:
Cleanup up Path object by makign PathElement a top level class and by removing the create() methods and replacing them wiuth adder methods.
Also moved some of the static methods (particularly path parsing) into FileUtils).
93 lines of code changed in:
Made PathTokenizer package access and exposed path parsing through FileUtils.
34 lines of code changed in:
Move PathTokenizer into utils package
18 lines of code changed in:
Made all the mappers consistent
84 lines of code changed in:
Add in tuility nmethod to quote command line args - extracted from Commandline
117 lines of code changed in:
Start to refactor and cleanup javac task
1 lines of code changed in:
Restyled.
0 lines of code changed in:
Replace all different occurences of grabbing line separator with StringUtil.LINE_SEPARATOR
3 lines of code changed in:
Move contentEquals method into FixCRLF as it is not used anywhere else
3 lines of code changed in:
Start updating logging to myrmidon style logging
8 lines of code changed in:
(13 more)