Author: centic
Date: Sun Jan 27 09:57:19 2019
New Revision: 1852276
URL: http://svn.apache.org/viewvc?rev=1852276&view=rev
Log:
Ignore file-leaks from openjpa/derby/log4j for the regression tests
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=1852276&r1=1852275&r2=1852276&view=diff
==============================================================================
--- poi/trunk/file-leak-detector.exclude (original)
+++ poi/trunk/file-leak-detector.exclude Sun Jan 27 09:57:19 2019
@@ -7,8 +7,6 @@ org.apache.tools.ant.taskdefs.optional.j
# JVM
sun.security.jca.ProviderConfig.doLoadProvider
-javax.xml.parsers.FactoryFinder.findJarServiceProvider
-com.sun.org.apache.xerces.internal.utils.SecuritySupport.getResourceBundle
java.util.ResourceBundle.getBundle
# Codepage support loads classes
@@ -16,7 +14,6 @@ java.nio.charset.Charset.lookupViaProvid
# Ant
org.apache.tools.ant.Main.getAntVersion
-javax.xml.parsers.FactoryFinder.findJarServiceProvider
org.apache.tools.ant.taskdefs.Antlib.createAntlib
# XML Parser
@@ -25,6 +22,7 @@ com.sun.org.apache.xml.internal.serializ
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
@@ -39,8 +37,17 @@ javax.crypto.Cipher.getMaxAllowedKeyLeng
# IntelliJ
com.intellij.junit4.JUnit4TestRunnerUtil.<clinit>
-# OpenJPA (regression testing)
+# OpenJPA/Derby (regression testing)
+org.apache.derby.impl.services.stream.SingleStream.PBmakeFileHPW
+org.apache.derby.impl.io.DirFile.getExclusiveFileLock
+org.apache.derby.impl.store.raw.data.RAFContainer.run
+org.apache.derby.impl.store.raw.log.LogToFile.run
+org.apache.derby.client.net.OpenSocketAction.run
org.apache.openjpa.enhance.InstrumentationFactory.loadVMClass
+org.apache.openjpa.enhance.PCEnhancer.<init>
+org.apache.openjpa.lib.util.J2DoPrivHelper$7.run
+serp.bytecode.BCClass.read
+serp.util.Strings.toClass
# Java
sun.util.resources.LocaleData.getBundle
@@ -57,3 +64,4 @@ java.util.logging.Logger.findSystemResou
java.text.BreakIterator.getBundle
sun.java2d.SunGraphicsEnvironment.<init>
org.kohsuke.file_leak_detector.AgentMain.runHttpServer
+org.apache.log4j.FileAppender.setFile
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]