Bugs in completion suggestion
andrei.eremeev
andrei.eremeev at oracle.com
Wed Apr 22 13:06:19 UTC 2015
Great!
Jan, could you look at the patch and push?
Andrei Eremeev
On 04/22/2015 12:57 PM, ShinyaYoshida wrote:
> Hi Andrei,
> I have the patch for 4:
> http://mail.openjdk.java.net/pipermail/kulla-dev/2015-April/000405.html
>
> If this patch is pushed, it will be resolved.
>
> Regards,
> shinyafox(Shinya Yoshida)
>
>
> 2015-04-22 18:48 GMT+09:00 andrei.eremeev <andrei.eremeev at oracle.com
> <mailto:andrei.eremeev at oracle.com>>:
>
> Hi REPL team,
>
> Bugs in completion suggestions:
>
> Completion analysis does not work:
> 1. in method parameters,
> - void f(Str|
> - for (Str|
>
> 2. for primitive types:
> - doub|
>
> 3. for Java key words (but this might be overkill):
> - fo|
> - whi|
>
> 4. "new" is not suggested when there is a non-static inner class
> (see example).
> class A {
> class Inner {}
> }
> A a = new A();
>
> a.| <- "new" is not suggested
> a.new In| <- REPL suggests too much classes while Inner is only
> applicable here.
>
> Andrei Eremeev
>
>
More information about the kulla-dev
mailing list