]> source.dussan.org Git - aspectj.git/commit
pr173729: test and fixes committed. Modify the bcel delegate at compile time alongsi...
authoraclement <aclement>
Tue, 6 Nov 2007 15:28:41 +0000 (15:28 +0000)
committeraclement <aclement>
Tue, 6 Nov 2007 15:28:41 +0000 (15:28 +0000)
commit6e6f379eeb5f5cbfb7bc317a59910da3cb73ed5c
treed721162a86a2dd692e97ea5960cc0ee843b62038
parentaab2f152f2f663d788686cd7c1ec1662b76e3bff
pr173729: test and fixes committed.  Modify the bcel delegate at compile time alongside the eclipse delegate then undo it prior to proper weaving.
tests/multiIncremental/PR173729/base/AbstractMonitor.java [new file with mode: 0644]
tests/multiIncremental/PR173729/base/AbstractMonitorClass.java [new file with mode: 0644]
tests/multiIncremental/PR173729/base/AbstractMonitorControl.aj [new file with mode: 0644]
tests/multiIncremental/PR173729/base/EagerlyRegisteredManagedBean.java [new file with mode: 0644]
tests/multiIncremental/PR173729/base/JdbcMonitor.java [new file with mode: 0644]
tests/multiIncremental/PR173729/base/JmxManagement.aj [new file with mode: 0644]
tests/multiIncremental/PR173729/base/MonitorJmxManagement.aj [new file with mode: 0644]
tests/multiIncremental/PR173729/base/RequestMonitorManagementInterface.java [new file with mode: 0644]
tests/multiIncremental/PR173729/inc1/JdbcMonitor.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java