[ 
https://issues.apache.org/jira/browse/MNG-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MNG-7275:
--------------------------------
    Summary: Resouce leak due to Files.list()  (was: RedouceLeak due to 
Files.list)

> Resouce leak due to Files.list()
> --------------------------------
>
>                 Key: MNG-7275
>                 URL: https://issues.apache.org/jira/browse/MNG-7275
>             Project: Maven
>          Issue Type: Bug
>            Reporter: lujie
>            Priority: Major
>
> Leak happends at
> [https://github.com/apache/maven/blob/c3cf29438e3d65d6ee5c5726f8611af99d9a649a/maven-wrapper/src/main/java/org/apache/maven/wrapper/BootstrapMainStarter.java#L52]
>  
> Files.list  will opendir and we should close it.
>  
> try(Stream<Path> list = Files.list()) is the most common practice 
>  



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

Reply via email to