Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8319196 ExecutableElement.getReceiverType doesn't return receiver types for methods loaded from bytecode
  3. JDK-8319995

Release Note: `ExecutableElement.getReceiverType` and `ExecutableType.getReceiverType()` Changed to Return Annotated Receiver Types for Methods Loaded from Bytecode

XMLWordPrintable

      The implementation of `ExecutableElement.getReceiverType` and `ExecutableType.getReceiverType` now returns a receiver type for methods loaded from bytecode if the type has associated type annotations. Previously it returned `NOTYPE` for all methods loaded from bytecode, which prevented associated type annotations from being retrieved.

            cushon Liam Miller-Cushon
            cushon Liam Miller-Cushon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: