In the overview section of the docs (http://www.clarkware.com/software/JDepend.html#overview) the term Instability is described as: "The ratio of efferent...
Hi Rob, ... Thanks for catching this. It's been misleading for a couple years now and nobody has seemed to have caught it. Or maybe they did but didn't want...
I have been using the JDepend cent as part of Centipede for builds. It is working fine for all projects, until recently it has started giving me this exception...
... Hi Bharat, That's an artifact of an older version of JDepend, back in the day when you could analyze source files. Modern versions only analyze class ...
Thanks Mark, I was thinking along the same lines that it may have to do with an older version of jdepend since I hadnt upgraded for a long time. Thanks for...
As a programmer, there's no greater joy for me than creating software that others find useful and usable. On any given day I'm either getting paid to write...
I've long considered myself a student of Martin's and have studied his OO design principles, however his package design principle can be a bit confusing. In...
Hi Chuck, I must say I do not fully agree with you. I believe you are putting too much stress on the jar as a the only way of packaging software modules....
Your point is not clear to me. You say you are interested in "design flaws between...distributable modules". From my viewpoint the jar is THE redistibutable...
I have an ant script in which I invoke JDepend. It works fine from the command line. However when I try to use the same script from withing Eclipse/WSAD I...
Ok I've determined that WSAD's built in support for Ant is for 1.5.3. This older version of ant apparently supported/assumed an older version of JDepend which...
... The <classespath> element points to a directory of class files. For example: <classespath> <pathelement location="classes" /> </classespath> Does that...
... Mike - thank you for your response. I guess I haven't been very clear. Your answer I understand, but that wasn't my question. My question is how do I...
... Thanks to version control, it's not only possible, but easy. I rebuilt version 2.4, available at: http://clarkware.com/software/jdepend-2.4.zip Hope that...
Training Available for CSQA/CSTE/CSPM/AS400/Testing Tools/Projects for fresher @Hyderabad>> ... New batches for Fast track and Normal track and Weekend...
Hi, I'm a student and I have to develop a source code analyser in Java. I don't not yet if I will use an existing tool or if I will develop an analyser from ...
Hi all ! I post this here because I sent a mail to the author of JDepend and he told me that he was afraid he couldn't help me very much. I've encountered a ...
Pierre Goupil
goupilpierre@...
Sep 6, 2006 6:33 pm
64
... Thanks for taking the time to post the solution, Pierre! Mike...
Hi, I have exercised a basic jDepends testcase using JDepends 2.9.1, eclipse 3.2 and JDK5, however the testcase fails -- and despite the simplicity of my ...
john brian
johnbrianaus@...
Nov 9, 2006 7:23 pm
66
Hi there ! Just to be sure : do you launch all that stuff via Eclipse's Ant integration ? Pierre ... -- "L'une des raisons pour lesquelles la vie est complexe ...
Pierre Goupil
goupilpierre@...
Nov 9, 2006 9:16 pm
67
Pierre, no Ant integration, I just run it as a test case within eclipse. I've also run it as a Java application with the same result. It has to be something...
john brian
johnbrianaus@...
Nov 9, 2006 10:04 pm
68
Hello Group, I am working on an article to be presented at a national conference and I am in need of two JDepend case studies. The studies should depict usage...
Hi everybody, I discovered some interesting things while experimenting with Jdepend-JUnit-Tests. I found a bug in the method match(Collection) within the class...
Hi all, Is there a chance to filter classes in a src_test folder while executing a dependency constraint test with JDepend-JUnit. Example: There is a class in...
Hi again, Consider following situation. There is a class A that uses a constant from another class B like: B.MY_CONSTANT. The type of MY_CONSTANT is int and...
We've been running our enterprise application in a 32-bit JVM for about 8 years now. Due to load related issues which result in increased transient memory...