kotlin-eclipse-2022
kotlin-eclipse-2022 copied to clipboard
Enhanced Kotlin Plugin for Eclipse
On startup: ``` An internal error occurred during: "Initializing Java Tooling". Truncated class file ``` And then you get many errors, see the log: [eclipse.log](https://github.com/bvfalcon/kotlin-eclipse-2024/files/14226918/eclipse.log) [eclipse.txt](https://github.com/bvfalcon/kotlin-eclipse-2024/files/14226914/eclipse.txt)
Is there anything we can do to help and make this work? I have to use Kotlin now, had to test IntelliJ and am ... underwhelmed. Would prefer Eclipse.
Loads of errors of type `Failed to retrieve IFile from editor org.jetbrains.kotlin.ui.editors.KotlinFileEditor@7e674663` eclipse.buildId=4.20.0.I20210611-1600 java.version=15.0.1 java.vendor=AdoptOpenJDK BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Hey, I tried the Kotlin plugin with a multi module maven WTP project where one of the modules is in Kotlin. After some fiddeling and re-installing of the plugin I...
> java.util.NoSuchElementException: List is empty. > at kotlin.collections.CollectionsKt___CollectionsKt.single(_Collections.kt:608) > at org.jetbrains.kotlin.core.resolve.BuiltInsReferenceResolver.initialize(BuiltInsReferenceResolver.java:120) > at org.jetbrains.kotlin.core.resolve.BuiltInsReferenceResolver.(BuiltInsReferenceResolver.java:75) > at org.jetbrains.kotlin.core.model.KotlinCommonEnvironment.(KotlinCommonEnvironment.kt:153) > at org.jetbrains.kotlin.core.model.KotlinEnvironment.(KotlinEnvironment.kt:322) > at org.jetbrains.kotlin.core.model.KotlinEnvironment.(KotlinEnvironment.kt) > at org.jetbrains.kotlin.core.model.KotlinEnvironment$Companion$environmentCreation$1.invoke(KotlinEnvironment.kt:403) > at org.jetbrains.kotlin.core.model.KotlinEnvironment$Companion$environmentCreation$1.invoke(KotlinEnvironment.kt:402) >...
Got null pointer on importing some none kotlin project into the workspace > java.lang.NullPointerException > at java.base/java.io.Reader.(Reader.java:168) > at java.base/java.io.InputStreamReader.(InputStreamReader.java:112) > at com.intellij.ide.plugins.PluginManagerCore.readBrokenPluginFile(PluginManagerCore.java:249) > at com.intellij.ide.plugins.PluginManagerCore.getBrokenPluginVersions(PluginManagerCore.java:241) > at com.intellij.ide.plugins.PluginManagerCore.createLoadingResult(PluginManagerCore.java:822) >...
The `org.jetbrains.kotlin.core.KOTLIN_CONTAINER` is not be added to the Eclipse project .classpath files. We have multi-module Gradle projects with mixed languages. The Java and Groovy source sets cannot "find" the Kotlin...
Closing few projects in a large gradle workspace triggers a gradle refresh. After the refresh the workspace build is triggered. The Kotlin builder tries to build files which are part...
Today the completions only provide basic completions and non-imported completions. Today there is not way to get method signatures that can be overridden from the super class.
This is a high level improvement to reduce weaving as much as possible due to following reasons - Avoid class load errors due to Eclipse core classes being changed -...