OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
followedByWhitespace=tokens[i + 1].isWhitespaceBefore() || PUNCTUATION.matcher(tokens[i + 1].getToken()).matches() || Arrays.asList(endSymbols).contains(tokens[i + 1].getToken());followedByWhitespace=tokens[i + 1].isWhitespaceBefore() || PUNCTUATION.matcher(tokens[i + 1].getToken()).matches() || endSymbols.contains(tokens[i + 1].getToken());Arrays.asList(endSymbols).contains(tokens[i + 1].getToken())endSymbols.contains(tokens[i + 1].getToken())languagetoola5313f79a2becccace28f77d163ef88d1690df21org.languagetool.rules.GenericUnpairedBracketsRule
_145
_245
_1endSymbols
_2endSymbols
TCIVarendSymbols
v1tokens[i + 1].getToken()
  • java.util.Arrays
TCIVarendSymbols
v1tokens[i + 1].getToken()
UsesTrue
precededByWhitespace=tokens[i - 1].isSentenceStart() || tokens[i].isWhitespaceBefore() || PUNCTUATION_NO_DOT.matcher(tokens[i - 1].getToken()).matches()|| Arrays.asList(startSymbols).contains(tokens[i - 1].getToken());precededByWhitespace=tokens[i - 1].isSentenceStart() || tokens[i].isWhitespaceBefore() || PUNCTUATION_NO_DOT.matcher(tokens[i - 1].getToken()).matches()|| startSymbols.contains(tokens[i - 1].getToken());Arrays.asList(startSymbols).contains(tokens[i - 1].getToken())startSymbols.contains(tokens[i - 1].getToken())languagetoola5313f79a2becccace28f77d163ef88d1690df21org.languagetool.rules.GenericUnpairedBracketsRule
_144
_244
_1startSymbols
_2startSymbols
TCIVarstartSymbols
v1tokens[i - 1].getToken()
  • java.util.Arrays
TCIVarstartSymbols
v1tokens[i - 1].getToken()
UsesTrue