eclipse-archived/ceylon-ide-intellij

static methods not found first time

Closed this issue · 4 comments

In a brand new project, use of static methods of JDK classes, for example Collectors.toList() and Arrays.asList() tend to result in an error. Resetting the Ceylon model fixes it.

I can't reproduce this, is it still happening?

Oh I see, I just had that same error with spark:

import spark {
    Spark {
        get
    }
}

Hum no that's not enough :/

Thanks mate