cnfree / Eclipse-Class-Decompiler

Eclipse Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon seamlessly with Eclipse and allows Java developers to debug class files without source code directly
http://www.cpupk.com/decompiler
304 stars 91 forks source link

Can not able to find references of a method in jar. #34

Open chiragparmar17 opened 7 years ago

chiragparmar17 commented 7 years ago

Hi,

As you know, eclipse has a functionality to find references of a particular method (Ctrl + Shift + G). This is not working with eclipse class decompiler. I observed that jd-eclipse plugin is able to find the references in jar file.

I hope you look into this as this becomes really important when you do not have source code and you want to find references of a particular method in other classes present in jar.