Re: Detection of design defects

2006-02-27 Thread Elias Ross
On Sat, 2006-02-25 at 22:48 -0500, Yoav Shapira wrote: > And it'd be interesting to see a comparison of your tool to checkstyle > and PMD, both fairly well-established and good tools for the same > purpose... The "findbugs" tool is another possible tool to use and also catches possible locking and

Re: Detection of design defects

2006-02-27 Thread Yann-Gaël Guéhéneuc
Dear all, That's a very interesting idea! Especially because checkstyle, PMD, and SAD (for Software Architectural Defect, the name of our framework) do not work at the same level of "abstraction". If I am not mistaked, checkstyle checks coding standards at the source code line level,

Re: Detection of design defects

2006-02-27 Thread Yann-Gaël Guéhéneuc
Dear Elias, Thanks for the ref.! Sincerely, Yann-Gaël Elias Ross a écrit : On Sat, 2006-02-25 at 22:48 -0500, Yoav Shapira wrote: And it'd be interesting to see a comparison of your tool to checkstyle and PMD, both fairly well-established and good tools for t