Dan Egnor | bfe2dd0 | 2010-03-05 14:57:21 -0800 | [diff] [blame] | 1 | URL: http://code.google.com/p/guava-libraries/source/checkout |
Paul Duffin | 85993cc | 2015-08-06 14:38:03 +0100 | [diff] [blame] | 2 | Version: v18.0 |
Jesse Wilson | 090f9b4 | 2009-12-10 17:44:48 -0800 | [diff] [blame] | 3 | License: Apache 2 |
Paul Duffin | 85993cc | 2015-08-06 14:38:03 +0100 | [diff] [blame] | 4 | Description: "Guava: Google Core Libraries for Java 1.7" |
Dan Egnor | ca9d5e7 | 2010-03-09 09:18:44 -0800 | [diff] [blame] | 5 | |
Paul Duffin | 85993cc | 2015-08-06 14:38:03 +0100 | [diff] [blame] | 6 | Local Modifications: |
| 7 | Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)FieldUpdater classes |
| 8 | Remove usages of Unsafe in UnsignedBytes.java and use standard Java |
| 9 | Add Closeables.closeQuietly(Closeable) back in temporarily until all usages are removed |
Jesse Wilson | 090f9b4 | 2009-12-10 17:44:48 -0800 | [diff] [blame] | 10 | |
Dan Egnor | bfe2dd0 | 2010-03-05 14:57:21 -0800 | [diff] [blame] | 11 | Guava-libraries are a grab bag of utility libraries published by Google as |
| 12 | open source, including among other things the Google collections libraries. |
Jesse Wilson | 090f9b4 | 2009-12-10 17:44:48 -0800 | [diff] [blame] | 13 | |
Dan Egnor | bfe2dd0 | 2010-03-05 14:57:21 -0800 | [diff] [blame] | 14 | This code is built as a static library. |