@@ -945,7 +945,7 @@ class CodeStyleValidator extends AbstractDeclarativeValidator {
val module = parent.findDesiredParent(TTCN3Module)
for (p : params) {
if (p.isUnreferenced(module)) { // TODO: test this call and consider alternatives and fix this! Parameters passed to other functions are not recognized.