-
Notifications
You must be signed in to change notification settings - Fork 23
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
jMolecules and ByteBuddy Support with IntelliJ IDEA #292
Comments
This is a known issue with IDEA. I can only recommend raising your voice in the linked ticket. Otherwise, the IDEA team will continue to assume that this is not a problem worth solving. Here's the note one of my sample projects contains:
I'll make sure, we're going to add a note about this to the documentation. |
The IDEA team has thrown back the ball into jMolecule's field. They suggest to implement a byte buddy builder plugin for IDEA JPS ;-) |
It doesn't, really. As it suggests the ByteBuddy plugin to do something JPS-specific, not jMolecules. I've replied again because it's neither about ByteBuddy nor JPS, actually. But yeah, it's tiring. 😔 On the other hand. Unless anyone else is willing to chime in with IDEA, I'll end up looking like “Ollie's asking for his personal fix.” at some point. That feels weird as I am not even using IDEA in my day-to-day work. So at some point I'll probably just stop caring. |
I am experiencing several issues when working with the jMolecules framework in IntelliJ IDEA. These issues affect both application runtime and development experience in the IDE:
1. Run Configuration Issue:
2. ByteBuddy Code Generation:
3. IDE Warnings:
Here is my repo: https://github.com/bekaChichua/jmolecules-example
If I’m missing something, please provide resources or guidance on how to resolve these IntelliJ-specific issues. Alternatively, if there are any workarounds you can suggest, I would greatly appreciate it. I’ve spent a lot of time searching for solutions, but there doesn’t seem to be much documentation available, likely because this project is relatively new.
Thank you for your help!
The text was updated successfully, but these errors were encountered: