wollok icon indicating copy to clipboard operation
wollok copied to clipboard

"Error initializing refactoring" when renaming instance variable

Open flbulgarelli opened this issue 8 years ago • 2 comments

I tried to rename energia and I got error "Error initializing refactoring. null. See log for details"

object pepita {
    var energia
    method estaViva() {
        return energia == 4;
    }
}

flbulgarelli avatar Jun 08 '16 03:06 flbulgarelli

Update: it doesn't occur always. It is not occurring right after Eclipse start.

flbulgarelli avatar Jun 08 '16 18:06 flbulgarelli

I could reproduce it, when you start Eclipse it shows a warning message: "Missconfigured language.New reference text has invalid syntax"

There is no log on "Error log" tab. I once fixed it but wasn't sure about their implicancies. I touched some scoped import.

fdodino avatar Mar 12 '17 14:03 fdodino