Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JB plugin] Internal error: UninitializedPropertyAccessException #43

Closed
sycomix opened this issue Nov 24, 2023 · 0 comments
Closed

[JB plugin] Internal error: UninitializedPropertyAccessException #43

sycomix opened this issue Nov 24, 2023 · 0 comments

Comments

@sycomix
Copy link

sycomix commented Nov 24, 2023

An internal error happened in the IDE plugin.

Message: Unhandled exception in [CoroutineName(run activity), run activity, StandaloneCoroutine{Cancelling}@3f21a2cf, Dispatchers.Default]

Stack trace

kotlin.UninitializedPropertyAccessException: lateinit property instance has not been initialized
	at com.smallcloud.refactai.listeners.LastEditorGetterListener$Companion.getInstance(LastEditorGetterListener.kt:85)
	at com.smallcloud.refactai.Initializer.initialize(Initializer.kt:28)
	at com.smallcloud.refactai.Initializer.execute(Initializer.kt:25)
	at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:482)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [CoroutineName(run activity), run activity, StandaloneCoroutine{Cancelled}@3f21a2cf, Dispatchers.Default]

Environment

  • Plugin version: 1.2.3
  • IDE: CLion 2023.3 EAP Build #CL-233.11868
  • JDK: 17.0.9; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
  • OS: Windows 11.0
  • MODE: Cloud

Additional information

reymondzzzz added a commit that referenced this issue Nov 26, 2023
reymondzzzz added a commit that referenced this issue Nov 26, 2023
reymondzzzz added a commit that referenced this issue Nov 26, 2023
reymondzzzz added a commit that referenced this issue Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants