Skip to content

Commit f0b2404

Browse files
committed
Add initial file of excludes when running with file-leak-detector
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791594 13f79535-47bb-0310-9956-ffa450edef68
1 parent 14086f9 commit f0b2404

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

file-leak-detector.exclude

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# JaCoCo Agent
2+
sun.instrument.InstrumentationImpl.loadClassAndStartAgent
3+
org.jacoco.agent.rt.internal_14f7ee5.output.FileOutput.openFile
4+
5+
# Ant Junit
6+
org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.getDocumentBuilder
7+
8+
# JVM
9+
sun.security.jca.ProviderConfig.doLoadProvider
10+
javax.xml.parsers.FactoryFinder.findJarServiceProvider
11+
com.sun.org.apache.xerces.internal.utils.SecuritySupport.getResourceBundle
12+
13+
# Codepage support loads classes
14+
java.nio.charset.Charset.lookupViaProviders
15+
16+
# Ant
17+
org.apache.tools.ant.Main.getAntVersion
18+
javax.xml.parsers.FactoryFinder.findJarServiceProvider
19+
org.apache.tools.ant.taskdefs.Antlib.createAntlib
20+
21+
# XML Parser
22+
com.sun.org.apache.xerces.internal.utils.SecuritySupport.getResourceBundle
23+
com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory.loadPropertiesFile
24+
com.sun.xml.internal.bind.v2.runtime.property.ArrayElementNodeProperty.<init>
25+
com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty.<init>
26+
com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty.<init>
27+
javax.xml.stream.FactoryFinder.findJarServiceProvider
28+
29+
# XMLBeans
30+
org.apache.xmlbeans.impl.regex.RegexParser.setLocale
31+
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$XsbReader.getLoaderStream
32+
33+
# JCA
34+
sun.security.jca.ProviderConfig.getProvider
35+
javax.crypto.JceSecurity.setupJurisdictionPolicies
36+
javax.crypto.Cipher.getMaxAllowedKeyLength
37+
38+
# IntelliJ
39+
com.intellij.junit4.JUnit4TestRunnerUtil.<clinit>
40+
41+
# Java
42+
sun.util.resources.LocaleData.getBundle
43+
sun.util.LocaleServiceProviderPool.<init>
44+
sun.util.calendar.LocalGregorianCalendar.getLocalGregorianCalendar
45+
sun.net.www.protocol.jar.JarURLConnection.getInputStream
46+
sun.text.normalizer.ICUData.getStream
47+
sun.font.T2KFontScaler.initNativeScaler
48+
sun.font.SunFontManager.loadFonts
49+
sun.font.FontManagerFactory.getInstance
50+
sun.font.TrueTypeFont.open
51+
sun.reflect.misc.MethodUtil.<clinit>
52+
java.util.logging.Logger.findSystemResourceBundle
53+
java.text.BreakIterator.getBundle
54+
sun.java2d.SunGraphicsEnvironment.<init>
55+
org.kohsuke.file_leak_detector.AgentMain.runHttpServer

0 commit comments

Comments
 (0)