langtools/test/tools/javac/processing/environment/round/TestContext.java
changeset 8846 39157538c506
parent 6924 ef7a9281ad2f
child 14963 974d4423c999
equal deleted inserted replaced
8845:42fb82dfbf52 8846:39157538c506
     1 /*
     1 /*
     2  * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2011, 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.
    32 
    32 
    33 import java.io.*;
    33 import java.io.*;
    34 import java.util.*;
    34 import java.util.*;
    35 import javax.annotation.processing.*;
    35 import javax.annotation.processing.*;
    36 import javax.lang.model.element.*;
    36 import javax.lang.model.element.*;
    37 import javax.tools.*;
       
    38 import static javax.tools.Diagnostic.Kind.*;
    37 import static javax.tools.Diagnostic.Kind.*;
    39 
    38 
    40 import com.sun.source.util.Trees;
    39 import com.sun.source.util.Trees;
    41 import com.sun.tools.javac.api.JavacTrees;
    40 import com.sun.tools.javac.api.JavacTrees;
    42 import com.sun.tools.javac.model.JavacElements;
    41 import com.sun.tools.javac.model.JavacElements;