]> source.dussan.org Git - aspectj.git/commit
Preserve ordering of declare annotation when removing and adding annotations
authorAndy Clement <andrew.clement@gmail.com>
Thu, 13 Jun 2013 19:29:45 +0000 (12:29 -0700)
committerAndy Clement <andrew.clement@gmail.com>
Thu, 13 Jun 2013 19:29:45 +0000 (12:29 -0700)
commit5b0b6b07d2b581cddd1bac4a2a6b12cd4ac02b07
treed70190d982a521f6392c71946c7a92e466e81b93
parent31d8e259e5cd8b1b4810d69bbf4b9ea45ae4a4c8
Preserve ordering of declare annotation when removing and adding annotations

Issue: 407739
17 files changed:
org.aspectj.matcher/src/org/aspectj/weaver/CrosscuttingMembers.java
org.aspectj.matcher/src/org/aspectj/weaver/CrosscuttingMembersSet.java
tests/bugs173/pr407739/.AbstractAspectChangeAnnotation.java.swp [new file with mode: 0644]
tests/bugs173/pr407739/Aspect.java [new file with mode: 0644]
tests/bugs173/pr407739/Hello.java [new file with mode: 0644]
tests/bugs173/pr407739/MyAnnotation.java [new file with mode: 0644]
tests/bugs173/pr407966/Aspect.aj [new file with mode: 0644]
tests/bugs173/pr407966/Def.java [new file with mode: 0644]
tests/bugs173/pr407966/Use.java [new file with mode: 0644]
tests/bugs173/pr408014/Code.java [new file with mode: 0644]
tests/bugs173/pr408014/IIdentifiable.java2 [new file with mode: 0644]
tests/bugs173/pr408014/IdentifiableMixin.java [new file with mode: 0644]
tests/bugs173/pr408014/MyAspect.java [new file with mode: 0644]
tests/bugs173/pr408014/UUID.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc173/Ajc173Tests.java
tests/src/org/aspectj/systemtest/ajc173/ajc173.xml
weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java