falantap / jwpl

Automatically exported from code.google.com/p/jwpl
0 stars 0 forks source link

[RevisionMachine] Language independent implementation of AbstractNameChecker #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issue regarding: Page-filter in DiffToolThread, ArticleConsumer

The only implementation of the AbstractNameChecker is currently 
EnglishArticleNameChecker();
A ArticleNameChecker is used to whitelist articles with prefixes in the article 
title. (e.g. Talk:PageTitle) - usually all pages with prefixes are filtered.
Instead of adding a ArticleNameChecker for every language, there should be ony 
language independent checker that reads the whitelist from the configuration. 

Additionally:
It is also unclear why filter-object is both created in DiffToolThread AND 
ArticleConsumer!!! This should only happen in one place.  

Original issue reported on code.google.com by oliver.ferschke on 20 May 2011 at 1:56

GoogleCodeExporter commented 9 years ago
Superseded by Issue 33
We have to redesign the filter. 

Original comment by oliver.ferschke on 12 Jul 2011 at 9:00