Merge branch 'pmd/7.0.x' into pr-2289

This commit is contained in:
Andreas Dangel
2020-03-12 21:19:43 +01:00
395 changed files with 8871 additions and 6909 deletions

View File

@@ -1037,7 +1037,7 @@ void Escape() :
{
( LOOKAHEAD(2) <DOUBLE_ESCAPE> { count++; } )+
{
jjtThis.val = StringUtils.repeat("\\", count);
jjtThis.setValue(StringUtils.repeat("\\", count));
}
}