WeblogFeedCache.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


  • + void clear()

  • -/+ Kind Annotation Text Date
    +pre(soft) log != null2009-09-04 18:33:31
    +pre(soft) this.contentCache != null2009-09-04 18:33:31
    +preinit'ed(this.cacheEnabled)2009-09-04 18:33:31
    +test_vectorthis.cacheEnabled: {1}, {0}2009-09-04 18:33:31

  • + String generateKey(WeblogFeedRequest)

  • -/+ Kind Annotation Text Date
    +prefeedRequest != null2009-09-04 18:33:31
    +preinit'ed(feedRequest.excerpts)2009-09-04 18:33:31
    +preinit'ed(feedRequest.format)2009-09-04 18:33:31
    +preinit'ed(feedRequest.locale)2009-09-04 18:33:31
    +preinit'ed(feedRequest.tags)2009-09-04 18:33:31
    +preinit'ed(feedRequest.type)2009-09-04 18:33:31
    +preinit'ed(feedRequest.weblogCategoryName)2009-09-04 18:33:31
    +preinit'ed(feedRequest.weblogHandle)2009-09-04 18:33:31
    +presumptionjava.util.Set:size(...)@182 >= 02009-09-04 18:33:31
    +postinit'ed(java.lang.StringBuffer:toString(...)._ tainted)2009-09-04 18:33:31
    +postreturn_value == &java.lang.StringBuffer:toStrin g(...)2009-09-04 18:33:31
    +test_vectorfeedRequest.excerpts: {0}, {1}2009-09-04 18:33:31
    +test_vectorfeedRequest.locale: Addr_Set{null}, Inverse{null}2009-09-04 18:33:31
    +test_vectorfeedRequest.tags: Addr_Set{null}, Inverse{null}2009-09-04 18:33:31
    +test_vectorfeedRequest.weblogCategoryName: Addr_Set{null}, Inverse{null}2009-09-04 18:33:31
    +test_vectorjava.util.List:size(...)@180: {-231..0}, {1..232-1}2009-09-04 18:33:31

  • + Object get(String, long)

  • -/+ Kind Annotation Text Date
    +pre(soft) log != null2009-09-04 18:33:31
    +pre(soft) this.contentCache != null2009-09-04 18:33:31
    +preinit'ed(this.cacheEnabled)2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31
    +test_vectororg.apache.roller.weblogger.util.cache.Cache:get(.. .)@97: Addr_Set{null}, Inverse{null}2009-09-04 18:33:31
    +test_vectororg.apache.roller.weblogger.util.cache. LazyExpiringCacheEntry:getValue(...)@100: Addr_Set{null}, Inverse{null}2009-09-04 18:33:31
    +test_vectorthis.cacheEnabled: {1}, {0}2009-09-04 18:33:31

  • + WeblogFeedCache getInstance()

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

  • + void org.apache.roller.weblogger.ui.rendering.util.cache.WeblogFeedCache()

  • -/+ Kind Annotation Text Date
    +prelog != null2009-09-04 18:33:31
    +presumptionjava.lang.String:length(...)@70 <= 232-22009-09-04 18:33:31
    +presumptionjava.util.Enumeration:nextElement(...)@66 != null2009-09-04 18:33:31
    +presumptionorg.apache.roller.weblogger.config.WebloggerConfig: keys(...)@63 != null2009-09-04 18:33:31
    +postinit'ed(this.cacheEnabled)2009-09-04 18:33:31
    +postinit'ed(this.contentCache)2009-09-04 18:33:31
    +test_vectorjava.lang.String:startsWith(...)@69: {0}, {1}2009-09-04 18:33:31
    +test_vectorjava.util.Enumeration:hasMoreElements(...)@65: {0}, {1}2009-09-04 18:33:31
    +test_vectororg.apache.roller.weblogger.config.WebloggerConfig: getBooleanProperty(...)@59: {0}, {1}2009-09-04 18:33:31

  • + org.apache.roller.weblogger.ui.rendering.util.cache.WeblogFeedCache__static_init

  • -/+ Kind Annotation Text Date
    +presumptionorg.apache.commons.logging.LogFactory:getLog(... )@43 != null2009-09-04 18:33:31
    +post(soft) log != null2009-09-04 18:33:31
    +postinit'ed(singletonInstance.cacheEnabled)2009-09-04 18:33:31
    +postinit'ed(singletonInstance.contentCache)2009-09-04 18:33:31
    +postnew WeblogFeedCache(WeblogFeedCache__static_ init#1) num objects == 12009-09-04 18:33:31
    +postsingletonInstance == &new WeblogFeedCache(Weblo gFeedCache__static_init#1)2009-09-04 18:33:31
    +unanalyzedcall on java.lang.String:length2009-09-04 18:33:31
    +unanalyzedcall on java.lang.String:startsWith2009-09-04 18:33:31
    +unanalyzedcall on java.lang.String:substring2009-09-04 18:33:31
    +unanalyzedcall on java.util.Enumeration:hasMoreElements2009-09-04 18:33:31
    +unanalyzedcall on java.util.Enumeration:nextElement2009-09-04 18:33:31
    +unanalyzedcall on java.util.HashMap2009-09-04 18:33:31
    +unanalyzedcall on java.util.Map:put2009-09-04 18:33:31
    +unanalyzedcall on org.apache.commons.logging.Log:info2009-09-04 18:33:31
    +unanalyzedcall on org.apache.commons.logging.Log:warn2009-09-04 18:33:31
    +unanalyzedcall on org.apache.roller.weblogger.config. WebloggerConfig:getBooleanProperty2009-09-04 18:33:31
    +unanalyzedcall on org.apache.roller.weblogger.config. WebloggerConfig:getProperty2009-09-04 18:33:31
    +unanalyzedcall on org.apache.roller.weblogger.config. WebloggerConfig:keys2009-09-04 18:33:31
    +unanalyzedcall on org.apache.roller.weblogger.util.cache. CacheManager:constructCache2009-09-04 18:33:31

  • + void put(String, Object)

  • -/+ Kind Annotation Text Date
    +pre(soft) log != null2009-09-04 18:33:31
    +pre(soft) this.contentCache != null2009-09-04 18:33:31
    +preinit'ed(this.cacheEnabled)2009-09-04 18:33:31
    +test_vectorthis.cacheEnabled: {1}, {0}2009-09-04 18:33:31

  • + void remove(String)

  • -/+ Kind Annotation Text Date
    +pre(soft) log != null2009-09-04 18:33:31
    +pre(soft) this.contentCache != null2009-09-04 18:33:31
    +preinit'ed(this.cacheEnabled)2009-09-04 18:33:31
    +test_vectorthis.cacheEnabled: {1}, {0}2009-09-04 18:33:31