You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/de/anomic/data
Michael Peter Christen 3bcd9d622b
cleaned up classes and methods which are either superfluous at this time
12 years ago
..
list
wiki made class methods static where possible 13 years ago
ymark - more abstraction for the RWI index as preparation for solr integration 12 years ago
BlogBoard.java - replaced all length() == 0 and size() == 0 with isEmpty() 13 years ago
BlogBoardComments.java - replaced all length() == 0 and size() == 0 with isEmpty() 13 years ago
BookmarkDate.java Now used synchronization in all close() methods to make sure all objects 13 years ago
BookmarkHelper.java Adding a limit of 1000 links that a parser shall store during indexing. 13 years ago
BookmarksDB.java replaced more size() > 0 by !isEmpty() 13 years ago
DidYouMean.java - replaced all length() == 0 and size() == 0 with isEmpty() 13 years ago
Diff.java
ListManager.java - removed cleaning of blacklist cache on startup 13 years ago
MessageBoard.java - replaced all length() == 0 and size() == 0 with isEmpty() 13 years ago
Translator.java - replaced all length() == 0 and size() == 0 with isEmpty() 13 years ago
URLLicense.java ConcurrentLinkedQueue has a VERY long return time on the .size() method. 13 years ago
UserDB.java Now used synchronization in all close() methods to make sure all objects 13 years ago
WorkTables.java - replaced all length() == 0 and size() == 0 with isEmpty() 13 years ago