Bugs

andrei.eremeev andrei.eremeev at oracle.com
Fri Jan 30 13:32:34 UTC 2015


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