Files
openide/java/java-impl/resources/intentionDescriptions/ExpandBooleanIntention/description.html
T
2025-02-05 04:43:28 +00:00

7 lines
207 B
HTML

<html>
<body>
Replaces a declaration, <code>return</code> or assignment statement
that uses a <code>boolean</code> expression with the equivalent <code>if</code> <code>else</code> statement.
</body>
</html>