judovana / java-runtime-decompiler

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

all depndecnies should be passed to deocmpilers, not just inner classes or (!) one(!!) #238

Closed judovana closed 2 years ago

judovana commented 2 years ago

Currently we can send one class - but htat is not enough to decokpiler Or more classes - that is better. Currently we send in jsut inner classes, which are crucial. For best experience all depndency classes hsoudl go in. With the new method this hsoud be easy to do. The setup in gui/json shoudl be enforce one/selcted and inners/all depndencies where all should be default. Decompielrs with only single class on in[ut should be fixed to take all or revisited.

judovana commented 2 years ago

procyon was revisited, switched to future relase with this feature

judovana commented 2 years ago

todod, last bit: gui combobox with values

judovana commented 2 years ago

done