You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2017/10/16 01:34:13 UTC

svn commit: r1812239 - /poi/trunk/src/resources/devtools/forbidden-signatures.txt

Author: onealj
Date: Mon Oct 16 01:34:13 2017
New Revision: 1812239

URL: http://svn.apache.org/viewvc?rev=1812239&view=rev
Log:
github-79: add String.toString() to forbidden API's

Modified:
    poi/trunk/src/resources/devtools/forbidden-signatures.txt

Modified: poi/trunk/src/resources/devtools/forbidden-signatures.txt
URL: http://svn.apache.org/viewvc/poi/trunk/src/resources/devtools/forbidden-signatures.txt?rev=1812239&r1=1812238&r2=1812239&view=diff
==============================================================================
--- poi/trunk/src/resources/devtools/forbidden-signatures.txt (original)
+++ poi/trunk/src/resources/devtools/forbidden-signatures.txt Mon Oct 16 01:34:13 2017
@@ -109,3 +109,6 @@ java.lang.Object#notifyAll()
 
 @defaultMessage Don't interrupt threads use FutureUtils#cancel(Future<T>) instead
 java.util.concurrent.Future#cancel(boolean)
+
+@defaultMessage Unnecessary, inefficient, and confusing conversion of String.toString
+java.lang.String#toString()



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org