judovana / java-runtime-decompiler

GNU General Public License v3.0
68 stars 14 forks source link

removal of oveerides must trigger transform method #210

Closed judovana closed 2 years ago

judovana commented 2 years ago

Where class override is always triggered by need of new bytecode, simple removal of override is not. Thus an reques tof new class deffinition must follow the removal of the override.

due to regex being parameter of override removall, this may be tricky to do. Probably best would be to change the regex to array of exact classes and process the regex on client. Once all removed overrides ar eknown, then the transform should be easy to trigger for each of them.