mirror of
https://github.com/github/codeql.git
synced 2026-04-18 21:44:02 +02:00
3 lines
289 B
Plaintext
3 lines
289 B
Plaintext
| Test.java:3:9:3:23 | ... == ... | This comparison will always yield the same result since 'NaN != NaN'. Consider using Double.isNaN instead. |
|
|
| Test.java:4:9:4:22 | ... == ... | This comparison will always yield the same result since 'NaN != NaN'. Consider using Float.isNaN instead. |
|