-
28 Mar 2011 6:12 AM #1
[CLOSED] Redundant requires
[CLOSED] Redundant requires
I see that many classes require classes that have already been required.
For example:
Ext.panel.Panel requires Ext.XTemplate which has already been required by Ext.AbstractComponent.
Ext.AbstractPanel requires Ext.util.MixedCollection which has already been required by Ext.AbstractContainer
Ext.AbstractContainer requires Ext.ComponentMgr which has already been required by Ext.AbstractComponent
....
Do you consider this an issue?
I realize that the additional requires are harmless since each class will be loaded once even if required multiple times.
-
28 Mar 2011 8:38 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
This is the expected behavior.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-EXTJSIV-233]AbstractContainer - redundant Ext.ComponentMgr required
By LesJ in forum Ext:BugsReplies: 0Last Post: 22 Mar 2011, 5:34 AM -
[CLOSED][3.0rc2] border layout requires center content
By Gonfi in forum Ext 3.x: BugsReplies: 2Last Post: 10 Jun 2009, 8:09 AM -
[2.2.x] redundant statement in Ext.Window.onWindowResize()
By mystix in forum Ext 2.x: BugsReplies: 0Last Post: 24 Feb 2009, 8:08 PM -
Avoiding redundant json structure-data
By wuschba in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 5 Oct 2008, 6:14 AM


Reply With Quote