[Biojava-l] I get an IndexOutOfBoundsException with visitFilter in WalkerFactory

2004-01-09 Thread Benjamin Schuster-Boeckler
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

Re: [Biojava-l] I get an IndexOutOfBoundsException with visitFilter in WalkerFactory

2004-01-09 Thread Benjamin Schuster-Boeckler
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