leibnitz27 / cfr

This is the public repository for the CFR Java decompiler
https://www.benf.org/other/cfr
MIT License
1.93k stars 249 forks source link

Dump `RECORD_COMPONENT` annotations #324

Closed Marcono1234 closed 1 year ago

Marcono1234 commented 1 year ago

Fixes #285 Fixes partially #284 (only the case where the method is annotated, but not any other annotation placement)

Feedback or any improvements are appreciated. Maybe this code is also missing logic to properly track the type usage for the annotations.

leibnitz27 commented 1 year ago

Sorry - new job so limited bandwidth - working through, thanks for all the changes ;)

Marcono1234 commented 1 year ago

No worries, take your time! Do you want me to submit these test cases to cfr_tests, or do you want to add them yourself (depending on what is easier for you)?