]> source.dussan.org Git - poi.git/commitdiff
Add more file-leak exlcudes for the mass regression testing
authorDominik Stadler <centic@apache.org>
Tue, 25 Dec 2018 09:58:42 +0000 (09:58 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 25 Dec 2018 09:58:42 +0000 (09:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849715 13f79535-47bb-0310-9956-ffa450edef68

file-leak-detector.exclude

index aeddb32ed69608a184ea8171fe90bc32aac79b15..80be7de0fad8099643548f72ffb0068abd6718e3 100644 (file)
@@ -39,6 +39,9 @@ javax.crypto.Cipher.getMaxAllowedKeyLength
 # IntelliJ
 com.intellij.junit4.JUnit4TestRunnerUtil.<clinit>
 
+# OpenJPA (regression testing)
+org.apache.openjpa.enhance.InstrumentationFactory.loadVMClass
+
 # Java
 sun.util.resources.LocaleData.getBundle
 sun.util.LocaleServiceProviderPool.<init>