LineInfo.java


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


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.addons.ui_swing.textpane.LineInfo(int, int)

  • Kind Annotation Text
    postinit'ed(this.line)
    postinit'ed(this.part)
    postthis.index == -1
    postthis.line == line
    postthis.part == part

  • void com.dmdirc.addons.ui_swing.textpane.LineInfo(int, int, int)

  • Kind Annotation Text
    postinit'ed(this.index)
    postinit'ed(this.line)
    postinit'ed(this.part)
    postthis.index == index
    postthis.line == line
    postthis.part == part

  • com.dmdirc.addons.ui_swing.textpane.LineInfo__static_init

  • Kind Annotation Text

  • int getIndex()

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

  • int getLine()

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

  • int getPart()

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

  • void setIndex(int)

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

  • void setLine(int)

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

  • void setPart(int)

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

  • String toString()

  • Kind Annotation Text
    preinit'ed(this.index)
    preinit'ed(this.line)
    preinit'ed(this.part)
    postjava.lang.StringBuilder:toString(...)._tainted == 0
    postreturn_value == &java.lang.StringBuilder:toStri ng(...)