Class | Description |
---|---|
VerifyDebugUsage |
Verifies that no argument to one of the
Debug.log(String) methods is the result of
StringBuilder.toString() or StringBuffer.toString() . |
VerifyUsageWithEquals |
For certain types, object identity should not be used for object equality check.
|