dkpro-core
dkpro-core copied to clipboard
Drop CasDumpWriter
With UIMAv3, the CasDumpWriter doesn't make too much sense anymore. The new toString() method format truncates the output after a certain indentation causing information to be lacking from the dump. Better find an alternative. Maybe XMI.
While we should still get rid of the CasDumpWriter, this is much less of an issue now since UIMAv3 allows setting a system property to have FS.toString() print in the old V2 format. So we can defer this change.