Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] it is time to run findbugs against Mylar

Done, and FindBugs is now listed under the optional tools, along with
Eclipse Core Tools which has a feature for finding unused members:
http://wiki.eclipse.org/index.php/Mylar_Contributor_Reference#Workspace_setu
p

I will plan to run FindBugs at the start of every release week, while a bit
buggy it really is a helpful for keeping the code clean.

Mik

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Eugene Kuleshov
> Sent: Thursday, July 20, 2006 10:03 AM
> To: Mylar developer discussions
> Subject: [mylar-dev] it is time to run findbugs against Mylar
> 
> Mik,
> 
>   I noticed that Findbugs detects quite number of issues in Mylar
> codebase and few of them seem quite sever, such as possible null
> reference, using unitialized fields in constructor, etc.
> 
>   There are also number of unnecessary null reference checks and few
> other cosmetic issues.
> 
>   regards,
>   Eugene
> 
> 
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top