You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Michael Baessler <mb...@michael-baessler.de> on 2007/03/30 08:43:29 UTC

testcase cleanup

Some of our test cases still use deprecated UIMA framework methods. I 
think we should try to cleanup this if possible to use the newly 
provided methods.
In some cases it can still make sense to also test some deprecated 
methods, but I think these are some minor special cases.

I think the most effort will be the replace TextAnalysisEngine methods 
with AnalysisEngine methods.

What do others think?

-- Michael



Re: testcase cleanup

Posted by Michael Baessler <mb...@michael-baessler.de>.
Michael Baessler wrote:
> Some of our test cases still use deprecated UIMA framework methods. I 
> think we should try to cleanup this if possible to use the newly 
> provided methods.
> In some cases it can still make sense to also test some deprecated 
> methods, but I think these are some minor special cases.
>
> I think the most effort will be the replace TextAnalysisEngine methods 
> with AnalysisEngine methods.
>
> What do others think?
No objections, I will start working on it.

-- Michael