Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-11192

Use ‘java.nio.file’ API instead of ‘java.io’ when manipulating files

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Trunk, Upcoming Branch
    • None
    • framework
    • None

    Description

      Since Java 1.7 the java.nio.file package provides a more modern way to manipulate the filesystem than java.io. For example the presence of a Path class allows more typesafe manipulation of file and directory names than using plain strings.

      Currently OFBiz uses java.io exclusively but it would improve safety, maintainability and readability to move to the new java.nio.file API instead.

      Some documentation regarding how to migrate to new API is available:

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mthl Mathieu Lirzin (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: