[java-inspection] IDEA-375813 It seems dataflow join works wrong for branching with division by zero

GitOrigin-RevId: c14db3aee067692092d2a96292082d81756c21a5
This commit is contained in:
Mikhail Pyltsin
2025-10-03 15:46:22 +00:00
committed by intellij-monorepo-bot
parent aa69a2a5cb
commit e8b76edbf2
3 changed files with 46 additions and 8 deletions
@@ -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