Return-Path: X-Original-To: apmail-onami-commits-archive@minotaur.apache.org Delivered-To: apmail-onami-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 8AC1BD82F for ; Sun, 2 Dec 2012 23:47:39 +0000 (UTC) Received: (qmail 70277 invoked by uid 500); 2 Dec 2012 23:47:39 -0000 Delivered-To: apmail-onami-commits-archive@onami.apache.org Received: (qmail 70241 invoked by uid 500); 2 Dec 2012 23:47:39 -0000 Mailing-List: contact commits-help@onami.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@onami.incubator.apache.org Delivered-To: mailing list commits@onami.incubator.apache.org Received: (qmail 70230 invoked by uid 99); 2 Dec 2012 23:47:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2012 23:47:39 +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; Sun, 02 Dec 2012 23:47:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 84F512388B45; Sun, 2 Dec 2012 23:46:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1416305 [7/17] - in /incubator/onami/site/lifecycle: ./ apidocs/ apidocs/assets/ apidocs/assets/images/ apidocs/reference/ apidocs/reference/org/ apidocs/reference/org/apache/ apidocs/reference/org/apache/onami/ apidocs/reference/org/apach... Date: Sun, 02 Dec 2012 23:46:17 -0000 To: commits@onami.incubator.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121202234625.84F512388B45@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/onami/site/lifecycle/checkstyle-aggregate.html URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/checkstyle-aggregate.html?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/checkstyle-aggregate.html (added) +++ incubator/onami/site/lifecycle/checkstyle-aggregate.html Sun Dec 2 23:46:07 2012 @@ -0,0 +1,365 @@ + + + + + + + + + Apache Onami-Lifecycle - Checkstyle Results + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
901018

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
18Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
0Errors Error
MemberName0 Error
JavadocMethod
  • scope: "protected"
10Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
0Infos 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"
0Errors Error
WhitespaceAfter0 Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error< /td>
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"
0 Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/onami/lifecycle/AbstractLifeCycleModule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) unde r one\s*$'.4

org/apache/onami/lifecycle/AbstractMethodTypeListener.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4

org/apache/onami/lifecycle/AfterInjection.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4

org/apache/onami/lifecycle/AfterInjectionModule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected @param tag for '<A>'.53
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected @param tag for '<A>'.53

org/apache/onami/lifecycle/Dispose.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4

org/apache/onami/lifecycle/DisposeHandler.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected @param tag for '<I>'.31
WarningsExpected @param tag for '<I>'.39
WarningsExpected @param tag for '<E>'.39
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected @param tag for '<I>'.31
WarningsExpected @param tag for '<I>'.39
WarningsExpected @param tag for '<E>'.39

org/apache/onami/lifecycle/DisposeModule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected @param tag for '<A>'.49
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected @param tag for '<A>'.49

org/apache/onami/lifecycle/Disposer.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4

org/apache/onami/lifecycle/package-info.java

ViolationMessageLine
ErrorsMissing a header - not enoug h lines in file.1
ErrorsMissing a header - not enough lines in file.1
+
+
+
+ +
+ +
+
+
Copyright © 2012 + The Apache Software Foundation. + All Rights Reserved. + +
+ + +
Apache Onami, Apache Onami Lifecycle, Apache, the Apache feather logo, and the Apache Onami project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+ + +
+
+ + \ No newline at end of file Propchange: incubator/onami/site/lifecycle/checkstyle-aggregate.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/checkstyle-aggregate.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/lifecycle/checkstyle.rss URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/checkstyle.rss?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/checkstyle.rss (added) +++ incubator/onami/site/lifecycle/checkstyle.rss Sun Dec 2 23:46:07 2012 @@ -0,0 +1,163 @@ + + + + + Apache Onami-Lifecycle - Checkstyle report + http://onami.incubator.apache.org/lifecycle/ + Apache Onami-Lifecycle - Checkstyle report + en-us + ©2012 The Apache Software Foundation + + File: 9, + Errors: 18, + Warnings: 10, + Infos: 0 + + http://onami.incubator.apache.org/lifecycle//checkstyle.html + +

