Guest User

Untitled

a guest
Nov 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. compileOptions {
  2. sourceCompatibility JavaVersion.VERSION_1_8
  3. targetCompatibility JavaVersion.VERSION_1_8
  4. }
  5.  
  6. Warning:warning: Ignoring InnerClasses attribute for an anonymous inner class
  7. (org.eclipse.core.internal.jobs.JobListeners$1) that doesn't come with an
  8. associated EnclosingMethod attribute. This class was probably produced by a
  9. compiler that did not target the modern .class file format. The recommended
  10. solution is to recompile the class from source, using an up-to-date compiler
  11. and without specifying any "-target" type options. The consequence of ignoring
  12. this warning is that reflective operations on this class will incorrectly
  13. indicate that it is *not* an inner class.
Add Comment
Please, Sign In to add comment