]> source.dussan.org Git - aspectj.git/commit
442425: fix error on attempted annotation style decp
authorAndy Clement <aclement@gopivotal.com>
Wed, 27 Aug 2014 20:25:21 +0000 (13:25 -0700)
committerAndy Clement <aclement@gopivotal.com>
Wed, 27 Aug 2014 20:25:21 +0000 (13:25 -0700)
commitd929114a6659d64d71c47f7bf8f70e9973e5c857
tree9960a5e53a5b3cf697196191ded1fee9e55fa738
parent62b5e69a857ef64c71c39176d3fadc51c308ea02
442425: fix error on attempted annotation style decp
14 files changed:
tests/bugs183/442425/EntityController.java [new file with mode: 0644]
tests/bugs183/442425/EntityControllerAspect.java [new file with mode: 0644]
tests/bugs183/442425/EntityMongoController.java [new file with mode: 0644]
tests/bugs183/442425/IEntityController.java [new file with mode: 0644]
tests/bugs183/442425/MyAnnotatedController.java [new file with mode: 0644]
tests/bugs183/442425/de/scrum_master/app/EntityController.class [new file with mode: 0644]
tests/bugs183/442425/de/scrum_master/app/EntityControllerAspect.class [new file with mode: 0644]
tests/bugs183/442425/de/scrum_master/app/EntityMongoController.class [new file with mode: 0644]
tests/bugs183/442425/de/scrum_master/app/IEntityController.class [new file with mode: 0644]
tests/bugs183/442425/de/scrum_master/app/MyAnnotatedController.class [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc183/Ajc183Tests.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc183/AllTestsAspectJ183.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc183/ajc183.xml [new file with mode: 0644]
weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java