langtools/test/tools/javac/processing/model/element/TestAnonClassNames.java
changeset 14963 974d4423c999
parent 8851 e630c590eb10
child 15385 ee1eebe7e210
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6449781 6930508
    26  * @bug 6449781 6930508
    27  * @summary Test that reported names of anonymous classes are non-null.
    27  * @summary Test that reported names of anonymous classes are non-null.
    28  * @author  Joseph D. Darcy
    28  * @author  Joseph D. Darcy
    29  * @library ../../../lib
    29  * @library /tools/javac/lib
    30  * @build   JavacTestingAbstractProcessor TestAnonSourceNames
    30  * @build   JavacTestingAbstractProcessor TestAnonSourceNames
    31  * @compile -processor TestAnonSourceNames TestAnonClassNames.java
    31  * @compile -processor TestAnonSourceNames TestAnonClassNames.java
    32  * @run main TestAnonClassNames
    32  * @run main TestAnonClassNames
    33  */
    33  */
    34 
    34