Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
GitHub migration: Move references
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Oct 4, 2012
1 parent 364ed01 commit 1972604
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.doc/pages/annotations.html
Expand Up @@ -72,7 +72,7 @@ <h3>Remarks about Line Coverage</h3>
or have a particular color. The reason is that the underlying code coverage
library JaCoCo works on Java class files only. In some cases the Java compiler
creates extra byte code for a particular line of source code. Such
<a class="extern" href="http://sourceforge.net/apps/trac/eclemma/wiki/FilteringOptions">situations</a>
<a class="extern" href="https://github.com/jacoco/jacoco/wiki/FilteringOptions">situations</a>
might be filtered by future versions of JaCoCo/EclEmma.
</p>

Expand Down
2 changes: 2 additions & 0 deletions com.mountainminds.eclemma.doc/pages/changes.html
Expand Up @@ -13,6 +13,8 @@ <h1>EclEmma Change Log</h1>

<h2>Trunk Build (not yet released)</h2>
<ul>
<li>The EclEmma project has been moved to
<a href="https://github.com/jacoco/eclemma">GitHub</a>.</li>
<li>Upgrade to JaCoCo 0.5.10.</li>
<li>Correct menu labels in the <i>Coverage</i> view.</li>
<li>SF #1968604: The <i>Coverage</i> view shows graphical bar charts instead
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.doc/pages/faq.html
Expand Up @@ -86,7 +86,7 @@ <h3><a name="usage08"></a>Why is this line yellow?</h3>
means that not all instructions and branches associated with this line have
been executed during the coverage session. In some cases it is not obvious why
the Java compiler creates extra byte code for a particular line of source code.
Such <a class="extern" href="http://sourceforge.net/apps/trac/eclemma/wiki/FilteringOptions">situations</a>
Such <a class="extern" href="https://github.com/jacoco/jacoco/wiki/FilteringOptions">situations</a>
might be filtered by future versions of JaCoCo/EclEmma.
</p>

Expand Down

0 comments on commit 1972604

Please sign in to comment.