Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B91ABD5D5 for ; Mon, 10 Dec 2012 21:32:05 +0000 (UTC) Received: (qmail 37012 invoked by uid 500); 10 Dec 2012 21:32:05 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 36959 invoked by uid 500); 10 Dec 2012 21:32:05 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 36943 invoked by uid 99); 10 Dec 2012 21:32:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 21:32:05 +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, 10 Dec 2012 21:32:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4D2032388B42 for ; Mon, 10 Dec 2012 21:31:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r841539 [6/21] - in /websites/production/maven/content/plugins/maven-antrun-plugin: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/ant/ apidocs/org/apache/maven/ant/tasks/ apidocs/org/apache/... Date: Mon, 10 Dec 2012 21:31:07 -0000 To: commits@maven.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121210213117.4D2032388B42@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/production/maven/content/plugins/maven-antrun-plugin/checkstyle.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/checkstyle.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/checkstyle.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,209 @@ + + + + + Checkstyle Results + + + + + + + + + + + + +
+ +
+
+
+

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
714029

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
1Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
4Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
40Warnings Warning
JavadocType
  • scope: "protected"
3Errors Error
JavadocVariable
  • scope: "protected"
1Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
7Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround7Errors Error
ModifierOrder7Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/ant/tasks/AttachArtifactTask.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.130

org/apache/maven/ant/tasks/DependencyFilesetsTask.java

ViolationMessageLine
InfosMissing a Javadoc comment.48
Errors'static' modifier out of order with the JLS suggestions.48
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.90
WarningsMissing a J avadoc comment.125
WarningsMissing a Javadoc comment.130
WarningsMissing a Javadoc comment.135
WarningsExpected @param tag for 'prefix'.147
WarningsMissing a Javadoc comment.152
Missing a Javadoc comment.157
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.167
WarningsExpected an @return tag.178
WarningsExpected @param tag for 'artifacts'.178

org/apache/maven/ant/tasks/support/SpecificScopesArtifactFilter.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.54
Errors'=' is not followed by whitespace.54
Errors'<' is not preceded with whitespace.54
Errors'<' is not followed by whitespace.54
Errors')' is not preceded with whitespace.56
Errors')' is not preceded with whitespace.60
Errors')' is not preceded with whitespace.64
Errors')' is not preceded with whitespace.68
Errors')' is not preceded with whitespace.72
WarningsMissing a Javadoc comment.79

org/apache/maven/ant/tasks/support/TypesArtifactFilter.java

ViolationMessageLine
WarningsExpected @param tag for 'types'.42
WarningsMissing a Javadoc comment.54

org/apache/maven/ant/tasks/support/VersionMapper.java

ViolationMessageLine
WarningsMissing a Javadoc comment.44
WarningsExpected @param tag for 'from'.71
WarningsExpected @param tag for 'to'.82
WarningsMissing a Javadoc comment.87

org/apache/maven/plugin/antrun/AntRunMojo.java

ViolationMes sageLine
ErrorsUnknown tag 'goal'.66
ErrorsUnknown tag 'requiresDependencyResolution'.68
Errors'static' modifier out of order with the JLS suggestions.76
Errors'static' modifier out of order with the JLS suggestions.81
Errors'static' modifier out of order with the JLS suggestions.86
Errors'static' modifier out of order with the JLS suggestions.91
Errors'static' modifier out of order with the JLS suggestions.101
Errors'static' modifier out of order with the JLS suggestions.106
WarningsExpected @throws tag for 'MojoExecutionException'.233
Errors'}' should be alone on a line.353
WarningsExpected @param tag for 'artifacts'.382
WarningsExpected @param tag for 'antProject'.382
WarningsExpected @throws tag for 'DependencyResolutionRequiredException'.383
WarningsExpected @param tag for 'mavenProject'.414
WarningsExpected @param tag for 'antProject'.414
Errors'(' is not followed by whitespace.428
Errors')' is not preceded with whitespace.432
ErrorsLine is longer than 120 characters.434
ErrorsLine is longer than 120 characters.438
Errors'+' is not followed by whitespace.508
Errors'+' is not followed by whitespace.508
ErrorsLine is longer than 120 characters.509
WarningsExpected @param tag for 'artifact'.530
WarningsMissing a Javadoc comment.548
Errors'+' is not followed by whitespace.596
WarningsMissing a Javadoc comment.629
ErrorsLine is longer than 120 characters.668

