Back to Intellij Community

Description

java/java-impl/resources/intentionDescriptions/DemorgansIntention/description.html

2025.3-rc-2108 B
Original Source

Replaces either a || b with !(!a && !b) or a && b with !(!a || !b) when inside a boolean expression.