This intention replaces
method(argument1, argument2)
with
method(argument2, argument1)
. Only the arguments of methods with exactly two parameters can be flipped.