SSR question

I'm trying to replace all instances of:

new Foo( "", 1L, "", "", "", "", 42, someDate, someObject );

with a similar call but with the 42 replaced by a Java variable name, and all the other parameters left intact.

How the heck do you do this with SSR?

0

Please sign in to leave a comment.