]> source.dussan.org Git - aspectj.git/commit
tests and fix for pr71159, visibility not taken into account when determining matchin...
authoracolyer <acolyer>
Wed, 31 Aug 2005 15:44:22 +0000 (15:44 +0000)
committeracolyer <acolyer>
Wed, 31 Aug 2005 15:44:22 +0000 (15:44 +0000)
commit7e0c3cdc37b974ef2bba01e19fa90cb9c752f288
treed22ab831215e0e6143e2f1da7ddd816be17e2200
parent6c8747b590e9e9092ae256f2c7af0db169a6e2e4
tests and fix for pr71159, visibility not taken into account when determining matching signatures with overrides
tests/bugs150/pr71159/PrivateITD.aj [new file with mode: 0644]
tests/bugs150/pr71159/pkg1/A.java [new file with mode: 0644]
tests/bugs150/pr71159/pkg1/B.java [new file with mode: 0644]
tests/bugs150/pr71159/pkg1/C.java [new file with mode: 0644]
tests/bugs150/pr71159/pkg2/ITDInDiffPackage.aj [new file with mode: 0644]
tests/bugs150/pr71159/pr71159.aj [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
weaver/src/org/aspectj/weaver/ResolvedMemberImpl.java