Description
(Issue reported on SourceForge by Greg Holmberg)
For example, in
docs\examples\src\com\ibm\uima\examples\RunAE.java,
CollectionReader.setCasInitializer() is called, which
is deprecated.
The examples should show the right way to do things.
In this case, it should show how to use a multi-SOFA
annotator instead of a CAS Initializer. For example,
it might use XmlDetagger annotator.
I'm sure there are other places the examples use
deprecated methods, so a review of that code might be
appropriate to bring it up to the 2.0 APIs.