Files
codeql/java/ql/test/query-tests/WrongNanComparison/WrongNanComparison.expected
2018-08-30 10:48:05 +01:00

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 |