Closed GoogleCodeExporter closed 8 years ago
The problem seems to be in the PossibleNamesFunction class that is reused and
different calls to applyTo(Pattern p) will reuse the same normalizer
(UnionNameClassNormalizer) that gets incorrect data from precious runs.
Original comment by georgebina76
on 18 Aug 2009 at 9:10
Fixed in r2327 by resetting the normalizer name class in the applyTo method so
that
information gathered during previous runs will be discarded.
Original comment by georgebina76
on 18 Aug 2009 at 9:53
Original issue reported on code.google.com by
georgebina76
on 9 Jun 2009 at 1:44