checkerframework-gradle-plugin
checkerframework-gradle-plugin copied to clipboard
Hard to debug the original code when using with delombok
The code generated by delombok replaces the original code during compilation, resulting in significant changes to the source location information, which makes breakpoints in the original code ineffective. Is it possible for the plugin to compile twice --- once for the delombok generated code, and once for the original code?