If I deploy an obfuscated jar file to a client, and they see an error with the following stack trace, how to I map "com.a.a.g.ab" back to a method? Is there a way to include line numbers so I can map it back to a line?
java.lang.NoClassDefFoundError
at com.a.a.g.ab(Unknown Source)
at com.a.a.e.ag(Unknown Source)
at com.a.a.e.a(Unknown Source)
at com.a.a.f.ey(Unknown Source)
at com.a.a.f.eA(Unknown Source)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I deploy an obfuscated jar file to a client, and they see an error with the following stack trace, how to I map "com.a.a.g.ab" back to a method? Is there a way to include line numbers so I can map it back to a line?
java.lang.NoClassDefFoundError
at com.a.a.g.ab(Unknown Source)
at com.a.a.e.ag(Unknown Source)
at com.a.a.e.a(Unknown Source)
at com.a.a.f.ey(Unknown Source)
at com.a.a.f.eA(Unknown Source)