BasicOperations.concatenate creates invariants
----------------------------------------------
Key: LUCENE-2717
URL: https://issues.apache.org/jira/browse/LUCENE-2717
Project: Lucene - Java
Issue Type: Bug
Affects Versions: 4.0
Reporter: Robert Muir
Assignee: Robert Muir
Fix For: 4.0
Attachments: LUCENE-2717.patch
I started writing a test for LUCENE-2716, and i found a problem with
BasicOperations.concatenate(Automaton, Automaton):
it creates automata with invariant representation (which should never happen,
unless you manipulate states/transitions manually).
strangely enough the BasicOperations.concatenate(List<Automaton>) does not have
this problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]