darrachequesne / spring-data-jpa-datatables

Spring Data JPA extension to work with the great jQuery plugin DataTables (https://datatables.net/)
Apache License 2.0
440 stars 174 forks source link

Library Source does not match the bytecode #160

Open smsotirov opened 3 weeks ago

smsotirov commented 3 weeks ago

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 commented 3 weeks 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?

smsotirov commented 3 weeks ago

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.