﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1776	Add detection of usage of unbound variables	Martin Sjölund	Martin Sjölund	"We need to add detection of usage of unbound variables

{{{
protected
  Real r;
algorithm
  x := f(r); // Detect me and show a warning
}}}

The major design decision here is to choose to detect variables that may be unbound or only those that must be unbound (how to merge branches)."	defect	closed	high	1.9.0	Frontend		fixed		adabe588@… Jens.Frenkel@…
