pmd-cpp/pmd-java: checkstyle fixes

This commit is contained in:
Andreas Dangel
2016-12-16 15:48:53 +01:00
parent eb2d942ed4
commit e280151987
16 changed files with 70 additions and 76 deletions

View File

@@ -1604,14 +1604,12 @@ void Name() :
* by a ".*" when used in the context of an "ImportDeclaration".
*/
{
StringBuffer s = new StringBuffer();
StringBuilder s = new StringBuilder();
Token t;
}
{
t=<IDENTIFIER>
{
jjtThis.testingOnly__setBeginLine( t.beginLine);
jjtThis.testingOnly__setBeginColumn( t.beginColumn);
s.append(t.image);
}
( LOOKAHEAD(2) "." t=<IDENTIFIER>