]> source.dussan.org Git - aspectj.git/commit
Fixes for 78021, 79554 - both to do with us breaking the exception table for a method...
authoraclement <aclement>
Tue, 11 Jan 2005 11:22:15 +0000 (11:22 +0000)
committeraclement <aclement>
Tue, 11 Jan 2005 11:22:15 +0000 (11:22 +0000)
commit603b063ecd2943e20f099712d9b754b19a380fee
treea3649ac5aa4e1a0ab475d5bee2a653785249f168
parent797b6a6afb75b14dc530bc0831566e110da3ae91
Fixes for 78021, 79554 - both to do with us breaking the exception table for a method on weaving *if* finally blocks are involved.
13 files changed:
tests/bugs150/PR78021.java [new file with mode: 0644]
tests/bugs150/PR79554.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/AllTests.java
tests/src/org/aspectj/systemtest/ajc150/Ajc150TestsNoHarness.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc150/AllTestsJava5_binaryWeaving.java [deleted file]
tests/src/org/aspectj/systemtest/ajc150/TestUtils.java
weaver/src/org/aspectj/weaver/bcel/LazyMethodGen.java
weaver/testdata/AfterFancyHelloWorld.txt
weaver/testdata/AfterHelloWorld.txt
weaver/testdata/AfterThrowingFancyHelloWorld.txt
weaver/testdata/AfterThrowingHelloWorld.txt
weaver/testdata/AfterThrowingParamFancyHelloWorld.txt