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

issues with 7154390

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • None
    • core-libs
    • None
    • b68

      From Remi Forax


      There is a lot of dormant bugs, a lot of 'final' on field are missing,
      some codes shoud have never pass the review,
      see AnnotationSupport.getMultipleAnnotations(),
      that creates an Arraylist to at the end returns an empty array
      or AnnotationSupport.getValueArray() that contains a printStackTrace().
      And the exception logic of most of the methods should be re-written
      to cleanly separate exceptions that comes from dubious separate compilations
      and the one coming from bad logic in the code itself.

            jfranck Joel Borggrén-Franck (Inactive)
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: