copy-and-paste error in Batch.java?
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