langtools/test/tools/javac/tree/SourceTreeScannerTest.java
changeset 30730 d3ce7619db2c
parent 19491 887e13b16ccf
child 34752 9c262a013456
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2015, 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.
    35 
    35 
    36 /*
    36 /*
    37  * @test
    37  * @test
    38  * @bug 6923080
    38  * @bug 6923080
    39  * @summary TreeScanner.visitNewClass should scan tree.typeargs
    39  * @summary TreeScanner.visitNewClass should scan tree.typeargs
       
    40  * @modules jdk.compiler/com.sun.tools.javac.api
       
    41  *          jdk.compiler/com.sun.tools.javac.file
       
    42  *          jdk.compiler/com.sun.tools.javac.tree
       
    43  *          jdk.compiler/com.sun.tools.javac.util
    40  * @build AbstractTreeScannerTest SourceTreeScannerTest
    44  * @build AbstractTreeScannerTest SourceTreeScannerTest
    41  * @run main SourceTreeScannerTest -q -r .
    45  * @run main SourceTreeScannerTest -q -r .
    42  */
    46  */
    43 
    47 
    44 import java.io.*;
    48 import java.io.*;