Activity for FxT

  • FxT FxT posted a comment on discussion Help

    Thanks for the reply. You are right that was it. I should have read the docs better. On Mon, Nov 4, 2019, 12:24 AM Eric Lafortune lafortune@users.sourceforge.net wrote: You should not just specify the class, but also its methods. The following should work: -keep,allowshrinking class com.myPackage.JVMSpecificCode { *; } How to stop devirtualization for specific classes https://sourceforge.net/p/proguard/discussion/182456/thread/d4495080f2/?limit=25#76fb Sent from sourceforge.net because you indicated...

  • FxT FxT posted a comment on discussion Help

    How do you stop proguard from devirtualizing a class's members? When using -keep com.myPackage.JVMSpecificCode proguard keeps the public method name and signature but changes it from an instance method to a static method. While normally this is a great optimization for methods that do not access instance state it is causing problems for my particular scenario resulting in the following error: java.lang.IncompatibleClassChangeError: Expected static method.... I am applying proguard on a mult-release...

  • FxT FxT posted a comment on ticket #671

    +1 vote

1