Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
SwapMethodCallArgumentsIntention
/
description.html
blob: a30b3a8d6258eeac044c51b8636a22bbaa432d5d [
file
] [
log
] [
blame
]
<html>
<body>
This intention replaces
<b>
method(argument1, argument2)
</b>
with
<b>
method(argument2, argument1)
</b>
.
Only the arguments of methods with exactly two parameters can be flipped.
</body>
</html>