]> source.dussan.org Git - aspectj.git/commit
fixed Bug 29959: super call in intertype method declaration body causes VerifyError
authorjhugunin <jhugunin>
Thu, 13 Feb 2003 21:00:35 +0000 (21:00 +0000)
committerjhugunin <jhugunin>
Thu, 13 Feb 2003 21:00:35 +0000 (21:00 +0000)
commit3e2801ad504e8f6b3fa7b50a42bf2706994e1727
tree012a2d37b1c15c28adaf1990457b670bdc072ab5
parentd49c9fdf6d4c334c2a0e6faa454a115616ea0712
fixed Bug 29959: super call in intertype method declaration body causes VerifyError
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeConstructorDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/SuperFixerVisitor.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/InterTypeMethodBinding.java
org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java
org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java
org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java
org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java
tests/ajcTests.xml
tests/ajcTestsFailing.xml
tests/bugs/SuperToIntro.java [new file with mode: 0644]
tests/jimTests.xml