yacy_search_server/source/net/yacy/repository
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
..
Blacklist.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
BlacklistFile.java Rewrote all String blacklist types to enum 'BlacklistType', closes bug 2012-06-11 00:17:30 +02:00
FilterEngine.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
LoaderDispatcher.java Fixes and avoid of catching bad exceptions (some): 2013-07-17 18:37:34 +02:00
RegexHelper.java avoid NPE in regex checker 2013-04-20 10:53:49 +02:00