diff options
author | Dominik Stadler <centic@apache.org> | 2016-12-11 20:58:20 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-12-11 20:58:20 +0000 |
commit | eb7cbf55574746f15a7758dcc346d45f57e47efa (patch) | |
tree | 06324649e32eb6daf17b5e4c51486ea92acca8bf | |
parent | 7a021f676814aabd10c4e203d29ae4de33ac82eb (diff) | |
download | poi-eb7cbf55574746f15a7758dcc346d45f57e47efa.tar.gz poi-eb7cbf55574746f15a7758dcc346d45f57e47efa.zip |
Some more file-leak-excludes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773637 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | file-leak-detector.exclude | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/file-leak-detector.exclude b/file-leak-detector.exclude index b795bd1899..54086bbcd3 100644 --- a/file-leak-detector.exclude +++ b/file-leak-detector.exclude @@ -1,3 +1,18 @@ +# JaCoCo Agent +sun.instrument.InstrumentationImpl.loadClassAndStartAgent + +# 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 +com.sun.org.apache.xerces.internal.utils.SecuritySupport.getResourceBundle + # Codepage support loads classes java.nio.charset.Charset.lookupViaProviders @@ -9,6 +24,9 @@ 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> # XMLBeans org.apache.xmlbeans.impl.regex.RegexParser.setLocale @@ -20,6 +38,10 @@ javax.crypto.JceSecurity.setupJurisdictionPolicies javax.crypto.Cipher.getMaxAllowedKeyLength # Java +sun.util.resources.LocaleData.getBundle +sun.util.LocaleServiceProviderPool.<init> +sun.util.calendar.LocalGregorianCalendar.getLocalGregorianCalendar +sun.net.www.protocol.jar.JarURLConnection.getInputStream sun.text.normalizer.ICUData.getStream sun.font.T2KFontScaler.initNativeScaler sun.font.SunFontManager.loadFonts @@ -29,4 +51,4 @@ sun.reflect.misc.MethodUtil.<clinit> java.util.logging.Logger.findSystemResourceBundle java.text.BreakIterator.getBundle sun.java2d.SunGraphicsEnvironment.<init> -org.kohsuke.file_leak_detector.AgentMain.runHttpServer
\ No newline at end of file +org.kohsuke.file_leak_detector.AgentMain.runHttpServer |