77ad0189ba
* Fixes #8532 - Review System.nanoTime() usages. Introduced o.e.j.util.NanoTime class to deal with nanoTimes. Now NanoTime.now() should be used instead of System.nanoTime(), and various <unit>[elapsed|since|until]() methods to calculate nanoTimes. Furthermore, comparing 2 nanoTimes should be done via isBefore(), rather than using the < operator, which is wrong as specified in the System.nanoTime() javadocs. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> |
||
---|---|---|
.. | ||
websocket-core-client | ||
websocket-core-common | ||
websocket-core-server | ||
websocket-core-tests | ||
websocket-javax-client | ||
websocket-javax-common | ||
websocket-javax-server | ||
websocket-javax-tests | ||
websocket-jetty-api | ||
websocket-jetty-client | ||
websocket-jetty-common | ||
websocket-jetty-server | ||
websocket-jetty-tests | ||
websocket-servlet | ||
pom.xml |