Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Kotlin plugin issues
Kotlin plugin issues [message #1815905] Mon, 14 October 2019 23:11 Go to next message
DYLAN NICHOLSON is currently offline DYLAN NICHOLSONFriend
Messages: 1
Registered: October 2019
Junior Member
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...")
Re: Kotlin plugin issues [message #1816040 is a reply to message #1815905] Thu, 17 October 2019 22:08 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
You'll probably have to ask this in some JetBrains forum, but I have no idea which and where.
Previous Topic:start eclipse java
Next Topic:"Null Deference" Vulnerability found in JarRsrcLoader.class
Goto Forum:
  


Current Time: Mon Dec 09 17:55:08 GMT 2024

Powered by FUDForum. Page generated in 0.03101 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top