EHC ❯ Cache#toString() is incorrect
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
ehcache-core
-
-
drb
-
Reporter: cedrik
-
October 18, 2009
-
0
-
Watchers: 1
-
July 27, 2012
-
October 19, 2009
Description
The last line of Cache#toString() should read
.append(" missCountExpired = ").append(getLiveCacheStatisticsNoCheck().getCacheMissCountExpired())
instead of {{.append(“ missCountExpired = “).append(getLiveCacheStatisticsNoCheck().getCacheMissCount())}}
Fixed. Introduced in 1.7.0