commit | 1ed7ed8434e306f7d570070f0ad927cf45c05460 | [log] [tgz] |
---|---|---|
author | mduigou <none@none> | Thu Mar 17 14:42:40 2011 -0700 |
committer | mduigou <none@none> | Thu Mar 17 14:42:40 2011 -0700 |
tree | 5a5cd799d35f34b766acda9fe81fc01ce5bade6d | |
parent | 961f7bf8f885912ebcd5b6cdc8a44a01f5bf42f5 [diff] |
5045147: Prevent insertion of null Key into empty TreeMap (and null element into TreeSet) when no Comparator is used. Prevent insertion of key of incorrect type into empty TreeMap and incorrect type element into TreeSet and incorrect type when Comparator is used. Reviewed-by: alanb, dl, mduigou