Open smsotirov opened 5 months ago
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?
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.
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.