Skip to content

Commit

Permalink
Improve wording (bazelbuild#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored and marchof committed Jan 17, 2019
1 parent b307a33 commit 0152b7a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions org.jacoco.doc/docroot/doc/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ <h3>New Features</h3>
(GitHub <a href="https://github.com/jacoco/jacoco/issues/802">#802</a>,
<a href="https://github.com/jacoco/jacoco/issues/803">#803</a>,
<a href="https://github.com/jacoco/jacoco/issues/809">#809</a>).</li>
<li>Classes and methods annotated with runtime visible and invisible annotation
whose simple name contains "Generated" (previously equality was required)
are filtered out during generation of report
<li>Classes and methods annotated by annotation whose retention policy is
<code>runtime</code> or <code>class</code> and whose simple name contains
"Generated" (previously equality was required) are filtered out during
generation of report
(GitHub <a href="https://github.com/jacoco/jacoco/issues/822">#822</a>).</li>
<li>HTML report shows message when source file can't be found
(GitHub <a href="https://github.com/jacoco/jacoco/issues/801">#801</a>).</li>
Expand Down Expand Up @@ -111,9 +112,9 @@ <h3>New Features</h3>
generation of report
(GitHub <a href="https://github.com/jacoco/jacoco/issues/737">#737</a>,
<a href="https://github.com/jacoco/jacoco/issues/746">#746</a>).</li>
<li>Classes and methods annotated with runtime visible and invisible annotation
whose simple name is <code>Generated</code> are filtered out during
generation of report
<li>Classes and methods annotated with annotation whose retention policy
is <code>runtime</code> or <code>class</code> and whose simple name
is <code>Generated</code> are filtered out during generation of report
(GitHub <a href="https://github.com/jacoco/jacoco/issues/731">#731</a>).</li>
<li>Maven goal <code>report-aggregate</code> now also considers dependencies
specified using version range. Idea and implementation by Lukas Krejc
Expand Down

0 comments on commit 0152b7a

Please sign in to comment.