Warning: This class was probably produced by a broken compiler.
Posted
by Michal Dymel
on Stack Overflow
See other posts from Stack Overflow
or by Michal Dymel
Published on 2010-05-27T15:19:30Z
Indexed on
2010/05/27
15:21 UTC
Read the original article
Hit count: 797
I have added Jacson libs to my android project and now I am getting such warnings in console:
warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.)
I've tried to recompile libs, but it didn't help. Warnings are gone when I remove these libs from project. Everything is working fine on the device, but this annoys me ;)
Do you know any solution?
© Stack Overflow or respective owner