]> source.dussan.org Git - aspectj.git/commit
FIXED: Bugzilla Bug 32421
authorjhugunin <jhugunin>
Thu, 6 Mar 2003 22:12:00 +0000 (22:12 +0000)
committerjhugunin <jhugunin>
Thu, 6 Mar 2003 22:12:00 +0000 (22:12 +0000)
commit0a175d2d0330eb9843ad17c917bb2434faab59e7
tree0cc1b669eed105ce85e56ec7e93068227903b2a0
parent5d61a55e62fda794c101f2001bbad34f8c915e01
FIXED: Bugzilla Bug 32421
   can't resolve nested public interfaces

FIXED: Bugzilla Bug 32399
   Incorrect binding of protected (marker) interfaces
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseScope.java
tests/ajcTests.xml
tests/bugs/InnerPointcut.java [new file with mode: 0644]
tests/bugs/interfaceNames/TransactionTest.java [new file with mode: 0644]
tests/bugs/interfaceNames/sub/ExecutionMonitor.java [new file with mode: 0644]
tests/bugs/interfaceNames/sub/ObserverProtocol.aj [new file with mode: 0644]
tests/jimTests.xml
tests/new/EachObjectInDeepPackage.java