From 606116a94a176e20270da73a1708fc0e51bed0da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Aug 2022 16:26:40 +0000 Subject: [PATCH] doc: Update docs/usage --- docs/usage/repair.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage/repair.adoc b/docs/usage/repair.adoc index 483ee67ed..500b14d89 100644 --- a/docs/usage/repair.adoc +++ b/docs/usage/repair.adoc @@ -106,6 +106,8 @@ S2116: "hashCode" and "toString" should not be called on array instances S2142: "InterruptedException" should not be ignored + S2164: Math should not be performed on floats ++ + (incomplete: does not cast the operands to double when the expected type of the result is float.) + S2167: "compareTo" should not return "Integer.MIN_VALUE" +