]> source.dussan.org Git - javassist.git/commit
Add the ability to change the signature of a constant pool methodref entry.
authoradrian <adrian@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 21 Feb 2006 13:30:23 +0000 (13:30 +0000)
committeradrian <adrian@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 21 Feb 2006 13:30:23 +0000 (13:30 +0000)
commitefa62f09d0bf25f3f571cab4f5f235023315f5e0
tree1d5492e79b4c0345b0ea0fe5f4b710ab1dc5ae82
parent1330b1783963dcda4cd4ea0f526464ff6edfbc9a
Add the ability to change the signature of a constant pool methodref entry.

This is useful for JDK5 to 1.4 mapping, e.g.
java.lang.String.clone()Ljava.lang.String; -> java.lang.String.clone()Ljava.lang.Object;

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@250 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
src/main/javassist/bytecode/ConstPool.java