GraxCode / threadtear

Multifunctional java deobfuscation tool suite
GNU General Public License v3.0
885 stars 123 forks source link

About unused code in the project. #38

Closed tjrbrom closed 3 years ago

tjrbrom commented 4 years ago

Hi guys, I thought I should open an issue for that:

There are so many unused declarations in your project, be it methods, unused imports, global fields etc.

Capture

Is this done on purpose / am I missing something? Or is this "unused" code being loaded at Runtime indirectly (maybe with reflection?)

Any reply is appreciated, thanks.

GraxCode commented 4 years ago

Some code snippets have been inherited from my older projects and I left them in mostly on purpose, as it makes creation of Executions easier. I consider them as library methods, but if you find methods that are really unnecessary, let me know.

GraxCode commented 3 years ago

I have removed all members that are unnecessary and not relevant for library-usage.