test/tools/javac/failover/CheckAttributedTree.java

changeset 1280
5c0b3faeb0b0
parent 1138
7375d4979bd3
child 1348
573ceb23beeb
equal deleted inserted replaced
1279:34e254ffd0e7 1280:5c0b3faeb0b0
1 /* 1 /*
2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
66 import com.sun.source.util.JavacTask; 66 import com.sun.source.util.JavacTask;
67 import com.sun.source.util.TaskListener; 67 import com.sun.source.util.TaskListener;
68 import com.sun.tools.javac.api.JavacTool; 68 import com.sun.tools.javac.api.JavacTool;
69 import com.sun.tools.javac.code.Symbol; 69 import com.sun.tools.javac.code.Symbol;
70 import com.sun.tools.javac.code.Type; 70 import com.sun.tools.javac.code.Type;
71 import com.sun.tools.javac.parser.EndPosTable; 71 import com.sun.tools.javac.tree.EndPosTable;
72 import com.sun.tools.javac.tree.JCTree; 72 import com.sun.tools.javac.tree.JCTree;
73 import com.sun.tools.javac.tree.JCTree.JCCompilationUnit; 73 import com.sun.tools.javac.tree.JCTree.JCCompilationUnit;
74 import com.sun.tools.javac.tree.JCTree.JCImport; 74 import com.sun.tools.javac.tree.JCTree.JCImport;
75 import com.sun.tools.javac.tree.TreeInfo; 75 import com.sun.tools.javac.tree.TreeInfo;
76 import com.sun.tools.javac.tree.TreeScanner; 76 import com.sun.tools.javac.tree.TreeScanner;

mercurial