aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources/devtools
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2016-01-10 02:20:35 +0000
committerAndreas Beeker <kiwiwings@apache.org>2016-01-10 02:20:35 +0000
commitb15b18bae7c1a767340d61187223341334256739 (patch)
tree08220a6d009984cd59823a1bde7836d02777192a /src/resources/devtools
parent2962d7e1ba9491b63aeee48f2b8755af90e1aeb3 (diff)
downloadpoi-b15b18bae7c1a767340d61187223341334256739.tar.gz
poi-b15b18bae7c1a767340d61187223341334256739.zip
replace Throwable.printStackTrace() with POILogger calls - Todo: other printStrackTrace(...) calls
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/resources/devtools')
-rw-r--r--src/resources/devtools/forbidden-signatures-prod.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/resources/devtools/forbidden-signatures-prod.txt b/src/resources/devtools/forbidden-signatures-prod.txt
index 3dd98b2fbe..bc63b5b3c7 100644
--- a/src/resources/devtools/forbidden-signatures-prod.txt
+++ b/src/resources/devtools/forbidden-signatures-prod.txt
@@ -25,5 +25,6 @@
#java.lang.Runtime#exit(int)
#java.lang.Runtime#halt(int)
-@defaultMessage Please do not try to stop the world
-java.lang.System#gc()
+
+java.lang.System#gc() @ Please do not try to stop the world
+java.lang.Throwable#printStackTrace() @ Please use POILogger for exceptions