Infinite loop when compiling annotations with -XDcompletionDeps

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: tools
    • b63
    • Verified

        The Dependencies component registers itself as completer when the completer would otherwise be null. This causes an infinite loop in Annotate when compiling annotations.

        Update: The reason for having a 'while' loop over the completer is to make sure the symbol is pulled through both Enter and MemberEnter. Having 'completer == null' as termination condition is however not compatible with Dependecies (which adds itself as completer when the completer would otherwise be null).

              Assignee:
              Andreas Lundblad (Inactive)
              Reporter:
              Andreas Lundblad (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: