Return-Path: X-Original-To: apmail-incubator-rat-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-rat-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69ACE9BC9 for ; Mon, 30 Jan 2012 19:25:28 +0000 (UTC) Received: (qmail 62589 invoked by uid 500); 30 Jan 2012 19:25:28 -0000 Delivered-To: apmail-incubator-rat-commits-archive@incubator.apache.org Received: (qmail 62567 invoked by uid 500); 30 Jan 2012 19:25:28 -0000 Mailing-List: contact rat-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: rat-dev@incubator.apache.org Delivered-To: mailing list rat-commits@incubator.apache.org Received: (qmail 62560 invoked by uid 99); 30 Jan 2012 19:25:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 19:25:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 19:25:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C9F0C2388C72; Mon, 30 Jan 2012 19:24:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1237941 [28/35] - in /incubator/rat/site/trunk/content/rat/whisker: ./ apache-whisker-app/ apache-whisker-app/apidocs/ apache-whisker-app/apidocs/org/apache/rat/whisker/app/ apache-whisker-app/apidocs/org/apache/rat/whisker/app/analysis/ a... Date: Mon, 30 Jan 2012 19:23:22 -0000 To: rat-commits@incubator.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120130192405.C9F0C2388C72@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/jdepend-report.html URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/jdepend-report.html?rev=1237941&view=auto ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/jdepend-report.html (added) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/jdepend-report.html Mon Jan 30 19:22:54 2012 @@ -0,0 +1,118 @@ + + + + + + JDepend Report Metrics + + + + + + + + + +
+ +
+
+
+

Metric Results

[ summary ] [ packages ] [ cycles ] [ explanations ]

The following document contains the results of a JDepend metric analysis. The various metrics are defined at the bottom of this document.

Summary

[ summary ] [ packages ] [ cycles ] [ explanations ]

Packages

[ summary ] [ packages ] [ cycles ] [ explanations ]

org.apache.rat.whisker.fromxml

PackageTCCCACCaCeAIDV
org.apache.rat.whisker.fromxml550070.0%100.0%0.0%1
Afferent CouplingsEfferent CouplingsAbstractnessInstabilityDistance
070.0%100.0%0.0%
Abstract ClassesConcrete ClassesUsed by PackagesUses Packages
Noneorg.apache.rat.whisker.fromxml.DuplicateElementException
org.apache.rat.whisker.fromxml.InvalidXmlException
org.apache.rat.whisker.fromxml.JDomBuilder
org.apache.rat.whisker.fro mxml.MissingIDException
org.apache.rat.whisker.fromxml.UnexpectedElementException
Nonejava.io
java.lang
java.util
org.apache.commons.lang3
org.apache.rat.whisker.model
org.jdom
org.jdom.input

Cycles

[ summary ] [ packages ] [ cycles ] [ explanations ]

There are no cyclic dependencies.

Explanation

[ summary ] [ packages ] [ cycles ] [ explanations ]

The following explanations are for quick reference and are lifted directly from the original JDepend documentation.

< tr class="b">
TermDescription
Number of ClassesThe number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.
Afferent CouplingsThe number of other packages that depend upon classes within the package is an indicator of the package's responsibility.
Efferent CouplingsThe number of other packages that the classes in the package depend upon is an indicator of the package's independence.
AbstractnessThe ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package. The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.
InstabilityThe ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indi cator of the package's resilience to change. The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.
DistanceThe perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability. A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0). The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.
CyclesPackages participating in a package dependency cycle are in a deadly embrace with respect to reusability and their release cycle. Package depe ndency cycles can be easily identified by reviewing the textual reports of dependency cycles. Once these dependency cycles have been identified with JDepend, they can be broken by employing various object-oriented techniques.
+
+
+
+
+
+ + + Propchange: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/jdepend-report.html ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/license.html URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/license.html?rev=1237941&r1=1237940&r2=1237941&view=diff ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/license.html (original) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/license.html Mon Jan 30 19:22:54 2012 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
- Last Published: 2012-01-26 + Last Published: 2012-01-29  | Version: 0.1-SNAPSHOT
@@ -53,50 +53,50 @@ Project Information - Modified: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/mail-lists.html URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/mail-lists.html?rev=1237941&r1=1237940&r2=1237941&view=diff ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/mail-lists.html (original) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/mail-lists.html Mon Jan 30 19:22:54 2012 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
- Last Published: 2012-01-26 + Last Published: 2012-01-29  | Version: 0.1-SNAPSHOT
@@ -53,50 +53,50 @@ Project Information - Modified: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/plugin-management.html URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/plugin-management.html?rev=1237941&r1=1237940&r2=1237941&view=diff ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/plugin-management.html (original) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/plugin-management.html Mon Jan 30 19:22:54 2012 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
- Last Published: 2012-01-26 + Last Published: 2012-01-29  | Version: 0.1-SNAPSHOT
@@ -53,50 +53,50 @@ Project Information - Modified: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/plugins.html URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/plugins.html?rev=1237941&r1=1237940&r2=1237941&view=diff ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/plugins.html (original) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/plugins.html Mon Jan 30 19:22:54 2012 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
- Last Published: 2012-01-26 + Last Published: 2012-01-29  | Version: 0.1-SNAPSHOT
-

Project Build Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.4.1
org.apache.maven.pluginsmaven-compiler-plugin2.3.2
org.apache.maven.pluginsmaven-deploy-plugin2.6
org.apache.maven.pluginsmaven-install-plugin2.3.1
org. apache.maven.pluginsmaven-jar-plugin2.3.1
org.apache.maven.pluginsmaven-remote-resources-plugin1.2.1
org.apache.maven.pluginsmaven-resources-plugin2.5
org.apache.maven.pluginsmaven-site-plugin3.0
org.apache.maven.pluginsmaven-surefire-plugin2.9

