2008/9/4 Dick Wall <[EMAIL PROTECTED]>: > Anyway, if you have a bit of non-trivial code, and you have got it to > 0 warnings in IDEA, run findbugs on it. I would bet it will find more > problems and some of the findings will almost certainly be valuable. >
I just did this on a small Swing app I'm building in IDEA, which gets no warnings with IDEA's Analyze->Inspect Code. Findbugs reported 12 warnings, 11 of which are in com.intellij.uiDesigner.core (a runtime class added by IDEA's Swing designer). Not sure what that tells me! Jim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
