Actually, FindBugs works on bytecode, so it'll run against *any* JVM language. But expect to have to turn off a lot of rules for anything that isn't Java.
On 12 August 2010 09:31, Fabrizio Giudici <[email protected]>wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 8/12/10 10:15 , Kevin Wright wrote: > > would you change to a language that, by default and by convention, > > already applies many of the good practices that FindBugs checks > > for? > > Come on, this was pretty much expected :-) A language doesn't apply > anything, programmers are those who apply good or bad practices. A > language can orient things in a certain direction, at best. This means > that you always need FindBugs or such to measure some aspects of the > internal quality. > > - -- > Fabrizio Giudici - Java Architect, Project Manager > Tidalwave s.a.s. - "We make Java work. Everywhere." > java.net/blog/fabriziogiudici - www.tidalwave.it/people > [email protected] > -----BEGIN PGP SIGNATURE----- > Version: GnuPG/MacGPG2 v2.0.14 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkxjsX8ACgkQeDweFqgUGxf5CgCfbwPLt/V4m45cK7sFu47Nsx78 > jKoAoLUm4JLnR4Ln0Zj3te/N+BvIv6V9 > =/u6y > -----END PGP SIGNATURE----- > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > > -- Kevin Wright mail/google talk: [email protected] wave: [email protected] skype: kev.lee.wright twitter: @thecoda -- You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en.
