Marshall Schor wrote:
Cawley, Tim wrote:
Bug in class org.apache.uima.tools.cpm.CpmPanel.displayProgress()
Mehtod will always throw a ArrayIndexOutOfBounds if one of the
Progress[] elements does not have Units of Progress.ENTITIES
I had a look at the code - it looks like the Progress array was set up
to allow reporting on multiple kinds of progress - but only 2 have
been declared, and only one (the Progress.ENTITIES) is ever used in
the implmentation.
Do you have a scenario where this is actually failing?
Fixed under Jira https://issues.apache.org/jira/browse/UIMA-1086
-Marshall