The methods JCasUtil.selectPreceding and JCasUtil.selectFollowing both contain
the line (line number 431, 452):
Type t = aJCas.getTypeSystem().getType(aType.getName())
It would be better to replace it with
Type t = JCasUtil.getType(aJCas, aType)
to handle Uima built in types (e.g. Annotation)
Original issue reported on code.google.com by je.ha...@gmail.com on 14 Apr 2011 at 4:53
Original issue reported on code.google.com by
je.ha...@gmail.com
on 14 Apr 2011 at 4:53