﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2359	Dependency analysis is a bit wrong in some cases	Adrian Pop	Adrian Pop	"
When we have things like:
{{{
package M
  replaceable package Medium = RefAirPartial;
  constant Real u = Medium.AirUtilities.Basic.Utilities.f(10);
end M;

model Blah
  package B = M(redeclare package Medium = RefAir);
  Real x = B.u;
end Blah;
}}}
Then dependency thinks nothing from {{{RefAir}}} is used so it gives an empty class."	defect	closed	high	1.9.0	Frontend	trunk	fixed		Per Östlund
