Hi all, I just received a note from a German user indicating that the ClassFileParserTest was failing in his environment. It seems that version of the...
In the documentation for JDepend, I see a reference to jdepend.xsl in: <style basedir="docs" destdir="docs" includes="jdepend-report.xml" style="jdepend.xsl"...
... Hi Tim, The jdepend.xsl file is distributed with Ant 1.5 in the 'etc' directory. I've refreshed the documentation to fully qualify the reference as: <style...
Hello, JDepend lists as efferent packages those packages whose classes are strongly referred by the classes of the package. Does it detect also weak references...
With the latest version of JDepend the following class results in the errror 'Unable to identify class name in source file: xyz.java' public class xyz...
... I'll look into fixing this in the next release if feasible. A work-around is to analyze the class files, rather than the source files. Class file analysis...
JDepend 2.3 is now available with some minor bug fixes and enhancements: http://www.clarkware.com/software/JDepend.html#release Enjoy! Mike -- Mike Clark ...
Enter your vote today! A new poll has been created for the jdepend group: JDepend currently supports both source file and class file analysis. Depending on...
jdepend@yahoogroups.com
Jan 24, 2003 5:11 pm
11
Hi, I am trying to run automated JUnit tests from ant to check package dependencies. The tests I am trying to right are very similar to the 'Dependency...
... Hi Mike, Thank you for the quick response. Now I see where I was going wrong. I had another look and there are other packages that are being analyzed that...
The following jdepend poll is now closed. Here are the final results: POLL QUESTION: JDepend currently supports both source file and class file analysis....
jdepend@yahoogroups.com
Feb 6, 2003 12:01 am
15
Hi All, I'm slowly starting to chip away at a queue of new features. Whenever I have a few significant changes, I'll drop a new version. This time around, I...
JDepend 2.5 is now available at... http://www.clarkware.com/software/JDepend.html New features include: - Added setFilter() method to all JDepend class...
Hi, I used jdepend 2.3 before. It worked perfect with my ant build. When I updated to 2.6, the output xml file only contains <?xml version="1.0"?> <JDepend> ...
Xue-Feng Yang
just4look@...
Apr 2, 2003 1:36 am
20
... As of version 2.6, JDepend only analyzes class files. I'm guessing you're attempting to analyze a directory containing source files. Mike -- Mike Clark ...
Yeah, you are right. It works now. Thank you very much, Xue-Feng ... ______________________________________________________________________ Post your free ad...
Xue-Feng Yang
just4look@...
Apr 2, 2003 2:59 am
22
Hi Guys Recently I was asked to provide list of all methods my application depends on and I couldn't find any free tool on iternet to do it. So I decided to...
Hi All, I've added module to JDepend which draws plot of package D scores and highlights packages with problems like cyclic or distance (D') to big. I have...
... Sounds interesting, Roman. Unfortunately, the "code" folder seems to be empty, though it says there are 2 items in the folder. Perhaps I'm missing...
Silly me, didn't read fineprint on yahoo site - "public sharing only available for premium members" - and looks like I am not. I have uploaded zip to ...
... Could you perhaps send the results file and give examples of which packages aren't appearing? One potential gotcha is that <sourcespath> should be pointing...
Mike, Below a start script for cygwin users - maybe you want to put this on your website or include it into the distribution. Regards Ralf ... #!/bin/sh # $Id:...