| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
68 (0.112s).
|
|
|
Loading phrases to help you refine your search...
|
|
[DROIDS-119] Allow SaveHandler to decide the location (directory) where it saves the content - Droids - [issue]
|
|
...At this point, SaveHandler doesn't provide a way to configure where the content is saved, other than a single directory path, which clearly lacks flexibility. A common scenario is to crawl a...
|
|
|
http://issues.apache.org/jira/browse/DROIDS-119
Author: Eugen Paraschiv,
2012-09-10, 16:19
|
|
|
[DROIDS-89] Move droid classes from src/test/java to src/main/java - Droids - [issue]
|
|
...There are functionality classes in the test source directory (src/test/java): FileRenameDroid ExceptionCrawlingDroid ReportCrawlingDroid SysoutCrawlingDroid DroidsFactoryThese should all be...
|
|
|
http://issues.apache.org/jira/browse/DROIDS-89
Author: Eugen Paraschiv,
2012-09-10, 14:25
|
|
|
[DROIDS-123] Better formatting consistency for the Droids codebase - Droids - [issue]
|
|
...The formatting in droids should effectively be the same as the standard Java Conventions build in Eclipse formatter. However, the are multiple formatting inconsistencies in the droids codeba...
|
|
|
http://issues.apache.org/jira/browse/DROIDS-123
Author: Eugen Paraschiv,
2012-09-07, 16:39
|
|
|
[DROIDS-126] Bypass Protocol and Parser factories and make CrawlingWorker ask for it's collaborators directly - Droids - [issue]
|
|
...The factory usage in CrawlingWorker and CrawlingDroids makes the API hard to use and breaks the Law of Demeter - instead of the worker asking for what it needs, it has to first ask for the f...
|
|
|
http://issues.apache.org/jira/browse/DROIDS-126
Author: Eugen Paraschiv,
2012-06-15, 03:46
|
|
|
[DROIDS-127] GenericFactory should instantiate it's own internal map - Droids - [issue]
|
|
...The map is the core of the factory. GenericFactory should instantiate it's own map (as it's standard practice) instead of providing a setter for. There are many reasons for this: the map is...
|
|
|
http://issues.apache.org/jira/browse/DROIDS-127
Author: Eugen Paraschiv,
2012-06-15, 03:46
|
|
|
[DROIDS-114] First Link executed by the CrawlingWorker doesn't go through the filtering process - Droids - [issue]
|
|
...If the starting point of the crawling process is used just as that - a starting point to gather links - then it should go through the filtering process just as any other link and be saved ba...
|
|
|
http://issues.apache.org/jira/browse/DROIDS-114
Author: Eugen Paraschiv,
2012-06-15, 03:46
|
|
|
[DROIDS-142] Add additional filtering untill the file is saved on disk - Droids - [issue]
|
|
...The existing filtering process allows URLs to be accepted based on the URL itself, which is very useful. There are some cases though where you need to decide if the file is relevant and shou...
|
|
|
http://issues.apache.org/jira/browse/DROIDS-142
Author: Eugen Paraschiv,
2012-06-15, 03:46
|
|
|
[DROIDS-144] The AlreadyVisitedFilter should not ignore the parameters of the URI - Droids - [issue]
|
|
...Thiis filter strips the parameters from the URI and stores only the resulting URI as key in it's visited map. This severely limits the filter, because multiple URIs are now ignored because t...
|
|
|
http://issues.apache.org/jira/browse/DROIDS-144
Author: Eugen Paraschiv,
2012-06-15, 03:46
|
|
|
[DROIDS-131] Log the entire exception in SequentialTaskMaster - Droids - [issue]
|
|
...The stack of the exception is lost in SequentialTaskMaster: log.warn(ex.toString());should be: log.warn(ex.toString(), ex);...
|
|
|
http://issues.apache.org/jira/browse/DROIDS-131
Author: Eugen Paraschiv,
2011-12-03, 01:46
|
|
|
[DROIDS-130] Use explicit versions for the Maven plugins - Droids - [issue]
|
|
...It's best practice to define the Maven plugins by using explicit versions. This improves the repeatability of the build, as it doesn't depend on the releases of new versions of these depende...
|
|
|
http://issues.apache.org/jira/browse/DROIDS-130
Author: Eugen Paraschiv,
2011-12-03, 01:32
|
|
|
|