-
Notifications
You must be signed in to change notification settings - Fork 102
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
RuntimeException in IntelliJ 2023.1 #427
Comments
same problems here i think it's a general issue |
I have similar issue ... |
I have this problem as well. Although I don't think we will be getting a fix. Last commit was on Dec 2021 and on readme it is stated that: This project has been archived and is looking for a maintainer |
I had exactly the same situation with IntelliJ version 2023.1. |
Do you really need this plugin? "actions on save" are now available in Intellij without the need of a plugin right? |
@alexandernajafi AKAIK "actions on save" available in Intellij doesn't work with Eclipse Code Formater plugin whereas this plugin does work fine. |
Should be working now: https://github.com/fishermans/intellij-plugin-save-actions/releases/tag/v2.6.0 |
As previous commenter answered already, 2.6.0 is from a fork of this project. This project is currently inactive, see the README.md note: " |
Thanks. It works. |
@fishermans do you intend to try to take over the original project (or have you already tried to contact the author about it) so it can be updated in the IDEA market, or just update your fork and people will install it manually? |
|
Note that since IntelliJ 2021.2, there is a built-in |
See comments to this question here: #428 |
@CRogers There is a downside to that currently, which is that the configuration for Actions on Save is stored in .idea/workspace.xml, which is something that is not advisable to commit to a code repository. |
@CRogers yes but how do have the same "automatic quick fix" specific to java ? see below |
So since no one managed to release a fork on the marketplace, we did it ourselfs so that we don't always have to use a ZIP file. Feel free to use it if you like. We also notice that someone else published a similar version, however we didn't want to use that since:
|
@AB-xdev great to see someone taking over this, did you contact the original author to replace the package in the marketplace ? |
> This project has been archived and is looking for a maintainer This is the disclaimer at the top of the README of https://github.com/dubreuia/intellij-plugin-save-actions The project was continued by fishermans in https://github.com/fishermans/intellij-plugin-save-actions, but they never published a new version on the IDEA Marketplace. xdev-software has now done this instead, which is the plugin version that this commit switches to. Everyone still needs to accept the change by installing the newly required plugin. On start up, you'll notice an error pop-up informing you that you have not yet installed a required plugin. This project seems nicely set up, with GHA to build and publish the version to the marketplace. They state that they will provide maintenance updates to provide support to newer IDEA versions. I had a look through the diff to look for obvious security problems, but did not encounter anything suspicious. I think we're good to use this instead. See: dubreuia/intellij-plugin-save-actions#427 See: https://github.com/fishermans/intellij-plugin-save-actions See: https://github.com/xdev-software/intellij-plugin-save-actions
13326: Switch to software.xdev.saveactions IDEA plugin r=korthout a=korthout ## Description <!-- Please explain the changes you made here. --> > This project has been archived and is looking for a maintainer This is the disclaimer at the top of the README of https://github.com/dubreuia/intellij-plugin-save-actions The project was continued by fishermans in https://github.com/fishermans/intellij-plugin-save-actions, but they never published a new version on the IDEA Marketplace. `@xdev-software` has now done this instead, which is the plugin version that this pull request switches to. Everyone still needs to accept the change by installing the newly required plugin. On start up, you'll notice an error pop-up informing you that you have not yet installed a required plugin. This project seems nicely set up, with GHA to build and publish the version to the marketplace. They state that they will provide maintenance updates to provide support to newer IDEA versions. I had a look through the diff to look for obvious security problems, but did not encounter anything suspicious. I think we're good to use this instead. See: dubreuia/intellij-plugin-save-actions#427 See: https://github.com/fishermans/intellij-plugin-save-actions See: https://github.com/xdev-software/intellij-plugin-save-actions ## Related issues <!-- Which issues are closed by this PR or are related --> NA Co-authored-by: Nico Korthout <[email protected]>
> This project has been archived and is looking for a maintainer This is the disclaimer at the top of the README of https://github.com/dubreuia/intellij-plugin-save-actions The project was continued by fishermans in https://github.com/fishermans/intellij-plugin-save-actions, but they never published a new version on the IDEA Marketplace. xdev-software has now done this instead, which is the plugin version that this commit switches to. Everyone still needs to accept the change by installing the newly required plugin. On start up, you'll notice an error pop-up informing you that you have not yet installed a required plugin. This project seems nicely set up, with GHA to build and publish the version to the marketplace. They state that they will provide maintenance updates to provide support to newer IDEA versions. I had a look through the diff to look for obvious security problems, but did not encounter anything suspicious. I think we're good to use this instead. See: dubreuia/intellij-plugin-save-actions#427 See: https://github.com/fishermans/intellij-plugin-save-actions See: https://github.com/xdev-software/intellij-plugin-save-actions (cherry picked from commit 1547888)
> This project has been archived and is looking for a maintainer This is the disclaimer at the top of the README of https://github.com/dubreuia/intellij-plugin-save-actions The project was continued by fishermans in https://github.com/fishermans/intellij-plugin-save-actions, but they never published a new version on the IDEA Marketplace. xdev-software has now done this instead, which is the plugin version that this commit switches to. Everyone still needs to accept the change by installing the newly required plugin. On start up, you'll notice an error pop-up informing you that you have not yet installed a required plugin. This project seems nicely set up, with GHA to build and publish the version to the marketplace. They state that they will provide maintenance updates to provide support to newer IDEA versions. I had a look through the diff to look for obvious security problems, but did not encounter anything suspicious. I think we're good to use this instead. See: dubreuia/intellij-plugin-save-actions#427 See: https://github.com/fishermans/intellij-plugin-save-actions See: https://github.com/xdev-software/intellij-plugin-save-actions (cherry picked from commit 1547888) Conflicts: .idea/externalDependencies.xml
> This project has been archived and is looking for a maintainer This is the disclaimer at the top of the README of https://github.com/dubreuia/intellij-plugin-save-actions The project was continued by fishermans in https://github.com/fishermans/intellij-plugin-save-actions, but they never published a new version on the IDEA Marketplace. xdev-software has now done this instead, which is the plugin version that this commit switches to. Everyone still needs to accept the change by installing the newly required plugin. On start up, you'll notice an error pop-up informing you that you have not yet installed a required plugin. This project seems nicely set up, with GHA to build and publish the version to the marketplace. They state that they will provide maintenance updates to provide support to newer IDEA versions. I had a look through the diff to look for obvious security problems, but did not encounter anything suspicious. I think we're good to use this instead. See: dubreuia/intellij-plugin-save-actions#427 See: https://github.com/fishermans/intellij-plugin-save-actions See: https://github.com/xdev-software/intellij-plugin-save-actions (cherry picked from commit 1547888) Conflicts: .idea/externalDependencies.xml
13356: [Backport stable/8.2] Switch to software.xdev.saveactions IDEA plugin r=korthout a=backport-action # Description Backport of #13326 to `stable/8.2`. relates to dubreuia/intellij-plugin-save-actions#427 Co-authored-by: Nico Korthout <[email protected]>
13356: [Backport stable/8.2] Switch to software.xdev.saveactions IDEA plugin r=korthout a=backport-action # Description Backport of #13326 to `stable/8.2`. relates to dubreuia/intellij-plugin-save-actions#427 Co-authored-by: Nico Korthout <[email protected]>
Currently we have no intention to do this. Background: #428 (comment) |
> This project has been archived and is looking for a maintainer This is the disclaimer at the top of the README of https://github.com/dubreuia/intellij-plugin-save-actions The project was continued by fishermans in https://github.com/fishermans/intellij-plugin-save-actions, but they never published a new version on the IDEA Marketplace. xdev-software has now done this instead, which is the plugin version that this commit switches to. Everyone still needs to accept the change by installing the newly required plugin. On start up, you'll notice an error pop-up informing you that you have not yet installed a required plugin. This project seems nicely set up, with GHA to build and publish the version to the marketplace. They state that they will provide maintenance updates to provide support to newer IDEA versions. I had a look through the diff to look for obvious security problems, but did not encounter anything suspicious. I think we're good to use this instead. See: dubreuia/intellij-plugin-save-actions#427 See: https://github.com/fishermans/intellij-plugin-save-actions See: https://github.com/xdev-software/intellij-plugin-save-actions (cherry picked from commit 1547888) Conflicts: .idea/externalDependencies.xml
Describe the bug
After updating to IntelliJ 2023.1 a RuntimeException is thrown. This is the stack trace:
Versions
IntelliJ IDEA 2023.1 (Ultimate Edition)
Build #IU-231.8109.175, built on March 28, 2023
Licensed to E.ON Digital Technology GmbH / Christian Jacob
Subscription is active until December 31, 2023.
Runtime version: 17.0.6+10-b829.5 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Non-Bundled Plugins:
com.intellij.properties.bundle.editor (231.8109.91)
com.dubreuia (2.3.0)
DBN (3.3.7221.0)
MavenRunHelper (4.23.222.2964.0)
com.intellij.aspectj (231.8109.90)
org.sonarlint.idea (8.1.0.65508)
net.seesharpsoft.intellij.plugins.csv (3.1.0-231)
com.haulmont.jpab (2023.1.3-231)
io.nimbly.tzatziki (15.2.1)
Kotlin: 231-1.8.20-IJ8109.175
The text was updated successfully, but these errors were encountered: