yacy_search_server/source/net/yacy/peers
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
..
graphics Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
operation refactoring of load_delay: this is a matter of client identification 2013-07-12 16:24:56 +02:00
Accessible.java refactoring 2011-10-04 09:06:24 +00:00
DHTSelection.java Fixes and avoid of catching bad exceptions (some): 2013-07-17 18:37:34 +02:00
Dispatcher.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
EventChannel.java refactoring 2011-10-04 09:06:24 +00:00
Network.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
NewsDB.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
NewsPool.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
NewsQueue.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
PeerActions.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Protocol.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
RemoteSearch.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Seed.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
SeedDB.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
Transmission.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00