Browse Source

Ignore file-leaks from openjpa/derby/log4j for the regression tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1852276 13f79535-47bb-0310-9956-ffa450edef68
pull/142/head
Dominik Stadler 5 years ago
parent
commit
648d6be1af
1 changed files with 12 additions and 4 deletions
  1. 12
    4
      file-leak-detector.exclude

+ 12
- 4
file-leak-detector.exclude View File



# JVM # JVM
sun.security.jca.ProviderConfig.doLoadProvider sun.security.jca.ProviderConfig.doLoadProvider
javax.xml.parsers.FactoryFinder.findJarServiceProvider
com.sun.org.apache.xerces.internal.utils.SecuritySupport.getResourceBundle
java.util.ResourceBundle.getBundle java.util.ResourceBundle.getBundle


# Codepage support loads classes # Codepage support loads classes


# Ant # Ant
org.apache.tools.ant.Main.getAntVersion org.apache.tools.ant.Main.getAntVersion
javax.xml.parsers.FactoryFinder.findJarServiceProvider
org.apache.tools.ant.taskdefs.Antlib.createAntlib org.apache.tools.ant.taskdefs.Antlib.createAntlib


# XML Parser # XML Parser
com.sun.xml.internal.bind.v2.runtime.property.ArrayElementNodeProperty.<init> 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.AttributeProperty.<init>
com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty.<init> com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty.<init>
javax.xml.parsers.FactoryFinder.findJarServiceProvider
javax.xml.stream.FactoryFinder.findJarServiceProvider javax.xml.stream.FactoryFinder.findJarServiceProvider


# XMLBeans # XMLBeans
# IntelliJ # IntelliJ
com.intellij.junit4.JUnit4TestRunnerUtil.<clinit> 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.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 # Java
sun.util.resources.LocaleData.getBundle sun.util.resources.LocaleData.getBundle
java.text.BreakIterator.getBundle java.text.BreakIterator.getBundle
sun.java2d.SunGraphicsEnvironment.<init> sun.java2d.SunGraphicsEnvironment.<init>
org.kohsuke.file_leak_detector.AgentMain.runHttpServer org.kohsuke.file_leak_detector.AgentMain.runHttpServer
org.apache.log4j.FileAppender.setFile

Loading…
Cancel
Save