mirror of https://github.com/apache/poi.git
More file leak detector excludes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773623 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f5564f00f4
commit
6ba6aa7fff
|
@ -8,6 +8,7 @@ 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
|
||||
|
||||
# XMLBeans
|
||||
org.apache.xmlbeans.impl.regex.RegexParser.setLocale
|
||||
|
@ -16,6 +17,7 @@ org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$XsbReader.getLoaderStream
|
|||
# JCA
|
||||
sun.security.jca.ProviderConfig.getProvider
|
||||
javax.crypto.JceSecurity.setupJurisdictionPolicies
|
||||
javax.crypto.Cipher.getMaxAllowedKeyLength
|
||||
|
||||
# Java
|
||||
sun.text.normalizer.ICUData.getStream
|
||||
|
|
Loading…
Reference in New Issue