You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Yasser Mustafa Bazzi Bordonal (Jira)" <ji...@apache.org> on 2020/05/02 08:06:00 UTC

[jira] [Created] (DERBY-7076) replace old "new FileInputStreamReader()" from java.io to the java.nio Files.newInputStream

Yasser Mustafa Bazzi Bordonal created DERBY-7076:
----------------------------------------------------

             Summary: replace old "new FileInputStreamReader()" from java.io to the java.nio Files.newInputStream
                 Key: DERBY-7076
                 URL: https://issues.apache.org/jira/browse/DERBY-7076
             Project: Derby
          Issue Type: Task
            Reporter: Yasser Mustafa Bazzi Bordonal
         Attachments: nio.diff

This should avoid some allocations done by the old java.io and not disrupt any major part of derby, since im a new contributor i would like feedback to see if this breaks anything since im not able to run the tests on my computer but it builds and works just fine.

Thanks in advance.

[^nio.diff]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)