Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ConvertVarargParameterToArrayIntention
/
description.html
blob: c3ad1b26c08dcf5a5ff29ca07d67d503526b3f81 [
file
]
<html>
<body>
This intention replaces a variable argument
parameter with the equivalent array parameter. Relevant arguments in calls to
this method are wrapped in an array initializer expression.
</body>
</html>