CertificateInformationEntry.java


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


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.ui.core.dialogs.sslcertificate.CertificateInformationEntry(String, String, bool, bool)

  • Kind Annotation Text
    postinit'ed(this.invalid)
    postinit'ed(this.missing)
    postinit'ed(this.title)
    postinit'ed(this.value)
    postthis.invalid == invalid
    postthis.missing == missing
    postthis.title == title
    postthis.value == value

  • com.dmdirc.ui.core.dialogs.sslcertificate.CertificateInformationEntry__static_init

  • Kind Annotation Text

  • String getTitle()

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

  • String getValue()

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

  • bool isInvalid()

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

  • bool isMissing()

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