yacy_search_server/source/net/yacy/cora
Roland Haeder aaedc0405d Fixes and avoid of catching bad exceptions (some):
- Rewrote usage of HashMap/Map to concurrent versions (to avoid a
CME=ConcurrentModificationException)
- Rewrote ConnectionInfo (as an example) to use a synchronized iterator
instead of synchronizing an
  already synced HashSet (see Collections call)
- This avoids catching CMEs again
- Commented out noisy ConcurrentLog.logException() call

Conflicts:
	source/net/yacy/repository/LoaderDispatcher.java
2013-07-17 18:37:34 +02:00
..
ai Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
date extended the Scheduler: introduced scheduled events 2012-12-22 16:27:14 +01:00
document Fixes and avoid of catching bad exceptions (some): 2013-07-17 18:37:34 +02:00
federate Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
geo Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
language Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
lod Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
order Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
plugin added phonetic classes 2011-12-14 17:33:18 +01:00
protocol Fixes and avoid of catching bad exceptions (some): 2013-07-17 18:37:34 +02:00
sorting Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
storage Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
util added load and deadlock detector in Memory util 2013-07-16 10:49:20 +02:00