Parcourir la source

ignoring Xlint errors from some cases with deliberately missing type names

tags/V_1_1_b2
jhugunin il y a 21 ans
Parent
révision
3d81a32305
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      tests/ajcTests.xml

+ 2
- 2
tests/ajcTests.xml Voir le fichier

@@ -3792,7 +3792,7 @@
<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>

@@ -3958,7 +3958,7 @@
<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>

Chargement…
Annuler
Enregistrer