]> source.dussan.org Git - aspectj.git/commit
Fix for
authorehilsdal <ehilsdal>
Tue, 11 Mar 2003 06:06:56 +0000 (06:06 +0000)
committerehilsdal <ehilsdal>
Tue, 11 Mar 2003 06:06:56 +0000 (06:06 +0000)
commitae0ef30e2a9c8a4ef7ff59219b15b5109c956d22
tree3cdb644666c79423c4f8a86cd39442e7370e0b22
parent661473e03c230144e3fda076d1b5775a27a670d7
Fix for
Bugzilla Bug 32239
Dumps assembly code if Object[] used in args (BcelRenderer.java:152)
Not surprisingly, this bug was fixed by lubbing an occurrence of ObjectType
to ReferenceType, and then dispatching back for array types and/or class
types going to BCEL.
weaver/src/org/aspectj/weaver/bcel/BcelRenderer.java
weaver/src/org/aspectj/weaver/bcel/Utility.java