You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/12/11 20:58:20 UTC

svn commit: r1773637 - /poi/trunk/file-leak-detector.exclude

Author: centic
Date: Sun Dec 11 20:58:20 2016
New Revision: 1773637

URL: http://svn.apache.org/viewvc?rev=1773637&view=rev
Log:
Some more file-leak-excludes

Modified:
    poi/trunk/file-leak-detector.exclude

Modified: poi/trunk/file-leak-detector.exclude
URL: http://svn.apache.org/viewvc/poi/trunk/file-leak-detector.exclude?rev=1773637&r1=1773636&r2=1773637&view=diff
==============================================================================
--- poi/trunk/file-leak-detector.exclude (original)
+++ poi/trunk/file-leak-detector.exclude Sun Dec 11 20:58:20 2016
@@ -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.cre
 # 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.setupJurisdicti
 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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org