Yes I've found several bugs in a large existing body of code, mostly due to Local Code Analysis. The most common one is where the programmer has assumed that the body of a loop will be evaluated at least once and hasn't handled the case where for example the passed in arrray is zero length. I also found one where a function which was supposed to be an override was marked as unreachable because its name had been mis-typed.
-- Mark -----Original Message----- From: Maxim Shafirov [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 10:23 AM To: [EMAIL PROTECTED] Subject: [Eap-list] Any bugs found by Inspector? Hello eap-list, Just a kind of curiousity. Have anyone found any bugs in your project using code inspection? Mostly local code analysis group is a point of interest. -- Best regards, Maxim Shafirov JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
