yacy_search_server/test/java/net/yacy
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
..
cora Removed more unsafe concurrent accesses to SimpleDateFormat instances. 2018-06-29 15:49:55 +02:00
crawler Added a manual performance test for the HostBalancer. 2018-01-28 12:41:56 +01:00
data Extended WikiCode template inclusion syntax support. 2017-04-27 09:50:04 +02:00
document Fixed JUnit test after removal of unused Transformer 2018-06-19 07:07:18 +02:00
http Removed use of deprecated Jetty IPAccessHandler for client filtering. 2017-12-08 15:12:08 +01:00
kelondro Improved some JUnit tests isolation and resources release 2017-11-08 09:33:30 +01:00
peers Fixed ProfilingGraph calculation integer overflows and added test class. 2017-10-16 09:18:12 +02:00
repository Improved new blacklist entries URL scheme detection. 2017-05-04 16:36:45 +02:00
search Added a new crawler document filter type using Solr syntax 2018-06-19 10:12:20 +02:00
server HTML validation : fixed URL encoding of Pictures link. 2016-10-14 09:58:14 +02:00
utils/translation Fixed 2 failing JUNit tests. 2017-01-09 17:59:01 +01:00
dbtest.java Moved dbtest to the test source folder. 2018-01-29 14:03:01 +01:00
migrationTest.java Removed use of deprecated Jetty IPAccessHandler for client filtering. 2017-12-08 15:12:08 +01:00