-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 7
-
Component/s: tools
-
b36
-
generic
-
generic
-
Not verified
unused imports in javax.tools.JavaCompiler ,
Following three imports are not used any where in JavaCompiler.java.
import java.io.File;
import java.io.InputStream;
import java.util.List;
Following three imports are not used any where in JavaCompiler.java.
import java.io.File;
import java.io.InputStream;
import java.util.List;