]> source.dussan.org Git - aspectj.git/commit
Fix and tests for Bugzilla Bug 71372
authoraclement <aclement>
Fri, 13 Aug 2004 15:15:00 +0000 (15:15 +0000)
committeraclement <aclement>
Fri, 13 Aug 2004 15:15:00 +0000 (15:15 +0000)
commitfcdafdbddb66f4ce4046016132addd763353881c
tree20c65fbb9514cc5f3a0d002cfc9e9e23f7969f73
parent2dfc73855a1d7ab7652476729e6575f9116e12b8
Fix and tests for Bugzilla Bug 71372
   NoSuchMethodError calling private method from around advice in inner aspect
tests/bugs/doYouHaveVisiblePrivates/PrivateCall.java [new file with mode: 0644]
tests/bugs/doYouHaveVisiblePrivates/PrivateCall2.java [new file with mode: 0644]
tests/bugs/doYouHaveVisiblePrivates/PrivateCall3.java [new file with mode: 0644]
tests/bugs/doYouHaveVisiblePrivates/PrivateCallInstance.java [new file with mode: 0644]
tests/bugs/doYouHaveVisiblePrivates/PrivateCall_Instance_Package1.java [new file with mode: 0644]
tests/bugs/doYouHaveVisiblePrivates/PrivateCall_Instance_Package2.java [new file with mode: 0644]