« Return to Thread: copy-and-paste error in Batch.java?

Re: copy-and-paste error in Batch.java?

by Joe Walker-3 :: Rate this Message:

Reply to Author | View in Thread


So I'm catching up with some very old mails...
You're right - I've fixed this for 3.0

Joe.

On Wed, May 7, 2008 at 12:49 PM, Tim Peierls <tim@...> wrote:
parseParameters in dwrp/Batch.java is using allParameters instead of paramMap to extract the window name -- it uses paramMap for everything else. I bet this was a copy and paste error from the code farther down, which uses allParameters for everything.

I guess it's harmless, but it means the window name always gets put in the metadata.

--tim

 « Return to Thread: copy-and-paste error in Batch.java?