langtools/test/tools/javac/processing/filer/TestFilerConstraints.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 6380018 6453386 6457283
    26  * @bug 6380018 6453386 6457283
    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 TestFilerConstraints
    30  * @build TestFilerConstraints
    31  * @compile -encoding iso-8859-1 -processor TestFilerConstraints -proc:only TestFilerConstraints.java
    31  * @compile -encoding iso-8859-1 -processor TestFilerConstraints -proc:only TestFilerConstraints.java
    32  */
    32  */
    33 
    33 
    34 import java.util.Set;
    34 import java.util.Set;