RFR: 8314662: jshell shows duplicated signatures of javap

Christian Stein cstein at openjdk.org
Wed Aug 30 11:30:12 UTC 2023


On Wed, 30 Aug 2023 10:53:15 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> The Scope may contain duplicated entries (e.g. for duplicated static imports, as in this case), which may then show as duplicate signatures in JShell.
> 
> The proposal here is to avoid using the duplicates, by using `LinkedHashSet`.

Marked as reviewed by cstein (Committer).

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

PR Review: https://git.openjdk.org/jdk/pull/15489#pullrequestreview-1602486587


More information about the kulla-dev mailing list