qx\.core\.Init\.getInstance\(\)\.defineClose=This function has benn moved to the mixin qx.core.MLegacyInit. Please add the follogin code at the start of your application: qx.Class.include(qx.core.Init, qx.core.MLegacyInit); qx\.core\.Init\.getInstance\(\)\.defineFinalize=This function has benn moved to the mixin qx.core.MLegacyInit. Please add the follogin code at the start of your application: qx.Class.include(qx.core.Init, qx.core.MLegacyInit); qx\.core\.Init\.getInstance\(\)\.defineInitialize=This function has benn moved to the mixin qx.core.MLegacyInit. Please add the follogin code at the start of your application: qx.Class.include(qx.core.Init, qx.core.MLegacyInit); qx\.core\.Init\.getInstance\(\)\.defineMain=This function has benn moved to the mixin qx.core.MLegacyInit. Please add the follogin code at the start of your application: qx.Class.include(qx.core.Init, qx.core.MLegacyInit); qx\.core\.Init\.getInstance\(\)\.defineTerminate=This function has benn moved to the mixin qx.core.MLegacyInit. Please add the follogin code at the start of your application: qx.Class.include(qx.core.Init, qx.core.MLegacyInit); \bqx\.component\b=The "qx.component" and "qx.component.init" namespaces have been merged into the namespace "qx.application". \bclose\s*:\s*function\(=Please make sure to call the overwitten method using "this.base(arguments)". \bfinalize\s*:\s*function\(=The "finalize" method will no longer be called by the qooxdoo init system. Please call is from "main" directly or use a timer to call it deferred. \binitialize\s*:\s*function\(="initialize" will no longer be called by the qooxdoo init system. Please call it from the constructor or the "main" method of the application. \bmain\s*:\s*function\(=Please make sure to call the overwitten method using "this.base(arguments)". \bterminate\s*:\s*function\(=Please make sure to call the overwitten method using "this.base(arguments)".