leibnitz27 / cfr

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

How can I show the class packages? #344

Open micartey opened 1 year ago

micartey commented 1 year ago

When running cfr with the --methodname I get source code as expected but without the imports. Is there an option to show the classes with its package?

e.g. Arrays.asList("Hello", "World"); -> java.util.Arrays.Arrays.asList("Hello", "World");