Browse Source

Revert "Adjust file-leak excludes somewhat"

This reverts commit 1edb95ddde.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773677 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_16_BETA2
Dominik Stadler 7 years ago
parent
commit
850a2d4215
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      file-leak-detector.exclude

+ 4
- 1
file-leak-detector.exclude View File

@@ -5,6 +5,10 @@ org.jacoco.agent.rt.internal_14f7ee5.output.FileOutput.openFile
# Ant Junit
org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.getDocumentBuilder

# XMLBeans
org.apache.xmlbeans.impl.regex.RegexParser.setLocale
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$XsbReader.getLoaderStream

# JVM
sun.security.jca.ProviderConfig.doLoadProvider
javax.xml.parsers.FactoryFinder.findJarServiceProvider
@@ -24,7 +28,6 @@ com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory.loadPropertie
com.sun.xml.internal.bind.v2.runtime.property.ArrayElementNodeProperty.<init>
com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty.<init>
com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty.<init>
javax.xml.stream.FactoryFinder.findJarServiceProvider

# XMLBeans
org.apache.xmlbeans.impl.regex.RegexParser.setLocale

Loading…
Cancel
Save