Uploaded image for project: 'James jDKIM'
  1. James jDKIM
  2. JDKIM-21

potential issues?

    XMLWordPrintableJSON

Details

    • Question
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.2, 1.0
    • 0.2
    • library
    • None
    • java version "1.6.0_18" ubuntu 10.04

    Description

      I ran the jdkim library through find bugs and found a few things. Some things i thought you might be doing because of backwards compatibility. So here is the quick list.

      DKIMVerifier:
      records.size() == 0 instead of records.isEmpty()
      fields.size() == 0 instead of fields.isEmpty()
      use of hashtable (it's deprecated)
      bodyHashJobs.size() == 0 instead of bodyHashJobs.isEmpty()
      verifiedSignatures.size() == 0 instead of verifiedSignatures.isEmpty()

      DKIMCommon:
      done = new Integer(0) instead of Integer.valueOf(0) *I noticed you have a comment for this already?

      DNSPublicKeyRecordRetriever:
      use of StringBuffer instead of StringBuilder

      SignatureRecordImpl:
      use of StringBuffer instead of StringBuilder

      TagValue:
      use of StringBuffer instead of StringBuilder

      Attachments

        Activity

          People

            bago Stefano Bagnara
            vrecan Ben Aldrich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: