Hi, Does anybody know how redundant import statements are handled in flex? Will they lead to swelling up application size and memory footprint? Is there a way to remove them automatically?
By redundant import statements I mean import statements not used in the code. You can have a lot of them if you keep changing code, in which case flex will keep importing the required classes and they'll remain there even if you stop using that class in your code. Regards Nishant www.itasveer.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

