mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[java-inspection] IDEA-375813 It seems dataflow join works wrong for branching with division by zero
GitOrigin-RevId: c14db3aee067692092d2a96292082d81756c21a5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
aa69a2a5cb
commit
e8b76edbf2
@@ -848,6 +848,7 @@ inspection.lossy.conversion.compound.assignment.display.name=Implicit cast from
|
||||
comparison.of.short.and.char.problem.descriptor=Equality comparison <code>#ref</code> of short and char values #loc
|
||||
big.decimal.equals.problem.descriptor=<code>#ref()</code> between BigDecimal values should probably be 'compareTo()' #loc
|
||||
divide.by.zero.problem.descriptor=Division by zero #loc
|
||||
divide.by.zero.problem.may.descriptor=Maybe division by zero #loc
|
||||
non.reproducible.math.call.problem.descriptor=<code>Math.#ref()</code> may produce non-reproducible results #loc
|
||||
constant.math.call.problem.descriptor=Constant call to <code>#ref()</code> can be simplified #loc
|
||||
floating.point.equality.problem.descriptor=<code>#ref</code>: floating-point values compared for exact equality #loc
|
||||
|
||||
Reference in New Issue
Block a user