Hi there.
Small bug with the following refactoring:
final String[] args = { "value1", "value2" };
doSomething( args );
When I inline args, I get:
doSomething( { "value1", "value2" } );
which doesn't compile, instead of:
doSomething( new String[]{ "value1", "value2" } );
Cheers,
Dan
***************************************************************************************
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify [EMAIL PROTECTED]
immediately.
This footnote also confirms that this email message has been swept for the
presence of computer viruses.
***************************************************************************************
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list