Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignoring InnerClasses attribute for an anonymous inner class #4

Open
MWNemesis opened this issue Apr 27, 2016 · 0 comments
Open

Ignoring InnerClasses attribute for an anonymous inner class #4

MWNemesis opened this issue Apr 27, 2016 · 0 comments

Comments

@MWNemesis
Copy link

Hi Gradle give me the following warning:

warning: Ignoring InnerClasses attribute for an anonymous inner class
(com.itextpdf.text.pdf.MappedRandomAccessFile$1) that doesn\u0027t come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is not an inner class.

warning: Ignoring InnerClasses attribute for an anonymous inner class
(com.itextpdf.text.pdf.events.IndexEvents$1) that doesn\u0027t come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is not an inner class.

Wich solution can be applied?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant