Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5031930

Should fix problems found by findbugs tool

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 5.0
    • security-libs

      Here are the problems reported by findbugs:
      (medium priority)
      com.sun.crypto.provider.FeedbackCipher: UwF
      com.sun.crypto.provider.PBECipherCore: UuF
      com.sun.crypto.provider.PrivateKeyInfo: UrF
      com.sun.crypto.provider.RSACipher: ES
      javax.crypto.Cipher: DC
      javax.crypto.KeyAgreement: DC
      javax.crypto.Mac: DC

      where
      UwF = Unwritten field
      UuF = Unused field
      UrF = Unread field
      ES = Comparison of String objects using == or !=
      DC = Possible doublecheck

      These errors should be further investigated and fixed if deemed problematic.

            valeriep Valerie Peng
            valeriep Valerie Peng
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: