[root]/proposal/myrmidon/src/java/org/apache/aut/bzip2
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 19 (100.0%) | 1038 (100.0%) | 54.6 |
donaldp | 16 (84.2%) | 809 (77.9%) | 50.5 |
sbailliez | 2 (10.5%) | 228 (22.0%) | 114.0 |
adammurdoch | 1 (5.3%) | 1 (0.1%) | 1.0 |
zappity zap
0 lines of code changed in:
Remove unused member variables
2 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:
Style touchups
12 lines of code changed in:
Some cleanups suggested by audit task
20 lines of code changed in:
*** empty log message ***
333 lines of code changed in:
Fixup location of []s
289 lines of code changed in:
Move []s to component type and not postfix variable (like icky c programmers do)
Removed a few unecessary casts
Removing a Audit violation
20 lines of code changed in:
Move []s to component type and not postfix variable (like icky c programmers do)
Removing a Audit violation
2 lines of code changed in:
- Fix order of modifiers
- Fix duplicate/unecessary imports
- Fix single if/else and loop without block
228 lines of code changed in:
Move general purpose utility code for bzip/zip/tar into aut
131 lines of code changed in: