简体   繁体   中英

Java decompiler is not giving full source code

I have tried to decompile .class file with JD . BUt i got Strange code in it(Static call to a non static method, Classname.this.method etc.) .

Could you please tell me whether it will give 100 percent source code or not?

No, java decompilers can't give you the exact source code back. Many compiler optimizations will not be reflected back in the generated file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM