-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix issue #7 NoClassDefFoundError: com/intellij/util/PathKt #8
base: master
Are you sure you want to change the base?
Conversation
I can't explain the root cause, but using another static import based on JRE solves the issue semantics are fully preserved
Works for me. @yole please merge! |
@yole please merge! |
@yole merge this. |
That's not how open source works. This is not a product, and you are not entitled to any level of support or acknowledgement. Instead, you are actively contributing the to burnout of open source project maintainers with your comments. |
I'm not going to transfer ownership of this project. If anyone is seriously interested in helping me maintain the plugin ("seriously" means at least submitting a pull request that doesn't contain "can't explain why" in its description), I can add you as a contributor to the GitHub project and to the plugin on plugins.jetbrains.com. |
@yole thank you for clarifying your point of view, I appreciate. |
@yole does it still alive? It even hard to compile from scratch.
|
@yole In 2017.3 EAP, I see the exception com/intellij/util/PathKt |
@yole I see more related issues/comments are filled for this topic. |
@nitram509 Check out my PR here: #9 , I've made some changes to the plugin to get it to work with IntelliJ 2018.1 through 2019.1 |
Hi,
I've fixed issue #7 by using another static import based on JRE helper method isRegularFile().
This solves the issue and fully preserves all semantics.
The only downside is that I still can't explain why :-/
Any feedback is welcome.
Regards
Martin