You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ....."
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.
The text was updated successfully, but these errors were encountered:
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?
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 ....."
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.
The text was updated successfully, but these errors were encountered: