mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8076420: Consolidate javac file handling in javac.file package
Reviewed-by: jlahoda
This commit is contained in:
parent
15d5184652
commit
465e4dca9a
17 changed files with 21 additions and 1037 deletions
|
@ -45,8 +45,6 @@ import javax.tools.StandardJavaFileManager;
|
|||
import javax.tools.ToolProvider;
|
||||
|
||||
import com.sun.tools.javac.file.JavacFileManager;
|
||||
import com.sun.tools.javac.nio.JavacPathFileManager;
|
||||
import com.sun.tools.javac.nio.PathFileManager;
|
||||
import com.sun.tools.javac.util.Context;
|
||||
|
||||
/**
|
||||
|
@ -59,7 +57,7 @@ public class GetTask_FileManagerTest extends APITest {
|
|||
|
||||
/**
|
||||
* Verify that an alternate file manager can be specified:
|
||||
* in this case, a PathFileManager.
|
||||
* in this case, a TestFileManager.
|
||||
*/
|
||||
@Test
|
||||
public void testFileManager() throws Exception {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue