-
Notifications
You must be signed in to change notification settings - Fork 15
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
Plugin causes regular "SWT Resource was not properly disposed" errors in the log #18
Comments
Most likely some API change in the latest Eclipse. Have you tried |
I get the following error on packaging it, but I have no idea how to resolve it:
As far as I can tell, that's a dependency that is not directly referenced by this project but by the dependency |
It is strange that new and fresh version while https://github.com/Mathieuu/CsvEdit/blob/master/pom.xml#L27 I'd try to point to the latest Eclipse repo, what is current Eclipse codename? New build should be for the newest Ecipse, and maybe Java as Java 11 |
The current code name is "2021-06", the version is 4.20. I did leave the Java version at 8, though. Not sure how much would need to be changed to make it work with Java 11 and its new module system otherwise. |
One can use Java 11 and even Java 16/17 without knowing/caring about new module system. For exact Eclipse build, I'd suggest try to contact @Mathieuu if he still looks here, And for some weird situation raise as bug on https://bugs.eclipse.org/bugs/ I am sorry, I have not been touching Eclipse for 1-2 year, and do it just to improve plugin (that I would not use anyways) is against common sense. I do care, that some repositories, I moved forward, would continue. |
Exactly this bug with stack trace above is good question for https://stackoverflow.com/questions/tagged/eclipse |
For what it is worth, I forked the the repo and fix this and a few other issues: https://github.com/gnl42/CsvEdit2 Update site at https://gnl42.github.io/CsvEdit2-update/ |
Using Eclipse 2021-06 with this plugin, I frequently get the following error in the log (which references
MultiPageCSVEditor
):I could not pinpoint it to any specific action I perform with the CSV editor, though. I also did not check if this also occurs in older Eclipse versions or whether it's a new regression that only affects current versions.
The text was updated successfully, but these errors were encountered: