]> source.dussan.org Git - aspectj.git/commit
fix and tests for at least 2 bugs:
authorjhugunin <jhugunin>
Wed, 10 Sep 2003 00:35:18 +0000 (00:35 +0000)
committerjhugunin <jhugunin>
Wed, 10 Sep 2003 00:35:18 +0000 (00:35 +0000)
commitd78d9ed48963cf302c26daab6af782d9b01ea3ac
tree73e1aaa7c847dac6ab50d3dd36f1bb62fbd5edd4
parentd9b32bb20a67995c994a45857d1f16ae84041a1b
fix and tests for at least 2 bugs:
Bugzilla Bug 42740
   declare error fails on pointcuts composed from multiple classes
Bugzilla Bug 42746
   within() pcd is confused for certain declare softs

and probably:
Bugzilla Bug 42739
   Compiler crash in ajc head (post 1.1.1 rc1)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AspectDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/PointcutDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java
tests/ajcTests.xml
tests/bugs/declareBinding/SampleExceptionHandling1.java [new file with mode: 0644]
tests/bugs/declareSoftWithin/aspects/Softener.aj [new file with mode: 0644]
tests/bugs/declareSoftWithin/test/NoSoftener.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/ResolvedPointcutDefinition.java