Project Report Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-javadoc-plugin2.8
org.apache.maven.pluginsmaven-jxr-plugin2.3
org.apache.maven.pluginsmaven-pmd-plugin2.6
org.apache.maven.pluginsmaven-project-info-reports-plugin2.4
org.apache.maven.pluginsmaven-surefire-report-plugin2.11
org.codehaus.mojocobertura-maven-plugin2.5.1
+

Project Build Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.4.1
org.apache.maven.pluginsmaven-compiler-plugin2.3.2
org.apache.maven.pluginsmaven-deploy-plugin2.6
org.apache.maven.pluginsmaven-install-plugin2.3.1
org. apache.maven.pluginsmaven-jar-plugin2.3.1
org.apache.maven.pluginsmaven-remote-resources-plugin1.2.1
org.apache.maven.pluginsmaven-resources-plugin2.5
org.apache.maven.pluginsmaven-site-plugin3.0
org.apache.maven.pluginsmaven-surefire-plugin2.9
org.codehaus.mojocobertura-maven-plugin2.5.1

Project Report Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-project-info-reports-plugin2.4
Modified: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/pmd.html URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/pmd.html?rev=1237941&r1=1237940&r2=1237941&view=diff ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/pmd.html (original) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/pmd.html Mon Jan 30 19:22:54 2012 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
- Last Published: 2012-01-26 + Last Published: 2012-01-29  | Version: 0.1-SNAPSHOT
-

PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/apache/rat/whisker/fromxml/JDomBuilder.java

ViolationLine
Avoid empty if statements443 - 445
+

PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/apache/rat/whisker/fromxml/JDomBuilder.java

ViolationLine
Avoid empty if statements443 - 445
Modified: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/pmd.xml URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/pmd.xml?rev=1237941&r1=1237940&r2=1237941&view=diff ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/pmd.xml (original) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/pmd.xml Mon Jan 30 19:22:54 2012 @@ -1,5 +1,5 @@ - + Avoid empty if statements Modified: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-info.html URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-info.html?rev=1237941&r1=1237940&r2=1237941&view=diff ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-info.html (original) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-info.html Mon Jan 30 19:22:54 2012 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
- Last Published: 2012-01-26 + Last Published: 2012-01-29  | Version: 0.1-SNAPSHOT
-

Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

DocumentDescription
AboutReads model from xml.
Project SummaryThis document lists other related information of this project
Project LicenseThis is a link to the definitions of project licenses.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Dependency ManagementThis document lists the dependencies that are defined through dependencyManagement.
DependenciesThis document lists the project 's dependencies and provides information on each dependency.
Dependency ConvergenceThis document presents the convergence of dependency versions across the entire project, and its sub modules.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Distribution ManagementThis document provides informations on the distribution management of this project.
+

Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

DocumentDescription
Distribution ManagementThis document provides informations on the distribution management of this project.
AboutReads model from xml.
DependenciesThis document lists the project's dependencies and provides information on each dependency.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project LicenseThis is a link to the definitions of project licenses.
Dependency ManagementThis document lists the dependencies that are defined through dependencyManagement.
Mailing ListsThis document provi des subscription and archive information for this project's mailing lists.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Dependency ConvergenceThis document presents the convergence of dependency versions across the entire project, and its sub modules.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Project SummaryThis document lists other related information of this project
Modified: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-reports.html URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-reports.html?rev=1237941&r1=1237940&r2=1237941&view=diff ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-reports.html (original) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-reports.html Mon Jan 30 19:22:54 2012 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
- Last Published: 2012-01-26 + Last Published: 2012-01-29  | Version: 0.1-SNAPSHOT
@@ -52,20 +52,17 @@ -
  • +
  • Project Reports
  • @@ -91,7 +97,7 @@
    -

    Generated Reports

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    Overview

    DocumentDescription
    Test JavaDocsTest JavaDoc API documentation.
    JavaDocsJavaDoc API documentation.
    Source XrefHTML based, cross-reference version of Java source code.
    Test Source XrefHTML based, cross-reference version of Java test source code.
    Surefire ReportReport on the test results of the project.
    PMD ReportVerification of coding rules.
    CPD ReportDuplicate code detection.
    Cobertura Test CoverageCobertura Test Coverage Report.
    +

    Generated Reports

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    Overview

    DocumentDescription
    CheckstyleReport on coding style conventions.
    Test JavaDocsTest JavaDoc API documentation.
    JavaDocsJavaDoc API documentation.
    Surefire ReportReport on the test results of the project.
    PMD ReportVerification of cod ing rules.
    CPD ReportDuplicate code detection.
    JDependJDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively.
    Cobertura Test CoverageCobertura Test Coverage Report.
    Tag ListReport on various tags found in the code.
    FindBugs ReportGenerates a source code report with the FindBugs Library.
    Modified: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-summary.html URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-summary.html?rev=1237941&r1=1237940&r2=1237941&view=diff ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-summary.html (original) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/project-summary.html Mon Jan 30 19:22:54 2012 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2012-01-26 + Last Published: 2012-01-29  | Version: 0.1-SNAPSHOT
    @@ -53,50 +53,50 @@ Project Information - Modified: incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/source-repository.html URL: http://svn.apache.org/viewvc/incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/source-repository.html?rev=1237941&r1=1237940&r2=1237941&view=diff ============================================================================== --- incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/source-repository.html (original) +++ incubator/rat/site/trunk/content/rat/whisker/apache-whisker-xml/source-repository.html Mon Jan 30 19:22:54 2012 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2012-01-26 + Last Published: 2012-01-29  | Version: 0.1-SNAPSHOT