Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
In very rare cases TMs in t5memory get deleted.
-
Empty show more show less
Description
problem
In a very seldom case (fuzzy match analysis are created and started and in the same time t5memory is not available) it can happen that the TM is deleted in t5memory erroneously. The TM still exists as language resource in Translate5.
reason
When creating/cloning the fuzzy TM, exceptions on creation breaks the logic in a way that the connector thinks it is a fuzzy TM connector, but it is not. So on clean up the TM is deleted as it would be a fuzzy TM.
solution
Remove the anyway redundant set of the isFuzzy flag.