Intentions: Convert extension receiver to parameter and vice versa

This commit is contained in:
Alexey Sedunov
2015-01-20 13:42:53 +03:00
parent 7b6160b92f
commit cef9996ba7
31 changed files with 408 additions and 3 deletions
@@ -344,6 +344,10 @@ convert.function.to.property.intention=Convert function to property
convert.function.to.property.intention.family=Convert Function to Property
convert.property.to.function.intention=Convert property to function
convert.property.to.function.intention.family=Convert Property to Function
convert.receiver.to.parameter.intention=Convert receiver to parameter
convert.receiver.to.parameter.intention.family=Convert Receiver to Parameter
convert.parameter.to.receiver.intention=Convert parameter to receiver
convert.parameter.to.receiver.intention.family=Convert Parameter to Receiver
property.is.implemented.too.many=Has implementations
property.is.overridden.too.many=Is overridden in subclasses