]> source.dussan.org Git - aspectj.git/commit
@testcase PR#41175 aspect-declared methods with exception clauses fail in binary...
authorwisberg <wisberg>
Wed, 6 Aug 2003 07:31:16 +0000 (07:31 +0000)
committerwisberg <wisberg>
Wed, 6 Aug 2003 07:31:16 +0000 (07:31 +0000)
commitc09964fbdb4d97c60c3fc72b3061518369db5161
treebb54234adcc567c2b306ad29887b1eab84accc9f
parenta63bc04fb1cb6e8d6d0bc2a509ab9658e3d78c43
@testcase PR#41175 aspect-declared methods with exception clauses fail in binary libraries
Corresponding non-binary passing tests added to ajcTests.xml
13 files changed:
tests/ajcTests.xml
tests/ajcTestsFailing.xml
tests/bugs/interfaceLibrary/ClassClient.java [new file with mode: 0644]
tests/bugs/interfaceLibrary/ClassClientCE.java [new file with mode: 0644]
tests/bugs/interfaceLibrary/Client.java [new file with mode: 0644]
tests/bugs/interfaceLibrary/ClientCE.java [new file with mode: 0644]
tests/bugs/interfaceLibrary/LibraryAspect.java [new file with mode: 0644]
tests/bugs/interfaceLibrary/LibraryClassAspect.java [new file with mode: 0644]
tests/bugs/interfaceLibrary/build.xml [new file with mode: 0644]
tests/bugs/interfaceLibrary/lib.jar [new file with mode: 0644]
tests/bugs/interfaceLibrary/lib/LibraryClass.java [new file with mode: 0644]
tests/bugs/interfaceLibrary/lib/LibraryInterface.java [new file with mode: 0644]
tests/bugs/interfaceLibrary/libClass.jar [new file with mode: 0644]