mirror of https://github.com/apache/poi.git
Revert "Adjust file-leak excludes somewhat"
This reverts commit 1edb95ddde4b74ddb77585b9c450e19aca63c6ad. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773677 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
958cadd064
commit
850a2d4215
|
@ -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…
Reference in New Issue