langtools/test/tools/javac/processing/model/element/TestNames.java
changeset 14963 974d4423c999
parent 6720 f16f91662ad8
child 30730 d3ce7619db2c
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6380016
    26  * @bug 6380016
    27  * @summary Test that the constraints guaranteed by the Filer and maintained
    27  * @summary Test that the constraints guaranteed by the Filer and maintained
    28  * @author  Joseph D. Darcy
    28  * @author  Joseph D. Darcy
    29  * @library ../../../lib
    29  * @library /tools/javac/lib
    30  * @build   JavacTestingAbstractProcessor TestNames
    30  * @build   JavacTestingAbstractProcessor TestNames
    31  * @compile -processor TestNames -proc:only TestNames.java
    31  * @compile -processor TestNames -proc:only TestNames.java
    32  */
    32  */
    33 
    33 
    34 import java.util.Set;
    34 import java.util.Set;