]> source.dussan.org Git - aspectj.git/commitdiff
ignoring Xlint errors from some cases with deliberately missing type names
authorjhugunin <jhugunin>
Wed, 18 Dec 2002 05:48:14 +0000 (05:48 +0000)
committerjhugunin <jhugunin>
Wed, 18 Dec 2002 05:48:14 +0000 (05:48 +0000)
tests/ajcTests.xml

index 9b876328fe70ecf50d07a8a140ebe82a4948bfd8..ab3caad88eae20788427afd95139251c6ecef8a4 100644 (file)
     <ajc-test dir="new" pr="525"
       title="validate (enclosing) join point and source locations"
       keywords="from-resolved_10x">
-        <compile files="NegativeSourceLocation.java"/>
+        <compile files="NegativeSourceLocation.java" options="-Xlint:ignore"/>
         <run class="NegativeSourceLocation"/>
     </ajc-test>
 
     <ajc-test dir="new" pr="590"
       title="after advice on static method with pcd if() using result through pointcut"
       keywords="from-resolved_10x">
-        <compile files="PR590a.java">
+        <compile files="PR590a.java" options="-Xlint:ignore">
             <message kind="error" line="29"/>
             <message kind="error" line="31"/>
         </compile>