org/apache/maven/plugin/antrun/AntrunXmlPlexusConfigurationWriter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
+
+
+
+
+
+ + + Added: websites/production/maven/content/plugins/maven-antrun-plugin/checkstyle.rss ============================================================================== Binary file - no diff available. Propchange: websites/production/maven/content/plugins/maven-antrun-plugin/checkstyle.rss ------------------------------------------------------------------------------ svn:mime-type = application/xml Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/help.css ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/help.css (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/help.css Mon Dec 10 21:30:56 2012 @@ -0,0 +1,22 @@ +dl { + float: left; + width: 100%; +} + +dt { + border-top: 1px solid #808080; + float: left; + font-weight: bold; + margin: 0; + padding: 1em; + width: 20%; +} + +dd { + border-top: 1px solid #808080; + float: left; + font-style: italic; + margin: 0; + padding: 1em; + width: 60%; +} Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/main.css ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/main.css (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/main.css Mon Dec 10 21:30:56 2012 @@ -0,0 +1,131 @@ +@import url("help.css"); +@import url("source-viewer.css"); +@import url("tooltip.css"); + +.hidden { + display: none; +} + +a.dfn { + border-bottom: 1px dotted #00aa00; + cursor: help; +} + +a.dfn:active, a.dfn:link, a.dfn:visited { + color: #000000; + text-decoration: none; +} + +a.dfn:hover { + color: #0000ff; + text-decoration: none; +} + +body { + font-family: verdana, arial, helvetica; +} + +h1, h2, h3, h4, h5, h6 { + margin-bottom: 0.5em; +} + +h5 { + margin-top: 0.5em; +} + +div.footer { + font-size: 68%; + margin-top: 1.5em; +} + +div.percentgraph +{ + background-color: #f02020; + border: #808080 1px solid; + height: 1.3em; + margin: 0px; + padding: 0px; + width: 100px; +} + +div.percentgraph div.greenbar +{ + background-color: #00f000; + height: 1.3em; + margin: 0px; + padding: 0px; +} + +div.percentgraph div.na +{ + background-color: #eaeaea; + height: 1.3em; + margin: 0px; + padding: 0px; +} + +div.percentgraph span.text +{ + display: block; + position: absolute; + text-align: center; + width: 100px; +} + +div.separator { + height: 10px; +} + +table tr td, table tr th { + font-size: 68%; +} + +td.value table tr td { + font-size: 11px; +} + +table.percentgraph { + border: 0px; + font-size: 130%; + margin: 0px; + margin-left: auto; + margin-right: 0px; + padding: 0px; +} + +table.percentgraph tr.percentgraph { + border: 0px; + margin: 0px; + padding: 0px; +} + +table.percentgraph td.percentgraph { + border: 0px; + margin: 0px; + padding: 0px; + padding-left: 4px; +} + +table.report { + border-collapse: collapse; + width: 100%; +} + +table.report td { + border: #d0d0d0 1px solid; +} + +table.report td.heading { + background: #dcecff; + font-weight: bold; + text-align: center; +} + +table.report td.heading:hover { + background: #c0ffc0; + cursor: pointer; +} + +table.report td.value { + text-align: right; +} Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/sortabletable.css ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/sortabletable.css (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/sortabletable.css Mon Dec 10 21:30:56 2012 @@ -0,0 +1,50 @@ +.sort-table { + font: Icon; + border: 1px Solid ThreeDShadow; + background: Window; + color: WindowText; +} + +.sort-table thead { + background: ButtonFace; +} + +.sort-table td { + padding: 2px 5px; +} + +.sort-table thead td { + border: 1px solid; + border-color: ButtonHighlight ButtonShadow + ButtonShadow ButtonHighlight; + cursor: default; +} + +.sort-table thead td:active { + border-color: ButtonShadow ButtonHighlight + ButtonHighlight ButtonShadow; + padding: 3px 4px 1px 6px; +} + +.sort-table thead td[_sortType=None]:active { + border-color: ButtonHighlight ButtonShadow + ButtonShadow ButtonHighlight; + padding: 2px 5px; +} + +.sort-arrow { + width: 11px; + height: 11px; + background-position: center center; + background-repeat: no-repeat; + margin: 0 2px; +} + +.sort-arrow.descending { + background-image: url("../images/downsimple.png"); + +} + +.sort-arrow.ascending { + background-image: url("../images/upsimple.png"); +} \ No newline at end of file Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/source-viewer.css ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/source-viewer.css (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/source-viewer.css Mon Dec 10 21:30:56 2012 @@ -0,0 +1,73 @@ +pre.src { + background: #ffffff; + margin-top: 0px; + margin-bottom: 0px; +} + +table.src { + border: #dcdcdc 1px solid; + font-size: 16px; +} + +td.numLine { + background: #f0f0f0; + border-right: #dcdcdc 1px solid; + padding-right: 3px; + text-align: right; +} + +td.numLineCover { + background: #80ff80; + border-right: #dcdcdc 1px solid; + padding-right: 3px; + text-align: right; +} + +td.nbHits { + background: #f0f0f0; + border-right: #dcdcdc 1px solid; + padding-right: 3px; + text-align: right; +} + +td.nbHitsCovered { + background: #80ff80; + border-right: #dcdcdc 1px solid; + padding-right: 3px; + text-align: right; +} + +td.nbHitsUncovered { + background: #ff9090; + border-right: #dcdcdc 1px solid; + font-weight: bold; + padding-right: 3px; + text-align: right; +} + +td.src { + width: 100%; +} + +span.comment { + color: #b22222; + font-style: italic; +} + +span.keyword { + color: #2020bf; + font-weight: bold; +} + +span.srcUncovered { + background: #ff9090; +} + +span.string { + color: #2a00ff; +} + +span.text_italic { + font-size: 12px; + font-style: italic; +} Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/tooltip.css ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/tooltip.css (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/css/tooltip.css Mon Dec 10 21:30:56 2012 @@ -0,0 +1,49 @@ +a.hastooltip { + border-bottom: 1px dotted #00aa00; + color: #000000; + cursor: help; + font-style: normal; + position: relative; /* This is the key */ + text-decoration: none; + z-index: 24; /* What does this do? */ +} + +a.hastooltip:active { + color: #000000; + text-decoration: none; +} + +a.hastooltip:link { + color: #000000; + text-decoration: none; +} + +a.hastooltip:hover { + background-color: #a0b8ff; + color: #000000; + text-decoration: none; + z-index: 25; +} + +a.hastooltip:visited { + color: #000000; + text-decoration: none; +} + +a.hastooltip span { + display: none; +} + +a.hastooltip:hover span { + background-color: #eeeeee; + border: 1px solid #000000; + color: #000000; + display: block; + padding: 5px; + left: -15.2em; + position: absolute; + text-align: center; + text-decoration: none; + top: 2em; + width: 20em; +} Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-packages.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-packages.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-packages.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,26 @@ + + + + +Coverage Report + + + +
Packages
+ + + + + + + + + + + + + +
All
org.apache.maven.ant.tasks
org.apache.maven.ant.tasks.support
org.apache.maven.plugin.antrun
+ + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles-org.apache.maven.ant.tasks.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles-org.apache.maven.ant.tasks.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles-org.apache.maven.ant.tasks.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,26 @@ + + + + +Coverage Report Classes + + + +
+org.apache.maven.ant.tasks +
+
 
+
Classes
+ + + + + + + + + +
AttachArtifactTask (0%)
DependencyFilesetsTask (0%)
+ + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles-org.apache.maven.ant.tasks.support.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles-org.apache.maven.ant.tasks.support.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles-org.apache.maven.ant.tasks.support.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,29 @@ + + + + +Coverage Report Classes + + + +
+org.apache.maven.ant.tasks.support +
+
 
+
Classes
+ + + + + + + + + + + + +
SpecificScopesArtifactFilter (0%)
TypesArtifactFilter (0%)
VersionMapper (0%)
+ + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles-org.apache.maven.plugin.antrun.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles-org.apache.maven.plugin.antrun.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles-org.apache.maven.plugin.antrun.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,29 @@ + + + + +Coverage Report Classes + + + +
+org.apache.maven.plugin.antrun +
+
 
+
Classes
+ + + + + + + + + + + + +
AntRunMojo (0%)
AntrunXmlPlexusConfigurationWriter (0%)
HelpMojo (0%)
+ + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-sourcefiles.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,44 @@ + + + + +Coverage Report Classes + + + +
+All Packages +
+
 
+
Classes
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AntRunMojo (0%)
AntrunXmlPlexusConfigurationWriter (0%)
AttachArtifactTask (0%)
DependencyFilesetsTask (0%)
HelpMojo (0%)
SpecificScopesArtifactFilter (0%)
TypesArtifactFilter (0%)
VersionMapper (0%)
+ + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary-org.apache.maven.ant.tasks.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary-org.apache.maven.ant.tasks.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary-org.apache.maven.ant.tasks.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,45 @@ + + + + +Coverage Report + + + + + + + +
Coverage Report - org.apache.maven.ant.tasks
+
 
+ + + + + + +
Package # Classes Line Coverage Branch Coverage Complexity
org.apache.maven.ant.tasks2
0%
0/92
0%
0/32
2
org.apache.maven.ant.tasks.support3
0%
0/60
0%
0/38
4.125
+ +
 
+ + + + + + + + +
Classes in this Package Line Coverage Branch Coverage Complexity
AttachArtifactTask
0%
0/30
0%
0/10
2
DependencyFilesetsTask
0%
0/62
0%
0/22
2
+ + + + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary-org.apache.maven.ant.tasks.support.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary-org.apache.maven.ant.tasks.support.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary-org.apache.maven.ant.tasks.support.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,46 @@ + + + + +Coverage Report + + + + + + + +
Coverage Report - org.apache.maven.ant.tasks.support
+
 
+ + + + + +
Package # Classes Line Coverage Branch Coverage Complexity
org.apache.maven.ant.tasks.support3
0%
0/60
0%
0/38
4.125
+ +
 
+ + + + + + + + + + +
Classes in this Package Line Coverage Branch Coverage Complexity
SpecificScopesArtifactFilter
0%
0/25
0%
0/22
9
TypesArtifactFilter
0%
0/11
0%
0/8
3
VersionMapper
0%
0/24
0%
0/8
2.25
+ + + + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary-org.apache.maven.plugin.antrun.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary-org.apache.maven.plugin.antrun.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary-org.apache.maven.plugin.antrun.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,46 @@ + + + + +Coverage Report + + + + + + + +
Coverage Report - org.apache.maven.plugin.antrun
+
 
+ + + + + +
Package # Classes Line Coverage Branch Coverage Complexity
org.apache.maven.plugin.antrun3
0%
0/359
0%
0/138
5.095
+ +
 
+ + + + + + + + + + +
Classes in this Package Line Coverage Branch Coverage Complexity
AntRunMojo
0%
0/204
0%
0/76
6
AntrunXmlPlexusConfigurationWriter
0%
0/26
0%
0/8
2
HelpMojo
0%
0/129
0%
0/54
5.5
+ + + + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/frame-summary.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,32 @@ + + + + +Coverage Report + + + + + + + +
Coverage Report - All Packages
+
 
+ + + + + + + + +
Package # Classes Line Coverage Branch Coverage Complexity
All Packages8
0%
0/511
0%
0/208
3.608
org.apache.maven.ant.tasks2
0%
0/92
0%
0/32
2
org.apache.maven.ant.tasks.support3
0%
0/60
0%
0/38
4.125
org.apache.maven.plugin.antrun3
0%
0/359
0%
0/138
5.095
+ + + + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/help.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/help.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/help.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,31 @@ + + + + + + +Coverage Report - Help + + + + +
+ +
Line Coverage
+
The percent of lines executed by this test run.
+ +
Branch Coverage
+
The percent of branches executed by this test run.
+ +
Complexity
+
Average McCabe's cyclomatic code complexity for all methods. This is basically a count of the number of different code paths in a method (incremented by 1 for each if statement, while loop, etc.)
+ +
N/A
+
Line coverage and branch coverage will appear as "Not Applicable" when Cobertura can not find line number information in the .class file. This happens for stub and skeleton classes, interfaces, or when the class was not compiled with "debug=true."
+ +
+ + + + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/images/blank.png ============================================================================== Binary file - no diff available. Propchange: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/images/blank.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/images/downsimple.png ============================================================================== Binary file - no diff available. Propchange: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/images/downsimple.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/images/upsimple.png ============================================================================== Binary file - no diff available. Propchange: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/images/upsimple.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/index.html ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/index.html (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/index.html Mon Dec 10 21:30:56 2012 @@ -0,0 +1,25 @@ + + + + + +Coverage Report + + + + + + + + + + + <body> + <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a frame-incapable web client.</p> + <p><a href="frame-summary.html">Click here to view a non-frame version.</a></p> + </body> + + + + Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/js/customsorttypes.js ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/js/customsorttypes.js (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/js/customsorttypes.js Mon Dec 10 21:30:56 2012 @@ -0,0 +1,65 @@ +/* + * Cobertura - http://cobertura.sourceforge.net/ + * + * Copyright (C) 2005 Mark Doliner + * Copyright (C) 2005 Olivier Parent + * + * Cobertura is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation; either version 2 of the License, + * or (at your option) any later version. + * + * Cobertura is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Cobertura; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ + + + +function percentageSortType( s ) +{ + var ret; + var i = s.indexOf( "%" ); + + if (i != -1) { + s = s.substr( 0, i ); + } + ret = parseFloat(s); + if (isNaN(ret)) { + ret = -1; + } + + return ret; +} + +SortableTable.prototype.addSortType( "Percentage", percentageSortType ); + + + +// This is needed for correctly sorting numbers in different +// locales. The stock number converter only expects to sort +// numbers which use a period as a separator instead of a +// comma (like French). +function formattedNumberSortType( s ) +{ + var ret; + var i = s.indexOf(';'); + + if (i != -1) { + s = s.substring(0, i); + } + ret = parseFloat(s); + if (isNaN(ret)) { + return -1; + } + + return ret; +} + +SortableTable.prototype.addSortType( "FormattedNumber", formattedNumberSortType ); Added: websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/js/popup.js ============================================================================== --- websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/js/popup.js (added) +++ websites/production/maven/content/plugins/maven-antrun-plugin/cobertura/js/popup.js Mon Dec 10 21:30:56 2012 @@ -0,0 +1,8 @@ +var newwindow; +function popupwindow(url) +{ + newwindow=window.open(url,'name','height=500,width=500,resizable=yes,scrollbars=yes'); + if (window.focus) { + newwindow.focus() + } +}