Re: [OPEN-ILS-DEV] Integrating automated code analysis tools into regular practice?

2008-02-23 Thread Scott McKellar
--- Dan Scott [EMAIL PROTECTED] wrote: On 22/11/2007, Scott McKellar [EMAIL PROTECTED] wrote: --- Dan Scott [EMAIL PROTECTED] wrote: I was pondering a few possibilities for helping to tighten up our code in a more automated fashion today. I thought I would throw the ideas out

Re: [OPEN-ILS-DEV] Integrating automated code analysis tools into regular practice?

2008-02-23 Thread Dan Scott
On 23/02/2008, Scott McKellar [EMAIL PROTECTED] wrote: snip automated code analysis stuff I'm finally starting to look at the RATS output, for the C code. I've gotten just far enough to notice that all of the C code scanned is from the Open-ILS tree. Would it be possible to scan the OSRF

Re: [OPEN-ILS-DEV] Integrating automated code analysis tools into regular practice?

2007-11-26 Thread Bill Erickson
Scott McKellar wrote: --- Dan Scott [EMAIL PROTECTED] wrote: snip I just ran PMD (a code copy paste detector from http://pmd.sourceforge.net/) against OpenSRF trunk and it found some large chunks of duplicated code that we could probably refactor into a single shared block of code -

Re: [OPEN-ILS-DEV] Integrating automated code analysis tools into regular practice?

2007-11-23 Thread Scott McKellar
--- Dan Scott [EMAIL PROTECTED] wrote: snip I just ran PMD (a code copy paste detector from http://pmd.sourceforge.net/) against OpenSRF trunk and it found some large chunks of duplicated code that we could probably refactor into a single shared block of code - rationale being that

Re: [OPEN-ILS-DEV] Integrating automated code analysis tools into regular practice?

2007-11-22 Thread Dan Scott
On 22/11/2007, Scott McKellar [EMAIL PROTECTED] wrote: --- Dan Scott [EMAIL PROTECTED] wrote: I was pondering a few possibilities for helping to tighten up our code in a more automated fashion today. I thought I would throw the ideas out there to see if there's interest or support for

Re: [OPEN-ILS-DEV] Integrating automated code analysis tools into regular practice?

2007-11-21 Thread Scott McKellar
--- Dan Scott [EMAIL PROTECTED] wrote: I was pondering a few possibilities for helping to tighten up our code in a more automated fashion today. I thought I would throw the ideas out there to see if there's interest or support for them... snip: info about code-scanning tools Mod parent up.