Click here for the full Checkstyle report.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilesIWE
+ org/apache/onami/lifecycle/AfterInjection.java + + 0 + + 0 + + 2 +
+ org/apache/onami/lifecycle/AfterInjectionModule.java + + 0 + + 2 + + 2 +
+ org/apache/onami/lifecycle/Dispose.java + + 0 + + 0 + + 2 +
+ org/apache/onami/lifecycle/AbstractMethodTypeListener.java + + 0 + + 0 + + 2 +
+ org/apache/onami/lifecycle/DisposeHandler.java + + 0 + + 6 + + 2 +
+ org/apache/onami/lifecycle/package-info.java + + 0 + + 0 + + 2 +
+ org/apache/onami/lifecycle/DisposeModule.java + + 0 + + 2 + + 2 +
+ org/apache/onami/lifecycle/AbstractLifeCycleModule.java + + 0 + + 0 + + 2 +
+ org/apache/onami/lifecycle/Disposer.java + + 0 + + 0 + + 2 +
+ +
+
+
+
+ Propchange: incubator/onami/site/lifecycle/checkstyle.rss ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/checkstyle.rss ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/lifecycle/cobertura/coverage.xml URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/cobertura/coverage.xml?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/cobertura/coverage.xml (added) +++ incubator/onami/site/lifecycle/cobertura/coverage.xml Sun Dec 2 23:46:07 2012 @@ -0,0 +1,471 @@ + + + + + + /Users/olamy/dev/sources/apache/onami/lifecycle/src/main/java + --source + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: incubator/onami/site/lifecycle/cobertura/coverage.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/cobertura/coverage.xml ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/lifecycle/cobertura/css/help.css URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/cobertura/css/help.css?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/cobertura/css/help.css (added) +++ incubator/onami/site/lifecycle/cobertura/css/help.css Sun Dec 2 23:46:07 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%; +} \ No newline at end of file Propchange: incubator/onami/site/lifecycle/cobertura/css/help.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/cobertura/css/help.css ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/lifecycle/cobertura/css/main.css URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/cobertura/css/main.css?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/cobertura/css/main.css (added) +++ incubator/onami/site/lifecycle/cobertura/css/main.css Sun Dec 2 23:46:07 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; +} \ No newline at end of file Propchange: incubator/onami/site/lifecycle/cobertura/css/main.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/cobertura/css/main.css ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/lifecycle/cobertura/css/sortabletable.css URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/cobertura/css/sortabletable.css?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/cobertura/css/sortabletable.css (added) +++ incubator/onami/site/lifecycle/cobertura/css/sortabletable.css Sun Dec 2 23:46:07 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 Propchange: incubator/onami/site/lifecycle/cobertura/css/sortabletable.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/cobertura/css/sortabletable.css ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/lifecycle/cobertura/css/source-viewer.css URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/cobertura/css/source-viewer.css?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/cobertura/css/source-viewer.css (added) +++ incubator/onami/site/lifecycle/cobertura/css/source-viewer.css Sun Dec 2 23:46:07 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; +} \ No newline at end of file Propchange: incubator/onami/site/lifecycle/cobertura/css/source-viewer.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/cobertura/css/source-viewer.css ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/lifecycle/cobertura/css/tooltip.css URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/cobertura/css/tooltip.css?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/cobertura/css/tooltip.css (added) +++ incubator/onami/site/lifecycle/cobertura/css/tooltip.css Sun Dec 2 23:46:07 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; +} \ No newline at end of file Propchange: incubator/onami/site/lifecycle/cobertura/css/tooltip.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/cobertura/css/tooltip.css ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/lifecycle/cobertura/frame-packages.html URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/cobertura/frame-packages.html?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/cobertura/frame-packages.html (added) +++ incubator/onami/site/lifecycle/cobertura/frame-packages.html Sun Dec 2 23:46:07 2012 @@ -0,0 +1,20 @@ + + + + +Coverage Report + + + +
Packages
+ + + + + + + +
All
org.apache.onami.lifecycle
+ + \ No newline at end of file Propchange: incubator/onami/site/lifecycle/cobertura/frame-packages.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/cobertura/frame-packages.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/lifecycle/cobertura/frame-sourcefiles-org.apache.onami.lifecycle.html URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/cobertura/frame-sourcefiles-org.apache.onami.lifecycle.html?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/cobertura/frame-sourcefiles-org.apache.onami.lifecycle.html (added) +++ incubator/onami/site/lifecycle/cobertura/frame-sourcefiles-org.apache.onami.lifecycle.html Sun Dec 2 23:46:07 2012 @@ -0,0 +1,44 @@ + + + + +Coverage Report Classes + + + +
+org.apache.onami.lifecycle +
+
 
+
Classes
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AbstractLifeCycleModule (100 %)
AbstractMethodTypeListener (100 %)
AfterInjection (N/A)
AfterInjectionModule (68 %)
Dispose (N/A)
DisposeHandler (N/A)
DisposeModule (85 %)
Disposer (75 %)
+ + \ No newline at end of file Propchange: incubator/onami/site/lifecycle/cobertura/frame-sourcefiles-org.apache.onami.lifecycle.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/cobertura/frame-sourcefiles-org.apache.onami.lifecycle.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/lifecycle/cobertura/frame-sourcefiles.html URL: http://svn.apache.org/viewvc/incubator/onami/site/lifecycle/cobertura/frame-sourcefiles.html?rev=1416305&view=auto ============================================================================== --- incubator/onami/site/lifecycle/cobertura/frame-sourcefiles.html (added) +++ incubator/onami/site/lifecycle/cobertura/frame-sourcefiles.html Sun Dec 2 23:46:07 2012 @@ -0,0 +1,44 @@ + + + + +Coverage Report Classes + + + +
+All Packages +
+
 
+
Classes
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
AbstractLifeCycleModule (100 %)
AbstractMethodTypeListener (100 %)
AfterInjection (N/A)
AfterInjectionModule (68 %)
Dispose (N/A)
DisposeHandler (N/A)
DisposeModule (85 %)
Disposer (75 %)
+ + \ No newline at end of file Propchange: incubator/onami/site/lifecycle/cobertura/frame-sourcefiles.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/lifecycle/cobertura/frame-sourcefiles.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision