Hi Michi,<div><br></div><div>can you apply this patch? it is really a very easy patch:</div><div>- the private property "config" has been exposed via getter and setter</div><div>- all accesses within the class are done via getConfig() instead of direct access.</div>
<div><br></div><div>The motivation for this patch: Someone might subclass the searcher class and therefore must be able to set the config property of the superclass. if it is private, it does not work.</div><div>in addition, the subclass can override getConfig() and return whatever config is needed (in Test-Cases you might want yet another config to inject etc.).</div>
<div><br></div><div><br></div><div>Does this make sense? </div><div><br></div><div>Cheers</div><div>Balz</div>