RFR 8133652: Implement tab-completion for member select expressions

Attila Szegedi attila.szegedi at oracle.com
Mon Aug 17 08:13:32 UTC 2015


+1

> On Aug 17, 2015, at 9:31 AM, Sundararajan Athijegannathan <sundararajan.athijegannathan at oracle.com> wrote:
> 
> Thanks for the review. I'll add those missing finals.
> 
> Updated webrev for missing finals for the record:
> 
> http://cr.openjdk.java.net/~sundar/8133652/nashorn/webrev.02/
> 
> Thanks
> -Sundar
> 
> On 8/17/2015 12:46 PM, Attila Szegedi wrote:
>> you have some "final"s missing from parameters (Console constructor and Completer.complete). Other than that, looks good. Took me a bit to understand, but I like it. It seems like a quite nice functionality with not much code needed!
>> 
>> Attila.
>> 
>>> On Aug 17, 2015, at 8:04 AM, Sundararajan Athijegannathan <sundararajan.athijegannathan at oracle.com> wrote:
>>> 
>>> Hi,
>>> 
>>> I've updated the webrev to avoid tab-completing in the middle of expression and also to handle embedded member selection expressions (in other binary, unary, assignment expressions...).
>>> 
>>> Please review the updated nashorn webrev at:
>>> 
>>> http://cr.openjdk.java.net/~sundar/8133652/nashorn/webrev.01/
>>> 
>>> Thanks,
>>> -Sundar
>>> 
>>> On 8/14/2015 6:20 PM, Jim Laskey (Oracle) wrote:
>>>> +1
>>>> 
>>>>> On Aug 14, 2015, at 9:45 AM, Sundararajan Athijegannathan <sundararajan.athijegannathan at oracle.com> wrote:
>>>>> 
>>>>> Please review http://cr.openjdk.java.net/~sundar/8133652/ for https://bugs.openjdk.java.net/browse/JDK-8133652
>>>>> 
>>>>> Thanks,
>>>>> -Sundar
> 



More information about the nashorn-dev mailing list