OWL-API ver 5.1.16,
java version "1.8.0_241"
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)
windows7x64
for several formats (NTRIPLES, NQUADS, TRIG, BINARY_RDF, OBO) the following testcase fails on file deleting with the exception "The process cannot access the file because it is being used by another process".
Exception in thread "main" java.nio.file.FileSystemException:
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269)
at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103)
at java.nio.file.Files.delete(Files.java:1126)
at com.github.owlcs.ontapi.tmp.Tmp_SaveFormats$TestRoundTrip.main(Tmp_SaveFormats.java:105)
OWL-API ver 5.1.16, java version "1.8.0_241" Java(TM) SE Runtime Environment (build 1.8.0_241-b07) Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode) windows7x64
for several formats (NTRIPLES, NQUADS, TRIG, BINARY_RDF, OBO) the following testcase fails on file deleting with the exception "The process cannot access the file because it is being used by another process".
The testcase:
The stacktrace:
Exception in thread "main" java.nio.file.FileSystemException: at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86) at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269) at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103) at java.nio.file.Files.delete(Files.java:1126) at com.github.owlcs.ontapi.tmp.Tmp_SaveFormats$TestRoundTrip.main(Tmp_SaveFormats.java:105)