Back to Intellij Community

Description

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

2025.3-rc-2187 B
Original Source

Replaces an if statement with another if statement using an inverted condition inside.

The intention may be useful to simplify complex code that uses multiple nested if statements.