Move code from sqell, because default directory scanner / walker can cause exceptions on linux
We do not have implementation inside sqell
It is problem with FileWalker, not File.listFiles https://bugs.openjdk.java.net/browse/JDK-8039910
We should replace Files.walk and Files.list
Files.walk
Files.list
Move code from sqell, because default directory scanner / walker can cause exceptions on linux
We do not have implementation inside sqell
It is problem with FileWalker, not File.listFiles https://bugs.openjdk.java.net/browse/JDK-8039910
We should replace
Files.walkandFiles.list