ActionEvents.java


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


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.actions.metatypes.ActionEvents(String, int, String[], Class[])

  • Kind Annotation Text
    postinit'ed(this.argNames)
    postinit'ed(this.argTypes)
    postthis.argNames == argNames
    postthis.argTypes == argTypes

  • com.dmdirc.actions.metatypes.ActionEvents__static_init

  • Kind Annotation Text
    post$VALUES == &new ActionEvents[](ActionEvents__ static_init#7)
    post$VALUES.length == 2
    post$VALUES[0] == &new ActionEvents(ActionEvents__ static_init#1)
    post$VALUES[1] == &new ActionEvents(ActionEvents__ static_init#4)
    postACTION_DELETED == &new ActionEvents(ActionEvent s__static_init#4)
    postACTION_DELETED.argNames == &new String[](ActionEvents__static_init#5)
    postACTION_DELETED.argNames.length == 2
    postACTION_DELETED.argNames[0] == &"Action group"
    postACTION_DELETED.argNames[1] == &"Action name"
    postACTION_DELETED.argTypes == &new Class[](ActionEvents__static_init#6)
    postACTION_DELETED.argTypes.length == 2
    postACTION_EVENT == &new ActionEvents(ActionEvents_ _static_init#1)
    postACTION_EVENT.argNames == &new String[](ActionEv ents__static_init#2)
    postACTION_EVENT.argNames.length == 1
    postACTION_EVENT.argNames[0] == &"action"
    postACTION_EVENT.argTypes == &new Class[](ActionEve nts__static_init#3)
    postACTION_EVENT.argTypes.length == 1
    postnew ActionEvents(ActionEvents__static_init#1) num objects == 1
    postnew ActionEvents(ActionEvents__static_init#4) num objects == 1
    postnew ActionEvents[](ActionEvents__static_init#7) num objects == 1
    postnew Class[](ActionEvents__static_init#3) num objects == 1
    postnew Class[](ActionEvents__static_init#6) num objects == 1
    postnew String[](ActionEvents__static_init#2) num objects == 1
    postnew String[](ActionEvents__static_init#5) num objects == 1
    unanalyzedcall on java.lang.Enum

  • String[] getArgNames()

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

  • Class[] getArgTypes()

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

  • int getArity()

  • Kind Annotation Text
    prethis.argNames != null
    prethis.argNames.length <= 232-1
    postreturn_value == this.argNames.length
    postreturn_value >= 0

  • String getGroup()

  • Kind Annotation Text
    postreturn_value == &amp;"Action Events"

  • ActionEvents valueOf(String)

  • Kind Annotation Text
    postinit'ed(return_value)

  • ActionEvents[] values()

  • Kind Annotation Text
    pre(soft) init'ed($VALUES[...])
    postnew ActionEvents[](values#1) num objects == 1
    postreturn_value == &amp;new ActionEvents[](values#1)
    postreturn_value.length == 2
    postreturn_value[...] == One-of{$VALUES[...], undefined}