ErrorLevel.java


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


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.logger.ErrorLevel(String, int, String, Icon)

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

  • com.dmdirc.logger.ErrorLevel__static_init

  • Kind Annotation Text
    post"error"._tainted == 0
    post"info"._tainted == 0
    post"warning"._tainted == 0
    post$VALUES == &new ErrorLevel[](ErrorLevel__ static_init#6)
    post$VALUES.length == 5
    post$VALUES[0] == &new ErrorLevel(ErrorLevel__ static_init#1)
    post$VALUES[1] == &new ErrorLevel(ErrorLevel__ static_init#2)
    post$VALUES[2] == &new ErrorLevel(ErrorLevel__ static_init#3)
    post$VALUES[3] == &new ErrorLevel(ErrorLevel__ static_init#4)
    post$VALUES[4] == &new ErrorLevel(ErrorLevel__ static_init#5)
    postFATAL == &new ErrorLevel(ErrorLevel__static_ init#1)
    postFATAL.value == &"Fatal"
    postHIGH == &new ErrorLevel(ErrorLevel__static_ init#2)
    postHIGH.value == &"High"
    postLOW == &new ErrorLevel(ErrorLevel__static_ init#4)
    postLOW.value == &"Low"
    postMEDIUM == &new ErrorLevel(ErrorLevel__static_ init#3)
    postMEDIUM.value == &"Medium"
    postUNKNOWN == &new ErrorLevel(ErrorLevel__static_ init#5)
    postUNKNOWN.value == &"Unknown"
    postinit'ed(FATAL.icon)
    postinit'ed(HIGH.icon)
    postinit'ed(LOW.icon)
    postinit'ed(MEDIUM.icon)
    postinit'ed(UNKNOWN.icon)
    postnew ErrorLevel(ErrorLevel__static_init#1) num objects == 1
    postnew ErrorLevel(ErrorLevel__static_init#2) num objects == 1
    postnew ErrorLevel(ErrorLevel__static_init#3) num objects == 1
    postnew ErrorLevel(ErrorLevel__static_init#4) num objects == 1
    postnew ErrorLevel(ErrorLevel__static_init#5) num objects == 1
    postnew ErrorLevel[](ErrorLevel__static_init#6) num objects == 1
    unanalyzedcall on com.dmdirc.config.ConfigManager:getOption
    unanalyzedcall on com.dmdirc.config.ConfigManager:hasOptionSt ring
    unanalyzedcall on com.dmdirc.config.IdentityManager:getGlobal Config
    unanalyzedcall on com.dmdirc.util.URLBuilder:buildURL
    unanalyzedcall on java.awt.Image:getScaledInstance
    unanalyzedcall on java.awt.Toolkit:getDefaultToolkit
    unanalyzedcall on java.awt.Toolkit:getImage
    unanalyzedcall on java.lang.ClassLoader:getResource
    unanalyzedcall on java.lang.Enum
    unanalyzedcall on java.lang.IllegalArgumentException
    unanalyzedcall on java.lang.Thread:currentThread
    unanalyzedcall on java.lang.Thread:getContextClassLoader
    unanalyzedcall on java.util.Map:containsKey
    unanalyzedcall on java.util.Map:get
    unanalyzedcall on java.util.Map:put
    unanalyzedcall on javax.swing.ImageIcon

  • Icon getIcon()

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

  • bool moreImportant(ErrorLevel)

  • Kind Annotation Text
    postinit'ed(return_value)
    test_vectorlevel: Inverse{null}, Addr_Set{null}

  • String toString()

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

  • ErrorLevel valueOf(String)

  • Kind Annotation Text
    postinit'ed(return_value)

  • ErrorLevel[] values()

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