Logging.java


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


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.parser.irc.Logging$LogLevel(String, int, String, String)

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

  • com.dmdirc.parser.irc.Logging$LogLevel__static_init

  • Kind Annotation Text
    post$VALUES == &new Logging$LogLevel[](Logging$LogL evel__static_init#7)
    post$VALUES.length == 6
    post$VALUES[0] == &new Logging$LogLevel(Logging$Log Level__static_init#1)
    post$VALUES[1] == &new Logging$LogLevel(Logging$Log Level__static_init#2)
    post$VALUES[2] == &new Logging$LogLevel(Logging$Log Level__static_init#3)
    post$VALUES[3] == &new Logging$LogLevel(Logging$Log Level__static_init#4)
    post$VALUES[4] == &new Logging$LogLevel(Logging$Log Level__static_init#5)
    post$VALUES[5] == &new Logging$LogLevel(Logging$Log Level__static_init#6)
    postDEBUG == &new Logging$LogLevel(Logging$LogLevel __static_init#2)
    postDEBUG.checkMethodName == &"isDebugEnabled"
    postDEBUG.methodName == &"debug"
    postERROR == &new Logging$LogLevel(Logging$LogLevel __static_init#5)
    postERROR.checkMethodName == &"isErrorEnabled"
    postERROR.methodName == &"error"
    postFATAL == &new Logging$LogLevel(Logging$LogLevel __static_init#6)
    postFATAL.checkMethodName == &"isFatalEnabled"
    postFATAL.methodName == &"fatal"
    postINFO == &new Logging$LogLevel(Logging$LogLevel_ _static_init#3)
    postINFO.checkMethodName == &"isInfoEnabled"
    postINFO.methodName == &"info"
    postTRACE == &new Logging$LogLevel(Logging$LogLevel __static_init#1)
    postTRACE.checkMethodName == &"isTraceEnabled"
    postTRACE.methodName == &"trace"
    postWARN == &new Logging$LogLevel(Logging$LogLevel_ _static_init#4)
    postWARN.checkMethodName == &"isWarnEnabled"
    postWARN.methodName == &"warn"
    postnew Logging$LogLevel(Logging$LogLevel__static_ init#1) num objects == 1
    postnew Logging$LogLevel(Logging$LogLevel__static_ init#2) num objects == 1
    postnew Logging$LogLevel(Logging$LogLevel__static_ init#3) num objects == 1
    postnew Logging$LogLevel(Logging$LogLevel__static_ init#4) num objects == 1
    postnew Logging$LogLevel(Logging$LogLevel__static_ init#5) num objects == 1
    postnew Logging$LogLevel(Logging$LogLevel__static_ init#6) num objects == 1
    postnew Logging$LogLevel[](Logging$LogLevel__static_ init#7) num objects == 1
    unanalyzedcall on java.lang.Enum

  • void com.dmdirc.parser.irc.Logging()

  • Kind Annotation Text
    presumptionjava.lang.Class:getMethod(...)@104 != null
    postinit'ed(this.isAvailable)
    postinit'ed(this.log)
    test_vectorjava.lang.Class:forName(...)@100: Addr_Set{null}, Inverse{null}

  • com.dmdirc.parser.irc.Logging__static_init

  • Kind Annotation Text

  • String getCheckMethodName()

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

  • Logging getLogging()

  • Kind Annotation Text
    preinit'ed(me)
    postinit'ed(new Logging(getLogging#1).isAvailable)
    postinit'ed(new Logging(getLogging#1).log)
    postme != null
    postme == One-of{old me, &new Logging(getLogging#1) }
    postnew Logging(getLogging#1) num objects <= 1
    postreturn_value == me
    unanalyzedcall on java.lang.Class:forName
    unanalyzedcall on java.lang.Class:getMethod
    unanalyzedcall on java.lang.Object:getClass
    unanalyzedcall on java.lang.Throwable:__curr_excep_obj
    unanalyzedcall on java.lang.reflect.Method:invoke
    test_vectorme: Inverse{null}, Addr_Set{null}

  • String getMethodName()

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

  • bool levelEnabled(Logging$LogLevel)

  • Kind Annotation Text
    pre(soft) level != null
    pre(soft) this.log != null
    presumptionjava.lang.Class:getMethod(...)@124 != null
    presumptionjava.lang.Object:getClass(...)@124 != null
    presumptionjava.lang.reflect.Method:invoke(...)@125 != null
    postinit'ed(return_value)
    test_vectorthis.isAvailable: {0}, {1}

  • void log(Logging$LogLevel, String)

  • Kind Annotation Text
    pre(soft) level != null
    pre(soft) this.log != null
    unanalyzedcall on java.lang.Class:getMethod
    unanalyzedcall on java.lang.Object:getClass
    unanalyzedcall on java.lang.Throwable:__curr_excep_obj
    unanalyzedcall on java.lang.reflect.Method:invoke

  • void log(Logging$LogLevel, String, Throwable)

  • Kind Annotation Text
    pre(soft) level != null
    pre(soft) this.log != null
    presumptionjava.lang.Class:getMethod(...)@156 != null
    presumptionjava.lang.Class:getMethod(...)@159 != null
    presumptionjava.lang.Object:getClass(...)@156 != null
    presumptionjava.lang.Object:getClass(...)@159 != null
    test_vectorthis.isAvailable: {1}, {0}
    test_vectorthrowable: Inverse{null}, Addr_Set{null}

  • Logging$LogLevel valueOf(String)

  • Kind Annotation Text
    postinit'ed(return_value)

  • Logging$LogLevel[] values()

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