langtools/test/tools/javac/parser/T4910483.java
changeset 23398 295a722619ad
parent 23113 5d44044f4f64
child 30730 d3ce7619db2c
equal deleted inserted replaced
23397:825c76b83afe 23398:295a722619ad
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /*
    25  * @test
    25  * @test
    26  * @bug     4910483
    26  * @bug     4910483
    27  * @summary javac shouldn't throw NPE while compiling invalid RuntimeInvisibleParameterAnnotations
    27  * @summary Javadoc renders the string ".*\\.pdf" as ".\*\.pdf"
    28  * @run main T4910483
    28  * @run main T4910483
    29  */
    29  */
    30 
    30 
    31 import java.io.File;
    31 import java.io.File;
    32 
    32