aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2015-11-02 23:46:57 +0000
committerAndreas Beeker <kiwiwings@apache.org>2015-11-02 23:46:57 +0000
commit3be69f87f76a896d35b3a207843707b9070fbf11 (patch)
tree422e6271564670d64919cc70b73918979d0b3676 /src/resources
parentfcfe7e08ad9f1735d47107e77c1d7ca5c0ff080b (diff)
downloadpoi-3be69f87f76a896d35b3a207843707b9070fbf11.tar.gz
poi-3be69f87f76a896d35b3a207843707b9070fbf11.zip
fixes sonar/findbugs issues
add Date.toString() to forbidden-apis and fix occurrences git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/devtools/forbidden-signatures.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/devtools/forbidden-signatures.txt b/src/resources/devtools/forbidden-signatures.txt
index de6afc3378..e002a1a172 100644
--- a/src/resources/devtools/forbidden-signatures.txt
+++ b/src/resources/devtools/forbidden-signatures.txt
@@ -22,4 +22,5 @@
java.util.Locale#getDefault()
java.util.Locale#setDefault(java.util.Locale)
-java.util.TimeZone#getDefault() \ No newline at end of file
+java.util.TimeZone#getDefault()
+java.util.Date#toString() \ No newline at end of file