yacy_search_server/source/net/yacy/cora
luccioman bb51555830 Removed remaining unsafe accesses to SimpleDateFormat instances.
SimpleDateFormat must not be used by concurrent threads without
synchronization for parsing or formating dates as it is not thread-safe
(internally holds a calendar instance that is not synchronized).

Prefer now DateTimeFormatter when possible as it is thread-safe without
concurrent access performance bottleneck (does not internally use
synchronization locks).
2018-07-02 10:00:40 +02:00
..
bayes Fixed some JavaDocs broken links. 2017-01-09 09:57:53 +01:00
date Fixed unsafe conccurent access to generic SimpleDateFormat instances 2018-06-28 14:59:23 +02:00
document Removed more unsafe concurrent accesses to SimpleDateFormat instances. 2018-06-29 15:49:55 +02:00
federate Removed remaining unsafe accesses to SimpleDateFormat instances. 2018-07-02 10:00:40 +02:00
geo Ensure proper closing of file input streams. 2017-06-02 12:14:29 +02:00
language Added basic support for autotagging microdata annotated item types. 2018-02-06 10:25:38 +01:00
lod Provide user interface messages on vocabulary creation read/write errors 2018-02-19 11:48:40 +01:00
order fixed and enhanced Base64 (en)coder (again) 2014-06-20 13:54:18 +02:00
plugin added phonetic classes 2011-12-14 17:33:18 +01:00
protocol Removed more unsafe concurrent accesses to SimpleDateFormat instances. 2018-06-29 15:49:55 +02:00
sorting Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00
storage Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00
util Replaced improper ByteBuffer.equals() implementation by Arrays.equals() 2018-01-29 13:38:25 +01:00