Invite.java


current inspection = 2009-09-03 21:56:13 (id #1)


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void accept()

  • Kind Annotation Text
    prethis.server != null
    prethis.server.invites != null
    prethis.server.listeners != null
    prethis.server.parser != null
    unanalyzedcall on com.dmdirc.interfaces.InviteListener:invite Expired
    unanalyzedcall on com.dmdirc.util.ListenerList:get
    unanalyzedcall on java.lang.Throwable:__curr_excep_obj
    unanalyzedcall on java.util.List:iterator
    unanalyzedcall on java.util.List:remove

  • void com.dmdirc.Invite(Server, String, String)

  • Kind Annotation Text
    postinit'ed(this.channel)
    postinit'ed(this.server)
    postinit'ed(this.source)
    postinit'ed(this.timestamp)
    postthis.channel == channel
    postthis.server == server
    postthis.source == source

  • com.dmdirc.Invite__static_init

  • Kind Annotation Text

  • String getChannel()

  • Kind Annotation Text
    postinit'ed(return_value)
    postreturn_value == this.channel

  • Server getServer()

  • Kind Annotation Text
    postinit'ed(return_value)
    postreturn_value == this.server

  • String[] getSource()

  • Kind Annotation Text
    postinit'ed(return_value)

  • long getTimestamp()

  • Kind Annotation Text
    postinit'ed(return_value)
    postreturn_value == this.timestamp