Bugs
andrei.eremeev
andrei.eremeev at oracle.com
Fri Jan 30 16:22:03 UTC 2015
And additional bugs:
4. after processing "String[] a = { \"AAA\" };", "Map<? extends Object,
? super Object> f() { return null; }" the status of CompletionInfo is
UNKNOWN, while it should be COMPLETE.
Andrei Eremeev
On 01/30/2015 04:32 PM, andrei.eremeev wrote:
> Hi REPL team,
>
> The following bugs was found during test implementation:
>
> 1. static method cannot be declared in interface.
> (assertSuccessfulDeclare1("interface A {static void x() {}}"))
>
> 2. final variable can be re-assigned:
> final int x = 10;
> x = 5; <-- no error
>
> 3. after processing methods with synchronized or default modifiers the
> status of CompletionInfo is UNKNOWN, while it should be COMPLETE.
>
> Andrei Eremeev
More information about the kulla-dev
mailing list