-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: tools
Currently the code uses Thread.sleep(...) between file edits to make sure modification timestamps are updated. This is a bit fragile since different operating systems have different timestamp granularity.
A better approach would be to have a mechanism that blocks until a new timestamp is detected.
A better approach would be to have a mechanism that blocks until a new timestamp is detected.