RFR: 8202471: (ann) Cannot read type annotations on generic receiver type's type variables [v7]

Rafael Winterhalter winterhalter at openjdk.java.net
Mon Nov 16 11:10:19 UTC 2020


> A method's or constructor's owner type might carry annotations on its potential type parameters but is never represented as parameterized type what makes these parameters inaccessible at runtime, despite the presence of parameter type annotations.

Rafael Winterhalter has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:

  8202471: A method's or constructor's owner type might carry annotations on its potential type parameters but is never represented as parameterized type what makes these parameters inaccessible at runtime, despite the presence of parameter type annotations.

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/851/files
  - new: https://git.openjdk.java.net/jdk/pull/851/files/f043f685..811afcba

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=851&range=06
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=851&range=05-06

  Stats: 211 lines in 7 files changed: 55 ins; 137 del; 19 mod
  Patch: https://git.openjdk.java.net/jdk/pull/851.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/851/head:pull/851

PR: https://git.openjdk.java.net/jdk/pull/851


More information about the core-libs-dev mailing list