mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +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
|
@ -27,10 +27,9 @@
|
|||
* @summary The test checks possibility of class members to be imported.
|
||||
* @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.jdeps/com.sun.tools.javap
|
||||
* @build ToolBox ImportMembersTest
|
||||
* @build toolbox.ToolBox ImportMembersTest
|
||||
* @run main ImportMembersTest
|
||||
*/
|
||||
|
||||
|
@ -41,6 +40,8 @@ import java.util.ArrayList;
|
|||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import toolbox.ToolBox;
|
||||
|
||||
/**
|
||||
* The test checks that members of a class, an enum, an interface or annotation
|
||||
* can be imported with help of a static import or an import statement.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue