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

cleanup file separator handling in JavacFileManager

XMLWordPrintable

    • b36
    • generic
    • generic
    • Not verified

        Internally, JavacFileManager uses Strings to represent paths, and is inconsistent whether such paths should be system-independent (e.g. always use /) or system-dependent (e.g. use File.separatorChar).

        We should replace the use of String with some other class that enforces a consistent invariant.

        We should also provide better unit tests of JavacFileManager.

              jjg Jonathan Gibbons
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: