Bug #1836
RCP: 0.7.8beta: XTZ phantom properties when reimporting a corpus
Status: | New | Start date: | 09/01/2016 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Import | Spent time: | - | ||
Target version: | TXM 0.7.8 |
Description
procedure :
- import a corpus with A B C properties
- apply TreeTagger to add the D property
- ré-import the same corpus with AB C properties but the compiler step says he found A B C D properties
Solution¶
There is a static JAva variable in the XTZ compiler step class that holds the previous found properties, remove the "static" variable modifier.