You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2022/02/02 07:22:00 UTC

[jira] [Created] (MINDEXER-132) use Files.createTempDirectory(...) instead of custom code around File.createTempFile(...)

Herve Boutemy created MINDEXER-132:
--------------------------------------

             Summary: use Files.createTempDirectory(...) instead of custom code around File.createTempFile(...)
                 Key: MINDEXER-132
                 URL: https://issues.apache.org/jira/browse/MINDEXER-132
             Project: Maven Indexer
          Issue Type: Improvement
    Affects Versions: 6.0.0
            Reporter: Herve Boutemy
             Fix For: 6.0.1


since Java 7, a perfect API for temp directory creation was introduced: let's use it



--
This message was sent by Atlassian Jira
(v8.20.1#820001)