commit | 74260ba0314243982756ad3fa2c18d7f9fd0fda8 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue Apr 20 18:56:55 2010 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Tue Apr 20 18:58:17 2010 -0700 |
tree | e1402a58c9567de0b593a1435caca2a04575cb76 | |
parent | 8a1cf3b8e6f5b0eb6d98a0f9a5ef46ef33b9535c [diff] |
Define a toString for PatchListKey to improve errors If we can't format a diff, Ehcache dumps the PatchListKey's toString into part of the exception text. Instead of outputting the useless Java object identity hash code, display the Git commit(s) involved, and the project they are expected to appear in. Change-Id: I7eef60bfe6c9703d345650286cac4031a6ced930 Signed-off-by: Shawn O. Pearce <sop@google.com>