Tuesday, June 7, 2011

Re: [android-developers] Eclipse lint plug-in

On Tue, Jun 7, 2011 at 10:24 PM, Zsolt Vasvari <zvasvari@gmail.com> wrote:
> Not strictly an Android question, but somewhat appropriate.
>
> Does anybody know a good lint type plug-in for Eclipse?  The built-in
> checks are pretty useful, but I would like to have a few more, most
> importantly checking for passing <null> values to methods.
>
>

Don't remember if the have a null passing rule, but try FindBugs, PMD,
and maybe Checksyle. All have Eclipse plugins.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment