| method | void org.apache.roller.weblogger.util. LRUCache2(int, long) |
| pre | maxsize in -1_610_612_737..3_221_225_471 |
| post | this.cache == &new LRUCache2$LRULinkedHashMap(L RUCache2#2) |
| post | this.environment == &new LRUCache2$DefaultEnvir onment(LRUCache2#1) |
| post | this.timeout == timeout |
| post | init'ed(this.timeout) |
| post | new LRUCache2$DefaultEnvironment(LRUCache2#1) num objects == 1 |
| post | new LRUCache2$LRULinkedHashMap(LRUCache2#2) num objects == 1 |
| post | this.cache.maxsize == maxsize |
| post | this.cache.maxsize in -1_610_612_737.. 3_221_225_471 |
| unanalyzed | call on java.util.LinkedHashMap |
| method | void org.apache.roller.weblogger.util. LRUCache2(LRUCache2$Environment, int, long) |
| pre | maxsize in -1_610_612_737..3_221_225_471 |
| post | this.cache == &new LRUCache2$LRULinkedHashMap(L RUCache2#1) |
| post | this.environment == environment |
| post | init'ed(this.environment) |
| post | this.timeout == timeout |
| post | init'ed(this.timeout) |
| post | new LRUCache2$LRULinkedHashMap(LRUCache2#1) num objects == 1 |
| post | this.cache.maxsize == maxsize |
| post | this.cache.maxsize in -1_610_612_737.. 3_221_225_471 |
| unanalyzed | call on java.util.LinkedHashMap |
| method | void purge(String[]) |
| pre | this.cache != null |
| pre | (soft) patterns != null |
| pre | (soft) patterns.length <= 232-1 |
| pre | (soft) init'ed(patterns[...]) |
| presumption | java.util.Iterator:next(...)@106 != null |
| presumption | java.util.Map:keySet(...)@103 != null |
| test_vector | java.lang.String:indexOf(...)@109: {-1}, {-231..-2, 0..232-1} |
| test_vector | java.util.Iterator:hasNext(...)@104: {0}, {1} |
| test_vector | java.util.Iterator:hasNext(...)@117: {0}, {1} |