JUnitPerf icon indicating copy to clipboard operation
JUnitPerf copied to clipboard

the source code doean't match the bytecode

Open azizamohamedabdelsalam opened this issue 2 years ago • 1 comments

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.

azizamohamedabdelsalam avatar Jul 03 '23 07:07 azizamohamedabdelsalam

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

noconnor avatar Jul 03 '23 08:07 noconnor