Chris Cleveland - 2002-08-01

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)