id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,external_id 352,MgDuplicateObjectException is not thrown when inserting duplicated object using MgStringCollection:: Add() .,jessicacao,Tom Fukushima,"MgDuplicateObjectException is not thrown when inserting duplicated object using MgStringCollection:: Add() . Step to recur:[[BR]] 1. Construct a MgStringCollection and add a string object into it.[[BR]] 2. Add the same string object using Add();[[BR]] Sample code: [[BR]] MgStringCollection strColl = new MgStringCollection();[[BR]] string str1 = ""string1"";[[BR]] strColl.Add(str1);[[BR]] // MgDuplicateObjectException expected [[BR]] strColl.Add(str1); [[BR]] Expect result: MgDuplicateObjectException[[BR]] Actual result: No exception thrown[[BR]] ",defect,closed,medium,2.0,General,2.0.0,major,fixed,MgStringCollection::Add,Trevor Wekel,985046