Reducing warning is all in your hands, following standard practices will 
reduce the warnings such as -

1- In your methods, declare the return type .If method does not returns 
anything then use void.
2- Always declare variable type. If you are not sure what type it should be, 
in that case use * such as var container : *;
3- Don't use the deprecated methods.
4- Always use Access Modifiers when declaring variables at class level.

And so on, the list is long so basically following the standard will reduce 
the warning.  

Thanks & Regards!
Amar Shukla

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/flex_india/-/qYYCl-fJ9v8J.
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.

Reply via email to