ActionGroup.java


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


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void add(Action)

  • Kind Annotation Text
    prethis.actions != null

  • void clear()

  • Kind Annotation Text
    pre(soft) this.actions != null
    prethis.settings != null
    presumptionjava.util.ArrayList:iterator(...)@219 != null
    postinit'ed(new ArrayList(ServerManager#1) num objects)
    postinit'ed(new ServerManager(getServerManager#1) num objects)
    postinit'ed(new ServerManager(getServerManager#1). servers)
    postpossibly_updated(com/dmdirc/ServerManager.me)
    postthis.author == null
    postthis.component == -1
    postthis.description == null
    postthis.version == -1
    unanalyzedcall on com.dmdirc.commandparser.CommandManager:get CommandChar
    unanalyzedcall on com.dmdirc.ui.input.TabCompleter:removeEntr y
    unanalyzedcall on getCommandName
    unanalyzedcall on getConditions
    unanalyzedcall on getTabCompleter
    unanalyzedcall on getTriggers
    unanalyzedcall on java.lang.Object:equals
    unanalyzedcall on java.util.ArrayList
    unanalyzedcall on java.util.List:iterator
    unanalyzedcall on java.util.List:remove
    unanalyzedcall on remove
    test_vectorjava.util.Iterator:hasNext(...)@219: {0}, {1}

  • void com.dmdirc.actions.ActionGroup(String)

  • Kind Annotation Text
    postinit'ed(this.name)
    postnew ArrayList(ActionGroup#1) num objects == 1
    postnew HashMap(ActionGroup#2) num objects == 1
    postthis.actions == &new ArrayList(ActionGroup#1)
    postthis.author == null
    postthis.component == -1
    postthis.description == null
    postthis.name == name
    postthis.settings == &new HashMap(ActionGroup#2)
    postthis.version == -1

  • com.dmdirc.actions.ActionGroup__static_init

  • Kind Annotation Text

  • bool contains(Action)

  • Kind Annotation Text
    prethis.actions != null
    postinit'ed(return_value)

  • Action get(int)

  • Kind Annotation Text
    prethis.actions != null
    postinit'ed(return_value)

  • List getActions()

  • Kind Annotation Text
    postnew ArrayList(getActions#1) num objects == 1
    postreturn_value == &new ArrayList(getActions#1)

  • String getAuthor()

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

  • int getComponent()

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

  • String getDescription()

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

  • String getName()

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

  • Map getSettings()

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

  • int getVersion()

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

  • bool isDelible()

  • Kind Annotation Text
    postreturn_value == 1

  • Iterator iterator()

  • Kind Annotation Text
    prethis.actions != null
    postreturn_value != null

  • void remove(Action)

  • Kind Annotation Text
    prethis.actions != null

  • void setAuthor(String)

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

  • void setComponent(int)

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

  • void setDescription(String)

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

  • void setVersion(int)

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

  • int size()

  • Kind Annotation Text
    prethis.actions != null
    postinit'ed(return_value)