jdk-24/jdk/test/java/util
Xueming Shen 4b33465b42 6707281: Adler32.update() JavaDoc is wrong
6553961: java.util.zip.{CRC32,Adler32}.update(int) doc errors
6646605: Missing method ZipFile.getComment()
6841232: ZipFile should implement Closeable
4985614: Failure on calls to ZipFile constructor
5032358: "java.util.zip.ZipException: The system cannot find the file specified"
6846616: java/util/zip/ZipFile/ReadAfterClose.java failed after fix for 6735255

Some misc bug/rfe fixes for zipfile

Reviewed-by: alanb
2009-06-29 19:57:58 -07:00
..
AbstractCollection Initial load 2007-12-01 00:00:00 +00:00
AbstractList Initial load 2007-12-01 00:00:00 +00:00
AbstractMap Initial load 2007-12-01 00:00:00 +00:00
AbstractSequentialList Initial load 2007-12-01 00:00:00 +00:00
ArrayList Initial load 2007-12-01 00:00:00 +00:00
Arrays Initial load 2007-12-01 00:00:00 +00:00
BitSet Initial load 2007-12-01 00:00:00 +00:00
Calendar 6645263: (cal) Calendar throw java.lang.IllegalArgumentException: WEEK_OF_MONTH 2008-10-02 15:54:59 +09:00
Collection 6800572: Removing elements from views of NavigableMap implementations does not always work correctly 2009-03-24 19:42:23 -07:00
Collections Initial load 2007-12-01 00:00:00 +00:00
concurrent Merge 2009-04-10 15:30:37 -07:00
Currency 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin 2009-01-21 13:58:46 -08:00
Deque Initial load 2007-12-01 00:00:00 +00:00
EnumMap Initial load 2007-12-01 00:00:00 +00:00
EnumSet 6739302: Check that deserialization preserves EnumSet integrity 2008-08-20 13:45:12 -07:00
Formattable Initial load 2007-12-01 00:00:00 +00:00
Formatter 6476425: (fmt)java.util.Formatter.print() throws IllegalArgumentException on large BigDecima 2009-01-22 20:29:54 -08:00
HashMap Initial load 2007-12-01 00:00:00 +00:00
Hashtable Initial load 2007-12-01 00:00:00 +00:00
IdentityHashMap Initial load 2007-12-01 00:00:00 +00:00
IllegalFormatException Initial load 2007-12-01 00:00:00 +00:00
jar Initial load 2007-12-01 00:00:00 +00:00
LinkedHashMap Initial load 2007-12-01 00:00:00 +00:00
LinkedHashSet Initial load 2007-12-01 00:00:00 +00:00
LinkedList Initial load 2007-12-01 00:00:00 +00:00
List Initial load 2007-12-01 00:00:00 +00:00
Locale 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin 2009-01-21 13:58:46 -08:00
logging 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky 2009-05-26 17:47:57 -07:00
Map 6612102: (coll) IdentityHashMap.iterator().remove() might decrement size twice 2008-03-10 23:23:47 -07:00
NavigableMap 6691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry 2008-05-10 11:49:25 -07:00
Observable Initial load 2007-12-01 00:00:00 +00:00
PluggableLocale Initial load 2007-12-01 00:00:00 +00:00
PriorityQueue Initial load 2007-12-01 00:00:00 +00:00
Random Initial load 2007-12-01 00:00:00 +00:00
regex 6817475: named-capturing group name started with digit causes PSE exception 2009-03-20 16:22:59 -07:00
ResourceBundle 6842023: Improve test reliability, Increase timeout factor on jtreg tests, etc 2009-05-18 10:36:38 -07:00
ServiceLoader Initial load 2007-12-01 00:00:00 +00:00
StringTokenizer Initial load 2007-12-01 00:00:00 +00:00
Timer 6730507: java.util.Timer schedule delay Long.MAX_VALUE causes task to execute multiple times 2008-08-07 06:36:41 -07:00
TimeZone 6785258: Update copyright year 2008-12-15 16:55:25 -08:00
TreeMap Initial load 2007-12-01 00:00:00 +00:00
UUID Initial load 2007-12-01 00:00:00 +00:00
Vector Initial load 2007-12-01 00:00:00 +00:00
WeakHashMap 6842023: Improve test reliability, Increase timeout factor on jtreg tests, etc 2009-05-18 10:36:38 -07:00
zip 6707281: Adler32.update() JavaDoc is wrong 2009-06-29 19:57:58 -07:00