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

Library Source does not match the bytecode #160

Open
smsotirov opened this issue Jun 11, 2024 · 2 comments
Open

Library Source does not match the bytecode #160

smsotirov opened this issue Jun 11, 2024 · 2 comments

Comments

@smsotirov
Copy link

Hello,
When click on "download sources' in the javadoc in Intellij, there is a red warning that says "Library source does not match the bytecode for class ....."
image

Since I've never dealt with such issue, I searched for a solution and I found good explanation of the problem in this Stackoverflow article: https://stackoverflow.com/a/36822926/2607798

It would be great if the code is compiled the way they mentioning in the accepted answer.

Thank you in advance.

@darrachequesne
Copy link
Owner

Hi! I think that's because we are using the quite common Lombok library in our source code. We could indeed write the constructors and the getters/setters instead, but... is that really a blocker for you?

@smsotirov
Copy link
Author

I don't think this can be a blocker. But definitely doesn't looks fine. Please accept this issue as improvement suggestion rather than a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants