Skip to content
Snippets Groups Projects
Commit 0bb3a16e authored by Johannes Mey's avatar Johannes Mey
Browse files

test ant. this fails because interfaces are not treated properly (they may...

test ant. this fails because interfaces are not treated properly (they may contain declarations, namely constants!)
parent cb65b944
No related branches found
No related tags found
No related merge requests found
package org.extendj;
import org.extendj.ast.AbstractFinding;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import java.util.Set;
public class AntTest extends ScopeAnalysisTest {
@Test
void test() {
ScopeAnalysis scopeAnalysis = new ScopeAnalysis();
Set<AbstractFinding> findings = scopeAnalysis.analyze("../testprograms/ant", false, false);
System.out.println(findings);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment