LinePosition.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.LinePosition(int, int, int, int)

  • Kind Annotation Text
    postinit'ed(this.endLine)
    postinit'ed(this.endPos)
    postinit'ed(this.startLine)
    postinit'ed(this.startPos)
    postthis.endLine == endLine
    postthis.endPos == endPos
    postthis.startLine == startLine
    postthis.startPos == startPos

  • void com.dmdirc.addons.ui_swing.textpane.LinePosition(LinePosition)

  • Kind Annotation Text
    preinit'ed(position.endLine)
    preinit'ed(position.endPos)
    preinit'ed(position.startLine)
    preinit'ed(position.startPos)
    preposition != null
    postinit'ed(this.endLine)
    postinit'ed(this.endPos)
    postinit'ed(this.startLine)
    postinit'ed(this.startPos)
    postthis.endLine == position.endLine
    postthis.endPos == position.endPos
    postthis.startLine == position.startLine
    postthis.startPos == position.startPos

  • com.dmdirc.addons.ui_swing.textpane.LinePosition__static_init

  • Kind Annotation Text

  • int getEndLine()

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

  • int getEndPos()

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

  • int getStartLine()

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

  • int getStartPos()

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

  • void setEndLine(int)

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

  • void setEndPos(int)

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

  • void setStartLine(int)

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

  • void setStartPos(int)

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

  • String toString()

  • Kind Annotation Text
    preinit'ed(this.endLine)
    preinit'ed(this.endPos)
    preinit'ed(this.startLine)
    preinit'ed(this.startPos)
    postjava.lang.StringBuilder:toString(...)._tainted == 0
    postreturn_value == &java.lang.StringBuilder:toStri ng(...)