]> source.dussan.org Git - javassist.git/commit
fixed a bug so that the compiler distinguishes a length field and the array length...
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Wed, 8 Jun 2005 08:58:33 +0000 (08:58 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Wed, 8 Jun 2005 08:58:33 +0000 (08:58 +0000)
commit001d765704f61a813fb02952364938446b66b927
treece8f6d324a01bdd18ed6dcd0d3cba71a558250a1
parentd30bc13c09ed8408aae06f17666d5cd765124d1f
fixed a bug so that the compiler distinguishes a length field and the array length operator.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@175 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
src/main/javassist/compiler/CodeGen.java
src/main/javassist/compiler/MemberCodeGen.java