yacy_search_server/source/net/yacy
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
..
ai - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
cora - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
document - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
gui removed unused method parameters 2012-07-05 10:23:07 +02:00
interaction removed more unused method parameters 2012-07-05 10:44:30 +02:00
kelondro - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
peers - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
repository - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
search - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
upnp - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
utils Run from Java the whole app YACY 2012-01-09 01:49:37 +01:00
visualization catch and log a warning in RasterPlotter 2012-07-06 09:21:12 +02:00
dbtest.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
migration.java using com.google.common.io.Files instead of homebrew methods 2012-06-22 11:39:17 +02:00
yacy.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
YaCySearchClient.java made class methods static where possible 2012-07-05 12:38:41 +02:00