yacy_search_server/source/de/anomic/server
orbiter 0cbda0b2b8 - replaced all length() == 0 and size() == 0 with isEmpty()
- replaced some length() > 0 and size() > 0 with !isEmpty() - cannot be
done automatically
- implemented some isEmpty() methods
2012-07-10 22:59:03 +02:00
..
serverAccessTracker.java ConcurrentLinkedQueue has a VERY long return time on the .size() method. 2012-02-27 00:42:32 +01:00
serverClassLoader.java some last-minute performance hacks 2011-11-25 11:23:52 +00:00
serverCore.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
serverCoreSocket.java made class methods static where possible 2012-07-05 12:38:41 +02:00
serverHandler.java This is a large bugfix and enhancement commit to support a better location detection for data 2010-05-11 11:14:05 +00:00
serverObjects.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
serverSwitch.java made class methods static where possible 2012-07-05 12:38:41 +02:00
serverSwitchAbstractAction.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 2009-10-09 23:13:30 +00:00
servletProperties.java fixing redirects and status codes: storing of status code in 2012-06-25 18:17:31 +02:00