From c8e01c70905c8c88bad08c918ad0dbf94217f7f5 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 11 Dec 2016 21:15:27 +0000 Subject: [PATCH] Revert "Some more file-leak-excludes" This reverts commit d3ca766ec1f18f24a1bce2365724a8c1d438fefa. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773687 13f79535-47bb-0310-9956-ffa450edef68 --- file-leak-detector.exclude | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/file-leak-detector.exclude b/file-leak-detector.exclude index 54086bbcd3..b795bd1899 100644 --- a/file-leak-detector.exclude +++ b/file-leak-detector.exclude @@ -1,18 +1,3 @@ -# 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 @@ -24,9 +9,6 @@ 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. -com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty. -com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty. # XMLBeans org.apache.xmlbeans.impl.regex.RegexParser.setLocale @@ -38,10 +20,6 @@ javax.crypto.JceSecurity.setupJurisdictionPolicies javax.crypto.Cipher.getMaxAllowedKeyLength # Java -sun.util.resources.LocaleData.getBundle -sun.util.LocaleServiceProviderPool. -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 @@ -51,4 +29,4 @@ sun.reflect.misc.MethodUtil. java.util.logging.Logger.findSystemResourceBundle java.text.BreakIterator.getBundle sun.java2d.SunGraphicsEnvironment. -org.kohsuke.file_leak_detector.AgentMain.runHttpServer +org.kohsuke.file_leak_detector.AgentMain.runHttpServer \ No newline at end of file -- 2.39.5