Directory src/main/org/apache/tools/zip/

Directory Created:
2001-04-23 16:12
Total Files:
11
Deleted Files:
0
Lines of Code:
3015

Browse with ViewVC

[root]/src/main/org/apache/tools/zip

Lines of Code

src/main/org/apache/tools/zip/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 192 (100.0%) 4510 (100.0%) 23.4
bodewig 80 (41.7%) 3597 (79.8%) 44.9
peterreilly 31 (16.1%) 294 (6.5%) 9.4
sbailliez 10 (5.2%) 235 (5.2%) 23.5
antoine 30 (15.6%) 164 (3.6%) 5.4
conor 17 (8.9%) 103 (2.3%) 6.0
mbenson 2 (1.0%) 48 (1.1%) 24.0
jkf 16 (8.3%) 27 (0.6%) 1.6
stevel 3 (1.6%) 17 (0.4%) 5.6
donaldp 2 (1.0%) 13 (0.3%) 6.5
jglick 1 (0.5%) 12 (0.3%) 12.0

Most Recent Commits

peterreilly 2006-11-18 17:57

checkstyle

17 lines of code changed in:

peterreilly 2006-11-06 22:58

trailing spaces

3 lines of code changed in:

bodewig 2006-09-01 18:49

copy2license.pl

66 lines of code changed in:

jglick 2006-08-17 22:17

Minor optimization to save maybe 1-2Mb of heap used to create a 30Mb ZIP file.

(extraFields is usually empty, so leave null unless really needed.)

Heap usage from <zip> still intense, however - some ZipEntry's (another 1-2Mb)

but mostly String's (9Mb!) from all the FileSet's which are kept in memory.

For the same 30Mb (compressed) ZIP file, need about 15Mb heap at peak.

Not clear whether that could be improved without breaking B/C. Another day.

12 lines of code changed in:

jkf 2006-04-21 21:47

indicated when methods/classes became deprecated, as to give us the possibility to remove deprecated methods in the future.

3 lines of code changed in:

sbailliez 2005-10-22 17:58

JDK 1.2 is EOL and documentation is no more available. Point to JDK 5 API

PR: 37203

3 lines of code changed in:

mbenson 2005-05-23 19:51

ResourceCollections

16 lines of code changed in:

jkf 2005-05-22 17:32

Removed reflection for 1.1 purposes

14 lines of code changed in:

jkf 2005-05-22 15:56

Throwable caught for 1.1 compatibility only according to comment. As catiching Throwable generally is a bad thing, removed.

0 lines of code changed in:

bodewig 2005-05-13 08:09

<unzip> and <untar> could leave streams open. PR 34893

11 lines of code changed in:

stevel 2005-04-21 13:33

javadocs

1 lines of code changed in:

bodewig 2005-03-11 08:41

Make Solaris detect Ant jar files as jar files, PR: 32649

106 lines of code changed in:

jkf 2005-03-09 00:20

removed lines with $Revision: x.y $ lines (after verification)

1 lines of code changed in:

bodewig 2005-02-18 13:15

Allo zip to store files with size between 2GB and 4GB

17 lines of code changed in:

mbenson 2005-02-02 23:55

Added level attribute to zip & subclasses.

PR: 25513

32 lines of code changed in:

sbailliez 2005-01-22 22:56

Reactivate methods disabled in PR 33049.

The equals method was a bit lousy and does not have a real meaning, so I keep it clear that the equals is related to the instance and nothing else. the hashCode method is actually the most important for performance.



I have yet to find a way to unit test it programmatically as I don't understand the Zip task impl. at first glance.

12 lines of code changed in:

jkf 2005-01-11 23:09

PR: 33049



A zip entry is not equal to another zip entry when the name matches.

Multiple files may have the same name, and have for instance different

offsets.

8 lines of code changed in:

peterreilly 2005-01-07 14:11

javadoc

48 lines of code changed in:

peterreilly 2005-01-07 13:23

opps

1 lines of code changed in:

peterreilly 2005-01-07 13:21

checkstyle

46 lines of code changed in:

(55 more)

Generated by StatSVN 0.3.2-SNAPSHOT