]> source.dussan.org Git - aspectj.git/commit
with the change in LTW to default to the same version as the runtime VM (ie java...
authoracolyer <acolyer>
Fri, 4 Nov 2005 13:15:09 +0000 (13:15 +0000)
committeracolyer <acolyer>
Fri, 4 Nov 2005 13:15:09 +0000 (13:15 +0000)
commitb943da4e1ea1e67a684ec23d50668fe28f8abe9c
tree9b11b97e0c057366647fe60e81411a834e73a918
parent6104d89dfa9af6f7f1f1853e04b498d5ea60a1c8
with the change in LTW to default to the same version as the runtime VM (ie java 5 in this case), many LTW tests were failing with Xlint:adviceDidNotMatch messages that previously were not issued. These commits sprinkle @SuppressAjWarnings annotations liberally around to stop that from happening.
tests/java5/ataspectj/ataspectj/AroundInlineMungerTestAspects.java
tests/java5/ataspectj/ataspectj/AroundInlineMungerTestAspects2.aj
tests/java5/ataspectj/ataspectj/BindingTest.java
tests/java5/ataspectj/ataspectj/CflowTest.java
tests/java5/ataspectj/ataspectj/PerClauseInheritanceTest.java
tests/java5/ataspectj/ataspectj/PerClauseTestAspects.java
tests/java5/ataspectj/ataspectj/PointcutReferenceTest.java
tests/java5/ataspectj/ataspectj/PrecedenceTest.java
tests/java5/ataspectj/ataspectj/SingletonInheritanceTest.java
tests/java5/ataspectj/ataspectj/XXJoinPointTest.java