package org.aspectj.systemtest.java14;
import java.io.File;
+
import junit.framework.Test;
+
import org.aspectj.testing.XMLBasedAjcTestCase;
import org.aspectj.util.LangUtil;
runTest("XLint warning for call PCD's using subtype of defining type (-1.4 -Xlint:ignore)");
}
- public void test020(){
- runTest("XLint warning for call PCD's using subtype of defining type (-1.4)");
- }
+ // public void test020(){
+ // runTest("XLint warning for call PCD's using subtype of defining type (-1.4)");
+ // }
public void test021(){
if (!LangUtil.is14VMOrGreater()) { System.err.println("Skipping test 021 not >=1.4");return;}
package org.aspectj.systemtest.xlint;
import java.io.File;
+
import junit.framework.Test;
+
import org.aspectj.testing.XMLBasedAjcTestCase;
import org.aspectj.weaver.bcel.BcelShadow;
runTest("alias getCause for getWrappedThrowable in SoftException");
}
- public void test018(){
- runTest("XLint warning for call PCD's using subtype of defining type");
- }
+ // public void test018(){
+ // runTest("XLint warning for call PCD's using subtype of defining type");
+ // }
public void test019(){
runTest("XLint warning for call PCD's using subtype of defining type (-1.3 -Xlint:ignore)");