Has anyone configured any of the extant auditing tools for a GWT 2.0.3 project? For example, most tools declare the use of non-private non- static instance variables to be errors, but @UiField instance variables may not be private. Most tools mark declarations of concrete collections as bad, but one should not use Map<K,V> or List<E> in GWT- serializable code.
I would appreciate hearing from any of you who have configured Checkstyle, PMD, Findbugs, or even static ApectJ @DeclareWarning aspects for auditing GWT projects. Respectfully, Eric Jablow -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
