existing = true;
}
rule.setTitle(jsp.getDescription());
JSRuleCriterions col = jsp.getCriterions();
Iterator _it = col.iterator();
while (_it.hasNext())
{
RuleCriterion c = recreateRuleCriterion(profiler, (JSRuleCriterion) _it.next(), rule);
if (c != null)
{