noconnor / JUnitPerf

API performance testing framework built using JUnit
Apache License 2.0
68 stars 18 forks source link

the source code doean't match the bytecode #115

Open azizamohamedabdelsalam opened 1 year ago

azizamohamedabdelsalam commented 1 year ago

i upload the 1.34 library on my maven project. and start using the library feature and and i am trying to optimize the performance targets to fit my requirements.

one of my trial is to debug to understand how to set these targets but i used to get this warning message ' Source code doesn't match the binary code' . how could i solve this issue

i am using this library with JUnit4.

noconnor commented 1 year ago

I think this is because lombok is being used in the source code. I'll see if delombok'ing source files before publishing helps in future releases.

https://youtrack.jetbrains.com/issue/IDEA-201514/Library-source-does-not-match-the-bytecode-for-class-for-classes-using-Lombok