RFR: 8326333: jshell <TAB> completion on arrays is incomplete [v2]

Vicente Romero vromero at openjdk.org
Thu Mar 14 13:30:40 UTC 2024


On Thu, 14 Mar 2024 12:01:10 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

>> Inside jshell, arrays don't show `Object` method in array code completion, i.e.:
>> 
>> jshell> String[] arr = null;
>> arr ==> null
>> 
>> jshell> arr.<code-completion-here>
>> 
>> 
>> will only show `length`. This patch adds `j.l.Object` methods to the suggestions for arrays.
>
> Jan Lahoda has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Reflecting review feedback.

lgtm

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

Marked as reviewed by vromero (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18163#pullrequestreview-1936713017


More information about the kulla-dev mailing list