yacy_search_server/test
luccioman f895745e1c Removed more unsafe concurrent 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-06-29 15:49:55 +02:00
..
java/net/yacy Removed more unsafe concurrent accesses to SimpleDateFormat instances. 2018-06-29 15:49:55 +02:00
net/yacy/data Updated license header file name 2016-10-15 11:34:50 +02:00
parsertest Added partial bzip2 stream parsing support and bzipParser Junit test 2017-10-04 18:33:09 +02:00
viewImageTest Added links to more image test suites. 2015-11-12 08:21:37 +01:00
words - moved test data from /bin to /test/words 2010-02-22 20:14:16 +00:00
ImageViewerPerfTest.java Fixed license headers on files created to improve favicon management. 2016-10-14 11:55:49 +02:00
ImageViewerTest.java Fixed license headers on files created to improve favicon management. 2016-10-14 11:55:49 +02:00
Vocabulary_pTest.java Handle escaped line breaks and separators in vocabulary import from CSV 2018-02-15 07:29:17 +01:00
yacysearchitemTest.java Fixed maven compilation error 2016-10-15 11:34:23 +02:00