mirror of
https://github.com/github/codeql.git
synced 2026-03-07 16:16:47 +01:00
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
/**
|
|
* @name Use of default ToString()
|
|
* @description Calling the default implementation of 'ToString' returns a value
|
|
* that is unlikely to be what you expect.
|
|
* @kind problem
|
|
* @problem.severity warning
|
|
* @precision very-high
|
|
* @id cs/call-to-object-tostring
|
|
* @tags quality
|
|
* reliability
|
|
* correctness
|
|
*/
|
|
|
|
import DefaultToStringQuery
|