ExpiringCacheEntry.java


current inspection = 2009-09-04 18:33:31 (id #2) base = 2009-09-04 18:33:31 (id #1)

Filter Options
History:
+ added
- dropped
U unchanged
Annotation Kind:
pre
presumption
post
unanalyzed
test


  • + long getTimeCached()

  • -/+ Kind Annotation Text Date
    +preinit'ed(this.timeCached)2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31
    +postreturn_value == this.timeCached2009-09-04 18:33:31

  • + long getTimeout()

  • -/+ Kind Annotation Text Date
    +preinit'ed(this.timeout)2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31
    +postreturn_value == this.timeout2009-09-04 18:33:31

  • + Object getValue()

  • -/+ Kind Annotation Text Date
    +pre(soft) init'ed(this.value)2009-09-04 18:33:31
    +preinit'ed(this.timeCached)2009-09-04 18:33:31
    +preinit'ed(this.timeout)2009-09-04 18:33:31
    +post(soft) init'ed(return_value)2009-09-04 18:33:31
    +postreturn_value == One-of{null, this.value}2009-09-04 18:33:31
    +unanalyzedcall on java.lang.System:currentTimeMillis2009-09-04 18:33:31

  • + bool hasExpired()

  • -/+ Kind Annotation Text Date
    +preinit'ed(this.timeCached)2009-09-04 18:33:31
    +preinit'ed(this.timeout)2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31

  • + void org.apache.roller.weblogger.util.cache.ExpiringCacheEntry(Object, long)

  • -/+ Kind Annotation Text Date
    +postinit'ed(this.timeCached)2009-09-04 18:33:31
    +postinit'ed(this.value)2009-09-04 18:33:31
    +postthis.timeout == One-of{0, timeout}2009-09-04 18:33:31
    +postthis.timeout >= 02009-09-04 18:33:31
    +postthis.value == value2009-09-04 18:33:31
    +test_vectortimeout: {-263..0}, {1..264-1}2009-09-04 18:33:31

  • + org.apache.roller.weblogger.util.cache.ExpiringCacheEntry__static_init

  • -/+ Kind Annotation Text Date