diff options
author | Dominik Stadler <centic@apache.org> | 2019-03-03 14:09:54 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-03-03 14:09:54 +0000 |
commit | f9c799a75148245c65e9c5dfe0c73c1696ca1edf (patch) | |
tree | 1ae2bb45d6c8ed550728e191cc814c1e5626b247 /file-leak-detector.exclude | |
parent | 302228dc2413aee82c9146f8898ebcddf5cb8309 (diff) | |
download | poi-f9c799a75148245c65e9c5dfe0c73c1696ca1edf.tar.gz poi-f9c799a75148245c65e9c5dfe0c73c1696ca1edf.zip |
Update file-leak excludes for XMLBeans/jaxb
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1854719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file-leak-detector.exclude')
-rw-r--r-- | file-leak-detector.exclude | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/file-leak-detector.exclude b/file-leak-detector.exclude index 352e22ab83..7f15c535ea 100644 --- a/file-leak-detector.exclude +++ b/file-leak-detector.exclude @@ -19,15 +19,16 @@ org.apache.tools.ant.taskdefs.Antlib.createAntlib # XML Parser com.sun.org.apache.xerces.internal.utils.SecuritySupport.getResourceBundle com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory.loadPropertiesFile -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.parsers.FactoryFinder.findJarServiceProvider javax.xml.stream.FactoryFinder.findJarServiceProvider # XMLBeans org.apache.xmlbeans.impl.regex.RegexParser.setLocale org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$XsbReader.getLoaderStream +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> +com.sun.xml.bind.v2.runtime.reflect.opt.AccessorInjector.tailor # JCA sun.security.jca.ProviderConfig.getProvider |