aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2016-01-10 19:52:16 +0000
committerAndreas Beeker <kiwiwings@apache.org>2016-01-10 19:52:16 +0000
commit05820728568c4ed68df34631d816dba223b8957a (patch)
treed1a237e6a7878244b88db529f9ac09fbff340260 /src/resources
parentb15b18bae7c1a767340d61187223341334256739 (diff)
downloadpoi-05820728568c4ed68df34631d816dba223b8957a.tar.gz
poi-05820728568c4ed68df34631d816dba223b8957a.zip
add other printStackTrace methods to forbidden-apis-check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/devtools/forbidden-signatures-prod.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/devtools/forbidden-signatures-prod.txt b/src/resources/devtools/forbidden-signatures-prod.txt
index bc63b5b3c7..59dcf47890 100644
--- a/src/resources/devtools/forbidden-signatures-prod.txt
+++ b/src/resources/devtools/forbidden-signatures-prod.txt
@@ -28,3 +28,5 @@
java.lang.System#gc() @ Please do not try to stop the world
java.lang.Throwable#printStackTrace() @ Please use POILogger for exceptions
+java.lang.Throwable#printStackTrace(java.io.PrintStream) @ Please use POILogger for exceptions
+java.lang.Throwable#printStackTrace(java.io.PrintWriter) @ Please use POILogger for exceptions \ No newline at end of file