]> source.dussan.org Git - aspectj.git/commit
tests and fix for Bugzilla Bug 39993
authorjhugunin <jhugunin>
Tue, 22 Jul 2003 20:57:17 +0000 (20:57 +0000)
committerjhugunin <jhugunin>
Tue, 22 Jul 2003 20:57:17 +0000 (20:57 +0000)
commit026b2728aef846823419ebffceb57fe8161e3d15
tree4388f34ab63d11eccb6a89917f0a07713f70ea61
parent27ad07f5c1a4ad27fab06e1ebb91874355d90546
tests and fix for Bugzilla Bug 39993
   ajc stack trace on declaring hashcode() method in aspect

added extra error-test for using super inside an inter-type declaration on
an interface with multiple parents -- the correct parent is either
hard or impossible to determine in that case
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperFixerVisitor.java [new file with mode: 0644]
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperReference.java [new file with mode: 0644]
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java
tests/ajcTests.xml
tests/bugs/MultipleSuperCf.java [new file with mode: 0644]
tests/bugs/OverridingInterfaceObjectMethod.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java