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

Exception: java.lang.UnsupportedOperationException: com.jetbrains.rdclient.actions.base.BackendDelegatingAction#update (ReformatCode) #13

Closed
hoelzl opened this issue Jan 4, 2025 · 0 comments
Labels
duplicate This issue or pull request already exists

Comments

@hoelzl
Copy link

hoelzl commented Jan 4, 2025

Description

Error occurred when trying to reformat code

Stacktrace

java.lang.UnsupportedOperationException: com.jetbrains.rdclient.actions.base.BackendDelegatingAction#update (ReformatCode)
	at com.jetbrains.rdclient.actions.base.BackendAction.update(BackendAction.kt:35)
	at com.jetbrains.rdclient.actions.base.BackendDelegatingAction.update(BackendDelegatingAction.kt:106)
	at com.github.aarcangeli.ideaclangformat.actions.ReformatCodeWithClangAction.update(ReformatCodeWithClangAction.kt:26)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate$lambda$2(ActionUtil.kt:226)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.kt:244)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1$1.invoke(ActionUpdater.kt:501)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1$1.invoke(ActionUpdater.kt:500)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$2$1.invoke(ActionUpdater.kt:145)
	at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:114)
	at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable$lambda$4(InternalReadAction.kt:104)
	at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2$lambda$1(cancellableReadAction.kt:32)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction(AnyThreadWriteThreadingSupport.kt:351)
	[...]

Version and Environment Details

Plugin version: 1.1.1
Operating System: Windows 11.0
IDE version: JetBrains Rider 2024.3.3

@aarcangeli aarcangeli added the duplicate This issue or pull request already exists label Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants