Hi Amar,

As per Human Psychology,we will do mistakes unfortunately.At the same time
we are eagerly try to come out from that dig.As per my knowledge,it is
better to use software to check the warnings.I came across one software to
check warnings in flex called FLEX PMD.Once try this one.



Regards,
Kiran
On Thu, Jun 30, 2011 at 9:16 AM, Amar Shukla <[email protected]>wrote:

> 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.
>

-- 
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.

Reply via email to