]> source.dussan.org Git - aspectj.git/commit
synchronization joinpoints: testcode
authoraclement <aclement>
Wed, 24 May 2006 07:15:42 +0000 (07:15 +0000)
committeraclement <aclement>
Wed, 24 May 2006 07:15:42 +0000 (07:15 +0000)
commitb2247654a3b35eb26731fac20247fc3007612eab
tree3b3bc6d6e2833e1d62aaf4506b1e8e3f4d12f51d
parent917a3a70f5c09f16151200f13eb89283c4bb2abf
synchronization joinpoints: testcode
66 files changed:
tests/features152/synchronization/AfterLock.java [new file with mode: 0644]
tests/features152/synchronization/AfterUnlock.java [new file with mode: 0644]
tests/features152/synchronization/AroundLock.java [new file with mode: 0644]
tests/features152/synchronization/AroundUnlock.java [new file with mode: 0644]
tests/features152/synchronization/Basic.java [new file with mode: 0644]
tests/features152/synchronization/Basic2.java [new file with mode: 0644]
tests/features152/synchronization/Basic3.java [new file with mode: 0644]
tests/features152/synchronization/Basic4.java [new file with mode: 0644]
tests/features152/synchronization/Basic5.java [new file with mode: 0644]
tests/features152/synchronization/BasicProgram1.java [new file with mode: 0644]
tests/features152/synchronization/BeforeLock.java [new file with mode: 0644]
tests/features152/synchronization/BeforeUnlock.java [new file with mode: 0644]
tests/features152/synchronization/CombiningPCDs1.java [new file with mode: 0644]
tests/features152/synchronization/CombiningPCDs2.java [new file with mode: 0644]
tests/features152/synchronization/LockAspect1.java [new file with mode: 0644]
tests/features152/synchronization/LockingWithTJP.java [new file with mode: 0644]
tests/features152/synchronization/Parsing1.java [new file with mode: 0644]
tests/features152/synchronization/Parsing2.java [new file with mode: 0644]
tests/features152/synchronization/ParsingAndMatching1.java [new file with mode: 0644]
tests/features152/synchronization/ParsingAndMatching2.java [new file with mode: 0644]
tests/features152/synchronization/ParsingAndMatching3.java [new file with mode: 0644]
tests/features152/synchronization/ParsingAndMatching4.java [new file with mode: 0644]
tests/features152/synchronization/ThisJoinPointLock.java [new file with mode: 0644]
tests/features152/synchronization/ThisJoinPointUnlock.java [new file with mode: 0644]
tests/features152/synchronization/UnlockAspect1.java [new file with mode: 0644]
tests/features152/synchronization/Useful1.java [new file with mode: 0644]
tests/features152/synchronization/Useful2.java [new file with mode: 0644]
tests/features152/synchronization/aop1.xml [new file with mode: 0644]
tests/features152/synchronization/aop2.xml [new file with mode: 0644]
tests/features152/synchronization/aop3.xml [new file with mode: 0644]
tests/features152/synchronization/aop4.xml [new file with mode: 0644]
tests/features152/synchronization/transformed/Eight.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Eleven.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Five.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Four.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Investigation.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Nine.java [new file with mode: 0644]
tests/features152/synchronization/transformed/One.java [new file with mode: 0644]
tests/features152/synchronization/transformed/OtherTargeters.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Seven.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Six.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Ten.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Thirteen.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Three.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Twelve.java [new file with mode: 0644]
tests/features152/synchronization/transformed/Two.java [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/C.b.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/C.bbb.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/C.m.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/C.m2.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/C.m3.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/C.m32.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/C.m33.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/C.m34.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/C.m4.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/C.ma.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/Investigation.b.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/Investigation.c.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/Investigation.d.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/Investigation.e.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/One.b.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/One.c.txt [new file with mode: 0644]
tests/features152/synchronization/transformed/expected/One.e.txt [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc152/SynchronizationTests.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc152/SynchronizationTransformTests.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc152/synchronization.xml [new file with mode: 0644]