Hy.
I'm trying to handle the nodes of the filter tree with the visitFilter
method now. To do so, I wrote a FilterHandler class that looks like:
--- snip -
public final class FilterHandler implements
org.biojava.utils.walker.Visitor {
publi
Benjamin Schuster-Boeckler wrote:
but from debugging I found out that the error happened while
evaluating the "and" method in WalkerFactory.getWalker. In line 299,
the getWalker method tries to get as many elements out of the vector
"wrappedLVs" as there are parameters to the handler-method, bu