1
0

removed bloat-code from JsonComponents in DTOs

This commit is contained in:
Michael Hoennig
2019-04-26 10:26:25 +02:00
parent a6fd210de5
commit ea08f4a6c6
14 changed files with 337 additions and 107 deletions

View File

@@ -156,7 +156,8 @@ def jhipsterGeneratedClassesWithLowCoverage = [
def specialExceptions = [
// lots of unreachable code due to error handling / verifications
'org.hostsharing.hsadminng.service.accessfilter.JSonAccessFilter'
'org.hostsharing.hsadminng.service.accessfilter.JSonAccessFilter',
'org.hostsharing.hsadminng.service.util.ReflectionUtil'
]
jacocoTestCoverageVerification {