forked from phoedos/pmd

Fixes #1291 If there are multiple Literals for the first parameter, we assume, they are concatenated together and sum up all placeholders. Such String literals are concatenated already by the java compiler, so splitting a String in that way has no negative impact. This change also makes use of the RuleChain.