Current workaround is working but not sufficient.
After computing a alignment and adding all correspondences by using addAlignCell() the inherited MapPSOAlignment.render() function throws a AlignmentException.
Current workaround is to generate a BasicAlignment and add all correspondences to it. The function MapPSOAlignment.render() is overwritten with BasicAlignment.render().