commit | 35df53aad66e7998cf0d7ca02e8c7a902d625fc6 | [log] [tgz] |
---|---|---|
author | Ficus Kirkpatrick <ficus@android.com> | Thu Jan 14 17:12:02 2010 -0800 |
committer | Ficus Kirkpatrick <ficus@android.com> | Thu Jan 14 17:12:02 2010 -0800 |
tree | 5be325d0d8b5ca723fb6592a2cfde796896239db | |
parent | 8f8347dabe2c7c0cd956c81544d8ca69ac25440d [diff] |
Fix a NPE in java.util.Formatter. A recent optimization to simple '%s' and '%d' formats was failing to format null as "null". Also add a test.