Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6455452

JSR 199: unnecessary imports in ForwardingJavaFileObject.java

XMLWordPrintable

    • b03
    • generic
    • generic
    • Not verified

      In ForwadingJavaFileObject.java there are many imports which are not used.
      Out of "import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.Reader; import java.io.Writer; import java.net.URI;
       import javax.lang.model.element.Modifier; import javax.lang.model.element.NestingKind;
      Only
      javax.lang.model.element.Modifier; javax.lang.model.element.NestingKind; are used in the source file. Rest can be deleted.

            ahe Peter Ahe
            savadhansunw Seetharama Avadhanam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: