Kotlin plugin issues [message #1815905] |
Mon, 14 October 2019 19:11  |
Eclipse User |
|
|
|
Not sure if this is the best place to ask but haven't had any answers over at discuss.kotlinlang.org so...
Hi, just a couple of issues I seem to having after upgrading to latest Eclipse (4.7.3a) and Kotlin plugin (0.8.18).
a) I get the following error popup every time I open a kt file (but after dismissing everything seems ok, except the file is marked as modified, though git shows it as unmodified even after saving):
An error has occurred. See error log for more details.
Compilation unit name must end with .java, or one of the registered Java-like extensions
b) "Open Implementation" is not available when hovering mouse (with Ctrl) over a function call in kotlin. Works fine for java code.
c) HotSwap doesn't work - no errors but the changed code is not hotswapped into place.
d) can't run an individual JUnit parameterized test on a kotlin test class, with an stack trace indicating the test couldn't be found ("No tests found matching...")
|
|
|
|
Powered by
FUDForum. Page generated in 0.25890 seconds