ServerInfo.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.ServerInfo()

  • Kind Annotation Text
    postthis.host == &"irc.quakenet.org"
    postthis.isSSL == 0
    postthis.password == &""
    postthis.port == 6_667
    postthis.proxyHost == &"127.0.0.1"
    postthis.proxyPass == &""
    postthis.proxyPort == 1_080
    postthis.proxyUser == &""
    postthis.useSocksProxy == 0

  • void com.dmdirc.parser.irc.ServerInfo(String, int, String)

  • Kind Annotation Text
    postinit'ed(this.host)
    postinit'ed(this.password)
    postinit'ed(this.port)
    postthis.host == serverHost
    postthis.isSSL == 0
    postthis.password == serverPass
    postthis.port == serverPort
    postthis.proxyHost == &"127.0.0.1"
    postthis.proxyPass == &""
    postthis.proxyPort == 1_080
    postthis.proxyUser == &""
    postthis.useSocksProxy == 0

  • com.dmdirc.parser.irc.ServerInfo__static_init

  • Kind Annotation Text

  • String getHost()

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

  • String getPassword()

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

  • int getPort()

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

  • String getProxyHost()

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

  • String getProxyPass()

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

  • int getProxyPort()

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

  • String getProxyUser()

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

  • bool getSSL()

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

  • bool getUseSocks()

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

  • void setHost(String)

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

  • void setPassword(String)

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

  • void setPort(int)

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

  • void setProxyHost(String)

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

  • void setProxyPass(String)

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

  • void setProxyPort(int)

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

  • void setProxyUser(String)

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

  • void setSSL(bool)

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

  • void setUseSocks(bool)

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