cookieutils.java


current inspection = 2010-07-22 15:04:21 (id #4) base = 2010-07-16 16:14:15 (id #1)

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


  • - void addCookie(HttpServletResponse, String, String, int)

  • -/+ Kind Annotation Text Date

  • + void addCookie(HttpServletResponse, String, String, int)

  • -/+ Kind Annotation Text Date
    +preresponse != null2010-07-22 12:56:56

  • - Cookie getCookie(Cookie[], String)

  • -/+ Kind Annotation Text Date

  • + Cookie getCookie(Cookie[], String)

  • -/+ Kind Annotation Text Date
    +pre(soft) cookies.length <= 232-12010-07-22 12:56:56
    +pre(soft) cookies[...] != null2010-07-22 12:56:56
    +presumptionjavax.servlet.http.Cookie:getName(...)@58 != null2010-07-22 12:56:56
    +postinit'ed(return_value)2010-07-22 12:56:56
    +test_vectorcookies: Addr_Set{null}, Inverse{null}2010-07-22 12:56:56
    +test_vectorjava.lang.String:equals(...)@58: {0}, {1}2010-07-22 12:56:56

  • void net.sourceforge.pebble.util.CookieUtils()

  • -/+ Kind Annotation Text Date

  • net.sourceforge.pebble.util.CookieUtils__static_init

  • -/+ Kind Annotation Text Date

  • - void removeCookie(HttpServletResponse, String)

  • -/+ Kind Annotation Text Date

  • + void removeCookie(HttpServletResponse, String)

  • -/+ Kind Annotation Text Date
    +preresponse != null2010-07-22 12:56:56
    +unanalyzedcall on javax.servlet.http.Cookie2010-07-22 12:56:56
    +unanalyzedcall on javax.servlet.http.Cookie:setMaxAge2010-07-22 12:56:56
    +unanalyzedcall on javax.servlet.http.HttpServletResponse:addC ookie2010-07-22 12:56:56