Unwrap Method Parameter in Maia
April 6th, 2009 by Anton MakeevNow you can use Shift+Ctrl+Del to quickly unwrap a parameter from a method call.
Lets look at the example:
If we have something like this

after unwrapping it will become

Tags: maia
Now you can use Shift+Ctrl+Del to quickly unwrap a parameter from a method call.
Lets look at the example:
If we have something like this

after unwrapping it will become

Tags: maia
April 6th, 2009 at 7:26 am
I’m not quite clear what changes this will make elsewhere, if any. Will the callers of findPerson be calling quote() or will createQuery now be calling quote(), or is something else happening…? Could you explain a little more? Thanks
April 6th, 2009 at 9:25 am
It this particular case it removes intermediate method ‘quote’ call.
You can see it on the second code snippet.