diff --git a/.gitattributes b/.gitattributes index f7bd70834..f36b1d92d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ *.java text eol=lf +*.html text eol=lf +*.css text eol=lf +*.xsl text eol=lf diff --git a/org.jacoco.doc/javadoc/overview.html b/org.jacoco.doc/javadoc/overview.html index 3d3245b4c..1f3c288f6 100644 --- a/org.jacoco.doc/javadoc/overview.html +++ b/org.jacoco.doc/javadoc/overview.html @@ -1,39 +1,39 @@ - - - -

- This is the public JaCoCo API that can be used for integration. JaCoCo is - packed as several bundles. While the bundles formally fulfill the OSGi - specification, there is no dependency on OSGi. They can also be used as - regular JARs in your classpath. -

- -

Bundle org.jacoco.core

- -

- The core bundle implements the code coverage technology itself. It provides - APIs and implementation for -

- - - -

Bundle org.jacoco.agent

- -

- Provides the runtime Java agent (JAR file) as a resource. -

- - -

Bundle org.jacoco.report

- -

- APIs and implementation to create coverage reports in several formats. -

- - - + + + +

+ This is the public JaCoCo API that can be used for integration. JaCoCo is + packed as several bundles. While the bundles formally fulfill the OSGi + specification, there is no dependency on OSGi. They can also be used as + regular JARs in your classpath. +

+ +

Bundle org.jacoco.core

+ +

+ The core bundle implements the code coverage technology itself. It provides + APIs and implementation for +

+ + + +

Bundle org.jacoco.agent

+ +

+ Provides the runtime Java agent (JAR file) as a resource. +

+ + +

Bundle org.jacoco.report

+ +

+ APIs and implementation to create coverage reports in several formats. +

+ + + \ No newline at end of file diff --git a/org.jacoco.doc/javadoc/stylesheet.css b/org.jacoco.doc/javadoc/stylesheet.css index a45a6f596..7f4ce600e 100644 --- a/org.jacoco.doc/javadoc/stylesheet.css +++ b/org.jacoco.doc/javadoc/stylesheet.css @@ -1,72 +1,72 @@ -body { - font-family:sans-serif; - font-size:10pt; - background-color:#FFFFFF; -} - -h1 { - font-weight:bold; - font-size:18pt; -} - -.TableHeadingColor { - background:#E0E0E0 -} - -.TableSubHeadingColor { - background: #EEEEEE -} - -.TableRowColor { - background: #FFFFFF -} - -.FrameTitleFont { - font-weight:bold; - font-size:10pt; -} - -.FrameHeadingFont { - font-weight:bold; - font-size:14pt; -} - -.FrameItemFont { -} - -.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} - -a[href^='http://'], a[href^='https://'] { - display:inline-block; - padding-left:15px; - background:transparent url(../resources/extern.gif) center left no-repeat; -} - -hr { - border:none; - border-top:#d6d3ce 1px solid; - height:1px; -} - -.footer { - padding-top:2px; - font-size:8pt; - color:#a0a0a0; -} - -.right { - width:30%; - float:right; - text-align:right; -} - -.footer a { - color:#a0a0a0; - background-image:none; +body { + font-family:sans-serif; + font-size:10pt; + background-color:#FFFFFF; +} + +h1 { + font-weight:bold; + font-size:18pt; +} + +.TableHeadingColor { + background:#E0E0E0 +} + +.TableSubHeadingColor { + background: #EEEEEE +} + +.TableRowColor { + background: #FFFFFF +} + +.FrameTitleFont { + font-weight:bold; + font-size:10pt; +} + +.FrameHeadingFont { + font-weight:bold; + font-size:14pt; +} + +.FrameItemFont { +} + +.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} + +a[href^='http://'], a[href^='https://'] { + display:inline-block; + padding-left:15px; + background:transparent url(../resources/extern.gif) center left no-repeat; +} + +hr { + border:none; + border-top:#d6d3ce 1px solid; + height:1px; +} + +.footer { + padding-top:2px; + font-size:8pt; + color:#a0a0a0; +} + +.right { + width:30%; + float:right; + text-align:right; +} + +.footer a { + color:#a0a0a0; + background-image:none; } \ No newline at end of file diff --git a/org.jacoco.doc/xsl/junit-noframes.xsl b/org.jacoco.doc/xsl/junit-noframes.xsl index 24ee1301e..af936bee2 100644 --- a/org.jacoco.doc/xsl/junit-noframes.xsl +++ b/org.jacoco.doc/xsl/junit-noframes.xsl @@ -1,382 +1,382 @@ - - - - - - - - - - - - - - - - - - JaCoCo - JUnit Test Results - - - - -
- - - - - - - - - - - - - - - -
- - - -
- - - - - - - - -

Packages

- - - - - - - - - - - - - - - - - - Failure - Error - - - - - - - - - - - -
- - - -
-

- Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers. -

-
- - - - - - - - - - - - -

Package

- - - - - - -
-

- Back to top -

-
-
- - - - - - -

TestCase

- - - - - - - - - - -
-

- Back to top -

-
-
- - -

Summary

- - - - - - - - - - - - - - - - - - - - Failure - Error - - - - - - - - - -
TestsFailuresErrorsSuccess rateTime
- - - - - - - -
-

- Note: failures are anticipated and checked for with assertions while errors are unanticipated. -

-
- - - - -

JUnit Test Results

-
- - - - - Name - Tests - Errors - Failures - Time(s) - - - - - - - - - Name - Tests - Errors - Failures - Time(s) - Time Stamp - - - - - - - - - Name - Status - Type - Time(s) - - - - - - - - - - - - Failure - Error - - - - - - - - - - - - - - - - - - - - - - Error - - - - - - Failure - - - - Error - - - - Success - - - - - - - - - - - - - - - - - - - - - - - - N/A - - - - - - -

- - - -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
+ + + + + + + + + + + + + + + + + + JaCoCo - JUnit Test Results + + + + +
+ + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + +

Packages

+ + + + + + + + + + + + + + + + + + Failure + Error + + + + + + + + + + + +
+ + + +
+

+ Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers. +

+
+ + + + + + + + + + + + +

Package

+ + + + + + +
+

+ Back to top +

+
+
+ + + + + + +

TestCase

+ + + + + + + + + + +
+

+ Back to top +

+
+
+ + +

Summary

+ + + + + + + + + + + + + + + + + + + + Failure + Error + + + + + + + + + +
TestsFailuresErrorsSuccess rateTime
+ + + + + + + +
+

+ Note: failures are anticipated and checked for with assertions while errors are unanticipated. +

+
+ + + + +

JUnit Test Results

+
+ + + + + Name + Tests + Errors + Failures + Time(s) + + + + + + + + + Name + Tests + Errors + Failures + Time(s) + Time Stamp + + + + + + + + + Name + Status + Type + Time(s) + + + + + + + + + + + + Failure + Error + + + + + + + + + + + + + + + + + + + + + + Error + + + + + + Failure + + + + Error + + + + Success + + + + + + + + + + + + + + + + + + + + + + + + N/A + + + + + + +

+ + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +