Integrated: 8309881: Qualified name of a type element depends on its origin (source vs class)

Adam Sotona asotona at openjdk.org
Fri Apr 26 08:29:47 UTC 2024


On Tue, 23 Apr 2024 14:41:17 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> `javax.lang.model.type.TypeMirror::toString` says: "Any names embedded in the result are qualified if possible."
> However in reality the form of the names depends on the source vs.class origin.
> 
> This patch enforces qualified name to be used.
> 
> Please review.
> 
> Thanks,
> Adam

This pull request has now been integrated.

Changeset: ffd850f1
Author:    Adam Sotona <asotona at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ffd850f17efc88dddfeab629f829a03ad22dc49d
Stats:     75 lines in 2 files changed: 75 ins; 0 del; 0 mod

8309881: Qualified name of a type element depends on its origin (source vs class)

Reviewed-by: darcy, jlahoda

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

PR: https://git.openjdk.org/jdk/pull/18917


More information about the compiler-dev mailing list