[root]/src/testcases/org/apache/tools/zip
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 57 (100.0%) | 446 (100.0%) | 7.8 |
bodewig | 30 (52.6%) | 343 (76.9%) | 11.4 |
antoine | 15 (26.3%) | 100 (22.4%) | 6.6 |
jkf | 1 (1.8%) | 3 (0.7%) | 3.0 |
peterreilly | 5 (8.8%) | 0 (0.0%) | 0.0 |
mbenson | 6 (10.5%) | 0 (0.0%) | 0.0 |
committing the 'D' portion from svn move src/testcases src/tests/junit
0 lines of code changed in:
copy2license.pl
36 lines of code changed in:
Remove unused imports from testcases
3 lines of code changed in:
Allo zip to store files with size between 2GB and 4GB
10 lines of code changed in:
deprecated or not, this is the only way to avoid creation of both - a Date and a Calendar instance - that works on JDK 1.3 and 1.2 - Calendar#setTimeInMillis has been protected before 1.4
10 lines of code changed in:
Don't use deprecated code. Submitted by: Kevin Jackson <kevin dot jackson at it dot fts dash vn dot com>
8 lines of code changed in:
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
0 lines of code changed in:
Copyright owner is The Apache Software Foundation
5 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
35 lines of code changed in:
Switch to Apache Software License 2.0
60 lines of code changed in:
Remove email address from sources
5 lines of code changed in:
Remove Jakarta Project from license
5 lines of code changed in:
Add support for Unix permissions to <zip> and friends, doing it the
Info-Zip way.
PR: 6492
14 lines of code changed in:
getting close to Info-Zip now, will enable it next week
19 lines of code changed in:
assert -> assertTrue in all testcases.
20 lines of code changed in:
Reimplementation of ZipOutputStream along with a subclass of ZipEntry
to allow Ant generated zip/jar/war/ear files to be extracted on Unix
boxes without permission problems for directories.
This one uses external file attributes like InfoZip's zip does, this
is a rough cut - the infrastructure to set arbitrary permissions and
add user/group IDs via Zip's external fields is there, but not used
ATM. Directories will always get 755 permissions right now.
The testcases work on my box, and I can extract Ant created archives
without any trouble - can't await tomorrows Gump run.
package documentation for org.apache.tools.zip will follow.
216 lines of code changed in: