Back to Intellij Community

Description

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

2025.3-rc-2134 B
Original Source

Replaces a caller.method(object) call with a object.method(caller) call (i.e. the qualifier and argument are swapped) if possible.