KDialogProcess.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.dcc.kde.KDialogProcess(String[])

  • Kind Annotation Text
    preparams != null
    presumptionjava.lang.Runtime:exec(...)@57 != null
    presumptionjava.lang.Runtime:getRuntime(...)@57 != null
    postinit'ed(this.stdErrorStream.prefix)
    postinit'ed(this.stdErrorStream.stream)
    postinit'ed(this.stdOutputStream.prefix)
    postinit'ed(this.stdOutputStream.stream)
    postnew ArrayList(KDialogProcess#3) num objects == 1
    postnew ArrayList(KDialogProcess#5) num objects == 1
    postnew StreamReader(KDialogProcess#2) num objects == 1
    postnew StreamReader(KDialogProcess#4) num objects == 1
    postthis.process != null
    postthis.stdErrorStream == &new StreamReader(KDialo gProcess#4)
    postthis.stdErrorStream.list == &new ArrayList(KDialogProcess#5)
    postthis.stdOutputStream == &new StreamReader(KDial ogProcess#2)
    postthis.stdOutputStream.list == &new ArrayList(KDialogProcess#3)
    unanalyzedcall on java.lang.Thread

  • com.dmdirc.addons.dcc.kde.KDialogProcess__static_init

  • Kind Annotation Text
    postinit'ed(hasKDialog)
    postinit'ed(isBin)

  • Process getProcess()

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

  • StreamReader getStdErrStream()

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

  • StreamReader getStdOutStream()

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

  • bool hasKDialog()

  • Kind Annotation Text
    postinit'ed(return_value)

  • void waitFor()

  • Kind Annotation Text
    prethis.process != null