jgit/org.eclipse.jgit.test
Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling
This enables higher file timestamp resolution on filesystems like ext4,
Mac APFS (1ns) or NTFS (100ns) providing high timestamp resolution on
filesystem level.

Note:
- on some OSes Java 8,9 truncate milliseconds, see
https://bugs.openjdk.java.net/browse/JDK-8177809, fixed in Java 10
- UnixFileAttributes truncates timestamp resolution to microseconds when
converting the internal representation to FileTime exposed in the API,
see https://bugs.openjdk.java.net/browse/JDK-8181493
- WindowsFileAttributes also provides only microsecond resolution

Change-Id: I25ffff31a3c6f725fc345d4ddc2f26da3b88f6f2
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2019-07-18 03:27:52 +02:00
..
.settings
META-INF Use Instant instead of milliseconds for filesystem timestamp handling 2019-07-18 03:27:52 +02:00
exttst/org/eclipse/jgit
src/org/eclipse/jgit
tst/org/eclipse/jgit Use Instant instead of milliseconds for filesystem timestamp handling 2019-07-18 03:27:52 +02:00
tst-rsrc Add debug trace for FileSnapshot 2019-07-17 09:42:14 +02:00
.classpath
.gitignore
.project
BUILD Bazel: Fix lint warning flagged by buildifier 2019-07-16 12:10:31 +09:00
build.properties
org.eclipse.jgit.core--All-Tests (Java 8) (de).launch
org.eclipse.jgit.core--All-Tests (Java 8).launch
org.eclipse.jgit.core--All-Tests.launch
org.eclipse.jgit.test-WalkEncryptionTest-Proxy.launch
org.eclipse.jgit.test-WalkEncryptionTest.launch
plugin.properties
pom.xml Fix non-deterministic hash of archives created by ArchiveCommand 2019-06-19 10:43:00 +02:00
tests.bzl Increase bazel timeout for long running tests 2019-07-16 12:11:22 +09:00