﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
909	Adding an additional item to a Set with defined structure is not returned as a warning or error.	Lander Ibarra Iriondo	Víctor de Buen Remiro	"There is a strange behavior with versions 1.1.7 and 1.1.7_Bridge that does not happen or has been fixed with version 2.
If we throw this piece of code on the version 1.7

Polyn Pol =  0.08+0.05*B;
Set Ser_ = InputDef(KK, SubSer(Gaussian(100,1, Diario), y2000, y2002));
Set Ser_ << SetOfText("""");

Adding an additional item to a Set with defined structure is not returned as a warning or error.

If we launched it in version 2:

Polyn Pol =  0.08+0.05*B;
Set Ser_ = @InputDef(KK, SubSer(Gaussian(100,1, Diario), y2000, y2002));
Set Ser_ << SetOfText("""");

We have the error when trying to modify a Set by adding an unspecified element in the structure.

How 1.1.7 and 1.1.7_Bridge versions should not warn of this type of behavior?
"	defect	new	normal		SetAlgebra	1.1.7	major			
