[
https://issues.apache.org/jira/browse/JSPWIKI-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420581#comment-17420581
]
ASF subversion and git services commented on JSPWIKI-1148:
----------------------------------------------------------
Commit 800196dc239553ee2ea8f71754f8ee3f85bcf70f in jspwiki's branch
refs/heads/master from Arturo Bernal
[ https://gitbox.apache.org/repos/asf?p=jspwiki.git;h=800196d ]
JSPWIKI-1148 - Avoid File Stream
> Avoid File Stream
> -----------------
>
> Key: JSPWIKI-1148
> URL: https://issues.apache.org/jira/browse/JSPWIKI-1148
> Project: JSPWiki
> Issue Type: Improvement
> Reporter: Arturo Bernal
> Priority: Major
> Labels: pull-request-available
>
> Replace construction of FileInputStream and FileOutputStream objects with
> Files NIO APIs.
> Please note, that the java.nio API does not throw a FileNotFoundException
> anymore, instead it throws a NoSuchFileException.
>
> [https://github.com/apache/jspwiki/blob/master/jspwiki-util/src/main/java/org/apache/wiki/util/PropertyReader.java#L144]
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)