MPJDEPEND-4: Exception in jsl when there are no cyclic dependencies

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@291026 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-09-22 22:25:02 +00:00
parent 951f290b80
commit ff726641b8
3 changed files with 12 additions and 1 deletions

View File

@ -82,6 +82,14 @@
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Lukas Theussl</name>
<id>ltheussl</id>
<email>ltheussl@apache.org</email>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>

View File

@ -256,7 +256,7 @@
<jdepend:nav/>
<x:set var="packages" select="Cycles/Package"/>
<j:choose>
<j:when test="${size(packages) == 0}">
<j:when test="${packages == null || size(packages) == 0}">
<p>There are no cyclic dependencies.</p>
</j:when>
<j:otherwise>

View File

@ -24,6 +24,9 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.5.1" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPJDEPEND-4" due-to="Alexey Demakov">Exception in jsl when there are no cyclic dependencies.</action>
</release>
<release version="1.5" date="2004-05-15">
<action dev="brett" type="fix" issue="MPXDOC-16">Upgrade to JDepend for bugfixes.</action>
</release>