Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-968

Remove workaround for old apt bug from AptControlInterface

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0.1
    • Controls
    • None

    Description

      at line 341 of AptControlInterface:

      // HACKHACK: There appear to be mirror API bugs where calling getAnnotation()
      // on certain entity types will result in an endless loop. For now, work around
      // this by a priori filtering... but this mechanism will drop errors that appear
      // on an inapropriate type (see check below)
      if (! (innerDecl instanceof AnnotationTypeDeclaration))
      continue;

      This code should be cleaned up - assuming this is no longer an issue with apt.

      Attachments

        1. BEEHIVE-968.diff
          1 kB
          Chad Schoettger

        Activity

          People

            ekoneil Edward O'Neil
            chad_s Chad Schoettger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: