yacy_search_server/source/net/yacy/document/parser/xml
2010-01-10 23:09:48 +00:00
..
ODContentHandler.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
ODMetaHandler.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
opensearchdescriptionReader.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 2009-11-05 20:28:37 +00:00
RSSFeed.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
RSSReader.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 2009-11-05 20:28:37 +00:00