Description
The execution time of jCas.reset() increases linearly when invoked on the same jCas.
This occurs in a loop that builds a new analysisEngine, processes the jCas and resets it.
This does not occur when the same analysisEngine is reused.
A junit test demonstrating the behaviour is attatched.