From 09de2f3a44cb41b8ae4ac7a472968a2c17869b88 Mon Sep 17 00:00:00 2001 From: bwalding Date: Sun, 2 Feb 2003 02:08:46 +0000 Subject: [PATCH] MAVEN-239: Once the patches for JDepend go through, there will be a new attribute on Class items - sourceFile. This patch lets the report understand and more correctly report with the new attributes. (link to xref for inner classes is more correct). git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112800 13f79535-47bb-0310-9956-ffa450edef68 --- jdepend/src/plugin-resources/jdepend.jsl | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/jdepend/src/plugin-resources/jdepend.jsl b/jdepend/src/plugin-resources/jdepend.jsl index fff414f1..dd526919 100644 --- a/jdepend/src/plugin-resources/jdepend.jsl +++ b/jdepend/src/plugin-resources/jdepend.jsl @@ -16,6 +16,7 @@ + @@ -44,9 +45,23 @@ - - - ${class.getStringValue().substring(mavenTool.toInteger(index.toString()))} + + + + + + + + + + + ${className} + + + ${className} + + +