http://gwt-code-reviews.appspot.com/1359802/diff/4/5 File dev/core/src/com/google/gwt/dev/javac/BytecodeSignatureMaker.java (right):
http://gwt-code-reviews.appspot.com/1359802/diff/4/5#newcode76 dev/core/src/com/google/gwt/dev/javac/BytecodeSignatureMaker.java:76: // ignore Well, the one i tried wasn't based on bytecode at all, it just used the api's available in the loaded class (via JClassType). So, I think an asm/bytecode solution is intriguing. The stop-gap I have currently just does a hash on the bytecode as a whole. http://gwt-code-reviews.appspot.com/1359802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
