Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » .class file have SourceDebugExtension
.class file have SourceDebugExtension [message #1697861] Tue, 09 June 2015 07:13
chris yo is currently offline chris yoFriend
Messages: 146
Registered: February 2013
Senior Member
I noticed that when I updated from Xtend 1.2.0 to Xtend 2.0.0, and from Java 1.5 to Java 1.7, the generated jar file is significantly larger.

I looked at the .class file inside the jar file and there was some additional contents that is in Java 1.7.

I saw this SourceDebugExtension in the .class file.
http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.11 states that this is optional. How can I disable this? What are the pros and cons of having this in?

Another things I noticed is that in Java7, I now have these also:
RuntimeInvisibleAnnotations
RuntimeVisibleAnnotations
SMAP

Is there a way to disable this?

Thank you.

[Updated on: Tue, 09 June 2015 07:27]

Report message to a moderator

Previous Topic:*.genmodel file location
Next Topic:How to access the JvmModel type system?
Goto Forum:
  


Current Time: Fri Apr 19 23:00:42 GMT 2024

Powered by FUDForum. Page generated in 0.02452 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top