changes to address reviews

This commit is contained in:
erik-krogh
2022-10-07 22:31:00 +02:00
parent 10a014f18c
commit 6fdfd40880
22 changed files with 69 additions and 65 deletions

View File

@@ -67,5 +67,5 @@ where
forall(Name el | el = asgn1.getParentNode().(Tuple).getAnElt() | multiply_defined(el, _, _)) and
not uninteresting_definition(asgn1)
select asgn1,
"This assignment to '" + v.getId() + "' is unnecessary as $@ before this value is used.", asgn2,
"it is redefined"
"This assignment to '" + v.getId() + "' is unnecessary as it is $@ before this value is used.",
asgn2, "redefined"