mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8152897: refactor ToolBox to allow reduced documented dependencies
Reviewed-by: vromero
This commit is contained in:
parent
208d93e110
commit
7812306bc0
212 changed files with 3955 additions and 3485 deletions
|
@ -25,21 +25,21 @@
|
|||
* @test
|
||||
* @summary Verify that "alfa.omega.A a" does create a proper dependency
|
||||
* @bug 8054689
|
||||
* @ignore Requires dependency code to deal with in-method dependencies.
|
||||
* @author Fredrik O
|
||||
* @author sogoel (rewrite)
|
||||
* @library /tools/lib
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.file
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* jdk.compiler/com.sun.tools.sjavac
|
||||
* jdk.jdeps/com.sun.tools.javap
|
||||
* @build Wrapper ToolBox
|
||||
* @ignore Requires dependency code to deal with in-method dependencies.
|
||||
* @build Wrapper toolbox.ToolBox
|
||||
* @run main Wrapper IncCompileFullyQualifiedRef
|
||||
*/
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import toolbox.ToolBox;
|
||||
|
||||
public class IncCompileFullyQualifiedRef extends SJavacTester {
|
||||
public static void main(String... args) throws Exception {
|
||||
IncCompileFullyQualifiedRef fr = new IncCompileFullyQualifiedRef();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue