#40 Fix NPE in Result.getReportDocument for malformed xml input

This commit is contained in:
Andreas Penski (init) 2020-01-06 09:10:45 +01:00
parent b44603b55f
commit da70421620
9 changed files with 74 additions and 44 deletions

View file

@ -6,7 +6,7 @@
<name>KoSIT XML Prüftool Implementierung</name>
<groupId>de.kosit</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<artifactId>validationtool</artifactId>
<description>KoSIT XML Validator against XSD and Schematron based on defined scenarios.</description>
@ -19,7 +19,6 @@
<organizationUrl>http://www.xoev.de</organizationUrl>
</developer>
<developer>
<id>renzo.kottmann</id>
<name>Renzo Kottmann</name>
<organization>KoSIT</organization>
@ -37,12 +36,6 @@
<role>developer</role>
</roles>
</developer>
<developer>
<id>fabian.buettner</id>
<name>Fabian Büttner</name>
<organization>KoSIT</organization>
<organizationUrl>http://www.xoev.de</organizationUrl>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>