mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
github-79: add String.toString() to forbidden API's
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e4fc2670d5
commit
a66725fa94
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user