Re: Auditing GWT projects

2011-08-05 Thread SrArcos
Nobody use PMD or FindBugs to audit his proyects? Althought you use GWT CodePro Analitics there are the same rules to audit the code. The theme is what rules are you ensure that your proyects are implementing. For instance, LAZY INICIALIZATION OF A STATIC FIELD. This rule says that if you write:

Auditing GWT projects

2011-07-15 Thread SrArcos
Hello all. I was wondering if there are any official list of check of code for use with CheckStyle, PMD and FindBugs to audit GWT Proyects. I use three xml for the three plugins with eclipse: CheckStyle, PMD and FindBugs; to check java code, but GWT is a bit diferent than java standard code. Are