Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1, 2.2
-
None
Description
We should check the tutorial examples in the documentation - perhaps by adding them to the examples project so that if they would not compile, we could tell. Currently found in Tutorial & User's Guide, application chapter:
mAnalysisEngine = UIMAFramework.produceAnalysisEngine(specifier,3); <<< FAILS, no such signature
//create CAS pool with 3 CAS instances
mCasPool = new CasPool(mAnalysisEngine,3); <<< Fails, arguments reversed
There are likely others...