Home > Archive > Extreme Programming > December 2004 > JDepend Fixture -- A Christmas Gift to all you Java Programmers.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
JDepend Fixture -- A Christmas Gift to all you Java Programmers.
|
|
| Robert C. Martin 2004-12-24, 4:13 am |
| JDepend Fixture -- A Christmas Gift to all you Java Programmers.
I have written a FitNesse fixture that invokes JDepend. It helps you
track and manage module dependencies in Java programs. The Fixture is
free, and can be downloaded from www.butunclebob.com. Just click on
the appropriate article.
-----
Robert C. Martin (Uncle Bob) | email: unclebob@objectmentor.com
Object Mentor Inc. | blog: www.butunclebob.com
The Agile Transition Experts | web: www.objectmentor.com
800-338-6716
"The aim of science is not to open the door to infinite wisdom,
but to set a limit to infinite error."
-- Bertolt Brecht, Life of Galileo
| |
|
| Robert C. Martin wrote:
> JDepend Fixture -- A Christmas Gift to all you Java Programmers.
>
> I have written a FitNesse fixture that invokes JDepend.
On a related note, I wrote a MiniRubyWiki fixture that displays the Aztec
calendar.
To replicate that feature, download this page:
http://www.azteccalendar.com/
Save it to a file called aztecCalendar.html, then snip out everything except
the JavaScript and the table in the middle. Monitor the file in your browser
as you change it.
Now open MiniRubyWiki, and create a page called AztecCalendar. Add this
line, in the first column:
!html!C:/myPath/aztecCalendar.html
When you display that page, it will transclude the HTML, and insert it
directly into the Wiki page. The effect is beautiful - I'm going to add it
to my homepage at work - but I shouldn't break René Voorburg's copyright by
publishing this page with MiniRubyWiki.
BTW MRW can transclude several other formats, including this one:
!run!my command line
That simply executes my command line each time anyone hits the page. If the
output isn't HTML, one could add a filter, such as | txt2html, to convert
it.
--
Phlip
http://industrialxp.org/community/b...tUserInterfaces
| |
| krasicki@consultant.com 2004-12-31, 3:56 pm |
| Just what I needed for Christmas - a talking diaper and an Aztec
calendar. What's next - a CAD program that crochets a bit bucket
wallet.
Extreme programming indeed;->
Happy New Year fellas.
|
|
|
|
|