copy-and-paste error in Batch.java?

View: New views
2 Messages — Rating Filter:   Alert me  

copy-and-paste error in Batch.java?

by tpeierls :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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

by Joe Walker-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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