[root]/proposal/myrmidon/src/java/org/apache/aut/tar
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 29 (100.0%) | 1320 (100.0%) | 45.5 |
donaldp | 27 (93.1%) | 1301 (98.6%) | 48.1 |
adammurdoch | 2 (6.9%) | 19 (1.4%) | 9.5 |
zappity zap
0 lines of code changed in:
Decouple tar package from myrmidon by cloning Os.isFamily behaviour
5 lines of code changed in:
Add accessor for checksum
10 lines of code changed in:
Remove unused v7format variable and fixed up javadoc errors
4 lines of code changed in:
Remove unused debug variable and fixed up javadoc errors
1 lines of code changed in:
* Added PropertyResolver service interface, together with 2 implementations.
(One implementation mimics Ant1 behaviour). These are added in the
"workspace" packages, since that's where PropertyUtil was. Not sure if this
is the right place.
* DefaultTaskContext now implements Context interface, used by
PropertyResolver. This avoids having the PropertyResolver dependent on
TaskContext, avoiding a potential circularity problem. (since TaskContext has
a "resolve" method of it's own).
* Removed PropertyUtil.
* Tests for PropertyResolver implementations.
Submitted by Darrell DeBoer [darrell@apache.org]
1 lines of code changed in:
* Added OsFamily enumerated type, to represents OS groupings.
* Replaced all usages of Os.isFamily( String ) with Os.isFamily( OsFamily ).
* Replaced all usages of "os.name" system properties with calls to Os.isFamily().
18 lines of code changed in:
Allow v7 format tar files
(Patch copied from main source tree)
2 lines of code changed in:
Dont modify loop counters in for loops
36 lines of code changed in:
Make sure that the modifiers are in correct order
1 lines of code changed in:
Cleaned up code and made some violations go away
422 lines of code changed in:
Made class package access and cleaned up code a little
170 lines of code changed in:
Moved NAMELEN constant to TarEntry and made class package access
3 lines of code changed in:
Made class package access as it does not need to be accessed outside this package
3 lines of code changed in:
Remove unused local variable
Fixing a audit violation
4 lines of code changed in:
Move general purpose utility code for bzip/zip/tar into aut
640 lines of code changed in: