Uploaded image for project: 'CDI Specification Issues'
  1. CDI Specification Issues
  2. CDI-630

Revise javax.enterprise.util.AnnotationLiteral.cachedHashCode

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Won't Do
    • Icon: Optional Optional
    • None
    • None
    • None
    • None

      Currently, AnnotationLiteral.hashCode() always returns 0 if there are no members (ignoring annotation type completely). Although it does not break Object.hashCode() contract, I believe we should either return a number based on the annotation type (to make the annotation literal instances more usable in hash tables) or simply return zero and don't cache the value at all.

      UPDATE: We may not return a number based on the annotation type because it would break the java.lang.annotation.Annotation.hashCode() contract.

              Unassigned Unassigned
              mkouba@redhat.com Martin Kouba
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: