fix some more style-guide violations in the alert-messages

This commit is contained in:
erik-krogh
2022-10-07 11:22:22 +02:00
parent 5f740a5598
commit 368f84785b
127 changed files with 1297 additions and 1282 deletions

View File

@@ -19,6 +19,5 @@ where
assgn = p.getVariable().getAnAccess() and
assgn.isLValue()
select p,
"This parameter is reassigned $@, " +
"which may prevent optimization because the surrounding function " +
"uses the arguments object.", assgn, "here"
"This parameter $@, " + "which may prevent optimization because the surrounding function " +
"uses the arguments object.", assgn, "is reassigned"