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

Intellij IDE Editor bug #425

Open
ssmithstone opened this issue Apr 16, 2024 · 1 comment
Open

Intellij IDE Editor bug #425

ssmithstone opened this issue Apr 16, 2024 · 1 comment
Labels
bug Something isn't working intellij IntelliJ or related IDE-side issue
Milestone

Comments

@ssmithstone
Copy link

Describe the bug
It's throwing the follow exception
com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon. 'com.genuitec.codetogether.ui.action.OpenGithubAction' must override getActionUpdateThread and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.genuitec.codetogether]
at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:199)

To Reproduce
Steps to reproduce the behavior:
Randomly occurs there is no session in progress, the error icon appears so i reported it

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

CodeTogether Host

  • IDE: IntelliJ
  • IDE Version 2024.
  • OS: maxos
  • OS Version: 14.4.1
@ssmithstone ssmithstone added bug Something isn't working unreviewed Pending review by development team labels Apr 16, 2024
@wgalanciak wgalanciak added intellij IntelliJ or related IDE-side issue and removed unreviewed Pending review by development team labels May 6, 2024
@wgalanciak wgalanciak added this to the 2024.3.0 milestone May 6, 2024
@wgalanciak
Copy link
Contributor

Thanks for reporting the issue. We are going to address it in the upcoming release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working intellij IntelliJ or related IDE-side issue
Projects
None yet
Development

No branches or pull requests

2 participants