There is problem with uninstaller.jar content when we use installer jar with "(1)" for example install (1).jar it very often case when we download installer several times.
In this case JarMerge performs replaceAll with "(1)" that treated as regular expression.
Thanks to Konstantin Zaitcev for reporting this and offering a fix.