mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
3 lines
287 B
Plaintext
3 lines
287 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 |
|