Michael Peter Christen
e9c5e78868
replaced new Number(Number) with Number.instanceOf
...
to remove deprecation warnings for Java 9
3 years ago
Michael Peter Christen
9e13d77de4
removed call to class.finalize() because of deprecation in java 9
...
next: removal of finalize() implementation
after testing with assert false
3 years ago
luccioman
e1bc035496
Ignore Eclipse projects config files derived from maven pom.xml
6 years ago
luccioman
f35587d6f6
Ignore maven build repositories
8 years ago
reger
51e7151591
more fixes for sevenZip parser exception on specific archives
...
Found 2 more cases were modified code throws exceptions while original J7Zip
unpacks it.
Reimplemented error prone CoderMixer2ST from unmodified J7Zip.jar.
9 years ago
reger
5b07f3473e
fix sevenZip parser exception with LZMA BCJ2 format archives,
...
see http://mantis.tokeek.de/view.php?id=641
+ sanitize some type cast's in modified sevenZip lib
9 years ago
reger
c2a88d53ab
fix use of not initialized variable (m_LiteralDecoder)
9 years ago
reger
96b8d9b09e
moving the J7Zip-modified source and Maven build to libbuild
...
from main pom.
Using source included in j7zip-modified.jar.
This combines all external lib preparation in the libbuild main pom.
9 years ago