final IDebugSettings debugSettings = getApplication().getDebugSettings();
if (debugSettings.isLinePreciseReportingOnNewComponentEnabled() &&
debugSettings.getComponentUseCheck())
{
setMetaData(CONSTRUCTED_AT_KEY,
ComponentStrings.toString(this, new MarkupException("constructed")));
}
if (model != null)
{
setModelImpl(wrap(model));