yacy_search_server/source/net/yacy/document/parser/html
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
..
AbstractScraper.java parser refactoring & hacks 2012-07-03 06:06:38 +02:00
AbstractTransformer.java Now used synchronization in all close() methods to make sure all objects 2012-05-14 07:41:55 +02:00
CharacterCoding.java
ContentScraper.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
ContentTransformer.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
EmbedEntry.java fix for http://bugs.yacy.net/view.php?id=126 2012-05-19 00:21:03 +02:00
Evaluation.java refactoring + parser bugfixes 2012-05-04 17:28:27 +02:00
ImageEntry.java fix for http://bugs.yacy.net/view.php?id=126 2012-05-19 00:21:03 +02:00
Scraper.java free some memory after parsing html 2012-02-02 09:55:27 +01:00
ScraperInputStream.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
ScraperListener.java
Transformer.java
TransformerWriter.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00