Menu

#669 constant pool in Proguard 6.0 beta1

v5.3.3
closed-fixed
None
9
2018-02-02
2017-11-15
No

hello Eric
i wanna report a problem about Proguard 6.0 beta 1,in android project used bumptech.

### javap dump class

javap -classpath . com.bumptech.glide.c.b
Error: error while reading constant pool for com.bumptech.glide.c.b: unexpected tag at #124: 21

javap -classpath . com.bumptech.glide.c.a
Compiled from "AnimatedGifEncoder.java"
public class com.bumptech.glide.c.a {
public com.bumptech.glide.c.a();
public void a(int);
public boolean a(android.graphics.Bitmap);
public boolean a();
public void a(int, int);
public boolean a(java.io.OutputStream);

bad class in zip

1 Attachments

Discussion

  • Eric Lafortune

    Eric Lafortune - 2017-11-16

    Thanks for your report. The zip file doesn't contain com/bumptech/glide/c/a.class and I can't reproduce the issue yet. Can you provide more details?

     
  • helloproguard

    helloproguard - 2017-11-17

    sorry, attach new zip ,you can try.

     
  • Eric Lafortune

    Eric Lafortune - 2018-02-02
    • status: open --> closed-fixed
     

Log in to post a comment.