StreamReader.java


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


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.installer.StreamReader(InputStream)

  • Kind Annotation Text
    postinit'ed(this.stream)
    postthis.data == null
    postthis.prefix == null
    postthis.step == null
    postthis.stream == stream

  • void com.dmdirc.installer.StreamReader(InputStream, String, TextStep)

  • Kind Annotation Text
    presumptionjava.lang.System.out != null
    postinit'ed(this.prefix)
    postinit'ed(this.step)
    postinit'ed(this.stream)
    postthis.data == null
    postthis.prefix == prefix
    postthis.step == step
    postthis.stream == stream
    unanalyzedcall on javax.swing.SwingUtilities:invokeLater
    test_vectorstep: Inverse{null}, Addr_Set{null}

  • void com.dmdirc.installer.StreamReader(InputStream, StringBuffer)

  • Kind Annotation Text
    postinit'ed(this.data)
    postinit'ed(this.stream)
    postthis.data == data
    postthis.prefix == null
    postthis.step == null
    postthis.stream == stream

  • com.dmdirc.installer.StreamReader__static_init

  • Kind Annotation Text

  • void run()

  • Kind Annotation Text
    pre(soft) init'ed(this.data)
    pre(soft) init'ed(this.prefix)
    pre(soft) init'ed(this.step)
    pre(soft) this.stream != null
    presumptionjava.lang.System.out != null
    postinit'ed(this.data._tainted)
    unanalyzedcall on javax.swing.SwingUtilities:invokeLater
    test_vectorjava.lang.StringBuffer:length(...)@94: {-231..0}, {1..232-1}
    test_vectorthis.data: Addr_Set{null}, Inverse{null}
    test_vectorthis.prefix: Addr_Set{null}, Inverse{null}
    test_vectorthis.step: Inverse{null}, Addr_Set{null}